aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2016-04-22Factor out parallel processing of work items that have dependenciesEelco Dolstra
2016-04-22ThreadPool: Start doing work as soon as work items are enqueuedEelco Dolstra
2016-04-22Make compression interruptibleEelco Dolstra
2016-04-21nix --help: Show short flagsEelco Dolstra
2016-04-20Cache path info lookups in SQLiteEelco Dolstra
2016-04-19Move path info caching from BinaryCacheStore to StoreEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra
2016-04-08Make LocalStore thread-safeEelco Dolstra
2016-03-31Add missing -pthreadEelco Dolstra
2016-03-29Improve SIGINT handling in multi-threaded programsEelco Dolstra
2016-03-29Add "nix verify-paths" commandEelco Dolstra
2016-03-15Fix Darwin buildEelco Dolstra
2016-03-04Eliminate some large string copyingEelco Dolstra
2016-03-02Fix reading symlinksEelco Dolstra
2016-03-02FdSource: track number of bytes readEelco Dolstra
2016-02-25Merge branch 'master' into new-cliEelco Dolstra
2016-02-25Add NAR / Store accessor abstractionEelco Dolstra
2016-02-25Fix short boolean flagsEelco Dolstra
2016-02-25Merge branch 'master' into new-cliEelco Dolstra
2016-02-24deletePath(): Succeed if path doesn't existEelco Dolstra
2016-02-24BinaryCacheStore: Implement addToStore()Eelco Dolstra
2016-02-24TypoEelco Dolstra
2016-02-24Move BinaryCacheStore / LocalBinaryCacheStore from HydraEelco Dolstra
2016-02-24std::condition_variable_any -> std::condition_variableEelco Dolstra
2016-02-24C++ templates are just a glorified macro facilityEelco Dolstra
2016-02-24Remove bad daemon connections from the poolEelco Dolstra
2016-02-23Pool<T>: Allow a maximum pool sizeEelco Dolstra
2016-02-23RemoteStore: Make thread-safeEelco Dolstra
2016-02-23Move ref<t> into a separate headerEelco Dolstra
2016-02-15Add xz compression functionEelco Dolstra
2016-02-15decompressXZ: Ensure that lzma_end() is calledEelco Dolstra
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-11ref<T>: Add cast operatorEelco Dolstra
2016-02-09Start of new Nix command-line interfaceEelco Dolstra
2016-02-09New command line parsing infrastructureEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-27Define HashType's size to allow it to be forward-declaredEelco Dolstra
2016-01-27TriviaEelco Dolstra
2016-01-27Make hashLength32() a method of HashEelco Dolstra
2016-01-20string2Int: Barf on negative numbers for unsigned typesEelco Dolstra
2016-01-05Fix compilationEelco Dolstra
2016-01-05Merge pull request #685 from vizanto/masterEelco Dolstra
2016-01-05Fixed unresolved 'BUFSIZ'FrankHB
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-12-10Build sandbox support etc. unconditionally on LinuxEelco Dolstra
2015-11-25Use DT_UNKNOWN when dirent d_type extension is not supported.Danny Wilson
2015-11-16Default arguments belong at declaration, not definitionShea Levy
2015-11-16Fix copy-paste errorShea Levy
2015-11-16AutoDelete: Add default constructor with deletion disabledShea Levy
2015-11-09Fix namespace issueEelco Dolstra