summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issue 10 <http://code.google.com/p/distcc/issues/detail?id=10>:fergus.henderson2008-07-312-4/+27
* Add a test case to test "-MT" and "-MF" without spaces after them.fergus.henderson2008-07-303-2/+7
* Fix some warnings with -Wcast-align that show up only on machinesfergus.henderson2008-07-304-18/+22
* Fix issue 13 <http://code.google.com/p/distcc/issues/detail?id=13>:fergus.henderson2008-07-301-1/+4
* Apply patch from e...@jessies.org infergus.henderson2008-07-302-2/+2
* This is based on klarlund's original version of this patch (klarlund/d3b3):fergus.henderson2008-07-292-2/+8
* Fix a bug that caused "make check" to fail: MissingCompiler_Casefergus.henderson2008-07-293-13/+55
* Add "Copyright (C) 2007 Lennart Poettering" to zeroconf.c, zeroconf-reg.c,fergus.henderson2008-06-193-1/+5
* Fix for a deadlock bug <http://code.google.com/p/distcc/issues/detail?id=1>fergus.henderson2008-06-175-25/+107
* Apply patch from Maks Verver which fixes a bug where distccfergus.henderson2008-06-111-0/+8
* lsdistcc should print non-default port numbers.zhanglei2008-06-091-0/+3
* Add necessary message to pump script with warning that compilations were forcedklarlund2008-06-091-1/+3
* Fix up the top-of-file comments to look the same as for all the otherCraig Silverstein2008-06-031-2/+2
* Fix some extra comment specifiers that shouldn't have been there.Craig Silverstein2008-06-032-2/+2
* Fix spelling error and punctuation in warning message.fergus.henderson2008-06-021-4/+4
* Fix some of the written-on dates for some google patches. Pointed outCraig Silverstein2008-05-294-4/+4
* Fix race condition that may prevent the warning message that pump-mode is noklarlund2008-05-281-3/+5
* Normalize the copyright text, to the latest version of the GPLv2 textCraig Silverstein2008-05-23108-963/+1077
* Fix a bug: --wizard is supposed to imply --log-level debug, but thisfergus.henderson2008-05-231-0/+1
* Remove "svn:executable" property (the "+x" permission bit) from header files.fergus.henderson2008-05-222-0/+0
* Make an obscure and common error message more informative.klarlund2008-05-211-0/+4
* Some usability improvements, in particular better diagnostics forfergus.henderson2008-05-211-1/+2
* Change C++-style // comments to /**/.Craig Silverstein2008-05-2099-180/+194
* Turned all tabs into 4 spaces. Got rid of whitespace at the end ofCraig Silverstein2008-05-20108-2024/+2183
* Fix polarity of condition.klarlund2008-05-201-1/+1
* Whitespace change: make indentation more consistent.fergus.henderson2008-05-191-5/+5
* Fix bugs in my previous change to handle "-Wp," options: argumentsfergus.henderson2008-05-187-29/+79
* Fix a typo: s/ddc_/dcc_/fergus.henderson2008-05-173-6/+6
* There's cygwin-specific code in exec.c, but it seems to assume thatCraig Silverstein2008-05-161-24/+59
* Two bug fixes:fergus.henderson2008-05-161-1/+1
* Handle '-Wp,-MD,<dotdfile>' option.fergus.henderson2008-05-163-0/+110
* Comment the need to handle gcc's -Wp flag.Craig Silverstein2008-05-161-2/+9
* Add a consistent emacs-variable header to all source files. ThisCraig Silverstein2008-05-1574-74/+74
* The tmpdir-creation routine has an (undocumented) invariant that theCraig Silverstein2008-05-151-2/+5
* getc returns an int, not a char. We're checking whether a char ==Craig Silverstein2008-05-141-2/+2
* Fix buglet: insert (void) in call of strcpy to avoid gcc 4.1.1. making trouble.klarlund2008-05-131-1/+1
* We were logging a char* that could be NULL. With glibc, the printfCraig Silverstein2008-05-131-1/+4
* No matter what the reason, if we can't use sendfile() but it's stillCraig Silverstein2008-05-101-13/+12
* A whitespace-only change. Got rid of spaces at the end of lines, andCraig Silverstein2008-05-091-420/+420
* Modify lsdistcc to reduce the number of concurrent fd's it tries toCraig Silverstein2008-05-091-204/+262
* Fix what appears to be a bug in the handling of DISTCC_CMDLIST.fergus.henderson2008-05-091-6/+39
* Make handling of config.h sound.klarlund2008-05-0969-69/+69
* Treat ENOTSOCK errors from sendfile() the same way that we treatfergus.henderson2008-05-021-1/+2
* This adds an #two that's technically needed to compile. CygwinCraig Silverstein2008-05-021-0/+1
* OS X added sendfile support in 10.5, so add this case to sendfile.c.Craig Silverstein2008-04-281-2/+33
* These changes are enough to get code to compile, and at least some ofCraig Silverstein2008-04-2814-44/+114
* The first step of moving everything in the distcc directory to the topCraig Silverstein2008-04-11109-0/+21816