Merge date | Subject - Severity (minor, medium, major, critical) |
2008-11-11 | [BUG] ensure we don't close listener fds twice on errors |
2007-05-05 | [BUG] fix early server close after client close |
2007-02-10 | [BUG] fix crash when no cookie is set on server |
2006-06-15 | [BUG] neither stats nor error messages could be returned without clitimeout |
2006-05-14 | [DEBUG] state names were shifted due to missing PEND state. |
2006-03-19 | assert.h is needed when DEBUG is defined. |
2005-12-18 | * released 1.2.5 (1.1.31) * changed the runtime argument to disable epoll() to '-de' * changed the runtime argument to disable poll() to '-dp' * added global options 'nopoll' and 'noepoll' to do the same at the configuration level. * added a 'linux24e' target to the Makefile for Linux 2.4 systems patched to support epoll(). * changed default FD_SETSIZE to 65536 on Solaris (default=1024) * conditionned signals redirection to #ifdef DEBUG_MEMORY |