index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
store.cc
Age
Commit message (
Expand
)
Author
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-08-01
* Show some progress.
Eelco Dolstra
2006-06-01
* Minor cleanup.
Eelco Dolstra
2006-05-11
* 64-bit compatibility fixes (for problems revealed by building on an Athlon
Eelco Dolstra
2006-03-10
* Allow `make check' to work in directories that have symlink
Eelco Dolstra
2006-03-01
* Close the database before the destructor runs.
Eelco Dolstra
2006-02-16
* Allow the size of the GC reserved file to be specified in nix.conf
Eelco Dolstra
2006-02-16
* A simple hack to fix NIX-18: the garbage collector cannot run when
Eelco Dolstra
2005-12-25
* Hack around a GCC 2.95 bug.
Eelco Dolstra
2005-12-24
* GCC 2.95 compatibility.
Eelco Dolstra
2005-12-15
* `nix-store --gc' prints out the number of bytes freed on stdout
Eelco Dolstra
2005-12-15
* Split the database upgrade into multiple transactions to prevent
Eelco Dolstra
2005-12-13
* Change `referer' to `referrer' throughout. In particular, the
Eelco Dolstra
2005-12-12
* Automatically delete the old referers table.
Eelco Dolstra
2005-12-12
* Fix NIX-23: quadratic complexity in maintaining the referers
Eelco Dolstra
2005-10-29
* Repair the referers table from the references table.
Rob Vermaas
2005-05-07
* Don't try to register GC roots in read-only mode.
Eelco Dolstra
2005-05-04
* Idem (constness fix).
Eelco Dolstra
2005-04-12
* Garbage collector fix: allow deletion of paths that have invalid
Eelco Dolstra
2005-04-07
* `nix-store --add-fixed' to preload the outputs of fixed-output
Eelco Dolstra
2005-03-25
* `nix-store --verify': repair bad referer mappings.
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-14
* Bug in clearSubstitutes().
Eelco Dolstra
2005-03-03
* Don't use fork() in copyPath(), but a string buffer.
Eelco Dolstra
2005-03-03
* Increase Berkeley DB limits a bit more.
Eelco Dolstra
2005-03-02
* `nix-store -q --hash' to quickly query the hash of the contents of a
Eelco Dolstra
2005-02-14
* Type error in constructor call (caught by GCC 3.3, but not 3.4!).
Eelco Dolstra
2005-02-09
* Commit more often to prevent out-of-memory errors.
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-02-01
* Add missing files to dist.
Eelco Dolstra
2005-01-31
* Topologically sort paths under the references relation to ensure
Eelco Dolstra
2005-01-31
* Start of concurrent garbage collection. Processes write temporary
Eelco Dolstra
2005-01-28
* Only invalidate paths when they are in fact valid.
Eelco Dolstra
2005-01-27
* Fix deadlock.
Eelco Dolstra
2005-01-27
* Update referers mappings when updating/clearing the references
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-25
* Really fix the substitute mechanism, i.e., ensure the closure
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
* Change extension `.store' to `.drv'.
Eelco Dolstra
[next]