February 23, 2004 | ||
---|---|---|
View 41f45c80b4
- del_nonshm_lump(lump_list) added - removes from lump's tree all lumps that are not marked as LUMPFLAG_SHMEM.Bogdan-Andrei Iancu authored on 23/02/2004 16:40:49 |
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 2, 2003 | ||
---|---|---|
View c55adae857
- added more subst lumps: SUBST_{SND,RCV}_ALL => ip:port;transport=protoAndrei Pelinescu-Onciul authored on 02/04/2003 16:39:06 |
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 |
||
View d1e2a411e8
- added opt (conditional) lumps, see data_lump.h: COND_FALSE, COND_TRUE, COND_IF_DIFF_REALMS, COND_IF_DIFF_AF, COND_IF_DIFF_PROTO, COND_IF_DIFF_PORT, COND_IF_DIFF_IP, COND_IF_RAND (the last one is very usefull :-))Andrei Pelinescu-Onciul authored on 01/04/2003 15:43:41 |
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 |
January 29, 2003 | ||
---|---|---|
View 049f64c292
scratchpad removed, textops changed to skip the first lineJiri Kuthan authored on 29/01/2003 19:24:10 |
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 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
October 23, 2001 | ||
---|---|---|
View 831faabf7c
- added preliminary forward request plugin supportAndrei Pelinescu-Onciul authored on 23/10/2001 19:59:08 |