]> source.dussan.org Git - rspamd.git/log
rspamd.git
15 years ago* Some fixes to regexp module
Vsevolod Stakhov [Thu, 12 Mar 2009 14:58:09 +0000 (17:58 +0300)]
* Some fixes to regexp module
* Add documentation for rspamd regexp module

15 years ago* Add sections support to rspamd statfiles API
Vsevolod Stakhov [Thu, 12 Mar 2009 13:39:52 +0000 (16:39 +0300)]
* Add sections support to rspamd statfiles API
* Change logic of statfile pool:
  - statfiles hash is no longer shared hash as we have per-process uniq things like current section or offset in statfile
  - introduce shared hash of statfiles mmapped areas to avoid multiply mmaps of the same file

15 years ago* Add log line for each message in SA style
Vsevolod Stakhov [Wed, 11 Mar 2009 16:45:57 +0000 (19:45 +0300)]
* Add log line for each message in SA style

15 years ago* Fix FreeBSD start script for redirector
Vsevolod Stakhov [Wed, 11 Mar 2009 15:33:39 +0000 (18:33 +0300)]
* Fix FreeBSD start script for redirector

15 years ago* Fixes to redirector:
Vsevolod Stakhov [Wed, 11 Mar 2009 09:08:11 +0000 (12:08 +0300)]
* Fixes to redirector:
  - move memcached servers setting to config hash
  - eval config file before any actions
  - move daemonization code after all subs
  - fix searching in domains for redirector's check

15 years ago* Fix redirector connection procedure
Vsevolod Stakhov [Tue, 10 Mar 2009 16:54:20 +0000 (19:54 +0300)]
* Fix redirector connection procedure
* Add more strict login
* Add new header Queue-ID to protocol
* Log message id or queue id
* Add config file for redirector
* Add ability to set regexp and domains list to check with redirector

15 years ago* Not increase save point counter when we actually do not send requests
Vsevolod Stakhov [Tue, 10 Mar 2009 13:02:56 +0000 (16:02 +0300)]
* Not increase save point counter when we actually do not send requests

15 years ago* Avoid extra requests to surbls saving them into requests cache
Vsevolod Stakhov [Tue, 10 Mar 2009 11:59:25 +0000 (14:59 +0300)]
* Avoid extra requests to surbls saving them into requests cache
* Lower debug level for some errors (INFO to DEBUG)

15 years ago* Fix 2 memory issues:
Vsevolod Stakhov [Tue, 10 Mar 2009 11:20:14 +0000 (14:20 +0300)]
* Fix 2 memory issues:
 - NULL string when trying to check url regexp
 - double free of message byte array as mime_stream frees memory in array if it thinks that stream is
   owner of array's memory

15 years ago* Fix logic of parsing hoster's domains in surbl module
Vsevolod Stakhov [Fri, 6 Mar 2009 15:00:35 +0000 (18:00 +0300)]
* Fix logic of parsing hoster's domains in surbl module

15 years ago* Remove several memory leaks (found by valgrind)
Vsevolod Stakhov [Fri, 6 Mar 2009 14:48:31 +0000 (17:48 +0300)]
* Remove several memory leaks (found by valgrind)

15 years ago* Add some broken urls to check list, in fact skip only urls without host part and...
Vsevolod Stakhov [Fri, 6 Mar 2009 14:16:24 +0000 (17:16 +0300)]
* Add some broken urls to check list, in fact skip only urls without host part and empty urls (thought empty urls are
  totally impossible in that code)

15 years ago* Fix bad memory leaks and memory corruption in url detecting module
Vsevolod Stakhov [Fri, 6 Mar 2009 14:12:08 +0000 (17:12 +0300)]
* Fix bad memory leaks and memory corruption in url detecting module

15 years ago* Fix initialization procedure of redirector
Vsevolod Stakhov [Fri, 6 Mar 2009 10:09:32 +0000 (13:09 +0300)]
* Fix initialization procedure of redirector
* Do not write to log file if we cannot open it

