summaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* Merge branch 'master' into core-updatesMathieu Lirzin2016-05-02
|\
| * syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès2016-05-02
| * syscalls: Implement arrays in 'define-c-struct' and use it.Ludovic Courtès2016-05-02
| * syscalls: 'statfs' explicitly binds 'statfs64'.Ludovic Courtès2016-04-30
| * syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.Ludovic Courtès2016-04-30
| * syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès2016-04-25
| * syscalls: Add 'statfs'.Ludovic Courtès2016-04-25
| * syscalls: 'define-c-struct' computes the struct size.Ludovic Courtès2016-04-25
| * syscalls: Second argument of packed-struct read is now optional.Ludovic Courtès2016-04-25
| * syscalls: Move code around [NFC].Ludovic Courtès2016-04-25
| * substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès2016-04-20
| * download: 'uri-abbreviation' can abbreviate the URI's basename.Ludovic Courtès2016-04-20
| * download: Add "%COMPAT" to the priority string.Ludovic Courtès2016-04-20
| * syscalls: If a syscall is not available, defer the error.Mark H Weaver2016-04-18
| * syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès2016-04-16
| * syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès2016-04-15
| * download: Add 'current-terminal-columns' parameter.Ludovic Courtès2016-04-15
| * download: Send an ANSI erase-in-line sequence in addition to CR.Ludovic Courtès2016-04-15
| * download: Follow HTTP 307 "Temporary Redirection".Alex Kost2016-04-14
* | Merge branch 'master' into core-updatesLudovic Courtès2016-04-06
|\|
| * cvs: Disable compression.Ludovic Courtès2016-04-01
| * cvs: Allow checkouts when /tmp is a different device.Jan Nieuwenhuizen2016-04-01
| * ant-build-system: Keep jar manifest.Ricardo Wurmus2016-03-31
| * syscalls: <interface> printer correctly handles lack of sockaddr.Ludovic Courtès2016-03-25
* | Merge branch 'master' into core-updatesLeo Famulari2016-03-21
|\|
| * download: Add 'close-connection'.Ludovic Courtès2016-03-17
| * build: Add Ant build system.Ricardo Wurmus2016-03-14
| * grafts: Make sure files are not created world-writable.Ludovic Courtès2016-02-27
* | build-system/gnu: Do not patch symlinks.Jan Nieuwenhuizen2016-02-09
|/
* Add (guix build bournish) and use it in the initrd.Ludovic Courtès2016-02-08
* syscalls: 'all-network-interface-names' accepts non-alphanumeric characters.Ludovic Courtès2016-02-03
* build-system/haskell: Fix package.conf parsing.Eric Bavier2016-01-19
* Merge branch 'master' into core-updatesLudovic Courtès2016-01-13
|\
| * build: ruby: Remove cached gem after install.Ben Woodcroft2016-01-06
| * build: pull: Compile .scm files in one process.Taylan Ulrich Bayırlı/Kammer2016-01-05
| * git-download: Correctly implement recursive checkouts.Ludovic Courtès2016-01-05
* | ruby: Abstract out path to GEM_HOME.Ben Woodcroft2016-01-11
* | build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase.Ludovic Courtès2016-01-05
* | build-system/gnu: Use the long option name for deterministic archives.Ludovic Courtès2016-01-01
* | build-system/gnu: Always pass "-D" to strip/objcopy.Ludovic Courtès2015-12-18
* | Merge branch 'master' into core-updatesLudovic Courtès2015-12-12
|\|
| * gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.Ludovic Courtès2015-11-29
| * gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès2015-11-29
| * graft: Graft files in parallel.Ludovic Courtès2015-11-16
| * graft: Graft files in a deterministic order.Ludovic Courtès2015-11-16
| * download: Always use AI_ADDRCONFIG when resolving host names.Ludovic Courtès2015-11-12
| * download: Add timeout parameter for connections.Ludovic Courtès2015-11-12
| * build-system/haskell: CONFIG_SHELL env variable.Paul van der Walt2015-10-26
* | build-system/gnu: Set 'SOURCE_DATE_EPOCH'.Alex Kost2015-11-14
* | gnu: ghc: Add GHC_PACKAGE_PATH native search path.Eric Bavier2015-10-29