| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix issue 10 <http://code.google.com/p/distcc/issues/detail?id=10>: | fergus.henderson | 2008-07-31 | 2 | -4/+27 |
| * | Add a test case to test "-MT" and "-MF" without spaces after them. | fergus.henderson | 2008-07-30 | 3 | -2/+7 |
| * | Fix some warnings with -Wcast-align that show up only on machines | fergus.henderson | 2008-07-30 | 4 | -18/+22 |
| * | Fix issue 13 <http://code.google.com/p/distcc/issues/detail?id=13>: | fergus.henderson | 2008-07-30 | 1 | -1/+4 |
| * | Apply patch from e...@jessies.org in | fergus.henderson | 2008-07-30 | 2 | -2/+2 |
| * | This is based on klarlund's original version of this patch (klarlund/d3b3): | fergus.henderson | 2008-07-29 | 2 | -2/+8 |
| * | Fix a bug that caused "make check" to fail: MissingCompiler_Case | fergus.henderson | 2008-07-29 | 3 | -13/+55 |
| * | Add "Copyright (C) 2007 Lennart Poettering" to zeroconf.c, zeroconf-reg.c, | fergus.henderson | 2008-06-19 | 3 | -1/+5 |
| * | Fix for a deadlock bug <http://code.google.com/p/distcc/issues/detail?id=1> | fergus.henderson | 2008-06-17 | 5 | -25/+107 |
| * | Apply patch from Maks Verver which fixes a bug where distcc | fergus.henderson | 2008-06-11 | 1 | -0/+8 |
| * | lsdistcc should print non-default port numbers. | zhanglei | 2008-06-09 | 1 | -0/+3 |
| * | Add necessary message to pump script with warning that compilations were forced | klarlund | 2008-06-09 | 1 | -1/+3 |
| * | Fix up the top-of-file comments to look the same as for all the other | Craig Silverstein | 2008-06-03 | 1 | -2/+2 |
| * | Fix some extra comment specifiers that shouldn't have been there. | Craig Silverstein | 2008-06-03 | 2 | -2/+2 |
| * | Fix spelling error and punctuation in warning message. | fergus.henderson | 2008-06-02 | 1 | -4/+4 |
| * | Fix some of the written-on dates for some google patches. Pointed out | Craig Silverstein | 2008-05-29 | 4 | -4/+4 |
| * | Fix race condition that may prevent the warning message that pump-mode is no | klarlund | 2008-05-28 | 1 | -3/+5 |
| * | Normalize the copyright text, to the latest version of the GPLv2 text | Craig Silverstein | 2008-05-23 | 108 | -963/+1077 |
| * | Fix a bug: --wizard is supposed to imply --log-level debug, but this | fergus.henderson | 2008-05-23 | 1 | -0/+1 |
| * | Remove "svn:executable" property (the "+x" permission bit) from header files. | fergus.henderson | 2008-05-22 | 2 | -0/+0 |
| * | Make an obscure and common error message more informative. | klarlund | 2008-05-21 | 1 | -0/+4 |
| * | Some usability improvements, in particular better diagnostics for | fergus.henderson | 2008-05-21 | 1 | -1/+2 |
| * | Change C++-style // comments to /**/. | Craig Silverstein | 2008-05-20 | 99 | -180/+194 |
| * | Turned all tabs into 4 spaces. Got rid of whitespace at the end of | Craig Silverstein | 2008-05-20 | 108 | -2024/+2183 |
| * | Fix polarity of condition. | klarlund | 2008-05-20 | 1 | -1/+1 |
| * | Whitespace change: make indentation more consistent. | fergus.henderson | 2008-05-19 | 1 | -5/+5 |
| * | Fix bugs in my previous change to handle "-Wp," options: arguments | fergus.henderson | 2008-05-18 | 7 | -29/+79 |
| * | Fix a typo: s/ddc_/dcc_/ | fergus.henderson | 2008-05-17 | 3 | -6/+6 |
| * | There's cygwin-specific code in exec.c, but it seems to assume that | Craig Silverstein | 2008-05-16 | 1 | -24/+59 |
| * | Two bug fixes: | fergus.henderson | 2008-05-16 | 1 | -1/+1 |
| * | Handle '-Wp,-MD,<dotdfile>' option. | fergus.henderson | 2008-05-16 | 3 | -0/+110 |
| * | Comment the need to handle gcc's -Wp flag. | Craig Silverstein | 2008-05-16 | 1 | -2/+9 |
| * | Add a consistent emacs-variable header to all source files. This | Craig Silverstein | 2008-05-15 | 74 | -74/+74 |
| * | The tmpdir-creation routine has an (undocumented) invariant that the | Craig Silverstein | 2008-05-15 | 1 | -2/+5 |
| * | getc returns an int, not a char. We're checking whether a char == | Craig Silverstein | 2008-05-14 | 1 | -2/+2 |
| * | Fix buglet: insert (void) in call of strcpy to avoid gcc 4.1.1. making trouble. | klarlund | 2008-05-13 | 1 | -1/+1 |
| * | We were logging a char* that could be NULL. With glibc, the printf | Craig Silverstein | 2008-05-13 | 1 | -1/+4 |
| * | No matter what the reason, if we can't use sendfile() but it's still | Craig Silverstein | 2008-05-10 | 1 | -13/+12 |
| * | A whitespace-only change. Got rid of spaces at the end of lines, and | Craig Silverstein | 2008-05-09 | 1 | -420/+420 |
| * | Modify lsdistcc to reduce the number of concurrent fd's it tries to | Craig Silverstein | 2008-05-09 | 1 | -204/+262 |
| * | Fix what appears to be a bug in the handling of DISTCC_CMDLIST. | fergus.henderson | 2008-05-09 | 1 | -6/+39 |
| * | Make handling of config.h sound. | klarlund | 2008-05-09 | 69 | -69/+69 |
| * | Treat ENOTSOCK errors from sendfile() the same way that we treat | fergus.henderson | 2008-05-02 | 1 | -1/+2 |
| * | This adds an #two that's technically needed to compile. Cygwin | Craig Silverstein | 2008-05-02 | 1 | -0/+1 |
| * | OS X added sendfile support in 10.5, so add this case to sendfile.c. | Craig Silverstein | 2008-04-28 | 1 | -2/+33 |
| * | These changes are enough to get code to compile, and at least some of | Craig Silverstein | 2008-04-28 | 14 | -44/+114 |
| * | The first step of moving everything in the distcc directory to the top | Craig Silverstein | 2008-04-11 | 109 | -0/+21816 |