| Commit message (Expand) | Author | Age | Files | Lines |
* | restore system umask after fork (fix T5659) | Daniel Hoffend | 2019-11-18 | 1 | -1/+3 |
* | More linting and syntax issues resolved | Jeroen van Meeuwen (Kolab Systems) | 2019-10-25 | 1 | -61/+76 |
* | Set default value of --max-tasks to None, which effectively makes pool worker... | Liutauras Adomaitis | 2019-08-21 | 1 | -1/+1 |
* | More logging in Wallace and --max-tasks per process option for wallaced | Liutauras Adomaitis | 2019-08-16 | 1 | -6/+31 |
* | Implement multiprocessing part of D761, letting wallace restart cleanly and f... | Jeroen van Meeuwen (Kolab Systems) | 2019-06-18 | 1 | -141/+226 |
* | Fix SIGPIPE errors in wallace due to closing stderr and reusing FD2 by @fjl | Jeroen van Meeuwen (Kolab Systems) | 2019-05-17 | 1 | -0/+4 |
* | Make wallace skip message files which are in locks directory | Liutauras Adomaitis | 2018-12-14 | 1 | -2/+9 |
* | Manage the pool processes such that they die after a limited quantity of time... | Jeroen van Meeuwen (Kolab Systems) | 2018-07-27 | 1 | -48/+96 |
* | Implement a more verbose return message for process_message() (Resolves T1199) | Jeroen van Meeuwen (Kolab Systems) | 2016-07-07 | 1 | -1/+1 |
* | Severely reduce the default number of threads from 24 to 4 | Jeroen van Meeuwen (Kolab Systems) | 2016-06-20 | 1 | -1/+1 |
* | Prevent from AttributeError when stopping wallace | Aleksander Machniak | 2016-05-13 | 1 | -2/+4 |
* | Update bugzilla url to https://issues.kolab.org. | Jeroen van Meeuwen (Kolab Systems) | 2016-02-29 | 1 | -2/+2 |
* | Wallace does not have an attribute thread_count | Jeroen van Meeuwen (Kolab Systems) | 2015-08-14 | 1 | -1/+0 |
* | Also consider the --port option an integer (#4960) | Jeroen van Meeuwen (Kolab Systems) | 2015-08-13 | 1 | -0/+1 |
* | Close the pool and join the workers before terminating oneself (#5040) | Jeroen van Meeuwen (Kolab Systems) | 2015-08-13 | 1 | -0/+4 |
* | Close stdin, stdout and stderr, when the process is told to fork(). Also, for... | Jeroen van Meeuwen (Kolab Systems) | 2015-08-12 | 1 | -5/+28 |
* | Set the type of the threads argument to integer | Jeroen van Meeuwen (Kolab Systems) | 2015-05-14 | 1 | -0/+1 |
* | Drop import for binascii | Jeroen van Meeuwen (Kolab Systems) | 2014-11-14 | 1 | -1/+0 |
* | Make the number of threads to use a configurable option | Jeroen van Meeuwen (Kolab Systems) | 2014-11-14 | 1 | -9/+10 |
* | Don't explicitly terminate heartbeat process in sigterm handler (#3902) | Thomas Bruederli | 2014-11-06 | 1 | -2/+0 |
* | Run archival jobs in another Wallace child process (#3843) | Thomas Bruederli | 2014-10-23 | 1 | -0/+27 |
* | Break module iteration if the message has been consumed by any of the modules | Thomas Bruederli | 2014-10-23 | 1 | -0/+3 |
* | Remove hard-coded resources module and rely on config | Thomas Bruederli | 2014-10-21 | 1 | -3/+1 |
* | Fall back to accept a message if no module has anything to say about it | Jeroen van Meeuwen (Kolab Systems) | 2014-10-11 | 1 | -1/+11 |
* | Updated the licensing information according to FSF recommendations. | Paul Boddie | 2014-06-26 | 1 | -7/+7 |
* | Catch and log unexpected exceptions from wallace modules; abort loop if a mod... | Thomas Bruederli | 2014-03-05 | 1 | -1/+9 |
* | Make sure correct filepaths are returned and returned again, so that | Jeroen van Meeuwen (Kolab Systems) | 2014-03-04 | 1 | -0/+5 |
* | Take a result from modules being executed seriously | Jeroen van Meeuwen (Kolab Systems) | 2014-03-04 | 1 | -1/+5 |
* | Fix my mistake :/ | Jeroen van Meeuwen (Kolab Systems) | 2014-03-03 | 1 | -1/+1 |
* | Address #1627 once and for all, by simply not encoding / decoding the message... | Aleksander Machniak | 2013-11-25 | 1 | -12/+12 |
* | Throttle the number of connections | Jeroen van Meeuwen (Kolab Systems) | 2013-05-03 | 1 | -1/+14 |
* | Update copyright | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 1 | -1/+1 |
* | If we ensure it is stored as ascii, anything non-ascii gets written out as th... | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -1/+3 |
* | Write out messages received to the spool as a JSON object that preserves the ... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -0/+9 |
* | Update translations | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 1 | -4/+2 |
* | from distutils import version | Jeroen van Meeuwen (Kolab Systems) | 2012-07-13 | 1 | -0/+1 |
* | Provide Python 2.6 compatibility in multiprocessing.Pool class arguments | Jeroen van Meeuwen (Kolab Systems) | 2012-07-12 | 1 | -6/+10 |
* | Prevent failure from writing the pidfile from stopping the process from runni... | Jeroen van Meeuwen (Kolab Systems) | 2012-07-12 | 1 | -3/+6 |
* | Import the required utils | Jeroen van Meeuwen (Kolab Systems) | 2012-06-13 | 1 | -0/+1 |
* | Make use of the new ensure_directory() function (#840) | Jeroen van Meeuwen (Kolab Systems) | 2012-06-13 | 1 | -0/+6 |
* | Make sure we use no functions that have been introduced in Python > 2.6 (#803) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-29 | 1 | -6/+10 |
* | - Use pools instead of the less subtle threading, as threading would | Jeroen van Meeuwen (Kolab Systems) | 2012-05-24 | 1 | -307/+132 |
* | If possible, switch user/groups when starting | Jeroen van Meeuwen (Kolab Systems) | 2012-05-21 | 1 | -1/+94 |
* | Wallace: Add pid file option and make sure we write it out and handle signals | Jeroen van Meeuwen (Kolab Systems) | 2012-04-19 | 1 | -1/+30 |
* | Update wallace to comply with some pylint warnings/errors | Jeroen van Meeuwen (Kolab Systems) | 2012-03-20 | 1 | -12/+12 |
* | Correct the port to be 10026 | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -1/+1 |
* | Correct some pylint conventions | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -27/+99 |
* | Allow -b/--bind and -p/--port options to be specified on the command-line, fo... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-08 | 1 | -2/+25 |
* | Add the bare bones of Wallace with the optout module | Jeroen van Meeuwen (Kolab Systems) | 2012-03-02 | 1 | -0/+328 |