Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-07 | Deleted some unused code. | Ondrej Filip | |
2004-06-06 | Cleanup in packet.c. Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | RPM is now able to build IPv4 and IPv6 bird. | Ondrej Filip | |
2004-06-06 | Test old instance of BIRD. | Ondrej Filip | |
2004-06-06 | Be sure, that ospf_area is aged before routing table calculation. | Ondrej Filip | |
2004-06-06 | Keep al lSAs invalidated. | Ondrej Filip | |
2004-06-06 | TODO updated. | Ondrej Filip | |
2004-06-06 | Small cleanup, indentation and preparation for multiple areas routing table ↵ | Ondrej Filip | |
calculation. | |||
2004-06-06 | Indentation. | Ondrej Filip | |
2004-06-06 | This warning is stupid. | Ondrej Filip | |
2004-06-06 | Indentation. | Ondrej Filip | |
2004-06-06 | Struct area_net changed. | Ondrej Filip | |
2004-06-06 | Cleanup in iface.c | Ondrej Filip | |
2004-06-06 | Be more verbose in troubles. | Ondrej Filip | |
2004-06-05 | Set size of the buffers. (Thanx MJ.) | Ondrej Filip | |
2004-06-05 | Staticized lots of local functions. | Martin Mares | |
2004-06-05 | One less unused variable. | Martin Mares | |
2004-06-05 | Better prototypes. | Martin Mares | |
2004-06-05 | Add more warnings if --enable-warnings is turned on. (probably requires | Martin Mares | |
gcc-3.0 or newer, but I hope it's OK) | |||
2004-06-05 | `defaut' should be `default'. | Martin Mares | |
2004-06-05 | ... and a whole bunch of unused parameters and variables in ospf. | Martin Mares | |
2004-06-05 | ... and in rip (there are even unused functions!). | Martin Mares | |
2004-06-05 | ... in pipe. | Martin Mares | |
2004-06-05 | ... in BGP. | Martin Mares | |
2004-06-05 | One more in the library. | Martin Mares | |
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. |