June 25, 2007 | ||
---|---|---|
View 0bec02f325
msg prefixes unificationLibor Chocholaty authored on 25/06/2007 09:41:54 |
October 25, 2006 | ||
---|---|---|
View 96d091075b
- log messages in children signal handlers off if NO_SIG_DEBUG is defined (safer, but not default for now) - new config param.: exit_timeout (how much time ser will wait for its shutdown to complete, when it expires it will kill everything) - missing timeout added to SIGTERM triggered shutdownAndrei Pelinescu-Onciul authored on 25/10/2006 16:44:21 |
October 24, 2006 | ||
---|---|---|
View 2d90691cca
- LOG & DBG simultaneous execution protection (they can be used almost safely from the signal handlers)Andrei Pelinescu-Onciul authored on 24/10/2006 16:53:55 |
September 1, 2006 | ||
---|---|---|
View db501a6a5c
- reverted LOG_NONE syslog_facility enabling no-syslog featureTomas Mandys authored on 01/09/2006 10:51:10 |
August 25, 2006 | ||
---|---|---|
View 63dc566ef5
-added support for fake LOG_NONE syslog facility that disables syslogging completelyTomas Mandys authored on 25/08/2006 15:27:08 |
April 7, 2006 | ||
---|---|---|
View 58d0d1b5b6
- separate memdbg log level which controls the memory/malloc related debug messages (to see them ser must be compiled with malloc debuging: -DDBG_QM_MALLOC or -DDBG_FM_MALLOC and memdbg must be <= debug ). By default is set to L_DBG. E.g.: setting memdbg=100 in ser.cfg will make sure that you'll never see a malloc debug message. Note: memdbg is different from memlog, memlog is the log level used for malloc statistics (printed on exit or on SIGUSR1).Andrei Pelinescu-Onciul authored on 07/04/2006 14:55:27 |
December 5, 2005 | ||
---|---|---|
View a86d53b012
- rls excluded from the compile by default list (depends on external libs) - added DEBUG(), ERR(), WARN(), INFO(), BUG() which can be used instead of LOG(L_*, ). The new macros will add "DEBUG:", "ERROR:" a.s.o in front of the message and also the filename and line number from where they were called ( DEBUG("x") in foo.c:23 is equiv. with DBG("DEBUG: foo.c:23: x"))Andrei Pelinescu-Onciul authored on 05/12/2005 17:01:08 |
November 30, 2005 | ||
---|---|---|
View 74ce7043b5
- AVPs can be used in place of strings and integers in expressions (if (method == %method)) - Support for AVP assign statements ( %var1 = "value"; %var1 += "value2"; ) - Support for binary operators & and | in expressions - AVPs can be tested in expressions (if (%var1 == 4)) - fixed a bug in string comparisons in expressions - extended parameters of expression evaluation functions - fixed possible buffer overflow vulnerability in log("dfd") script function - default memory buffers enlarged - length of string is calculated in expression fixup - fixed bug in function printing route statements (traversed the list recursively several times)Jan Janak authored on 30/11/2005 16:26:50 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
February 12, 2004 | ||
---|---|---|
View 26456acefe
- logging facility can be configure - usefull when you config syslogd to divert all ser loggings into a separat file. Config param is log_facility=LOG_LOCAL0 (see syslog(3) man page)Bogdan-Andrei Iancu authored on 12/02/2004 15:47:37 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
May 26, 2002 | ||
---|---|---|
View 4e2fdd790c
- ipv6 support (-DUSE_IPV6) - changed all the sockaddr/ip addr structures - added gethostbyname/addr wrappers (resolve.h)Andrei Pelinescu-Onciul authored on 26/05/2002 13:50:48 |
March 1, 2002 | ||
---|---|---|
View 51eadd0c98
Sun cc ser core support: - major makefile changes - lots of warning fixed - replaced incompatible expr-statement defines ( ({ }) ). - special LOG, DBG, DPrint version for sunccAndrei Pelinescu-Onciul authored on 01/03/2002 23:21:25 |
February 12, 2002 | ||
---|---|---|
View e3b42c428f
- minor cleanupAndrei Pelinescu-Onciul authored on 12/02/2002 17:48:04 |
November 8, 2001 | ||
---|---|---|
View 1fb7b1aa9a
- added NO_DEBUG & NO_LOG - fixed socket listenAndrei Pelinescu-Onciul authored on 08/11/2001 05:16:56 |