| 12 months | Rusty Russell | Whee! Fix ubuntu auto-f-stack-protector brain damage. |
| 2 years | Rusty Russell | Tweak lockbreak logic. |
| 2 years | Rusty Russell | Change arg printing to match other verbose output. |
| 2 years | Rusty Russell | Unlock should, erm, unlock. |
| 2 years | Rusty Russell | Now we only use fcntl locks, we shouldn't need to have the pipe to drop slow lock when ccontrol passes through to distcc. |
| 2 years | Rusty Russell | Fix up tests since version output changed. |
| 2 years | Rusty Russell | Remove semaphore "slow" lock, use fcntl locks for everything. |
| 2 years | Rusty Russell | Don't make verbose messages look like file:line message to emacs. |
| 2 years | Rusty Russell | Allow replacing ccontrol while it's being used: no "textfile busy" errors on make install. |
| 2 years | Rusty Russell | Radical simplification of locking. |
| 2 years | Rusty Russell | Timeout locking, always lock top level makefile too. |
| 2 years | Rusty Russell | Remove unused parallel keyword. |
| 2 years | Michael Neuling | Documentation update for cpufreq |
| 2 years | Rusty Russell | Fix Segmentation Fault bug where no-parallel was followed by a new section |
| 2 years | Rusty Russell | merge |
| 2 years | Rusty Russell | Change '= off' syntax to clearer 'disable' keyword |
| 2 years | Michael Ellerman | GUI: Put back filtering of .* and *~ which I stupidly removed. |
| 2 years | Rusty Russell | add forgotten keywords.gperf update |
| 2 years | Rusty Russell | Add parsing test for lock-file |
| 2 years | Michael Neuling | Added lock file option. Useful if you need separate locking for different builds |
| 2 years | Rusty Russell | Import Michael Neuling's "nice" keyword, with some neatening: |
| 2 years | Michael Neuling | Now that we include the gperf generated files, we shouldn't remove |
| 2 years | Michael Neuling | Fix Spelling mistake |
| 2 years | Rusty Russell | Updated GUI from Jelmer and Michael Ellerman |
| 2 years | Rusty Russell | Fix testsuite from default/config rename. |
| 2 years | Rusty Russell | Rename "default" to "config" |
| 2 years | Rusty Russell | Add generated files so gperf not required. |
| 2 years | Rusty Russell | Basic ~ support. |
| 2 years | Rusty Russell | Put newline on end of exec line. |
| 2 years | Rusty Russell | Verbose on slow lock path. |
| 2 years | Rusty Russell | If machine is down, distcc returns 107. |
| 2 years | Rusty Russell | Michael Neuling's env printing patch |
| 2 years | Rusty Russell | More verbosity. |
| 2 years | Rusty Russell | Fix int_to_string: print 0 correctly, and use two buffers (we nest int_to_string) |
| 2 years | mikey | Debian build update from Balazs Scheidler <bazsi@balabit.hu> |
| 2 years | Rusty Russell | Use setpriority, not nice(10), as nice is cumulative (compiled happen at 20) |
| 2 years | Rusty Russell | Added tag version-0.9.1 for changeset 4ce1c4a2be9573cf76cb40f5129da81bdd7550fe |
| 2 years | Rusty Russell | 0.9.1 |
| 2 years | Rusty Russell | Fix case where ccache invoked without distcc (Michael Neuling's report). |
| 2 years | Rusty Russell | merge |
| 2 years | Rusty Russell | Added tag version-0.9 for changeset cc1d41ce61af5b3457c46efd2d77c20461ca34c4 |
| 2 years | Rusty Russell | Update changelog for 0.9.0 |
| 2 years | Rusty Russell | Install the gui so it can be used, and put icon path in there. |
| 2 years | Rusty Russell | Ignore dot files |
| 2 years | Tony Breeds | Fix semaphore bug on PowerPC (32 and 64). |
| 2 years | Rusty Russell | Add Jelmer Vernooij's ccontrol GNOME gui. |
| 2 years | Rusty Russell | Fix bug where semaphore count would keep increasing, leading to everything being run at once. |
| 2 years | Rusty Russell | Fix verbose reporting for argv[0]. |
| 2 years | Rusty Russell | Update version number (optimistically) |
| 2 years | Rusty Russell | Assert we have the lock, when we drop it. |
| 2 years | Rusty Russell | Neater error messages with errno. |
| 2 years | Rusty Russell | Make verbose() take a bool so we can get make arg to run_command() a bool, to get rid of gcc-4.0 uninitialized warnings. |
| 2 years | Rusty Russell | ccache calls us for pre-processing too: just pass that through. |
| 2 years | Rusty Russell | Fix LIBDIR and BINDIR creation: must directly depend for make -j install to work. |
| 2 years | Rusty Russell | Have ccache re-invoke us, so we can go parallel *only* if ccache misses. |
| 2 years | Rusty Russell | Be a little more understanding if we're invoked as "gcc-4.0" (required for next patch) |
| 2 years | Rusty Russell | Fix symlink bug, noticed by me, diagnosed by Tony. |
| 2 years | Rusty Russell | Added tag version-0.8.3 for changeset 9995742665b713ef291fd49cba4fe2a5945e268d |