aboutsummaryrefslogtreecommitdiffstats
path: root/lib/birdlib.h
Commit message (Expand)AuthorAgeFilesLines
* Rate limit for most abundant log messagesOndrej Zajicek2009-02-261-0/+8
* Renamed log() to log_msg(), but still keeping the old name as a macro.Martin Mares2004-06-051-1/+2
* A better comment.Martin Mares2004-06-051-1/+1
* ALIGN -> BIRD_ALIGNOndrej Filip2004-06-011-3/+1
* Added UNUSED.Martin Mares2004-05-311-1/+2
* #ifndef ALIGN - it is defined on *BSDOndrej Filip2004-05-311-0/+2
* ABS should be a macro.Martin Mares2002-11-131-0/+1
* Fixed duplicity in log category numbering.Martin Mares2001-02-201-5/+5
* Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...Martin Mares2000-04-121-0/+1
* Use do { } while(0) instead of empty DBG if not debugging.Martin Mares2000-03-121-1/+1
* DBG calls debug() if defined(LOCAL_DEBUG) || defined(GLOBAL_DEBUG).Martin Mares2000-03-071-2/+2
* Logging is now configurable. You can define multiple log outputs (to bothMartin Mares1999-12-061-3/+0
* Added a function for generating 32-bit random numbers.Martin Mares1999-08-171-0/+4
* #define NULL if not defined by system includes.Martin Mares1999-03-291-0/+4
* Added several parentheses to MIN/MAX macros.Martin Mares1999-02-051-4/+5
* Finer grained logging levels:Martin Mares1998-12-201-5/+15
* Removed format specification attributes for log() and debug() untilMartin Mares1998-07-101-2/+2
* Adding MIN()/MAX() macrosPavel Machek1998-07-091-0/+4
* DBG now calls debug() instead of sending it to log().Martin Mares1998-05-261-1/+1
* The library is now glued together from generic and OS-dependent partsMartin Mares1998-05-151-2/+2
* BIRD library: The story continues.Martin Mares1998-05-031-1/+12
* Added IP address manipulation macros, interface declarations and logging.Martin Mares1998-04-231-0/+19
* First look at data structures. More to come tomorrow...Martin Mares1998-04-221-0/+17