November 24, 2003 | ||
---|---|---|
View 717329e973
- data_lump changes backported from HEAD - modules updated - the whole nathelper module backported from HEADJan Janak authored on 24/11/2003 14:00:34 |
October 28, 2003 | ||
---|---|---|
View 549dba7373
- added paranoic checks in {anchor,del}_lump for exceeding the msg. sizeAndrei Pelinescu-Onciul authored on 28/10/2003 15:26:16 |
October 20, 2003 | ||
---|---|---|
View 4c37101e0f
- added body_lumps (jan patches + some changes) - anchor_lump & del_lump compare the offset with msg->eoh and add the lump to add_rm or body_lumps, so make sure to parse_headers(HDR_EOH) if you lumps might modify the body. - changed all the {anchor,del}_lump callsAndrei Pelinescu-Onciul authored on 20/10/2003 17:10:13 |
April 1, 2003 | ||
---|---|---|
View 73eec4b209
- added contional lumps support functions: insert_cond_lump_after ( anchor, COND_TYPE, lump_type) insert_cond_lump_beforeAndrei Pelinescu-Onciul authored on 01/04/2003 15:54:16 |
March 31, 2003 | ||
---|---|---|
View f15bede127
- removed msg->repl_add_rm (msg->add_rm is used now both for replies & requests) - tcp code now always tries to add bind address info even for temporary "sending" sockets (it tries to find first match in the listening sockets list) - new lump function: insert_subst_lump_after, insert_subst_lump_before (you can add now lumps that will be substituted with the rcv/sending ip addr, port or proto: see SUBST_{SND,RCV}_{IP,PORT,PROTO})Andrei Pelinescu-Onciul authored on 31/03/2003 19:51:10 |
February 7, 2003 | ||
---|---|---|
View ab130758c9
- more tcp stuff and a lot of merging w/ latest cvs - content-length is appended automatically to messages that cross from udp to tcp - tcp2udp and udp2tcp now work under heavy stress (e.g.: throttle 200, 10 ser processes on dual cpu) - tcp performance still sucks, some things like disabling Nagle are still not in yet (for better debugging)Andrei Pelinescu-Onciul authored on 07/02/2003 17:02:15 |
January 19, 2003 | ||
---|---|---|
View 4d93f1459c
bunch of changes related to ability to process original request in reply_route: - textops: append_urihf(p,s) appends a hf with uri between p and s - core: supporting functions for duplicating a lump list from shmem to pkgmem (which allows further processing with pkgmem-oriented actions) - tm: reply_routes now creates a temporary, mostly pkg-mem-ed replica of shmem-ed request for additional processingJiri Kuthan authored on 19/01/2003 01:37:45 |
November 11, 2002 | ||
---|---|---|
View e61f4ba3df
- openbsd (3.2) support [ changes in fastlock.h, ser_module.c, tm/t_hooks.c, Makefiles ] - texops replace/search_append bugs fixedAndrei Pelinescu-Onciul authored on 11/11/2002 21:34:53 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
May 31, 2002 | ||
---|---|---|
View 1400b77288
ser_error processing, ipv6-ization of TM, new TM callbacks; not stable yet (serial forking is screwed up)Jiri Kuthan authored on 31/05/2002 01:59:06 |
March 2, 2002 | ||
---|---|---|
View e22bbdb8e1
- fixed almost all warnings in ser core (gcc-3.0 -Wall, icc, sun cc). (=> fixed a lot of format string bugs) - replaced some of the remaining mallocs w/ pkg_mallocAndrei Pelinescu-Onciul authored on 02/03/2002 02:20:00 |
January 7, 2002 | ||
---|---|---|
View dda9dab1f8
performance and bug fixesJiri Kuthan authored on 07/01/2002 04:39:49 |
November 23, 2001 | ||
---|---|---|
View 6fa792822a
- malloc replacementsAndrei Pelinescu-Onciul authored on 23/11/2001 09:29:00 |
||
View 22d4aa5dd2
*** empty log message ***Andrei Pelinescu-Onciul authored on 23/11/2001 09:15:13 |
October 26, 2001 | ||
---|---|---|
View 5ada8f8a66
- fixed a memroy leak (rewritehost/uri/etc.) - added forward to uri support (forward(uri:host, uri:port) ). - improved free_lump_list speed (could be dangerous)Andrei Pelinescu-Onciul authored on 26/10/2001 20:28:55 |