depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libmain
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-20
nix-shell: Don't warn about the lack of a GC root
Eelco Dolstra
1
-0
/
+5
2013-11-12
Make function calls show up in stack traces again
Eelco Dolstra
1
-6
/
+3
2013-10-02
Report OOM errors better
Eelco Dolstra
1
-0
/
+3
2013-08-07
Respect MINSIGSTKSZ when allocating an alternative stack
Eelco Dolstra
1
-1
/
+1
2013-07-30
Detect stack overflows
Eelco Dolstra
3
-1
/
+80
2013-03-08
Revert "Prevent config.h from being clobbered"
Eelco Dolstra
1
-5
/
+2
2013-03-07
Prevent config.h from being clobbered
Eelco Dolstra
1
-2
/
+5
2013-02-19
build-remote: Use the --quiet flag
Eelco Dolstra
1
-5
/
+2
2012-12-11
On SQLITE_BUSY, wait a random amount of time
Eelco Dolstra
1
-0
/
+6
2012-11-27
Add builtin constants ‘langVersion’ and ‘nixVersion’
Eelco Dolstra
2
-2
/
+1
2012-11-20
nix-store -r: Add ‘--ignore-unknown’ flag
Eelco Dolstra
2
-0
/
+11
2012-10-03
Drop support for running nix-worker in "slave" mode
Eelco Dolstra
2
-60
/
+1
2012-10-03
When ‘--help’ is given, just run ‘man’ to show the manual page
Eelco Dolstra
2
-0
/
+12
2012-08-27
Merge branch 'master' into no-manifests
Eelco Dolstra
2
-11
/
+0
2012-08-24
Include the output name in the GC root link
Eelco Dolstra
2
-11
/
+0
2012-07-31
Add an option ‘build-fallback’ (equivalent to the --fallback flag)
Eelco Dolstra
1
-1
/
+1
2012-07-30
Refactor settings processing
Eelco Dolstra
1
-19
/
+28
2012-07-30
Whitespace
Eelco Dolstra
1
-7
/
+7
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
1
-5
/
+1
2012-03-13
Ensure that Perl processes delete their entry in the temproots directory
Eelco Dolstra
2
-15
/
+0
2012-03-05
nix-worker: put the pid of the caller in argv[1]
Eelco Dolstra
2
-1
/
+5
2011-12-14
* Remove the terminate handler, which was only really needed because
Eelco Dolstra
1
-23
/
+0
2011-11-29
* Get rid of some superfluous error messages if a substituter fails.
Eelco Dolstra
1
-1
/
+1
2011-11-22
* Move initialisation of variables like nixConfDir from libmain to
Eelco Dolstra
2
-31
/
+2
2011-09-06
* Added a command ‘nix-store --verify-paths PATHS’ to check whether
Eelco Dolstra
2
-6
/
+9
2011-08-31
* Eliminate all uses of the global variable ‘store’ from libstore.
Eelco Dolstra
2
-3
/
+5
2011-06-30
Add support for the `build-timeout' and `--timeout' options.
Ludovic Courtès
1
-0
/
+3
2011-02-09
* Don't call GC_expand_hp unless we're actually using the garbage
Eelco Dolstra
1
-12
/
+0
2011-02-09
Use $BDW_GC_LIBS instead of a custom variable.
Ludovic Courtès
1
-1
/
+1
2011-02-05
* Clang compatibility fix. Clang actually checks template definitions
Eelco Dolstra
1
-1
/
+1
2010-12-13
* nix-instantiate: return exit status 100 to denote a permanent build
Eelco Dolstra
1
-1
/
+1
2010-11-17
* Before a build, show the disk space that the downloaded store paths
Eelco Dolstra
1
-6
/
+7
2010-11-16
* Sync with the trunk.
Eelco Dolstra
2
-1
/
+33
2010-10-29
* Document Boehm GC support.
Eelco Dolstra
1
-1
/
+1
2010-10-29
* Set libgc's initial heap size to 384 MiB to prevent garbage
Eelco Dolstra
1
-0
/
+12
2010-10-28
* Handle out of memory condition.
Eelco Dolstra
2
-1
/
+21
2010-08-30
* When using the build hook, distinguish between the stderr of the
Eelco Dolstra
1
-4
/
+6
2010-08-04
* Remove "auto" and "guess" as synonyms for 0 in the handling of
Eelco Dolstra
1
-14
/
+3
2010-06-23
Added support for passing an (impure) NIX_BUILD_CORES variable to build expre...
Peter Simons
1
-0
/
+14
2010-04-19
* Drop the dependency on the ATerm library.
Eelco Dolstra
2
-3
/
+1
2010-04-19
* Don't use the ATerm library for parsing/printing .drv files.
Eelco Dolstra
1
-10
/
+0
2010-04-12
* Finished the ATerm-less parser.
Eelco Dolstra
1
-2
/
+2
2010-04-12
* Don't use ATerms for the abstract syntax trees anymore. Not
Eelco Dolstra
1
-2
/
+2
2010-02-03
* Revert r19797, and use a simpler solution: just don't monitor build
Eelco Dolstra
1
-13
/
+0
2010-02-03
* While waiting for a lock, print a sign of life every 5 minutes.
Eelco Dolstra
1
-0
/
+13
2010-01-12
* On startup, set the default SIGCHLD handler. This is so that Nix
Eelco Dolstra
1
-5
/
+11
2009-11-24
* Templatise getIntArg / string2Int.
Eelco Dolstra
2
-19
/
+15
2009-06-30
* Don't show trace information by default (`--show-trace' to enable).
Eelco Dolstra
1
-1
/
+8
2009-03-05
* Install some headers in the right location.
Eelco Dolstra
1
-1
/
+5
2009-02-27
* Allow options from the Nix config file to be overriden from the
Eelco Dolstra
1
-0
/
+7
[next]