summaryrefslogtreecommitdiffstats
path: root/lib/log.c
Commit message (Expand)AuthorAgeFilesLines
* Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-9/+7
* Update pipework and improve memory reporting.Chris Hall2011-07-211-60/+152
* Fix compile on older gcc, and other minor fixes.Chris Hall2011-03-291-3/+4
* Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16pChris Hall2011-03-291-0/+3
|\
| * Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-0/+3
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-2/+9
* | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-572/+780
* | Second tranche of updates for pipework branch.Chris Hall2011-02-131-2/+1
|/
* Trap SIGABRT so that get backtrace in the log.root2010-07-221-1/+9
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-5/+6
* First beta releaseChris Hall2010-04-061-113/+54
* Major updateChris Hall2010-03-161-154/+252
* Relace localtime with localtime_r to be thread safe.paulo2010-02-051-3/+3
* Missed a few non safe calls of strerror. Improved comments.paulo2010-02-041-3/+1
* Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-8/+0
* Testing and fixing round.Chris Hall2010-01-311-13/+13
* Use static mutexespaulo2009-12-171-4/+4
* vty running in main thread. bgp running in its own thread.paulo2009-12-111-4/+0
* Stop recursive lock checking assertpaulo2009-12-101-1/+8
* Make vty and log thread safe under single mutex.paulo2009-12-071-88/+114
* Added zlog_abort functions. Changed pthread mutes to qpthread mutexespaulo2009-12-031-66/+112
* Fix nested LOCK bugpaulo2009-12-011-8/+30
* Make logging (lib.c) and privileges (privs.c) pthread safepaulo2009-11-301-96/+431
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-1/+3
* [cleanup] Allow message tables to be constantStephen Hemminger2009-06-181-1/+1
* [lib] Put symbolic backtrace on system logStephen Hemminger2009-06-181-6/+15
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-0/+4
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-2/+2
* [lib] Fix the struct message LOOKUP function to be more robustPaul Jakma2008-02-281-8/+21
* [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-061-1/+1
* [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-021-0/+14
* [logging] Minor performance tweakAndrew J. Schorr2007-04-291-9/+16
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-281-22/+73
* [lib] Make message lookup function more robust.Andrew J. Schorr2007-03-201-8/+23
* [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafePaul Jakma2006-05-281-8/+18
* [lib] Add string mapping table for Zserv commandsPaul Jakma2006-05-151-20/+63
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-011-1/+58
* 2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-031-29/+19
* 2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-031-19/+71
* 2005-01-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-181-4/+19
* 2005-01-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-171-3/+9
* 2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-121-10/+12
* 2004-12-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-101-3/+3
* 2004-12-09 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-091-5/+7
* add XXX comment about hex_append being unused.gdt2004-12-091-1/+5
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-91/+76
* 2004-11-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-281-7/+114
* 2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-261-2/+2
* 2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-261-17/+66
* In zlog_signal, should probably check the return code from backtrace, justajs2004-11-241-1/+2