December 28, 2004 | ||
---|---|---|
View b52b69c887
Temporarily backout addition of Server header field parser until decision is adapted on how to overcome current limit of max 32 headers. Just for the record, I think that the easiest way out is to increase flags storage size from 32bits to 64bits, which should be sufficiend at least for the next year.Maxim Sobolev authored on 28/12/2004 23:41:30 |
December 20, 2004 | ||
---|---|---|
View fe70e4fbea
Add support for Server header field, since it is necessary in one place (mediaproxy module) already and will also be used in another new module.Maxim Sobolev authored on 20/12/2004 18:52:54 |
December 3, 2004 | ||
---|---|---|
View 097613bf45
rollback patch pending new ser release and discussion with core maintainerJamey Hicks authored on 03/12/2004 17:11:36 |
||
View 3c736126b0
RFC3903 SIP-If-Match parsing from Gregory McGarryJamey Hicks authored on 03/12/2004 13:37:57 |
November 12, 2004 | ||
---|---|---|
View 5b60c71b16
- fixed bug introduced 2 commits ago :-)Andrei Pelinescu-Onciul authored on 12/11/2004 16:27:41 |
November 9, 2004 | ||
---|---|---|
View a35ad52c2d
- force_send_socket per message API support => changedinterface to get_send_socket; it takes now also the sip msg as param (updated the calls to it in all the modules)Andrei Pelinescu-Onciul authored on 09/11/2004 15:15:11 |
September 1, 2004 | ||
---|---|---|
View 846a7aa04f
A function to copy dst_uriJan Janak authored on 01/09/2004 17:06:26 |
August 24, 2004 | ||
---|---|---|
View c32feee57c
- Spelling checkedJan Janak authored on 24/08/2004 09:01:24 |
January 18, 2004 | ||
---|---|---|
View dccbcda9b2
- Diversion and Remote-Party-ID support from Juha HeinanenJan Janak authored on 18/01/2004 16:15:33 |
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 |
October 15, 2003 | ||
---|---|---|
View eaffa61da6
- "body_lump" changes reverted, sorry.Jan Janak authored on 15/10/2003 08:47:56 |
October 14, 2003 | ||
---|---|---|
View ce62b42d7f
- add_rm lump list split into add_rm (for headers) and body_lump (for body), this allows fast calculation of the message body delta to generate Content-Length value properly - Updated developer's guide - updates modules that modify message body to use body_lumps - updated tm to process both lists - updated msg_translator to process body lumps first to find out body length, generate lumps necesarry to update Content-Lenght and calculate length of add_rm lumps thenJan Janak authored on 14/10/2003 00:13:34 |
August 5, 2003 | ||
---|---|---|
View 6a2b0decb0
- parsing of Content-Purpose and Content-Action removed - parsing of Accept-Disposition added.Jan Janak authored on 05/08/2003 17:14:27 |
||
View 2f43c7326f
- patch from Jan (for recognizing some extra headers) applyed. - interface for parse_content_type_hdr changed (separation between type and subtype inside a mime) - parse_accept_hdr addedBogdan-Andrei Iancu authored on 05/08/2003 11:13:01 |
May 2, 2003 | ||
---|---|---|
View 71be0c4a86
- Accept header field is now parsed too (needed in pa)Jan Janak authored on 02/05/2003 08:36:15 |