Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Fix internal links | Eelco Dolstra | |
2020-07-24 | Fix some dangling references | Eelco Dolstra | |
2020-07-24 | Fix nix-copy-closure manpage | Eelco Dolstra | |
2020-07-24 | Move figures | Eelco Dolstra | |
2020-07-24 | Clean up the manpages | Eelco Dolstra | |
2020-07-24 | Get rid of footnotes | Eelco Dolstra | |
Markdown doesn't support them. | |||
2020-07-24 | printVersion(): Show system types | Eelco Dolstra | |
2020-07-23 | Add a separate manual job | Eelco Dolstra | |
2020-07-23 | Sigh | Eelco Dolstra | |
2020-07-23 | <replaceable> -> <emphasis> | Eelco Dolstra | |
Pandoc doesn't know <replaceable> so let's force it to be rendered as italics. | |||
2020-07-23 | <simplesect> -> <section> | Eelco Dolstra | |
Pandoc silently ignores <simplesect>... | |||
2020-07-23 | Get rid of <figure> | Eelco Dolstra | |
2020-07-23 | Get rid of <example> | Eelco Dolstra | |
Markdown doesn't have floats so we can't have this. | |||
2020-07-23 | Get rid of callouts since Markdown doesn't support them | Eelco Dolstra | |
2020-07-23 | Install all manpages | Eelco Dolstra | |
2020-07-23 | Convert commands | Eelco Dolstra | |
2020-07-23 | Convert nix.conf manpage | Eelco Dolstra | |
2020-07-23 | Reconvert | Eelco Dolstra | |
2020-07-23 | <envar> -> <literal> | Eelco Dolstra | |
2020-07-23 | Remove libxml2 / libxslt prerequisites | Eelco Dolstra | |
2020-07-23 | Pandoc conversion | Eelco Dolstra | |
2020-07-23 | Fix link | Eelco Dolstra | |
2020-07-23 | Remove subtitles | Eelco Dolstra | |
2020-07-23 | Typo | Eelco Dolstra | |
2020-07-23 | Remove references to xmllint | Eelco Dolstra | |
2020-07-23 | Use mdbook | Eelco Dolstra | |
2020-07-23 | Markdown test | Eelco Dolstra | |
2020-07-23 | Remove unused file | Eelco Dolstra | |
2020-07-23 | Merge pull request #3855 from obsidiansystems/delete-find-output | Eelco Dolstra | |
Get rid of `basicDerivation::findOutput` | |||
2020-07-23 | Get rid of `basicDerivation::findOutput` | John Ericson | |
It's a tiny function which is: - hardly worth abstrating over, and also only used once. - doesn't work once we get CA drvs I rewrote the one callsite to be forwards compatable with CA derivations, and also potentially more performant: instead of reading in the derivation it can ust consult the SQLite DB in the common case. | |||
2020-07-23 | Merge pull request #3854 from B4dM4n/registry-pin-write | Eelco Dolstra | |
Save changes made by "nix registry pin" to user registry | |||
2020-07-23 | Save changes made by "nix registry pin" to user registry | Fabian Möller | |
2020-07-23 | Merge pull request #3850 from obsidiansystems/references-scan-cleanup | Eelco Dolstra | |
Separate concerns in `scanForReferences` with TeeSink | |||
2020-07-22 | Separate concerns in `scanForReferences` with TeeSink | John Ericson | |
This also will make it easier to use a `HashModuloSink` instead for CA derivations. | |||
2020-07-22 | Merge pull request #3848 from knedlsepp/patch-1 | Eelco Dolstra | |
README: Fix link to hacking guide | |||
2020-07-22 | README: Fix link to hacking guide | Josef Kemetmüller | |
The link was previously interpreted as if it were relative to the current file. | |||
2020-07-21 | Merge pull request #3736 from ↵ | Eelco Dolstra | |
obsidiansystems/allow-relative-paths-in-store-option Allow relative paths in --store option | |||
2020-07-21 | Merge pull request #3714 from obsidiansystems/add-body-to-network-errors | Eelco Dolstra | |
Add response body to network errors | |||
2020-07-21 | Change logic for deciding what is a relative path for the local store | John Ericson | |
The was Eelco's prefered logic, and it looks good to me! | |||
2020-07-21 | Merge pull request #3844 from ↵ | Eelco Dolstra | |
obsidiansystems/update-chunksize-to-suggested-value Update chunkSize to the suggested value | |||
2020-07-21 | Update chunkSize to the suggested value | Carlo Nucera | |
This was a suggested course of action in a review in one of our earlier commits, https://github.com/NixOS/nix/pull/3801#discussion_r457557079 | |||
2020-07-21 | Merge remote-tracking branch 'upstream/master' into add-body-to-network-errors | John Ericson | |
2020-07-21 | Merge pull request #3801 from obsidiansystems/from-dump-stream | Eelco Dolstra | |
Constant space `addToStoreFromDump` and deduplicate code | |||
2020-07-21 | Merge pull request #3840 from Mic92/docs | Eelco Dolstra | |
README: improve development docs | |||
2020-07-21 | Merge pull request #3842 from obsidiansystems/fix-and-document-addToStoreSlow | Eelco Dolstra | |
Correct bug, thoroughly document addToStoreSlow | |||
2020-07-21 | Merge branch 'fix-and-document-addToStoreSlow' of ↵ | John Ericson | |
github.com:obsidiansystems/nix into from-dump-stream | |||
2020-07-20 | Correct bug, thoroughly document addToStoreSlow | Carlo Nucera | |
2020-07-20 | Update doc/manual/hacking.xml | Jörg Thalheim | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2020-07-20 | Use heuristics to decide when to show the response | Carlo Nucera | |
Due to https://github.com/NixOS/nix/issues/3841 we don't know how print different messages for different verbosity levels. | |||
2020-07-20 | Merge remote-tracking branch 'upstream/master' into from-dump-stream | John Ericson | |