June 16, 2005 | ||
---|---|---|
View 0ba367ec24
- tcp major changes part 1: support for >1024 connection, better io poll model (best poll method selected automatically, there is also an option to enforce it). So far support for epoll (linux >= 2.5.66), sigio + real time signals (linux), poll , select. kqueue (*bsd) and /dev/poll (solaris) comming soon. WARNING: this is still work in progress, the tcp reader part is still not converted to he new model (this means that while the tcp_main process supports > 1024 fds, the tcp childs don't), the main reason for leaving this out for now is debugging. Still to do: config options for poll_method (for now use -W method if you want to force one), config options for tcp timeouts a.s.o.Andrei Pelinescu-Onciul authored on 16/06/2005 14:05:24 |
June 14, 2005 | ||
---|---|---|
View a2dd69c1c6
- got rid of ../../Makefile.rules:80: xxxx.d: No such file or directory (still experimental since it might hide some legitimate not able to build xxxx.d errors)Andrei Pelinescu-Onciul authored on 14/06/2005 19:21:58 |
||
View e03e1211fa
- solaris null string fix for printing the cfgAndrei Pelinescu-Onciul authored on 14/06/2005 19:11:26 |
June 13, 2005 | ||
---|---|---|
View 090e0c2aa8
- fixed tcp bug (wrong thing was decremented on eof/error)Andrei Pelinescu-Onciul authored on 13/06/2005 17:58:42 |
June 2, 2005 | ||
---|---|---|
View 3b42bcd850
- small typoAndrei Pelinescu-Onciul authored on 02/06/2005 01:27:44 |
June 1, 2005 | ||
---|---|---|
View a65ed3854c
- fix for make modules=foo clean (this produced an infinite loop)Andrei Pelinescu-Onciul authored on 01/06/2005 23:23:48 |
||
View 3543f7dc5f
- makefiles cleanups (use $(LOCALBASE) everywhere) -- fixes some include path problems on netbsdAndrei Pelinescu-Onciul authored on 01/06/2005 22:25:05 |
||
View 27b598894d
- Fixed the following race condition:Jan Janak authored on 01/06/2005 15:14:51 |
||
View 6f432b991c
- stronger checks for params in avp function (reported by Juha Heinanen <jh@tutpro.com>)Bogdan-Andrei Iancu authored on 01/06/2005 09:30:17 |
May 30, 2005 | ||
---|---|---|
View 3ccb569f7f
- credits updateAndrei Pelinescu-Onciul authored on 30/05/2005 19:20:01 |
||
View be64a505d8
- serctl did not display "overlapping alias" message because 200 OK is consumed -- fixed.Jan Janak authored on 30/05/2005 16:52:57 |
||
View 1b995ddd9e
- fixed crash caused by previous bug-fix (reported by Ingo Wolfsberger)Jan Janak authored on 30/05/2005 13:59:15 |
May 25, 2005 | ||
---|---|---|
View 968586c3a4
- added -I/usr/local/ssl/include for all OSes, if TLS support is enabledAndrei Pelinescu-Onciul authored on 25/05/2005 17:43:39 |
||
View 871a6a07a2
- experimental ppc locking tweaks (not tested) - ppc64 enabled (the same ppc code should work)Andrei Pelinescu-Onciul authored on 25/05/2005 10:53:44 |
May 23, 2005 | ||
---|---|---|
View 6cb2957a8d
- typo fixedJan Janak authored on 23/05/2005 15:46:25 |