summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #295 from shawnl/ssh-fixv3.3.1c3.3.1Shawn Landden2018-07-254-5/+108
|\
| * Merge branch 'master' into ssh-fixShawn Landden2018-07-253-7/+14
| |\ | |/ |/|
* | ssh: do not do security check when run from sshShawn Landden2018-07-251-1/+2
* | ssh: fix segfaultShawn Landden2018-07-251-2/+2
* | man/distcc.1: this claim is very vagueShawn Landden2018-07-251-3/+1
* | compiler_masq: allow /usr/lib/distcc hardcodedShawn Landden2018-07-221-2/+7
* | update-distcc-symlinks.py: add gcc-cross dir for Debian cross compilersShawn Landden2018-07-201-0/+7
* | Fixed man page inconsistency - fix for issue #212Libor Polčák2018-06-201-1/+3
| * test for socketsShawn Landden2018-07-253-4/+107
| * ssh: fix last patchShawn Landden2018-07-251-0/+1
| * compiler_masq: allow /usr/lib/distcc hardcodedShawn Landden2018-07-221-2/+7
|/
* compiler_masq: allow /usr/lib/distcc hardcodedShawn Landden2018-06-141-3/+4
* Don't require C99René J.V. Bertin2018-06-071-1/+2
* Fix the QtCreator support and print a more exhaustive workaround messageR.J.V. Bertin2018-06-071-5/+12
* Fall back compiler whitelist check if faccessat() isn't available.R.J.V. Bertin2018-06-072-5/+22
* don't hardcode /usr/lib/distcc but $PREFIX/distccR.J.V. Bertin2018-06-073-9/+9
* --allow-private doesn't take an argumentR.J.V. Bertin2018-06-071-1/+1
* handle systems that don't have fstatat() and family.R.J.V. Bertin2018-06-073-0/+8
* prevent a nullptr dereference if Avahi client creation failsR.J.V. Bertin2018-06-071-1/+1
* support some absolute path namesShawn Landden2018-04-171-2/+11
* add error message for absolute path names (Bug #279)Shawn Landden2018-04-171-1/+3
* Strip compiler arguments starting with '-isystem'Michał Górny2018-03-311-1/+2
* fix race condition in signal handlerShawn Landden2018-03-185-4/+16
* block unsafe compiler optionsShawn Landden2018-03-141-0/+9
* set jobs to n_cpus + 2, not 4 * n_cpusChristoph Weiss2018-03-121-2/+2
* 3.3v3.3Shawn Landden2018-03-073-2/+19
* fix MacOS CIShawn Landden2018-03-071-1/+1
* fix INSTALL instructionsShawn Landden2018-03-071-1/+1
* Fix installation of update-distcc-symlinksAnders F Björklund2018-03-053-6/+12
* Merge pull request #265 from shawnl/releasev3.2Shawn Landden2018-03-011-1/+1
|\
| * Merge branch 'master' into releaseShawn Landden2018-03-015-42/+21
| |\ | |/ |/|
* | Position of expandargv() in distcc.cShawn Landden2018-03-011-4/+4
* | Enabled ccache so that the builds would run faster. (#261)Omer Katz2018-03-011-0/+2
* | i think this might now work on macos with 0bfdbedaShawn Landden2018-02-281-8/+1
* | upgrade "Failed to distribute and no fallback" from warning to errorShawn Landden2018-02-281-1/+1
* | arg: allow for clang -target to be added.Shawn Landden2018-02-271-1/+1
* | configure: allow disabling pump modeclutton2018-02-271-29/+13
| * release 3.2Shawn Landden2018-02-271-2/+2
|/
* setuid: use PR_SET_NO_NEW_PRIVS on Linux (#256)Shawn Landden2018-02-271-0/+11
* serve: have DISTCC_CMDLIST feature turns off access (#255)Shawn Landden2018-02-271-1/+3
* Localslots with gcc -E (#161)Anders Björklund2018-02-276-8/+32
* CI: add avahi so it gets built (#254)Shawn Landden2018-02-261-0/+1
* Avoid locking the CPU for preprocessed inputAnders Björklund2018-02-261-5/+7
* Merge pull request #244 from shawnl/crossShawn Landden2018-02-264-0/+206
|\
| * Rewrite generic compilers ("cc", "c++") to clang or gccShawn Landden2018-02-253-0/+111
| * cross-compilation supportShawn Landden2018-02-252-0/+95
* | Merge pull request #240 from shawnl/allow-privateShawn Landden2018-02-265-5/+41
|\ \
| * | dopt: add IPv6 to --allow-privateShawn Landden2018-02-251-3/+6
| * | make --allow-private the defaultShawn Landden2017-11-193-7/+6
| * | new --allow-private option to allow non-Internet routable addressesShawn Landden2017-11-074-3/+37