15 years ago* Fix bug in url parser with freeing memory allocated by memory_pool allocator
Vsevolod Stakhov [Wed, 4 Mar 2009 16:14:30 +0000 (19:14 +0300)]
* Fix bug in url parser with freeing memory allocated by memory_pool allocator
* Do not write to log if we don't do any read operation in dispatcher library

15 years ago* Change method of dropping privilleges
Vsevolod Stakhov [Wed, 4 Mar 2009 10:58:20 +0000 (13:58 +0300)]
* Change method of dropping privilleges

15 years ago* Drop privilleges immideately after creating of listen socket
Vsevolod Stakhov [Wed, 4 Mar 2009 09:50:40 +0000 (12:50 +0300)]
* Drop privilleges immideately after creating of listen socket

15 years ago* Fix misprint in surbl module
Vsevolod Stakhov [Tue, 3 Mar 2009 16:24:02 +0000 (19:24 +0300)]
* Fix misprint in surbl module

15 years ago* Add ability to fork multiply lmtp workers
Vsevolod Stakhov [Tue, 3 Mar 2009 15:56:10 +0000 (18:56 +0300)]
* Add ability to fork multiply lmtp workers
* Add ability to drop privilleges of rspamd processes
* Add ability to install redirector with rspamd
* Add FreeBSD start scripts for rspamd and redirector
* Remove command line parsing from util.c as it has specific usage only in main process

15 years ago* Unify socket creation and accepting by using utility functions
Vsevolod Stakhov [Tue, 3 Mar 2009 11:31:51 +0000 (14:31 +0300)]
* Unify socket creation and accepting by using utility functions
* Check SO_ERROR on socket immideately after connect/bind to avoid resourses allocation for
  unsuccessful connections
* Avoid descriptors leakage when we create sockets and have errors on them
* Set on all socket descriptors FD_CLOEXEC flag to avoid problems with executing LDA

15 years ago* New rspamd protocol (changed replies)
Vsevolod Stakhov [Tue, 3 Mar 2009 10:44:50 +0000 (13:44 +0300)]
* New rspamd protocol (changed replies)
* Add ability to attach string lists to symbols
* Check destructors and do not add identical destructors (argument and function) to pool's destructors
* Remove 2 warnings when building with gmime22
* Attach url names to surbl symbols
* Fix bug with blocking on read (I think it is linux specific thought)

15 years ago* Add ability to check bits from surbl replies
Vsevolod Stakhov [Mon, 2 Mar 2009 16:18:43 +0000 (19:18 +0300)]
* Add ability to check bits from surbl replies

15 years ago* Properly set initial state for surbl state machine
Vsevolod Stakhov [Mon, 2 Mar 2009 14:35:03 +0000 (17:35 +0300)]
* Properly set initial state for surbl state machine
* Ignore SIGPIPE globally as dispatcher performs check of all write (2) calls

15 years ago* Set read timeout for redirector instead of connect timeout
Vsevolod Stakhov [Mon, 2 Mar 2009 13:58:47 +0000 (16:58 +0300)]
* Set read timeout for redirector instead of connect timeout

15 years ago* htonl->htons as port is uint16_t, so lower bytes are zeroed or undefined when call...
Vsevolod Stakhov [Mon, 2 Mar 2009 13:54:03 +0000 (16:54 +0300)]
* htonl->htons as port is uint16_t, so lower bytes are zeroed or undefined when call htonl

15 years ago* Remove %m from logging it seems to be unsupported by FreeBSD printf version
Vsevolod Stakhov [Mon, 2 Mar 2009 13:43:01 +0000 (16:43 +0300)]
* Remove %m from logging it seems to be unsupported by FreeBSD printf version

15 years ago* Fix misprint
Vsevolod Stakhov [Mon, 2 Mar 2009 13:24:26 +0000 (16:24 +0300)]
* Fix misprint

