blob: 545b488e1ad5f26cf8ddaf8c954502e45193e122 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2010.12.25 -- Version 1.0
* print some info in SIGUSR1 and SIGUSR2
* fixed problematic usage of strndup at new parser
2010.12.11 -- Version 0.2
* added TCP_NODELAY option for client fd's
* using async connects now
* re-reading config file after sig-hup
* replaced flex/bison by ragel based parser
2010.12.05 -- Version 0.1
* initial release
|