| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
performance
by avoiding multiply match of the same regexp
|
|
|
|
|
| |
* Fix creating of uinx socket
* Improve some build issues
|
|
|
|
| |
* Fix uptime command output
|
| |
|
| |
|
|
|
|
| |
* Remove 2 memory leaks
|
| |
|
| |
|
|
|
|
|
| |
* Create listen sock for lmtp in main processes dispatcher to allow multiply lmtp workers
* Fix logic of logging
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
* Fix log output for surbl
|
|
|
|
|
|
| |
* Fix soft-shutdown of dispacther
* Turn debug on by default in cmake
* Change logic of save points
|
| |
|
| |
|
|
|
|
| |
* Add wanna_die flag that can be used in dispatcher's callbacks
|
|
|
|
| |
timeouts must be resolved)
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Use shared memory for storing pool allocator statistics
* Fix bug with processing statfiles results
|
|
|
|
| |
* Fix small bug in protocol implementation (\r -> \r\n)
|
|
|
|
|
|
| |
* Change mime parts storage
* Add html tags striping (ported from php code)
* Rework learning to process only text and striped html parts
|
|
|
|
| |
* Fix some errors in freeing message object
|
| |
|
| |
|
|
* 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
|