aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-2/+2
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-51/+23
* Make compiler happy in several cases, remove warnings.Vsevolod Stakhov2011-12-201-1/+3
* Detect and use fallocate/posix_fallocate.Vsevolod Stakhov2011-12-141-0/+13
* Add another workaround for CentOS.Vsevolod Stakhov2011-12-141-0/+11
* Reorganize util.c as it should contain only common utilities.Vsevolod Stakhov2011-12-071-217/+2
* Add -i flag allowing to run workers as root.Vsevolod Stakhov2011-11-301-0/+5
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-5/+0
* * Add incr and decr commands to kvstorage.Vsevolod Stakhov2011-11-101-0/+82
* * Fix threading in kvstorage.Vsevolod Stakhov2011-10-311-0/+2
* * Initial implementation of threaded kvstorage worker.Vsevolod Stakhov2011-10-271-2/+2
* Fix siginfo detection code.Vsevolod Stakhov2011-10-241-1/+1
* Add universal utility function for creating stream sockets.Vsevolod Stakhov2011-10-181-1/+87
* Remove some warnings.Vsevolod Stakhov2011-10-141-3/+1
* Add make_socketpair utility function.Vsevolod Stakhov2011-10-131-0/+31
* Try to check spf domain before adding it to LRU hash.Vsevolod Stakhov2011-10-061-20/+20
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-3/+3
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-0/+23
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-0/+4
* * Strip email addresses from bracesVsevolod Stakhov2011-05-131-0/+23
* * Rework build process:Vsevolod Stakhov2011-05-101-540/+181
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-0/+54
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-6/+88
* Urgent fixes.Vsevolod Stakhov2010-11-031-1/+1
* Add compatibility with glib < 2.2.22Vsevolod Stakhov2010-10-281-0/+7
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-172/+162
* * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-13/+16
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-2/+8
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-2/+9
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-221-1/+17
* * New logic of SURBL module:Vsevolod Stakhov2010-06-181-0/+28
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-7/+71
* * Fix unix socket creation under FreeBSD (reported by Andrey Zverev)cebka@lenovo-laptop2010-02-151-7/+5
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-190/+21
* * Add ability to specify pid file from command line (for rc scripts)Vsevolod Stakhov2009-12-211-2/+6
* * Fix symbols cache (init lua filters before symbols cache initialization)Vsevolod Stakhov2009-12-141-2/+2
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-031-0/+5
* * Some fixes to syncVsevolod Stakhov2009-12-021-0/+3
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-301-4/+418
* * Write revision and revision time to statfileVsevolod Stakhov2009-11-121-2/+45
* * Fix addrlen of sockaddr_un (previous was a mistake)Vsevolod Stakhov2009-11-111-2/+2
* * Add logging urls as it was required by rambler searchVsevolod Stakhov2009-11-061-2/+0
* * Add more advanced signal processing routineVsevolod Stakhov2009-11-051-1/+12
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-10/+105
* * Retab, no functional changesVsevolod Stakhov2009-10-021-186/+181
* * Export definitionsVsevolod Stakhov2009-09-211-1/+1
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-211-3/+55
* * Cleanify logic of processes dispatcherVsevolod Stakhov2009-09-211-2/+7
* * Sync log before closingVsevolod Stakhov2009-09-141-0/+5
* * Add ability to call rspamd fucntions from lua apiVsevolod Stakhov2009-09-061-0/+36