summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2016-06-29download: Use basic authentication when userinfo is present in URI.David Thompson
2016-06-23bournish: Add 'wc' command.Efraim Flashner
2016-06-22build: emacs: Search for elisp in "share/emacs/site-lisp".Alex Kost
2016-06-15guix: Add downloader for Mercurial repositories.Ricardo Wurmus
2016-06-13syscalls: Use 'syscall->procedure' everywhere.Ludovic Courtès
2016-06-13utils: 'with-atomic-file-output' calls 'fdatasync'.Ludovic Courtès
2016-06-06bournish: Allow compilation of multiple expressions.Ludovic Courtès
2016-06-06bournish: Handle EOF in the reader.Ludovic Courtès
2016-05-30build: emacs: Handle sources that are a single elisp file.David Thompson
2016-05-27download: Default to a 10s connection establishment timeout.Ludovic Courtès
2016-05-27download: Use URI objects for content-addressed mirrors.Ludovic Courtès
2016-05-25guix: ruby-build-system: Extract gemspec during 'extract-gemspec'.Ben Woodcroft
2016-05-24graft: Fail when one of the threads raises an exception.Ludovic Courtès
2016-05-23union: Compare inode numbers in 'file=?'.Ludovic Courtès
2016-05-21grafts: Rename files whose name matches a graft.Ludovic Courtès
2016-05-21grafts: Preserve empty directories when grafting.Ludovic Courtès
2016-05-20ant-build-system: Add unpack phase.Ricardo Wurmus
2016-05-16build: Accept dates with space-padded hour field.Ricardo Wurmus
2016-05-14download: Support content-addressed mirrors.Ludovic Courtès
2016-05-06syscalls: Use 'define-c-struct' for 'fcntl-flock'.Ludovic Courtès
2016-05-06utils: Move 'fcntl-flock' to (guix build syscalls).Ludovic Courtès
2016-05-03syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès
2016-05-02syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès
2016-05-02syscalls: Implement arrays in 'define-c-struct' and use it.Ludovic Courtès
2016-04-30syscalls: 'statfs' explicitly binds 'statfs64'.Ludovic Courtès
2016-04-30syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.Ludovic Courtès
2016-04-25syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès
2016-04-25syscalls: Add 'statfs'.Ludovic Courtès
2016-04-25syscalls: 'define-c-struct' computes the struct size.Ludovic Courtès
2016-04-25syscalls: Second argument of packed-struct read is now optional.Ludovic Courtès
2016-04-25syscalls: Move code around [NFC].Ludovic Courtès
2016-04-20substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès
2016-04-20download: 'uri-abbreviation' can abbreviate the URI's basename.Ludovic Courtès
2016-04-20download: Add "%COMPAT" to the priority string.Ludovic Courtès
2016-04-18syscalls: If a syscall is not available, defer the error.Mark H Weaver
2016-04-16syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès
2016-04-15syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès
2016-04-15download: Add 'current-terminal-columns' parameter.Ludovic Courtès
2016-04-15download: Send an ANSI erase-in-line sequence in addition to CR.Ludovic Courtès
2016-04-14download: Follow HTTP 307 "Temporary Redirection".Alex Kost
2016-04-01cvs: Disable compression.Ludovic Courtès
2016-04-01cvs: Allow checkouts when /tmp is a different device.Jan Nieuwenhuizen
2016-03-31ant-build-system: Keep jar manifest.Ricardo Wurmus
2016-03-25syscalls: <interface> printer correctly handles lack of sockaddr.Ludovic Courtès
2016-03-17download: Add 'close-connection'.Ludovic Courtès
2016-03-14build: Add Ant build system.Ricardo Wurmus
2016-02-27grafts: Make sure files are not created world-writable.Ludovic Courtès
2016-02-08Add (guix build bournish) and use it in the initrd.Ludovic Courtès
2016-02-03syscalls: 'all-network-interface-names' accepts non-alphanumeric characters.Ludovic Courtès
2016-01-19build-system/haskell: Fix package.conf parsing.Eric Bavier