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
/
libmain
Age
Commit message (
Expand
)
Author
2007-08-12
* Get rid of the substitutes database table (NIX-47). Instead, if we
Eelco Dolstra
2007-05-01
* Set a terminate() handler to ensure that we leave the BDB
Eelco Dolstra
2007-03-30
* Work around a bug in Apple's GCC preprocessor.
Eelco Dolstra
2007-01-14
* Option --argstr for passing string arguments easily. (NIX-75)
Eelco Dolstra
2007-01-13
* Removed chroot support.
Eelco Dolstra
2006-12-08
* Kill a build if it has gone for more than a certain number of
Eelco Dolstra
2006-12-07
* Move setuidCleanup() to libutil.
Eelco Dolstra
2006-12-06
* nix-setuid-helper: allow running programs under a different uid.
Eelco Dolstra
2006-12-05
* Allow unprivileged users to run the garbage collector and to do
Eelco Dolstra
2006-12-05
* In addPermRoot, check that the root that we just registered can be
Eelco Dolstra
2006-12-04
* Daemon mode (`nix-worker --daemon'). Clients connect to the server
Eelco Dolstra
2006-12-04
* Install the worker in bindir, not libexecdir.
Eelco Dolstra
2006-12-03
* Doh.
Eelco Dolstra
2006-12-03
* Don't run setuid root when build-users is empty.
Eelco Dolstra
2006-12-03
* Removed `build-allow-root'.
Eelco Dolstra
2006-12-03
* Use setreuid if setresuid is not available.
Eelco Dolstra
2006-12-02
* Remove most of the old setuid code.
Eelco Dolstra
2006-11-30
* Refactoring. There is now an abstract interface class StoreAPI
Eelco Dolstra
2006-11-18
* Turn off synchronisation between C and C++ I/O functions. This
Eelco Dolstra
2006-09-27
* Fix setuid builds.
Eelco Dolstra
2006-09-04
* Move setuid stuff to libutil.
Eelco Dolstra
2006-09-04
* Don't need extern "C".
Eelco Dolstra
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-09-04
* Store the Nix libraries in ${libdir}/nix instead of ${libdir}.
Eelco Dolstra
2006-08-29
* Support singleton values and nested lists again in `args', but print
Eelco Dolstra
2006-08-10
* New configuration setting `build-max-jobs' which sets the default
Eelco Dolstra
2006-07-20
* Use $(libexecdir) to find find-runtime-roots.pl.
Eelco Dolstra
2006-07-06
* Allow the canonical system name to be specified at runtime in the
Eelco Dolstra
2006-05-12
* Support for srcdir != builddir (NIX-41).
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-01-09
* dirOf: return "/", not "", for paths in the root directory. Fixes NIX-26.
Eelco Dolstra
2005-11-04
* Install signal handlers for SIGTERM and SIGHUP. This ensures that
Eelco Dolstra
2005-10-17
* Beginning of secure multi-user Nix stores. If Nix is started as
Eelco Dolstra
2005-07-22
* Build dynamic libraries.
Eelco Dolstra
2005-02-01
* A GC setting `gc-keep-outputs' to specify whether output paths of
Eelco Dolstra
2005-02-01
* nix-store, nix-instantiate: added an option `--add-root' to
Eelco Dolstra
2005-01-31
* Automatically remove temporary root files.
Eelco Dolstra
2005-01-28
* Use NIX_STORE environment variable to locate the store (in addition
Eelco Dolstra
2005-01-19
* Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->
Eelco Dolstra
2005-01-14
* Start move towards SHA-256 hashes instead of MD5.
Eelco Dolstra
2004-10-29
* Drop ATmake / ATMatcher also in handling store expressions.
Eelco Dolstra
2004-10-25
* Allow certain operations to succeed even if we don't have write
Eelco Dolstra
2004-10-25
* Revert r1594 - it didn't solve the problem. Instead add
Eelco Dolstra
2004-10-25
* Make sure that the prerelease version is included in `--version'.
Eelco Dolstra
2004-09-10
* Operation `--delete-generations' to delete generations of a
Eelco Dolstra
2004-09-09
* A very dirty hack to make setuid installations a bit nicer to use.
Eelco Dolstra
2004-09-09
* Use setre[ug]id() instead of setres[ug]id(), since the former is
Eelco Dolstra
2004-09-09
* Set the umask to known value (0022). This is important in a
Eelco Dolstra
2004-08-20
* The gid should also match.
Eelco Dolstra
[next]