summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* --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-072-0/+6
* 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
* Fix installation of update-distcc-symlinksAnders F Björklund2018-03-051-1/+1
* Position of expandargv() in distcc.cShawn Landden2018-03-011-4/+4
* 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
* 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-275-6/+27
* Avoid locking the CPU for preprocessed inputAnders Björklund2018-02-261-5/+7
* Merge pull request #244 from shawnl/crossShawn Landden2018-02-263-0/+201
|\
| * Rewrite generic compilers ("cc", "c++") to clang or gccShawn Landden2018-02-253-0/+111
| * cross-compilation supportShawn Landden2018-02-251-0/+90
* | Merge pull request #240 from shawnl/allow-privateShawn Landden2018-02-264-5/+37
|\ \
| * | 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-073-3/+33
| |/
* | daemon: warn when masquerade is not setupShawn Landden2018-02-261-0/+21
* | serve: allow masquerade scripts as documented in distcc(1)Shawn Landden2018-02-261-16/+4
* | allow disabling compiler whitelistShawn Landden2018-02-263-1/+9
* | access control on having masquerade set up for binaryShawn Landden2018-02-261-1/+50
* | Merge pull request #209 from gustafullberg/close_all_fdShawn Landden2018-02-251-4/+8
|\ \
| * | Close all file descriptors in zeroconf daemon processGustaf Ullberg2017-01-271-4/+8
* | | fix 64-bit time_t patchShawn Landden2018-02-251-1/+1
* | | Merge pull request #167 from jasperla/64timetShawn Landden2018-02-253-31/+37
|\ \ \
| * | | Handle 64-bit time_t on OpenBSDJasper Lievisse Adriaanse2015-12-283-31/+37
* | | | Merge pull request #188 from jimklimov/hipster-nitsShawn Landden2018-02-253-2/+3
|\ \ \ \
| * | | | Added inclusion missing header which is not magically pulled on its ownJim Klimov2016-07-151-0/+1
| * | | | src/zeroconf-reg.c : PROPERLY use sentinels (ensure that NULL is a pointer he...Jim Klimov2016-07-151-1/+1
| * | | | src/auth_distcc.c : cast the pointer to expected typeJim Klimov2016-07-151-1/+1
* | | | | Merge pull request #160 from afbjorklund/derailmentShawn Landden2018-02-251-4/+7
|\ \ \ \ \
| * | | | | Avoid protocol derailment for errorsAnders Björklund2015-08-251-4/+7
| | |/ / / | |/| | |
* | | | | support some of gcc's most sensible -x options (#252)Shawn Landden2018-02-251-2/+9
| |_|_|/ |/| | |
* | | | fixed for Cygwincn2017-08-092-1/+9
* | | | serve.c: remove unecessary <*signal.h> includeFelix Janda2017-08-091-4/+0
* | | | Use <poll.h> instead of <sys/poll.h>Felix Janda2017-08-094-4/+4
* | | | zeroconf.c: include <fcntl.h> for O_RDWR,...Felix Janda2017-08-091-0/+1
* | | | Add fallthrough comment to avoid GCC 7 errorDavid Abdurachmanov2017-08-081-0/+1
* | | | fix compilation error without ENABLE_RFC2553Semyon Verchenko2017-08-081-0/+2
* | | | Avoid compilation warning when enabling authAnders F Björklund2017-08-081-0/+6
| |_|/ |/| |
* | | ssh.c: tokenize the ssh command retrieved from DISTCC_SSHPaul Wolfenbarger2016-08-121-4/+26
| |/ |/|
* | allow -j (jobs) parameter with zeroconfEric Fontaine2016-07-074-7/+28