index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
libstore
Age
Commit message (
Expand
)
Author
2024-10-15
treewide: consistently mark overridden settings as such
Alois Wohlschlager
2024-10-08
Avoid calling memcpy when len == 0 in filetransfer.cc
Lulu
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-16
libstore: remove WriteConn::sink fields
eldritch horrors
2024-07-16
libstore: generatorize protocol serializers
eldritch horrors
2024-06-19
filetransfer: return a Source from download()
eldritch horrors
2024-06-18
filetransfer: {up,down}load -> transfer
eldritch horrors
2024-06-16
libstore: refuse to serialise ancient protocols
Jade Lovelace
2024-06-16
Delete old ValidPathInfo test, fix UnkeyedValidPathInfo
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,cc}: Split out strings.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out file-system.{hh,cc}
Tom Hubrecht
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-05
filetransfer: abort transfer on receiver exception
eldritch horrors
2024-05-02
Disallow store path names that are . or .. (plus opt. -)
Robert Hensing
2024-05-02
parseStorePath: Support leading period
Robert Hensing
2024-05-02
Revert "StorePath: reject names starting with '.'"
Robert Hensing
2024-04-08
Don't run libstore unit tests in project root
Rebecca Turner
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
2024-03-13
support <program>_ENV variables
eldritch horrors
2024-03-11
import the revisions to the characterization test framework from cppnix
Jade Lovelace
2024-03-07
Merge pull request #9560 from obsidiansystems/serve-proto-unkeyed-valid-path-...
eldritch horrors
2024-03-04
Ban building Nix with NDEBUG
eldritch horrors
2024-03-04
Merge pull request #9841 from obsidiansystems/float-speed-factor
eldritch horrors
2024-03-04
Merge pull request #9247 from obsidiansystems/derivation-test-with-files
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
2024-03-04
Merge pull request #9137 from obsidiansystems/serve-protocol
eldritch horrors
2024-03-04
Merge pull request #9099 from obsidiansystems/common-proto
eldritch horrors
2024-03-04
Merge pull request #9098 from obsidiansystems/test-proto
eldritch horrors
2024-03-04
Merge pull request #9094 from obsidiansystems/test-proto
eldritch horrors
2024-03-04
Merge pull request #8923 from obsidiansystems/test-proto
eldritch horrors
2023-12-01
Move tests to separate directories, and document
John Ericson