summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Discard -Xpreprocessor and following argument for remote compilation, as this...dfink2022-06-101-1/+2
* typo fixRasmus2022-05-201-1/+1
* src/dopt.c: increase arg_max_jobs limit to max int00gh2022-03-311-2/+2
* Fix varous source documentation typosluz paz2022-02-182-2/+2
* Improved cross-rewriting on non-x86 systemsAlexey Sheplyakov2021-09-301-7/+3
* Merge pull request #438 from asheplyakov/fix-434Shawn Landden2021-09-273-17/+41
|\
| * Restrict the number of retries when DISTCC_BACKOFF is disabledAlexey Sheplyakov2021-08-301-1/+23
| * backoff.c: added dcc_backof_is_enabled() helper functionAlexey Sheplyakov2021-08-302-16/+18
* | Merge pull request #417 from asheplyakov/clang-distcc-linuxkernel-compileShawn Landden2021-09-273-0/+19
|\ \
| * | Improved cross-compilation with clangAlexey Sheplyakov2021-02-243-0/+19
* | | distccd: add --oom-score-adj option (Linux only)Matt Whitlock2021-09-044-0/+35
| |/ |/|
* | distccd: check for approved compilers in /usr/lib/distccAlexey Sheplyakov2021-07-211-6/+1
* | Merge pull request #429 from asheplyakov/distribute-lto-againShawn Landden2021-07-161-3/+0
|\ \
| * | Revert "Skip distributing LTO cc invocations"Alexey Sheplyakov2021-07-121-3/+0
* | | dcc_gcc_rewrite_fqn: avoid heap corruptionAlexey Sheplyakov2021-07-101-1/+1
|/ /
* | prefork: use available cores more efficientlyAlexey Sheplyakov2021-04-271-10/+7
* | Skip distributing LTO cc invocationsStephanie Wilde-Hobbs2021-02-071-0/+3
|/
* Merge pull request #404 from swegener/memory-and-file-descriptor-leaksShawn Landden2021-01-062-8/+18
|\
| * serve: Correctly check asprintf() result and free memorySven Wegener2020-11-261-8/+9
| * Close directories after checkingSven Wegener2020-11-262-0/+9
* | Get rid of very "retro" and dead codeNick Østergaard2021-01-051-8/+0
* | Remove debug print that is no longer neededNick Østergaard2021-01-051-1/+0
* | Merge pull request #407 from nickoe/gtk3Shawn Landden2021-01-053-115/+74
|\ \
| * | Fix incompatible type caseNick Østergaard2021-01-031-2/+4
| * | Fixup whitespace alignmentNick Østergaard2021-01-031-11/+11
| * | Replace gdk_cairo_set_source_color with gdk_cairo_set_source_rgbaNick Østergaard2021-01-033-27/+30
| * | Remove manual alignmentNick Østergaard2021-01-031-7/+3
| * | Replace deprecated gtk_vbox_new with gtk_box_newNick Østergaard2021-01-031-2/+10
| * | Slim down the ridiculous tall gtk3 statusbarNick Østergaard2021-01-031-0/+2
| * | Remove get_size stuffNick Østergaard2021-01-031-18/+0
| * | Remvove more unneeded graphics contextNick Østergaard2021-01-033-23/+0
| * | Reomve color initializationNick Østergaard2021-01-033-48/+5
| * | Initial work on a gtk3 portNick Østergaard2021-01-033-17/+49
* | | Fix ddbb9454ad (rename function to avoid collision with libsystemd)Shawn Landden2021-01-031-2/+2
* | | rename conflicting functionShawn Landden2021-01-033-4/+4
* | | Fix various typosluz paz2020-12-173-3/+3
|/ /
* | loadfile: Fix wrong errno for missing fileSven Wegener2020-11-251-1/+1
* | argutil: Quote the empty string in dcc_argv_tostr()Sven Wegener2020-11-251-1/+1
|/
* Fix bug indicated by clang warning:Mitchell Blank Jr2020-10-131-1/+2
* initialize memory before strcat to avoid heap overflowpage42020-08-081-1/+4
* fixup 2Shawn Landden2020-07-131-0/+1
* Fix up last commitShawn Landden2020-07-101-0/+1
* Fix compiler warnings on Cygwin/MSYS2Orgad Shaneh2020-07-103-6/+6
* tempfile: Fix build on Cygwin/MSYS2Orgad Shaneh2020-07-091-0/+1
* Only add -MMD for pump mode if not present alreadyRosen Matev2020-06-301-1/+3
* Fix build with gcc 10 which defaults to -fno-common (cf https://gcc.gnu.org/g...Romain Geissler2020-01-271-1/+1
* Merge pull request #365 from nadiasvertex/masterShawn Landden2020-01-221-1/+2
|\
| * Ignore -stdlib c++ command-line parameterChristopher Nelson2019-10-291-1/+2
* | Allow daemon DNS lookup of allowed hostnamesDana Sorensen2019-11-281-1/+1
* | Try a new host after failing to connect instead of immediately falling back t...Anthony Bilinski2019-11-231-13/+19
|/