index
:
~cnx/guix
this commit
core-updates
e9patch
emacs-team
gnome-team
gnuzilla-updates
guile-daemon
hurd-team
ibus-table
install-doc-overhaul
kernel-updates
keyring
klee
master
mesa-updates
nix
node-18-updates
node-reproducibility
old-guix-wip-file-offset-bits-64-sledgehammer
python-team
qt-updates
r-team
r-updates
rust-team
smartdns
snapper
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
wip-aarch64-bootstrap
wip-arm-bootstrap
wip-buildroot
wip-check
wip-container
wip-cpu-tuning
wip-deploy
wip-deploy2
wip-desktop
wip-digests
wip-file-offset-bits-64
wip-file-offset-bits-64-sledgehammer
wip-filesearch
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-git-https
wip-gnome
wip-gnome3.34
wip-gnome3.36
wip-guile-ssh-0.16
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-image
wip-import-version
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-java-aarch64
wip-kde-education
wip-kde-plasma
wip-loongson2f
wip-mediagoblin
wip-mnt-reform
wip-node-14
wip-node-importer
wip-ocaml
wip-perl6
wip-pinebook-pro
wip-postfix
wip-potluck
wip-ppc
wip-ppc64le
wip-python-mne
wip-r
wip-rust
wip-system-bootstrap
wip-texlive
wip-texlive-importer
wip-texlive-mono
wip-wget
Personal Guix development branches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
store.hh
Age
Commit message (
Expand
)
Author
2006-11-30
* Refactoring. There is now an abstract interface class StoreAPI
Eelco Dolstra
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-03-01
* Close the database before the destructor runs.
Eelco Dolstra
2006-02-16
* A simple hack to fix NIX-18: the garbage collector cannot run when
Eelco Dolstra
2005-12-15
* `nix-store --gc' prints out the number of bytes freed on stdout
Eelco Dolstra
2005-12-13
* Change `referer' to `referrer' throughout. In particular, the
Eelco Dolstra
2005-12-12
* Fix NIX-23: quadratic complexity in maintaining the referers
Eelco Dolstra
2005-05-04
* GCC 2.95 compatibility fix in constness; strangely, I think this
Eelco Dolstra
2005-04-07
* `nix-store --add-fixed' to preload the outputs of fixed-output
Eelco Dolstra
2005-03-23
* `nix-store --register-validity': allow a path to refer to a path
Eelco Dolstra
2005-03-23
* nix-store: `--isvalid' -> `--check-validity', `--validpath' ->
Eelco Dolstra
2005-03-02
* `nix-store -q --hash' to quickly query the hash of the contents of a
Eelco Dolstra
2005-02-09
* Propagate the deriver of a path through the substitute mechanism.
Eelco Dolstra
2005-02-09
* Automatically upgrade <= 0.7 Nix stores to the new schema (so that
Eelco Dolstra
2005-02-08
* Subflag in `--verify': `nix-store --verify --check-contents' checks
Eelco Dolstra
2005-02-08
* Updated `nix-store --verify' to the new schema.
Eelco Dolstra
2005-02-07
* `nix-store -qb' to query derivation environment bindings. Useful
Eelco Dolstra
2005-02-07
* Maintain a database table (`derivers') that maps output paths to the
Eelco Dolstra
2005-02-01
* nix-store, nix-instantiate: added an option `--add-root' to
Eelco Dolstra
2005-01-27
* Fix and simplify the garbage collector (it's still not concurrent,
Eelco Dolstra
2005-01-25
* Maintain the references/referers relation also for derivations.
Eelco Dolstra
2005-01-25
* Simplification: registerSubstitutes -> registerSubstitute. We no
Eelco Dolstra
2005-01-20
* Terminology fixes.
Eelco Dolstra
2005-01-19
* Nix-store queries `--references' and `referers' to query the pointer
Eelco Dolstra
2005-01-19
* Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->
Eelco Dolstra
2005-01-19
* Started removing closure store expressions, i.e., the explicit
Eelco Dolstra
2005-01-17
* Removed the `id' attribute hack.
Eelco Dolstra
2005-01-14
* Start move towards SHA-256 hashes instead of MD5.
Eelco Dolstra
2004-12-20
* Simplify the substitute mechanism:
Eelco Dolstra
2004-08-31
* Main the `substitutes-rev' table again, but now in a way that
Eelco Dolstra
2004-06-28
* Added a switch `--fallback'. From the manual:
Eelco Dolstra
2004-06-21
* Wrap calls to registerSubstitute() in a single transaction to
Eelco Dolstra
2004-06-20
* Re-enable support for substitutes in the normaliser.
Eelco Dolstra
2004-04-14
* Be stricter in verifying store paths.
Eelco Dolstra
2003-11-22
* Maintain integrity of the substitute and successor mappings when
Eelco Dolstra
2003-11-18
* libnix -> libstore.
Eelco Dolstra