summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enabled ccache so that the builds would run faster.thedrow-patch-1Omer Katz2018-02-281-0/+2
* arg: allow for clang -target to be added.Shawn Landden2018-02-271-1/+1
* configure: allow disabling pump modeclutton2018-02-271-29/+13
* 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
| * | | | | configure.ac : consider more OS-specific variants of a sockaddr structure nameJim Klimov2016-07-151-2/+2
| * | | | | configure.ac : consider more OS-specific variants of a GSS libraryJim Klimov2016-07-151-1/+1
* | | | | | Merge pull request #238 from shawnl/androidShawn Landden2018-02-251-0/+15
|\ \ \ \ \ \
| * | | | | | Android support: -pieShawn Landden2017-11-141-1/+2
| * | | | | | Android supportShawn Landden2017-11-051-0/+14
| | |_|_|/ / | |/| | | |
* | | | | | test: fix compiler detection of clangShawn Landden2018-02-251-4/+4
* | | | | | Merge pull request #183 from apeabody/fix-MAP_FAILEDShawn Landden2018-02-251-0/+1
|\ \ \ \ \ \
| * | | | | | FIX: NULL is undeclared without stddef.h so the MAP_FAILED test always failedAndrew Peabody2016-06-161-0/+1
* | | | | | | Merge pull request #160 from afbjorklund/derailmentShawn Landden2018-02-251-4/+7
|\ \ \ \ \ \ \
| * | | | | | | Avoid protocol derailment for errorsAnders Björklund2015-08-251-4/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #247 from shawnl/utf-8Shawn Landden2018-02-251-2/+2
|\ \ \ \ \ \ \