September 10, 2007 | ||
---|---|---|
View face488efe
on behalf of Jiri, patch adopted from 2.0 branchMichal Matyska authored on 10/09/2007 22:26:59 |
||
View c22eb598f0
- case insensitive for GMT (although rfc3261 explicitely specifies that the date is canse sensitive in practice there are some UAs that use lower case GMT, e.g.: "MSSGW(B)" )Andrei Pelinescu-Onciul authored on 10/09/2007 19:55:39 |
||
View a1f3d3fe75
Allow to compare the snd_ip and to_ip with the AVP value. (Was allowed for ports, not ips.) For performance purist: I did not measure which code is faster; whether finding the AVP in the list or using DNS name resolution. Using AVP (track and) domain prefix makes the search faster, when AVP is in fallback domains, e.g. for global AVP.Michal Matyska authored on 10/09/2007 19:29:44 |
||
View 53e4e8ee8e
eval module: - removing dependency on uuid lib - removing from excluded modules - fixing SER-298, SER-293 reported by EnricoTomas Mandys authored on 10/09/2007 19:02:58 |
September 7, 2007 | ||
---|---|---|
View f0302ef754
- fix recently introduced bugAndrei Pelinescu-Onciul authored on 07/09/2007 14:39:07 |
September 6, 2007 | ||
---|---|---|
View 4c52255abc
Replaced rpc->struct_add by rpc->printf for view functions. If the cache/blacklist contained many entries then SER had problem with number of chunks. The solution with printf is working for 8000 entries in the blacklist without any problem.Vladimir Marek authored on 06/09/2007 15:11:09 |
||
View ebf528da31
fixes SER-304Michal Matyska authored on 06/09/2007 12:46:21 |
September 5, 2007 | ||
---|---|---|
View 22f062587d
- tcp add alias policy changes (experimental): now new aliases are added even if matching aliases for different connections exists. Until now an existing alias pointing to some other connection would trigger an error, the reason being that someone could try to "steal" a connection. However this turned out to affect also normal usage, like UAs behind nats that change the ip, or rebooted UAs (that didn't have a chance to close the tcp connection).Andrei Pelinescu-Onciul authored on 05/09/2007 17:20:35 |
September 4, 2007 | ||
---|---|---|
View 7fc57c4285
- fixed bug in list handling (del)Andrei Pelinescu-Onciul authored on 04/09/2007 10:01:27 |
August 31, 2007 | ||
---|---|---|
View cc7e8ea34f
- fixing bug when writing zero terminator at len+1 instead to lenTomas Mandys authored on 31/08/2007 08:18:36 |
||
View 917c4e5c6d
- duplicate definition of USE_DST_BLACKLIST is removed - typos in USE_DST_BLACKLIST_STATS are correctedMiklos Tirpak authored on 31/08/2007 08:12:08 |
||
View 98c2ac5fb9
integers values were fixed-up as short by mistakeMiklos Tirpak authored on 31/08/2007 08:07:40 |
August 27, 2007 | ||
---|---|---|
View f3a267970e
- disable by default path MTU discovery on linux (unfortunately on linux path MTU discovery is enabled by default even for udp, which produces packets with the DF flag set). It can be re-enabled using the new pmtu_discovery config option. Patch from Hendrik Scholz (hscholz). Closes SER-275.Andrei Pelinescu-Onciul authored on 27/08/2007 23:05:59 |
||
View 2aa5c1f7d7
- split init_sock_opt into init_sock_opt, called for new sockets (e.g. on connect) and init_sock_opt_accept() called only for sockets created as a result of an accept and which inherit the options from the "parent" listening socket (which the O_NONBLOCK exception for which no behaviour is specified and which is seems to be inherithed on BSDs and solaris, but not on linux). - init_sock_opt sets also SO_REUSEADDRAndrei Pelinescu-Onciul authored on 27/08/2007 21:48:56 |
||
View 6909b18b6a
added index to make usrloc expires fastJiri Kuthan authored on 27/08/2007 17:30:46 |