Age | Commit message (Expand) | Author |
2024-05-29 | util.{hh,cc}: Split out file-system.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out terminal.{hh,cc} | Tom Hubrecht |
2024-05-28 | util.{hh,cc}: Split out environment-variables.{hh,cc} | Tom Hubrecht |
2024-05-23 | Merge "packaging: rename nixexpr -> lixexpr and so on" into main | jade |
2024-05-23 | packaging: rename nixexpr -> lixexpr and so on | Jade Lovelace |
2024-05-22 | libstore: remove unused copyPath function | eldritch horrors |
2024-05-20 | Merge "libutil: Create chmodPath function" into main | Artemis Tosini |
2024-05-19 | libutil: Create chmodPath function | Artemis Tosini |
2024-05-19 | fix -Wdeprecated-copy on clang (BaseError copy assignment) | Qyriad |
2024-05-17 | Merge "add clarifying doc-comments on {get,create}NixStateDir()" into main | Qyriad |
2024-05-13 | libutil: remove the interrupt-blocking code | Alois Wohlschlager |
2024-05-11 | add clarifying doc-comments on {get,create}NixStateDir() | Qyriad |
2024-05-10 | libutil: remove callback.hh | eldritch horrors |
2024-05-09 | add and fix -Wdeprecated-copy | Qyriad |
2024-05-07 | remove the autoconf+Make buildsystem | Qyriad |
2024-05-07 | libutil: de-callback-ify computeClosure | eldritch horrors |
2024-05-07 | libutil: throw EndOfFile at sourceToSink end | eldritch horrors |
2024-05-05 | Actually try making a userns before assuming they don't work | Jade Lovelace |
2024-05-03 | libutil: make rewriteStrings sound | eldritch horrors |
2024-05-02 | getNameFromURL(): Support uppercase characters in attribute names | Eelco Dolstra |
2024-04-30 | implement parsing human-readable names from URLs | Qyriad |
2024-04-25 | gc: Find roots using libproc on Darwin | Artemis Tosini |
2024-04-15 | abort with a descriptive message on bad HintFmt usage | Qyriad |
2024-04-13 | libstore/build: just copy the magic /etc files into the sandbox | K900 |
2024-04-11 | Merge changes Iedf46484,I76b51eac,I6a084827,I60193f9f into main | eldritch horrors |
2024-04-11 | docs: redo content generation for mdbook and manual | eldritch horrors |
2024-04-11 | Merge pull request #10362 from obsidiansystems/maybeLstat | John Ericson |
2024-04-08 | pragma once and ///@file everything missing it | Jade Lovelace |
2024-04-07 | Add `PathsSetting` | Rebecca Turner |
2024-04-05 | Revert "libutil: drop Pool resources on exceptional free" | eldritch horrors |
2024-04-05 | Revert "libutil: remove Pool::Handle::bad" | eldritch horrors |
2024-04-05 | Revert "libutil: allow graceful dropping of Pool::Handle" | eldritch horrors |
2024-04-05 | Revert "libutil: drop Fs{Source,Sink}::good" | eldritch horrors |
2024-04-05 | libutil: guard Finally against invalid exception throws | eldritch horrors |
2024-04-03 | Add `EscapeStringOptions` and `escapeString` tests | Rebecca Turner |
2024-03-31 | libutil: drop Fs{Source,Sink}::good | eldritch horrors |
2024-03-31 | libutil: allow graceful dropping of Pool::Handle | eldritch horrors |
2024-03-31 | Merge changes Ib62d3d68,Ic3e7affe into main | jade |
2024-03-31 | libutil: make ~Finally noexcept(false) | eldritch horrors |
2024-03-31 | libutil: remove Pool::Handle::bad | eldritch horrors |
2024-03-31 | libutil: remove Pool::flushBad | eldritch horrors |
2024-03-30 | libutil: drop Pool resources on exceptional free | eldritch horrors |
2024-03-29 | Add `pre-commit` checks | Rebecca Turner |
2024-03-29 | Make things that can throw not noexcept anymore | Jade Lovelace |
2024-03-29 | Fix various clang-tidy lints | Jade Lovelace |
2024-03-29 | Move `escapeString` to its own file | Rebecca Turner |
2024-03-29 | meson: add missing explicit dependency on nlohmann_json | Winter |
2024-03-29 | Merge "Move `DebugChar` into its own file" into main | rebecca “wiggles” turner |
2024-03-29 | meson: install missing/generated headers | eldritch horrors |
2024-03-29 | Merge "Remove `HintFmt::operator%`" into main | wiggles dog |