February 19, 2009 | ||
---|---|---|
View b660455a30
core: sint2str check for space before adding the signAndrei Pelinescu-Onciul authored on 19/02/2009 18:17:13 |
December 19, 2008 | ||
---|---|---|
View 7f8d719463
Merge commit 'origin/daniel/pv'Andrei Pelinescu-Onciul authored on 19/12/2008 13:57:57 |
December 9, 2008 | ||
---|---|---|
View 0f09145b73
fix pv&t lookup due to signnessDaniel-Constantin Mierla authored on 09/12/2008 16:12:53 |
December 8, 2008 | ||
---|---|---|
View 95fd2d74ce
kamailio compatibility, add str_strcmp and str_casecmp functionsHenning Westerholt authored on 08/12/2008 17:13:57 |
December 2, 2008 | ||
---|---|---|
View 4bcc8357d1
kamailio compatibility, add shm_strdup and pkg_strdup implementationHenning Westerholt authored on 02/12/2008 15:05:48 |
May 21, 2008 | ||
---|---|---|
View 91473bc8db
- added ushort2sbuf() and ushort2str(): they convert an unsigned short into its ascii representation (base 10). ushort2str() returns a pointer to a null terminated static string, while ushor2sbuf() fills the supplied buffer.Andrei Pelinescu-Onciul authored on 21/05/2008 21:31:18 |
February 8, 2008 | ||
---|---|---|
View b2471cfce2
- Make sure that the global cfg_file variable always contains full absolute pathname. - Added get_abs_pathname function that can be used to convert relative pathnames to absolutes with using the location of cfg_file (or another file) as reference.Jan Janak authored on 08/02/2008 05:37:44 |
January 30, 2008 | ||
---|---|---|
View 83b9911975
str2sint() function is moved to ut.hMiklos Tirpak authored on 30/01/2008 09:46:04 |
July 30, 2007 | ||
---|---|---|
View 72ad8673c0
- added MAX_unsigned()Andrei Pelinescu-Onciul authored on 30/07/2007 19:43:08 |
June 21, 2007 | ||
---|---|---|
View b0afad347f
- _timegm resets the information about DST in struct tm structure because the date and time in that structure is in UTC. - added conversion functions that can convert time_t values between local timezones and utc.Jan Janak authored on 21/06/2007 11:38:42 |
June 5, 2007 | ||
---|---|---|
View 570887373e
- added MAX_UVAR_VALUE(), MAX_int(a,b) MIN_int(a,b)Andrei Pelinescu-Onciul authored on 05/06/2007 13:53:41 |
May 14, 2007 | ||
---|---|---|
View 8b8fc486bd
- added futex based locking, used by default on linux 2.5.70+ (to turn it off compile with make use_futex=no) - moved get_sys_ver from io_wait.c into ut.cAndrei Pelinescu-Onciul authored on 14/05/2007 21:29:46 |
November 10, 2006 | ||
---|---|---|
View 545c0c82b9
- killed the str2s debug error messageAndrei Pelinescu-Onciul authored on 10/11/2006 10:25:08 |
September 15, 2006 | ||
---|---|---|
View dcb59e67b4
- dns cache support (ser will cache both positive and negative responses if turned on, see doc/dns.txt for more details & config options) - dns failover support: when a name resolves to more then 1 ip (either multiple A or AAAA records or multiple SRVs) and sending to the first ip fails, ser will retry with the others. By default is off. See doc/dns.txt for more details/config options a.s.o. - destination blacklist: when sending to some destination (defined by ip:port and protocol) fails, ser will temporarily add this destination in a blacklist giving future sends the opportunity of immediately failing. Destination are also added to the blacklist on tm invite timeouts (when no response is received in the fr_timer interval). By default is off, see doc/dst_blacklist.txt form more details/config options. - small makefile fixes (in mode=debug) - resolver get_record api changes (updated enum)Andrei Pelinescu-Onciul authored on 15/09/2006 10:37:44 |
July 17, 2006 | ||
---|---|---|
View 7936dce83f
- conversion function to convert str to zero terminated stringJan Janak authored on 17/07/2006 13:16:39 |