index
:
pykolab
dev/boddie
dev/boddie-new/combined
dev/boddie-new/setup
dev/confmgmt
dev/entitlements
dev/kolab-test-suite
dev/kolab-test-tools
dev/plesk
dev/wallace
master
pykolab-0.2
pykolab-0.3
pykolab-0.4
pykolab-0.5
pykolab-0.5.14
pykolab-0.6
pykolab-0.7
PyKolab
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wallace
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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