Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-05 | ... and in the filter. | Martin Mares | |
2004-06-05 | Unused parameters in the client. | Martin Mares | |
2004-06-05 | Marked unused parameters in sysdep code as such. | Martin Mares | |
2004-06-05 | Marked unused parameters in core code as such. | Martin Mares | |
2004-06-05 | Renamed log() to log_msg(), but still keeping the old name as a macro. | Martin Mares | |
This is done to avoid clashes with gcc-3.3 which has built-in logarithms :) | |||
2004-06-05 | A better comment. | Martin Mares | |
2004-06-05 | Moved the tests for socket existence here. | Martin Mares | |
BTW, where do you exactly set the new buffer sizes? | |||
2004-06-05 | Cleaned up sk_reallocate() and friends. | Martin Mares | |
Also, removed the `if (s)' test, because I believe that as the whole socket interface doesn't accent NULL pointers, sk_reallocate() shouldn't be the only exception. | |||
2004-06-04 | Be more verbose. | Ondrej Filip | |
2004-06-04 | cleanup in lsupd.c, indenting, "struct proto" removed... | Ondrej Filip | |
2004-06-04 | 'struct proto' removed | Ondrej Filip | |
Finally, I found the bug reported by Andreas Steinmetz. FIXED. | |||
2004-06-04 | Useless logs removed. | Ondrej Filip | |
2004-06-04 | Bugfix in last patch. | Ondrej Filip | |
2004-06-04 | OSPF is ready for changing MTU. | Ondrej Filip | |
2004-06-04 | no comment | Ondrej Filip | |
2004-06-04 | dbdes indent an minor changes. | Ondrej Filip | |
2004-06-04 | typo in README | Ondrej Filip | |
2004-06-04 | better log() usage. | Ondrej Filip | |
2004-06-04 | lsreq.c indented and small 'struct proto' changes. | Ondrej Filip | |
2004-06-04 | hello.* reindented, code cleanup. | Ondrej Filip | |
2004-06-04 | Deleted useles "struct proto" sending. | Ondrej Filip | |
2004-06-04 | Better log() usage. | Ondrej Filip | |
2004-06-04 | Indented. No other change. | Ondrej Filip | |
2004-06-04 | lsack.c cleaned. Better names for functions and | Ondrej Filip | |
DIRECT acks can be sent in one packet now. | |||
2004-06-04 | ackd_timer_hook moded to neighbor.c | Ondrej Filip | |
2004-06-04 | Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-) | Ondrej Filip | |
2004-06-04 | Initialize iterator on the right place. | Ondrej Filip | |
2004-06-04 | This can happen now. | Ondrej Filip | |
2004-06-04 | Small reversing of previous patch. | Ondrej Filip | |
2004-06-04 | Don't repeat "Sheduling rt calc....." | Ondrej Filip | |
2004-06-04 | Code and comments cleanup. | Ondrej Filip | |
2004-06-04 | hello.c and hello.h cleaned up. No design changes. | Ondrej Filip | |
2004-06-03 | Added source addr for multicast socket. | Ondrej Filip | |
2004-06-03 | CONFIG_SKIP_MC_BIND added. | Ondrej Filip | |
BSD hates it, Linux needs it. | |||
2004-06-02 | Deleted useless rfree. (Socked was freed by cli_free()) | Ondrej Filip | |
2004-06-02 | Hotfix for router's parent without nexthop. | Ondrej Filip | |
It will probably work perfect, but I need to eliminate such situation. | |||
2004-06-01 | Bugfix in external routes calculation. | Ondrej Filip | |
2004-06-01 | Code clean up. | Ondrej Filip | |
2004-06-01 | Easier cleanup of an interface. | Ondrej Filip | |
2004-06-01 | Don't free socket's resources. | Ondrej Filip | |
2004-06-01 | Patch from Andreas Steinmetz <ast@domdv.de> | Ondrej Filip | |
2004-06-01 | Reverting last patch. | Ondrej Filip | |
2004-06-01 | Caching loopback interface. | Ondrej Filip | |
2004-06-01 | log->DBG | Ondrej Filip | |
2004-06-01 | Minor changes caused by MJ's comment. | Ondrej Filip | |
2004-06-01 | #ifdef CONFIG_UNIX_DONTROUTE added. | Ondrej Filip | |
2004-06-01 | ALIGN -> BIRD_ALIGN | Ondrej Filip | |
2004-06-01 | Now, only one AC_OUTPUT is used. | Ondrej Filip | |
2004-06-01 | Useles log()s deleted. | Ondrej Filip | |
2004-06-01 | bzero has 2 arguments. | Ondrej Filip | |