Age | Commit message (Expand) | Author |
2024-06-12 | tests/libcmd: set HOME to a temporary directory | Alois Wohlschlager |
2024-06-06 | build: expose option to enable or disable precompiled std headers | Qyriad |
2024-05-31 | build: fix static linking with a hack | Qyriad |
2024-05-30 | build-time: remove 20% more by PCH'ing C++ stdlib | Jade Lovelace |
2024-05-30 | Revert "tests/filetransfer: reënable on Darwin" | jade |
2024-05-29 | tests/filetransfer: reënable on Darwin | Jade Lovelace |
2024-05-30 | Merge changes from topic "libutil-split" into main | jade |
2024-05-29 | libstore: fix http abuses no longer working | eldritch horrors |
2024-05-29 | util.hh: Delete remaining file and clean up headers | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out strings.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out processes.{hh,cc} | Tom Hubrecht |
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 changes I462a8cf0,I3b0bcea3,I2acd56e7,Ifc149764,I9e2ef170 into main | Qyriad |
2024-05-23 | packaging: rename nixexpr -> lixexpr and so on | Jade Lovelace |
2024-05-23 | add libcmd test for lookupFileArg | Qyriad |
2024-05-17 | derived-path: refuse built derived path with a non-derivation base | Pierre Bourdon |
2024-05-11 | filetransfer: unit test content-encoding handling | Pierre Bourdon |
2024-05-10 | libstore: de-callback-ify FileTransfer | eldritch horrors |
2024-05-07 | remove the autoconf+Make buildsystem | Qyriad |
2024-05-07 | libutil: de-callback-ify computeClosure | eldritch horrors |
2024-05-05 | filetransfer: abort transfer on receiver exception | eldritch horrors |
2024-05-03 | libutil: make rewriteStrings sound | eldritch horrors |
2024-05-02 | Merge changes from topic "profile-v3" into main | Qyriad |
2024-05-02 | getNameFromURL(): Support uppercase characters in attribute names | Eelco Dolstra |
2024-05-02 | Disallow store path names that are . or .. (plus opt. -) | Robert Hensing |
2024-05-02 | test: Generate distinct hashes | Robert Hensing |
2024-05-02 | test: Generate distinct path names | Robert Hensing |
2024-05-02 | parseStorePath: Support leading period | Robert Hensing |
2024-05-02 | Revert "StorePath: reject names starting with '.'" | Robert Hensing |
2024-04-30 | implement parsing human-readable names from URLs | Qyriad |
2024-04-15 | abort with a descriptive message on bad HintFmt usage | Qyriad |
2024-04-08 | Merge "Don't run libstore unit tests in project root" into main | rebecca “wiggles” turner |
2024-04-08 | Don't run libstore unit tests in project root | Rebecca Turner |
2024-04-08 | Fix REPL test parser nits | Rebecca Turner |
2024-04-08 | Merge "Add `PathsSetting`" into main | rebecca “wiggles” turner |
2024-04-07 | Merge pull request #10208 from 9999years/print-strings-directly | Robert Hensing |
2024-04-07 | Add `PathsSetting` | Rebecca Turner |
2024-04-06 | Merge "Rewrite REPL test parser" into main | rebecca “wiggles” turner |
2024-04-05 | Rewrite REPL test parser | Rebecca Turner |
2024-04-05 | Revert "libutil: drop Pool resources on exceptional free" | eldritch horrors |
2024-04-03 | Add `EscapeStringOptions` and `escapeString` tests | Rebecca Turner |
2024-03-31 | Merge changes Ib62d3d68,Ic3e7affe into main | jade |
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 | 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 |