index
:
bird
ll-peering
ll-peering-old
ll-peering-old2
master
multicast-old
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2000-04-12
Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...
Martin Mares
2000-04-01
Removal of useless includes continues...
Martin Mares
2000-04-01
Use bsprintf() instead of sprintf().
Martin Mares
2000-04-01
Include "lib/string.h" instead of <string.h>. It should give us bzero()
Martin Mares
2000-03-30
Defined sk_close() which closes the socket safely even if called from
Martin Mares
2000-03-30
Avoid conflicts with libraries defining their own xmalloc by defining
Martin Mares
2000-03-21
Wrote real version of unaligned data access functions (needed for BGP).
Martin Mares
2000-03-12
Use do { } while(0) instead of empty DBG if not debugging.
Martin Mares
2000-03-07
DBG calls debug() if defined(LOCAL_DEBUG) || defined(GLOBAL_DEBUG).
Martin Mares
2000-03-05
Implemented real slab allocator. If you suspect it from being buggy,
Martin Mares
2000-03-01
Changed comments regarding hash function.
Martin Mares
2000-03-01
IP_PREC_INTERNET_CONTROL for IPv6 (see the comment).
Martin Mares
2000-01-16
No more problems when events get scheduled during event processing.
Martin Mares
1999-12-16
ipv6_compare() accepts non-lvalue arguments as well. This makes filters
Martin Mares
1999-12-06
Logging is now configurable. You can define multiple log outputs (to both
Martin Mares
1999-11-25
Added ip_scope_text() for translating of scopes to strings.
Martin Mares
1999-11-17
ev_run() now returns whether the event has been requeued or not.
Martin Mares
1999-10-29
Implemented unix-domain sockets.
Martin Mares
1999-10-29
Events now return a value. If it's non-zero, the event is re-queued
Martin Mares
1999-10-29
Simplify handling of free chunks.
Martin Mares
1999-10-12
Changed syntax of ip_class_mask, the old one was stupid.
Martin Mares
1999-10-02
Don't forget to free large blocks.
Martin Mares
1999-08-17
Added a function for generating 32-bit random numbers.
Martin Mares
1999-08-03
Support for IPv6 sockets. How nice one doesn't have to ifdef around
Martin Mares
1999-08-03
Basic support for IPv6. The system-dependent part doesn't work yet,
Martin Mares
1999-08-03
Added macros for walking lists backwards.
Martin Mares
1999-08-03
Faster checksum function.
Martin Mares
1999-06-01
Defined IP_PREC_INTERNET_CONTROL and made all (well, both :)) protocols
Martin Mares
1999-05-31
Added sk_send_buffer_empty().
Martin Mares
1999-05-24
Small bug in ipv4_skip_header.
Ondrej Filip
1999-05-14
Added ip_skip_header() and modified OSPF to use it.
Martin Mares
1999-05-10
Added packet checksumming code. Watch the comments for an explanation.
Martin Mares
1999-04-27
Recognize site scope for IPv4 addresses (prefixes reserved for private
Martin Mares
1999-04-12
Added ipa_compare as requested.
Martin Mares
1999-04-12
Fixed a couple of bugs in handling of multicast sockets.
Martin Mares
1999-04-06
ip_pton: Avoid modification of the string we're converting.
Martin Mares
1999-03-29
Clarify resource dumps and include them in the main debugging dump.
Martin Mares
1999-03-29
Added lp_flush() which flushes contents of a linear pool, leaving all the
Martin Mares
1999-03-29
Moved all system-dependent #include's containing endianity conversion
Martin Mares
1999-03-29
#define NULL if not defined by system includes.
Martin Mares
1999-03-04
Use dmalloc instead of EFence when available (dmalloc has lot of improvements
Martin Mares
1999-03-01
Added SK_MAGIC type sockets for internal use by system dependent code,
Martin Mares
1999-02-11
Real implementation of protocol state machines. Delayed startup/shutdown
Martin Mares
1999-02-11
Grrr, forgot to commit the event routines themselves :|
Martin Mares
1999-02-11
Added simple event scheduling system to avoid recursive calling
Martin Mares
1999-02-05
Added several parentheses to MIN/MAX macros.
Martin Mares
1999-01-23
Replaced the old ugly ipv6 compilation hack by a conditional in Modules.
Martin Mares
1998-12-20
Finer grained logging levels:
Martin Mares
1998-12-20
New hash functions according to benchmarks posted yesterday. (The IPv6
Martin Mares
1998-12-20
Implemented deletion/insertion/asynchronous-walk lists.
Martin Mares
[prev]
[next]