January 4, 2009 | ||
---|---|---|
View 5137b02df4
In case the AVP is a regexp, an allocation is required to build an AVP "ident". The patch adds the functionality to free it.Bogdan Pintea authored on 04/01/2009 15:34:54 |
||
View eddf3e3b7b
Currently, SER matches E2E ACKs only if there is an equality between From HF in INVITE and ACK. While this is pretty safe, there are UAs that do mess small things, like display name, or some bigger ones, like URI, in generated ACK. However, matching over the full URI (or worse, HF) is not needed and was even intended for deprecation (see 1st comment of 3261#Sec. 12.2.1.1). The applied patch should boost a bit the matching flexibility - only compare the tag.Bogdan Pintea authored on 04/01/2009 15:27:39 |
||
View 713d776ef5
The calculate_routeset_length() produces an invalid result in the case dlg_t.hooks.last_route is set (and .first_route not). Applied patch fixes that (and should hopefully be a bit cleaner).Bogdan Pintea authored on 04/01/2009 15:02:11 |
||
View 0f92150395
'memapp' and 'append_mem_block' are now both only used in source t_msgbuilder.c. Applied patch removes the definition of both from .h.: memapp moved to .c, append_mem_block only left in .c. (Interestingly, gcc complained over different definitions, but accepted same definition twice, for same identifier.)Bogdan Pintea authored on 04/01/2009 14:58:36 |
||
View c711622635
"Route :" prefix (and separator) is used some more time across the source. It was defined 3 times (with a small variation). Applied patch moves the definition to global config.h.Bogdan Pintea authored on 04/01/2009 14:52:42 |
December 18, 2008 | ||
---|---|---|
View f62c96d869
script: udp_mtu fallback script config & commandsAndrei Pelinescu-Onciul authored on 18/12/2008 16:09:16 |
||
View bf8dfee3a6
core: forward: tcp fallback for big udp packetsAndrei Pelinescu-Onciul authored on 18/12/2008 16:06:03 |
December 16, 2008 | ||
---|---|---|
View 476e1991ab
dns: fix build warnings when compiling without ipv6Andrei Pelinescu-Onciul authored on 16/12/2008 14:35:55 |
||
View 8a2ca52622
core: fix build on DarwinAndrei Pelinescu-Onciul authored on 16/12/2008 14:34:04 |
||
View 67e3e42ea4
doc: tcp tunning updateAndrei Pelinescu-Onciul authored on 16/12/2008 14:30:48 |
December 12, 2008 | ||
---|---|---|
View 235631a005
sctp: SO_REUSEADDR on the sctp socketsAndrei Pelinescu-Onciul authored on 12/12/2008 23:25:39 |
||
View 74c6d2807c
tcp: fix for async writeAndrei Pelinescu-Onciul authored on 12/12/2008 23:02:45 |
December 11, 2008 | ||
---|---|---|
View e4c9fe9a98
another switch where PROTO_SCTP was missing - added caseMichal Matyska authored on 11/12/2008 19:12:41 |
December 9, 2008 | ||
---|---|---|
View 1acade4541
sctp protocol decoded in RPC dst_blacklist.viewMichal Matyska authored on 09/12/2008 14:09:22 |
December 8, 2008 | ||
---|---|---|
View befa138d09
clean up whitespace in makefileAlfred E. Heggestad authored on 08/12/2008 12:26:39 |