Age | Commit message (Expand) | Author |
2024-08-13 | Merge "libutil: Add bindPath function from libstore" into main | Artemis Tosini |
2024-08-10 | libutil: deal with Linux systems that do not implement close_range | Jade Lovelace |
2024-08-10 | fix: check if it is a Real terminal, not just if it is a terminal | Jade Lovelace |
2024-08-09 | libutil: rename and optimize closeMostFDs | eldritch horrors |
2024-08-09 | libutil: allow marking settings as deprecated | eldritch horrors |
2024-08-08 | Merge changes I6358a393,I2d9f276b,Idd096dc9 into main | jade |
2024-08-08 | Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into main | jade |
2024-08-08 | tree-wide: automated migration to charptr_cast | Jade Lovelace |
2024-08-08 | util: implement charptr_cast | Jade Lovelace |
2024-08-08 | tree-wide: fix a pile of lints | Jade Lovelace |
2024-08-08 | refactor: make HashType and Base enum classes for type safety | Jade Lovelace |
2024-08-08 | build: integrate clang-tidy into CI | Jade Lovelace |
2024-08-08 | libexpr: Add experimental pipe operator | piegames |
2024-08-04 | tree-wide: fix various lint warnings | Jade Lovelace |
2024-08-04 | cli: eat terminal codes from stdout also | Jade Lovelace |
2024-08-04 | Implement forcing CLI colour on, and document it better | Jade Lovelace |
2024-08-02 | libutil: make RunningProgram::wait more resilient | eldritch horrors |
2024-07-31 | libexpr: implement actual constructors for nix::Value | Qyriad |
2024-07-27 | libutil: Add bindPath function from libstore | Artemis Tosini |
2024-07-25 | Merge "libutil: Support getSelfExe on FreeBSD" into main | Artemis Tosini |
2024-07-25 | Merge changes Ic0dfcfe2,Ibe73851f,Ia7a8df1c,I400b2031 into main | jade |
2024-07-24 | fix building with Musl, fixing static builds | Qyriad |
2024-07-24 | libutil: Support getSelfExe on FreeBSD | Artemis Tosini |
2024-07-23 | tree-wide: NULL -> nullptr | Jade Lovelace |
2024-07-23 | libutil: rip out GNU Hurd support code | Jade Lovelace |
2024-07-22 | enable -Werror=suggest-override | eldritch horrors |
2024-07-21 | libutil/logging: fix build without precompiled header | Alois Wohlschlager |
2024-07-20 | libutil: make basic loggers thread-safe | eldritch horrors |
2024-07-20 | libutil: remove warnOnce macro | eldritch horrors |
2024-07-18 | Merge changes Ib20e9aa0,I178a038b,I29c7de04 into main | jade |
2024-07-16 | remove boost coroutine references | eldritch horrors |
2024-07-16 | remove sourceToSink, sinkToSource, and boehm patch | eldritch horrors |
2024-07-16 | libstore: rewrite the nar parser as a contents generator | eldritch horrors |
2024-07-15 | libutil: implement a realPath() utility | Qyriad |
2024-07-13 | daemon: remove workaround for macOS kernel bug that seems fixed | Jade Lovelace |
2024-07-13 | daemon: fix a crash bug "FATAL: exception not rethrown" | Jade Lovelace |
2024-07-13 | libutil: add checked arithmetic tools | Jade Lovelace |
2024-07-11 | libstore: turn copyNAR into a generator | eldritch horrors |
2024-07-11 | libstore: turn the NAR parser into a passthrough generator | eldritch horrors |
2024-07-11 | libutil: remove makeDecompressionSink | eldritch horrors |
2024-07-11 | libstore: make BinaryCacheStore::getFile return a source | eldritch horrors |
2024-07-11 | libutil: rewrite RewritingSink as source | eldritch horrors |
2024-07-06 | libutil: remove RewritingSink match/size tracking | eldritch horrors |
2024-07-06 | libutil: turn HashModuloSink into a free function | eldritch horrors |
2024-07-06 | libutil: return sources from runProgram2 | eldritch horrors |
2024-07-05 | libutil: return a program handle from runProgram2 | eldritch horrors |
2024-07-05 | libutil: convert readFileSource to a generator | eldritch horrors |
2024-07-05 | libstore: convert dumpPath to a generator | eldritch horrors |
2024-07-05 | libutil: allow construction of sources from generators | eldritch horrors |
2024-07-03 | libutil: begin porting serialization to generators | eldritch horrors |