index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
daemon.cc
Age
Commit message (
Expand
)
Author
2024-10-15
treewide: consistently mark overridden settings as such
Alois Wohlschlager
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
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-07-22
enable -Werror=suggest-override
eldritch horrors
2024-07-16
libstore: remove WriteConn::sink fields
eldritch horrors
2024-07-16
libstore: generatorize protocol serializers
eldritch horrors
2024-07-16
libstore: remove a sinkToSouce from old daemon protocol
eldritch horrors
2024-07-11
libstore: turn copyNAR into a generator
eldritch horrors
2024-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-07-03
libutil: begin porting serialization to generators
eldritch horrors
2024-06-19
libstore: remove operations that are never called by supported clients
Jade Lovelace
2024-06-16
libstore: refuse to serialise ancient protocols
Jade Lovelace
2024-06-16
libstore daemon: remove very old protocol support (<2.3)
Jade Lovelace
2024-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-24
libstore: parse the buildMode instead of unchecked cast
Jade Lovelace
2024-05-04
Warn on untrusted client settings being ignored
Jade Lovelace
2024-03-24
libstore: un-inline copyNAR expansions
eldritch horrors
2024-03-18
un-nixes ur lix, a little
Jade Lovelace
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-04
Merge pull request #9587 from amjoseph-nixpkgs/pr/wopBuildDerivation/explain
eldritch horrors
2024-03-04
Merge pull request #6223 from obsidiansystems/worker-proto-with-version
eldritch horrors
2024-03-04
Merge pull request #9157 from obsidiansystems/protocol-versions
Robert Hensing
2023-07-24
Clean up store hierarchy with `IndirectRootStore`
John Ericson
2023-06-27
Allow to sign path as unprivileged user
Jean-François Roche
2023-06-19
Create `worker_proto::{Read,Write}Conn`
John Ericson
2023-06-19
Put worker protocol items inside a `WorkerProto` struct
John Ericson
2023-06-19
Split out worker protocol template definitions from declarations
John Ericson
2023-05-17
Revert "Revert "Use template structs instead of phantoms""
John Ericson
2023-05-09
Add name to some error messages
John Ericson
2023-04-17
`TextHashMethod` -> `TextIngestionMethod`, gate with XP feature
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-17
Experimentally allow forcing `nix-daemon` trust; use this to test
John Ericson
2023-04-17
Merge pull request #6312 from obsidiansystems/keyed-build-result
Robert Hensing
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-01
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-04-01
Merge commit 'aa99005004bccc9be506a2a2f162f78bad4bcb41' into ca-drv-exotic
John Ericson
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-28
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-02-03
Merge pull request #7739 from obsidiansystems/user-settings
Eelco Dolstra
2023-02-02
Move `trustedUsers` and `allowedUsers` to separate config struct
John Ericson
2023-02-02
Get rid of the `authHook` parameter on `processConnection`
John Ericson
2023-02-02
daemon: Warn on old clients passing unexpected plugin-files.
Shea Levy
[next]