summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix desktop spec compliance of distccmon-gnome installMichał Górny2019-09-171-1/+1
* Fix compilation with gcc 8 (-Wstringop-truncation)Rosen Matev2019-07-141-1/+1
* Support auth with custom service principal nameRosen Matev2019-07-136-31/+50
* Remove hardcoded limitation of 50 local/remote concurrent jobsPavol Sakac2019-06-191-1/+8
* Fix bogus gcc warning Closes: #346Shawn Landden2019-06-121-1/+1
* report warning when -fplugin or -specs passed Closes: #343Shawn Landden2019-06-021-1/+3
* fix aff27de24f149ae (fix truncated string (thanks to gcc warning))Shawn Landden2019-05-221-1/+1
* stats: do not crash on overflow, increase size of bufferShawn Landden2019-05-221-2/+5
* fix some more bugs that gcc warnings caughtShawn Landden2019-05-103-4/+5
* fix truncated string (thanks to gcc warning)Shawn Landden2019-05-101-1/+2
* Fix build on Cygwin.Shawn Landden2019-04-201-1/+1
* Revert "simplify recent bug fix"Shawn Landden2019-04-141-3/+5
* simplify recent bug fixShawn Landden2019-04-141-5/+3
* Fix memory leaks detected by PVS-StudioOleh Kravchenko2019-04-144-8/+22
* Fix possible memory leakOleh Kravchenko2019-04-131-1/+2