about summary refs log tree commit diff
path: root/third_party/nix/src/libstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-25 r/1472 feat(3p/nix): Add main function for grpc daemonGriffin Smith3-4/+4
2020-07-25 r/1462 refactor(3p/nix): Remove custom base64 implementationGriffin Smith1-3/+12
2020-07-24 r/1457 fix(3p/nix): do not call vforkKane York1-3/+0
2020-07-24 r/1451 fix(3p/nix): fix more clang-tidy warningsKane York2-1/+4
2020-07-24 r/1447 fix(3p/nix): Link nixutil to its dependenciesGriffin Smith1-5/+0
2020-07-23 r/1437 fix(3p/nix): remove usage of strcpyKane York2-4/+5
2020-07-22 r/1418 fix(3p/nix): Fix string escaping issue in schema includeVincent Ambo1-2/+2
2020-07-20 r/1408 chore(3p/nix): Remove support for pluginsGriffin Smith2-41/+0
2020-07-19 r/1403 fix(3p/nix): Fix all remaining compiler warningsVincent Ambo3-4/+13
2020-07-19 r/1401 refactor(3p/nix): Remove remaining prefork-compat typeVincent Ambo1-9/+5
2020-07-18 r/1382 feat(3p/nix/nix-daemon): Implement Worker::BuildDerivation handlerGriffin Smith4-0/+94
2020-07-18 r/1381 chore(3p/nix): Add missing override to UDSRemoteStore::sameMachineGriffin Smith1-1/+1
2020-07-18 r/1377 refactor(3p/nix/libexpr): Back Nix lists with std::vectorVincent Ambo1-2/+2
2020-07-18 r/1369 test(3p/nix): Set up scaffolding & fix up tests for value-to-{json|xml}Vincent Ambo1-1/+1
2020-07-16 r/1331 chore(3p/nix/worker-protocol): Add missing includesGriffin Smith1-0/+3
2020-07-16 r/1313 chore(3p/nix): {query,clear}FailedPaths are obsoleteGriffin Smith1-2/+2
2020-07-16 r/1309 refactor(3p/libstore): Optimise nix::printStringVincent Ambo1-12/+37
2020-07-10 r/1249 fix(3p/nix/libstore): use exception instead of assertion when storepath is ma...Andreas Rammhold1-2/+11
2020-07-05 r/1217 chore(3p/nix/libstore): Link to nixproto libraryVincent Ambo1-0/+1
2020-06-21 r/1052 feat(3p/nix): install pkgconfig files for libexpr, libmain and libstoreLuke Granger-Brown2-4/+7
2020-06-21 r/1051 chore(3p/nix): use GNUInstallDirs to determine output directory namesLuke Granger-Brown1-1/+1
2020-06-21 r/1050 chore(3p/nix): export library headers to include/ in output.Luke Granger-Brown1-2/+7
2020-05-31 r/876 fix(3p/nix): passAsFile: leave out the hash prefixedef1-1/+1
2020-05-31 r/875 fix(3p/nix): passAsFile: hash the attribute name instead of numbering sequent...Puck Meerburg1-2/+2
2020-05-30 r/872 chore(3p/nix): Clean up some unused definesVincent Ambo2-19/+1
2020-05-28 r/868 refactor(3p/nix): Introduce CMake as the build system for NixVincent Ambo2-6/+105
2020-05-27 r/867 chore(3p/nix): Remove meson build files for core packagesVincent Ambo1-153/+0
2020-05-27 r/865 refactor(3p/nix): Anchor local includes at src/Vincent Ambo55-221/+225
2020-05-25 r/846 refactor(3p/nix): Replace tokenizeStrings with absl::StrSplitVincent Ambo16-76/+84
2020-05-25 r/845 refactor(3p/nix/libutil): Replace hasPrefix/Suffix with AbseilVincent Ambo10-24/+38
2020-05-25 r/844 fix(3p/nix/libstore): Fix error condition when parsing generationsVincent Ambo1-1/+1
2020-05-25 r/843 refactor(3p/nix/libutil): Replace string2Int & trim functionsVincent Ambo9-32/+54
2020-05-24 r/842 chore(3p/nix/libstore): Remove progress bar remnants from downloadVincent Ambo1-19/+0
2020-05-24 r/840 style(3p/nix): Remove 'using std::*' from types.hhVincent Ambo34-326/+336
2020-05-24 r/835 refactor(3p/nix/libutil): Replace chomp() with absl::stringsVincent Ambo5-7/+16
2020-05-24 r/834 chore(3p/nix): Remove some OS X specific definesVincent Ambo5-226/+2
2020-05-20 r/789 refactor(3p/nix): Apply clang-tidy's performance-* fixesVincent Ambo23-76/+85
2020-05-20 r/788 refactor(3p/nix): Apply clang-tidy's readability-* fixesVincent Ambo31-300/+308
2020-05-20 r/787 refactor(3p/nix): Apply clang-tidy's modernize-* fixesVincent Ambo24-141/+158
2020-05-20 r/780 chore(third_party/nix): Dump of minor accumulated changesVincent Ambo1-18/+0
2020-05-19 r/778 refactor(3p/nix): Make all single-argument constructors explicitVincent Ambo8-18/+18
2020-05-19 r/777 style(3p/nix): Final act in the brace-wrapping sagaVincent Ambo28-527/+954
2020-05-19 r/775 style(3p/nix/libstore): Additional if/for bracing fixesVincent Ambo1-7/+11
2020-05-19 r/773 fix(3p/nix/libstore): Fix mistake introduced by bracing changesVincent Ambo1-1/+1
2020-05-19 r/772 style(3p/nix): Add braces around single-line for-loopsVincent Ambo13-44/+132
2020-05-19 r/771 style(3p/nix): Add braces around single-line conditionalsVincent Ambo30-289/+861
2020-05-19 r/768 fix(3p/nix): Fix incorrectly braced conditionals and loopsVincent Ambo1-2/+1
2020-05-19 r/767 style(3p/nix): Enforce braces around loops and conditionalsVincent Ambo12-67/+138
2020-05-19 r/766 style(3p/nix): Reformat all includes to match new styleVincent Ambo39-36/+103
2020-05-19 r/761 refactor(3p/nix/nix-daemon): Remove activities from protocolVincent Ambo1-57/+1