summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Apply patch for issue 139fergus.henderson@gmail.com2014-04-021-1/+5
* Identify location of libiberty.hmandyke@gmail.com2014-03-031-0/+6
* Handle '--coverage' like '-fprofile-arcs' and '-ftest-coverage':fergus.henderson@gmail.com2014-02-271-1/+2
* GNU/Hurd also provides sendfile(2)mandyke@gmail.com2013-05-271-1/+1
* Add Copyright notice to some files.mandyke@gmail.com2013-05-102-4/+10
* Avoid potential dereference of uninitialized pointer.mandyke@gmail.com2013-05-101-1/+3
* zeroconf.h is also "Copyright (C) 2007 Lennart Poettering". See also: r526.mandyke@gmail.com2013-05-081-0/+2
* Support @FILE arguments correctly. Requires GNU libiberty.mandyke@gmail.com2013-05-081-0/+5
* Apply Ktonibud's patch for distcc issue 74fergus.henderson@gmail.com2012-05-161-10/+17
* Generalize dcc_{r,x}_argv routineskamal@whence.com2012-04-207-17/+27
* Apply patch from Jérémie Koenig <jk@jk.fr.eu.org>:fergus.henderson@gmail.com2012-04-102-3/+14
* Fix for distcc issue 105 <http://code.google.com/p/distcc/issues/detail?id=105>kamal@whence.com2012-04-051-0/+4
* Fix for distcc issue 103 <http://code.google.com/p/distcc/issues/detail?id=103>:kamal@whence.com2012-04-041-2/+25
* Fix for distcc issue 102 <http://code.google.com/p/distcc/issues/detail?id=102>:kamal@whence.com2012-04-041-3/+8
* Fix for distcc issue 96 <http://code.google.com/p/distcc/issues/detail?id=96>:fergus.henderson@gmail.com2012-04-041-0/+1
* Fix for distcc issue 98 <http://code.google.com/p/distcc/issues/detail?id=98>:fergus.henderson@gmail.com2012-04-041-1/+4
* Fix gcc warning about variable 'ret' set but not used.fergus.henderson@gmail.com2012-02-061-2/+1
* Fix a build failure on an obscure platform --fergus.henderson2012-01-251-1/+1
* Add #include "config.h" in a couple of places,fergus.henderson2012-01-252-0/+2
* Apply patch from Jiri Palecek to fix issue 83fergus.henderson2011-11-011-0/+2
* Fix a couple of compiler warnings.fergus.henderson2011-10-211-1/+1
* Fix warnings about unused return values. This includes some code changesfergus.henderson2011-04-0614-47/+113
* Fix indentation (layout changes only, no code changes).fergus.henderson2011-04-051-10/+10
* Apply patch from Ian Kumlien <Ian.Kumlien@gmail.com>,fergus.henderson2010-10-081-4/+4
* Apply patch from Jeremy Murphy <jeremy.william.murphy@gmail.com>,fergus.henderson2010-10-086-22/+65
* Some minor stylistic improvements:fergus.henderson2010-08-191-30/+29
* Change directory back to the original server working directory after eachfergus.henderson2010-08-193-9/+23
* Trivial fix for slight mistake in distccd debug message.fergus.henderson2010-06-291-1/+1
* Apply patch from Ryan Burns <rburns@pixar.com>:fergus.henderson2010-05-045-12/+162
* Apply patch from Ryan Burns <rburns@pixar.com>:fergus.henderson2010-05-041-4/+19
* Apply patch from Akim Demaille <demaille@gostai.com>:fergus.henderson2010-03-021-6/+2
* Apply patch from Akim Demaille <demaille@gostai.com>:fergus.henderson2010-03-021-2/+3
* Add support for $DISTCC_IO_TIMEOUT.zhanglei2010-02-105-11/+38
* Make max_discrepancies_before_demotion configurable via DISTCC_MAX_DISCREPANC...zhanglei2009-08-031-6/+26
* Apply patch from Ian.Baker@cern.ch:fergus.henderson2009-07-249-10/+308
* Define a GNU-compatible getline() implementation,fergus.henderson2009-07-243-0/+115
* Fix compile errors for "make check" caused by distcc-v6-acl-2.patch.fergus.henderson2009-07-241-4/+5
* Apply patch from Ian.Baker@cern.ch:fergus.henderson2009-07-2318-2/+1204
* Apply distcc-v6-acl-2.patch from Bob Ham <rah@bash.sh>:fergus.henderson2009-07-224-69/+314
* Remove duplicate hosts from the zeroconf list.benizi2009-04-141-0/+24
* (1) Layout/whitespace changes; the layout of this filefergus.henderson2009-04-101-64/+69
* Fixed a portability issue that causes compilation to fail on 64 bit boxes.IanRichardBaker2009-03-061-2/+2
* Ensure that all ".c" files start with "#include <config.h>".fergus.henderson2009-02-177-1/+15
* IPv6 patch for Zeroconf and and IPv6 literals in hosts file.adshea2009-01-222-4/+19
* "distcc --scan-includes" dumps core.akim.demaille2009-01-091-1/+19
* Document the --scan-includes option in the output of "distcc --help".fergus.henderson2009-01-051-21/+25
* Fix a silly mistake (missing "== 0" after strcmp() call)fergus.henderson2008-10-051-1/+1
* Incorporate 01_distcc_man.dpatch from debian distribution.fergus.henderson2008-09-131-1/+2
* Provides a simple shell API to the include server:fergus.henderson2008-09-118-7/+153
* Report a better error message if a host specification contains ",cpp"fergus.henderson2008-09-081-13/+18