2019-03-12 16:37:51 by Thomas Klausner | Files touched by this commit (2) |
Log message: pbulk-base: fix double free(). Debugged by dillo & myself. Bump version. |
2016-06-23 17:07:39 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: pbulk-base-0.53: After processing the tree-scan job, reassign jobs to all idle clients. Before, this was only necessary at the very start of the build. |
2016-06-20 19:54:44 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: pbulk-base-0.52: Move the tree iteration logic from the master to the client. This matters primarily when using the additional package list in the top level makefile and ensures that the client configuration is used consistently. |
2016-03-10 10:25:42 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Use LDFLAGS, LDADD isn't in OPSYSVARS and LDFLAGS doesn't require having to pass through MAKE_ENV. Fixes build on SunOS. |
2016-02-25 18:25:05 by Jonathan Perkin | Files touched by this commit (3) |
Log message: Use OPSYSVARS. |
2015-12-07 17:52:40 by Joerg Sonnenberger | Files touched by this commit (10) |
Log message: pbulk-base-0.51: Extend network support for name resolution and IPv6 (where applicable). |
2015-11-30 23:38:16 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Revert. Committer was explicitly asked to not commit that change as it is incompletely and incorrect. |
2015-11-30 21:46:57 by Aleksej Saushev | Files touched by this commit (2) |
Log message: pbulk-base-0.51: Allow symbolic host names in distributed case. |
2015-11-03 20:06:48 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: pbulk-base-0.50: Don't go into master mode if there is nothing to do. |
2015-10-22 01:03:17 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: pbulk-base-0.49: When shutting down the master after all jobs are done, send a zero length request to the clients and wait a second for them to shutdown the connection. Calling shutdown on the server side doesn't avoid TIME_WAIT as originally intended. |