aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix behavior of ipa_opposite().Martin Mares2008-08-252-2/+3
* Staticized lots of local functions.Martin Mares2004-06-051-1/+1
* Better prototypes.Martin Mares2004-06-051-2/+2
* One more in the library.Martin Mares2004-06-051-1/+1
* 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
* OSPF is ready for changing MTU.Ondrej Filip2004-06-041-0/+1
* ALIGN -> BIRD_ALIGNOndrej Filip2004-06-012-4/+2
* Rewritten the I/O loop. All socket operations are now safe, meaning thatMartin Mares2004-05-311-5/+3
* Added UNUSED.Martin Mares2004-05-311-1/+2
* Added rmove() (by Andreas, tweaked by me).Martin Mares2004-05-312-0/+21
* Changed of comments.Ondrej Filip2004-05-311-3/+2
* alloca.h addedOndrej Filip2004-05-311-0/+1
* Use #include "alloca.h"Ondrej Filip2004-05-311-0/+19
* Some include added.Ondrej Filip2004-05-311-0/+1
* #ifndef ALIGN - it is defined on *BSDOndrej Filip2004-05-311-0/+2
* ABS should be a macro.Martin Mares2002-11-131-0/+1
* IP address formatting now uses the same rules as formatting of stringsMartin Mares2001-08-191-11/+11
* Fixed duplicity in log category numbering.Martin Mares2001-02-201-5/+5
* Bug fix from Zheng Yuan <zyuan1@cig.mot.com>.Martin Mares2001-01-171-1/+1
* Added an explanatory comment.Martin Mares2001-01-151-0/+13
* Fixes for the programmer's manual.Martin Mares2000-06-082-2/+2
* Fixes to the progdoc.Martin Mares2000-06-073-6/+4
* Spelling fixes to progdoc.Martin Mares2000-06-073-5/+5
* #define SIZE_OF_IP_HEADEROndrej Filip2000-06-072-0/+2
* Documented sockets, events and timers.Martin Mares2000-06-053-10/+56
* Documented memory resources.Martin Mares2000-06-055-5/+265
* Added library progdocs.Martin Mares2000-06-048-11/+427
* Added the introduction chapter of progdoc.Martin Mares2000-05-311-4/+6
* Updated all the Doc files to new format.Martin Mares2000-05-311-25/+11
* Added ipa_absolutize() which converts link-scope addresses to global scopeMartin Mares2000-05-302-0/+13
* Poisoning: take there...Martin Mares2000-05-161-2/+6
* Oops, the poison was too deadly...Martin Mares2000-05-161-1/+1
* Added poisoning of free'd objects when we're debugging.Martin Mares2000-05-161-0/+7
* Unified parsing of prefixes.Martin Mares2000-05-131-1/+6
* Implemented debugging function rlookup() which you can call from gdbMartin Mares2000-05-084-7/+83
* Added skeleton Doc files for the whole developer's documentation.Martin Mares2000-05-051-0/+26
* Unused variables in IPv6 code.Martin Mares2000-05-041-2/+1
* Removed a lot of unused variables.Martin Mares2000-05-041-1/+1
* Defined format specifier `%M' which behaves as `%m', but takes theMartin Mares2000-05-021-0/+3
* IPv6 address classification fixes.Martin Mares2000-05-021-5/+17
* Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares2000-04-272-10/+11
* Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...Martin Mares2000-04-121-0/+1
* Removal of useless includes continues...Martin Mares2000-03-312-4/+0
* Use bsprintf() instead of sprintf().Martin Mares2000-03-312-9/+9
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-3111-11/+9
* Defined sk_close() which closes the socket safely even if called fromMartin Mares2000-03-301-1/+3
* Avoid conflicts with libraries defining their own xmalloc by definingMartin Mares2000-03-291-0/+6
* Wrote real version of unaligned data access functions (needed for BGP).Martin Mares2000-03-211-19/+29
* Use do { } while(0) instead of empty DBG if not debugging.Martin Mares2000-03-121-1/+1