15 years ago* Add forgotten file
Vsevolod Stakhov [Mon, 2 Mar 2009 12:57:25 +0000 (15:57 +0300)]
* Add forgotten file

15 years ago* Add ability to check multiply SURBL's
Vsevolod Stakhov [Mon, 2 Mar 2009 12:55:05 +0000 (15:55 +0300)]
* Add ability to check multiply SURBL's

15 years ago* Add compatibility with gmime24
Vsevolod Stakhov [Mon, 2 Mar 2009 10:09:33 +0000 (13:09 +0300)]
* Add compatibility with gmime24

15 years ago* Fix LMTP and DELIVERY parsing in config file while trying to get control credits
Vsevolod Stakhov [Mon, 2 Mar 2009 06:25:32 +0000 (09:25 +0300)]
* Fix LMTP and DELIVERY parsing in config file while trying to get control credits

15 years ago* Fix dispatcher bugs and add some debug output
Vsevolod Stakhov [Mon, 2 Mar 2009 06:21:24 +0000 (09:21 +0300)]
* Fix dispatcher bugs and add some debug output
* Fix log output for surbl

15 years ago* Fix character policy in dispatcher
Vsevolod Stakhov [Mon, 2 Mar 2009 00:58:37 +0000 (03:58 +0300)]
* Fix character policy in dispatcher

15 years ago* Try not to unref parser too early
Vsevolod Stakhov [Mon, 2 Mar 2009 00:40:59 +0000 (03:40 +0300)]
* Try not to unref parser too early

15 years ago* Link with gmime24 if gmime22 is not found
Vsevolod Stakhov [Sun, 1 Mar 2009 22:59:39 +0000 (01:59 +0300)]
* Link with gmime24 if gmime22 is not found

15 years ago* Add debug for mime parsing
Vsevolod Stakhov [Sun, 1 Mar 2009 22:39:40 +0000 (01:39 +0300)]
* Add debug for mime parsing
* Fill task structure with zeroes in url-extracter

15 years ago* Fix url-extracter
Vsevolod Stakhov [Fri, 27 Feb 2009 17:06:15 +0000 (20:06 +0300)]
* Fix url-extracter
* Fix soft-shutdown of dispacther
* Turn debug on by default in cmake
* Change logic of save points

15 years ago* Fix dependencies on perlxs target (do not rebuild it constantly)
Vsevolod Stakhov [Fri, 27 Feb 2009 09:44:18 +0000 (12:44 +0300)]
* Fix dependencies on perlxs target (do not rebuild it constantly)
* Fix rspamc to understand lmtp and delivery sections in config
* Fix parser's states when reading module options
* Add sample config for surbl module with comments

--HG--
rename : rspamc.pl => rspamc.pl.in

15 years ago* Remove cmake logic for installing targets due to fucking libperl
Vsevolod Stakhov [Thu, 26 Feb 2009 16:34:34 +0000 (19:34 +0300)]
* Remove cmake logic for installing targets due to fucking libperl

15 years ago* Fix logging when process is starting
Vsevolod Stakhov [Thu, 26 Feb 2009 15:51:31 +0000 (18:51 +0300)]
* Fix logging when process is starting
* Add -t option for config testing
* Try to search default config in install prefix not in current directory

15 years ago* Completely rewrite and reorganize perl API
Vsevolod Stakhov [Thu, 26 Feb 2009 15:09:28 +0000 (18:09 +0300)]
* Completely rewrite and reorganize perl API
* Add documentation for Mail::Rspamd
* Add install targets to cmake

--HG--
rename : perl/rspamd.pm => perl/Rspamd.pm
rename : perl/rspamd.xs => perl/Rspamd.xs

15 years ago* Add support of LMTP/SMTP delivery
Vsevolod Stakhov [Wed, 25 Feb 2009 16:18:03 +0000 (19:18 +0300)]
* Add support of LMTP/SMTP delivery

