Age | Commit message (Expand) | Author |
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 |
1998-12-06 | Name cleanups as suggested by Pavel: | Martin Mares |
1998-11-29 | Added function for shell-like pattern matching. Will be used for | Martin Mares |
1998-11-29 | Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token | Martin Mares |
1998-11-27 | Implemented ip_pton() | Martin Mares |
1998-11-27 | Removed prototype of rp_free() since this function has never existed. | Martin Mares |
1998-11-21 | Killed bug in processing of 'h' prefix. Patch taken from linux-2.1.129. | Martin Mares |
1998-11-16 | Implemented snprintf and similar functions. It took a lot of thinking, | Martin Mares |
1998-10-19 | Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only). | Martin Mares |
1998-10-17 | WALK_LIST_DELSAFE now actually works (it really couldn't since it didn't | Martin Mares |
1998-10-14 | Lists: unneccessary test killed, make code friendly to non-gcc. | Pavel Machek |
1998-07-20 | Reversed buggy patch. | Pavel Machek |
1998-07-10 | Removed format specification attributes for log() and debug() until | Martin Mares |
1998-07-10 | Added ipa_class_mask() which guesses netmask for classful addressing. | Martin Mares |
1998-07-09 | Adding MIN()/MAX() macros | Pavel Machek |
1998-07-09 | Adding walk list which permits you to delete entries. | Pavel Machek |
1998-06-17 | Oops, forgot '%m'... | Martin Mares |