summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Code Helpers BadgeTafThorne-Add-Code-Helpers-BadgeThomas A. F. Thorne2018-03-121-0/+1
* 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
* | | Merge pull request #243 from shawnl/accessShawn Landden2018-02-2610-9/+167
|\ \ \
| * | | daemon: warn when masquerade is not setupShawn Landden2018-02-262-2/+23
| * | | serve: allow masquerade scripts as documented in distcc(1)Shawn Landden2018-02-261-16/+4
| * | | docs: update to reflect patchShawn Landden2018-02-262-5/+8
| * | | add auto-masquerade scriptShawn Landden2018-02-263-0/+80
| * | | fix NoDetachDaemon_CaseShawn Landden2018-02-261-1/+1
| * | | allow disabling compiler whitelistShawn Landden2018-02-265-2/+19
| * | | access control on having masquerade set up for binaryShawn Landden2018-02-261-1/+50
|/ / /
* | | pump: attempt to eliminate UnicodeDecodeError for goodShawn Landden2018-02-253-3/+3
* | | INSTALL: update to reflect current reality regarding python3Shawn Landden2018-02-251-17/+4
* | | mention clang is supported in docsShawn Landden2018-02-251-1/+1
* | | travisCI: clang on Linux is workingShawn Landden2018-02-251-1/+0
* | | 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
* | | | fix buildShawn Landden2018-02-251-0/+2
* | | | lzo: update to 2.10Shawn Landden2018-02-258-213/+1302
* | | | 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-255-5/+11
|\ \ \ \ \
| * | | | | INSTALL : comment about Python 3.x being requiredJim Klimov2016-07-151-0/+5
| * | | | | 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