February 3, 2006 | ||
---|---|---|
View 282605098c
- tcp children control fds are now non-blocking - send fd queue is used when a childs queue is fullAndrei Pelinescu-Onciul authored on 03/02/2006 16:15:18 |
August 31, 2005 | ||
---|---|---|
View 1d5ef18969
- openbsd 64 tcp fixAndrei Pelinescu-Onciul authored on 31/08/2005 13:25:00 |
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 |
September 28, 2004 | ||
---|---|---|
View 4d080f498e
-x86_64 experimental support -various 64 bit warning fixesAndrei Pelinescu-Onciul authored on 28/09/2004 18:10:08 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
November 20, 2003 | ||
---|---|---|
View b23a7a0073
- warning and fixes (cfg.y $$=0 on error) merged from testing-0.8.12-r1 - pdt and mangler are now built by default (Makefile)Andrei Pelinescu-Onciul authored on 20/11/2003 21:01:10 |
November 11, 2003 | ||
---|---|---|
View 06aaa54ff3
- merge from testing-0.8.12-r0: - tcp updates (lots) - makefile mips support - tm timer workarround (present also in stable), t_relay_tls changed to t_relay_to_tls - udp_flood sleep & throttle supportAndrei Pelinescu-Onciul authored on 11/11/2003 15:32:36 |
February 20, 2003 | ||
---|---|---|
View 6c6659cb1a
- solaris fixes - ser + tcp compiles now on solaris (on solaris the msghdr structure is "old style") => introduced a new define: HAVE_MSGHDR_MSG_CONTROLAndrei Pelinescu-Onciul authored on 20/02/2003 19:50:31 |
||
View b988daef50
- compile fixes: ser & tm + tcp compiles on linux, freebsd, openbsd & netbsdAndrei Pelinescu-Onciul authored on 20/02/2003 18:13:22 |
November 29, 2002 | ||
---|---|---|
View 5b532c7fdd
- preliminary tcp support (it doesn't work, it's just for debugging, as long as you compile w/o -DUSE_TCP you should be safe) Note: sip + tcp really sucksAndrei Pelinescu-Onciul authored on 29/11/2002 21:12:24 |