15 years ago* Fix memory corruption and lmtp handling
Vsevolod Stakhov [Wed, 25 Feb 2009 11:03:42 +0000 (14:03 +0300)]
* Fix memory corruption and lmtp handling
* Add e-mail address validation in lmtp

15 years ago* Add initial LMTP support and LDA delivery to rspamd
Vsevolod Stakhov [Tue, 24 Feb 2009 17:16:53 +0000 (20:16 +0300)]
* Add initial LMTP support and LDA delivery to rspamd

15 years ago* Fix dispatcher timeouts handling
Vsevolod Stakhov [Fri, 20 Feb 2009 15:49:04 +0000 (18:49 +0300)]
* Fix dispatcher timeouts handling
* Add wanna_die flag that can be used in dispatcher's callbacks

15 years ago* Implement rspamd IO with IO dispatcher (TODO: still some issues with timeouts must...
Vsevolod Stakhov [Thu, 19 Feb 2009 18:16:30 +0000 (21:16 +0300)]
* Implement rspamd IO with IO dispatcher (TODO: still some issues with timeouts must be resolved)

15 years ago* Improve logger initialization
Vsevolod Stakhov [Wed, 18 Feb 2009 16:52:42 +0000 (19:52 +0300)]
* Improve logger initialization

15 years ago* Fix issue with -fPIC and DynaLoader
Vsevolod Stakhov [Wed, 18 Feb 2009 11:21:06 +0000 (14:21 +0300)]
* Fix issue with -fPIC and DynaLoader
* Retab perl.c

15 years ago* Add issue to cmake to make perl module as well
Vsevolod Stakhov [Tue, 17 Feb 2009 12:04:24 +0000 (15:04 +0300)]
* Add issue to cmake to make perl module as well
* Fix some portability issues (to FreeBSD mainly)
* Add script to make modules list

15 years ago* Prepare to migrate to cmake (still need to write install target and working with...
Vsevolod Stakhov [Mon, 16 Feb 2009 16:50:18 +0000 (19:50 +0300)]
* Prepare to migrate to cmake (still need to write install target and working with XS implicitly)
* Move all system includes to one file where we detect availability of all that includes
* Fix license misprint
* Fix some issues with perl initializing

15 years ago* Add BSD license text
Vsevolod Stakhov [Mon, 16 Feb 2009 10:41:40 +0000 (13:41 +0300)]
* Add BSD license text

15 years ago* Remove unused field from task object
Vsevolod Stakhov [Fri, 13 Feb 2009 20:09:53 +0000 (23:09 +0300)]
* Remove unused field from task object
* Use separate hashes for blessing different object

15 years ago* Init perl and do all perl specific operations from the single place in code
Vsevolod Stakhov [Fri, 13 Feb 2009 14:03:43 +0000 (17:03 +0300)]
* Init perl and do all perl specific operations from the single place in code
* Push objects correctly to stack (by blessing them and making hash reference)

15 years ago* Add log function to perl API
Vsevolod Stakhov [Thu, 12 Feb 2009 11:40:51 +0000 (14:40 +0300)]
* Add log function to perl API
* Prepare for more detailed work on rspamd perl API

15 years ago* By default number of workers is number of active processors in system
Vsevolod Stakhov [Wed, 11 Feb 2009 14:39:04 +0000 (17:39 +0300)]
* By default number of workers is number of active processors in system
* Fix macro detection in configure system

15 years ago* Avoid division by zero
Vsevolod Stakhov [Mon, 9 Feb 2009 14:22:58 +0000 (17:22 +0300)]
* Avoid division by zero

15 years ago* Fill hash buckets with zeroes to avoid invalid pointer usage
Vsevolod Stakhov [Fri, 6 Feb 2009 17:25:44 +0000 (20:25 +0300)]
* Fill hash buckets with zeroes to avoid invalid pointer usage

15 years ago* Try to fix reading a line from user (using pools)
Vsevolod Stakhov [Fri, 6 Feb 2009 17:04:54 +0000 (20:04 +0300)]
* Try to fix reading a line from user (using pools)

15 years ago* Make doxygen happy about structures members
Vsevolod Stakhov [Fri, 6 Feb 2009 12:00:38 +0000 (15:00 +0300)]
* Make doxygen happy about structures members

15 years ago* Move config parse errors from stderr output to standart logging functions
Vsevolod Stakhov [Fri, 6 Feb 2009 10:39:58 +0000 (13:39 +0300)]
* Move config parse errors from stderr output to standart logging functions

15 years ago* Add some comments and documentation
Vsevolod Stakhov [Thu, 5 Feb 2009 16:48:07 +0000 (19:48 +0300)]
* Add some comments and documentation

15 years ago* Do another rework of filters/metrics and statfiles processing
Vsevolod Stakhov [Thu, 29 Jan 2009 14:46:26 +0000 (17:46 +0300)]
* Do another rework of filters/metrics and statfiles processing
* Add 'probability' normalizing to winnow algorithm and calculate not pure weight but normalized probability

15 years ago* Fix bug with calling consolidation function after stop_point
Vsevolod Stakhov [Wed, 28 Jan 2009 16:19:20 +0000 (19:19 +0300)]
* Fix bug with calling consolidation function after stop_point
* Use shared memory for storing pool allocator statistics
* Fix bug with processing statfiles results

15 years ago* Use prime number for hash nodes initial value
Vsevolod Stakhov [Tue, 27 Jan 2009 16:23:26 +0000 (19:23 +0300)]
* Use prime number for hash nodes initial value

15 years ago* Add new hash for storing hash data in shared memory
Vsevolod Stakhov [Tue, 27 Jan 2009 16:15:51 +0000 (19:15 +0300)]
* Add new hash for storing hash data in shared memory
* Add rwlocks implementation (primitive) in memory pool library

15 years ago* Make surbl checks working
Vsevolod Stakhov [Mon, 26 Jan 2009 16:27:30 +0000 (19:27 +0300)]
* Make surbl checks working

15 years ago* Rework statfiles result processing
Vsevolod Stakhov [Thu, 22 Jan 2009 15:42:50 +0000 (18:42 +0300)]
* Rework statfiles result processing
* Fix small bug in protocol implementation (\r -> \r\n)

15 years ago* Add memory pool allocator statistics to 'stat' report output
Vsevolod Stakhov [Wed, 21 Jan 2009 14:37:04 +0000 (17:37 +0300)]
* Add memory pool allocator statistics to 'stat' report output

15 years ago* Rewrite message parser
Vsevolod Stakhov [Wed, 21 Jan 2009 14:25:06 +0000 (17:25 +0300)]
* Rewrite message parser
* Change mime parts storage
* Add html tags striping (ported from php code)
* Rework learning to process only text and striped html parts

15 years ago* Rewrite perl client for rspamd, now it allows access to both normal and control...
Vsevolod Stakhov [Mon, 19 Jan 2009 14:01:08 +0000 (17:01 +0300)]
* Rewrite perl client for rspamd, now it allows access to both normal and control interfaces
* Fix small errors in tokenizer and controller interface

15 years ago* Add simple utility for sending mail to rspamd
Vsevolod Stakhov [Fri, 16 Jan 2009 14:02:26 +0000 (17:02 +0300)]
* Add simple utility for sending mail to rspamd
* Fix some errors in freeing message object

15 years ago* Add new system of getting and setting config parameters from perl code
Vsevolod Stakhov [Thu, 15 Jan 2009 14:32:15 +0000 (17:32 +0300)]
* Add new system of getting and setting config parameters from perl code

15 years ago* Try to fix output from delayed filters processing
Vsevolod Stakhov [Mon, 12 Jan 2009 15:04:47 +0000 (18:04 +0300)]
* Try to fix output from delayed filters processing

15 years ago* Implement statistic output in control interface
Vsevolod Stakhov [Sun, 11 Jan 2009 15:53:27 +0000 (18:53 +0300)]
* Implement statistic output in control interface

15 years ago* Fix errors in learning implementation
Vsevolod Stakhov [Sun, 11 Jan 2009 14:31:26 +0000 (17:31 +0300)]
* Fix errors in learning implementation

15 years ago* Implement delayed fork of dead workers (to avoid fork bombs)
Vsevolod Stakhov [Sun, 11 Jan 2009 09:39:37 +0000 (12:39 +0300)]
* Implement delayed fork of dead workers (to avoid fork bombs)
* Implement refork of controller
* Log time to console in normal view

15 years ago* Make sample config more complete
Vsevolod Stakhov [Thu, 18 Dec 2008 17:31:21 +0000 (20:31 +0300)]
* Make sample config more complete
* Fix bugs with config file parsing
* Fix bugs with creating sockets and reading commands

15 years ago* Add function for adding rspamd report headers
Vsevolod Stakhov [Wed, 17 Dec 2008 16:23:32 +0000 (19:23 +0300)]
* Add function for adding rspamd report headers

15 years ago* Fix build under FreeBSD (forgotten include)
Vsevolod Stakhov [Thu, 11 Dec 2008 16:41:39 +0000 (19:41 +0300)]
* Fix build under FreeBSD (forgotten include)

15 years ago* Add logic for filtering messages with tokenizer/classifier pair
Vsevolod Stakhov [Wed, 10 Dec 2008 17:03:00 +0000 (20:03 +0300)]
* Add logic for filtering messages with tokenizer/classifier pair

15 years ago* Implement learning using classifiers and tokenizers API
Vsevolod Stakhov [Mon, 8 Dec 2008 10:30:55 +0000 (13:30 +0300)]
* Implement learning using classifiers and tokenizers API

15 years ago* Add simple implementation of classifiers abstraction and winnow classifier
Vsevolod Stakhov [Thu, 4 Dec 2008 16:33:26 +0000 (19:33 +0300)]
* Add simple implementation of classifiers abstraction and winnow classifier
* Force statfile to work with float values

15 years ago* Use binary tree in tokenizers, that would provide us fast checking for unique token...
Vsevolod Stakhov [Thu, 4 Dec 2008 15:41:00 +0000 (18:41 +0300)]
* Use binary tree in tokenizers, that would provide us fast checking for unique tokens and have O(log n) difficulty

15 years ago* Remove strlcpy code and replace it with glib alternative
Vsevolod Stakhov [Wed, 3 Dec 2008 16:48:15 +0000 (19:48 +0300)]
* Remove strlcpy code and replace it with glib alternative
* Polish code and remove bugs found

15 years ago* Add learning interface to rspamd (still requires classifier to work)
Vsevolod Stakhov [Tue, 2 Dec 2008 16:58:28 +0000 (19:58 +0300)]
* Add learning interface to rspamd (still requires classifier to work)

15 years ago* Add config routines for stat files
Vsevolod Stakhov [Mon, 1 Dec 2008 16:15:52 +0000 (19:15 +0300)]
* Add config routines for stat files
* Add function to resolve stat file name

15 years ago* Write functions to operate blocks in stat files
Vsevolod Stakhov [Fri, 28 Nov 2008 16:29:00 +0000 (19:29 +0300)]
* Write functions to operate blocks in stat files
* Write test case for statistics files API

15 years ago* Add initial implementation of statistics files handling API
Vsevolod Stakhov [Thu, 27 Nov 2008 16:46:15 +0000 (19:46 +0300)]
* Add initial implementation of statistics files handling API

15 years ago* Add simple locking interface to mem_pool library
Vsevolod Stakhov [Wed, 26 Nov 2008 16:31:26 +0000 (19:31 +0300)]
* Add simple locking interface to mem_pool library

15 years ago* Add simple implementation of OSB tokenizer
Vsevolod Stakhov [Fri, 7 Nov 2008 16:35:13 +0000 (19:35 +0300)]
* Add simple implementation of OSB tokenizer

15 years ago* Use utf8 in description files
Vsevolod Stakhov [Thu, 6 Nov 2008 15:32:32 +0000 (18:32 +0300)]
* Use utf8 in description files

--HG--
rename : README-classify.koi8.txt => README-classify.utf8.txt
rename : README.koi8.txt => README.utf8.txt

15 years ago* Add description of classifying process
Vsevolod Stakhov [Thu, 6 Nov 2008 15:29:52 +0000 (18:29 +0300)]
* Add description of classifying process

15 years ago* Add simple hash function for hashing tokens
Vsevolod Stakhov [Wed, 5 Nov 2008 15:13:08 +0000 (18:13 +0300)]
* Add simple hash function for hashing tokens

15 years ago* Optimize configure by using caching of determined options (more than 2 times faster...
Vsevolod Stakhov [Sat, 1 Nov 2008 19:48:59 +0000 (22:48 +0300)]
* Optimize configure by using caching of determined options (more than 2 times faster than before)

15 years ago* Reorganize structure of source files
Vsevolod Stakhov [Sat, 1 Nov 2008 15:01:05 +0000 (18:01 +0300)]
* Reorganize structure of source files
* Adopt build system for new structure

--HG--
rename : cfg_file.h => src/cfg_file.h
rename : cfg_file.l => src/cfg_file.l
rename : cfg_file.y => src/cfg_file.y
rename : cfg_utils.c => src/cfg_utils.c
rename : controller.c => src/controller.c
rename : filter.c => src/filter.c
rename : filter.h => src/filter.h
rename : fstring.c => src/fstring.c
rename : fstring.h => src/fstring.h
rename : main.c => src/main.c
rename : main.h => src/main.h
rename : mem_pool.c => src/mem_pool.c
rename : mem_pool.h => src/mem_pool.h
rename : memcached-test.c => src/memcached-test.c
rename : memcached.c => src/memcached.c
rename : memcached.h => src/memcached.h
rename : perl.c => src/perl.c
rename : perl.h => src/perl.h
rename : plugins/regexp.c => src/plugins/regexp.c
rename : plugins/surbl.c => src/plugins/surbl.c
rename : protocol.c => src/protocol.c
rename : protocol.h => src/protocol.h
rename : upstream.c => src/upstream.c
rename : upstream.h => src/upstream.h
rename : url.c => src/url.c
rename : url.h => src/url.h
rename : util.c => src/util.c
rename : util.h => src/util.h
rename : worker.c => src/worker.c

15 years ago* Add determining page size function to mem_pool library
Vsevolod Stakhov [Sun, 26 Oct 2008 04:14:48 +0000 (07:14 +0300)]
* Add determining page size function to mem_pool library
* Add simple statistic structure that is placed in shared memory and used for gathering server's stats

15 years ago* Add main logging functions (log to file, syslog and console)
Vsevolod Stakhov [Sun, 26 Oct 2008 03:53:05 +0000 (06:53 +0300)]
* Add main logging functions (log to file, syslog and console)
* Handle log reopening

15 years ago* Add ability to handle multiply recipients
Vsevolod Stakhov [Sat, 25 Oct 2008 01:06:16 +0000 (05:06 +0400)]
* Add ability to handle multiply recipients
* Reflect changes to perl library

15 years ago* Stylify and fix util functions that was gathered from libutil code (memory allocation)
Vsevolod Stakhov [Fri, 24 Oct 2008 15:32:39 +0000 (19:32 +0400)]
* Stylify and fix util functions that was gathered from libutil code (memory allocation)
* Fix protocol and network functions
* Fix some memory allocation issues

16 years ago* Add initial implementation of control interface
Vsevolod Stakhov [Thu, 23 Oct 2008 15:10:40 +0000 (19:10 +0400)]
* Add initial implementation of control interface