| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #362 is fixed now. | pilot | 2007-08-21 | 3 | -0/+36 |
* | Merged own patch for the bug #391 (debugging and comments mostly). | pilot | 2007-08-13 | 2 | -0/+6 |
* | [ospfd] Fix bad SPF calculation on some topologies - incorrect sorting | paul | 2007-08-06 | 3 | -1/+6 |
* | [bgpd] cleanup, compact and consolidate capability parsing code | paul | 2007-08-06 | 2 | -1/+9 |
* | [lib] Add comments regarding setsockopt_multicast_ipv4 arguments. | ajs | 2007-07-06 | 3 | -4/+13 |
* | [linux] Fix strange compilation problem by explicitly including <linux/types.h> | ajs | 2007-06-01 | 2 | -0/+9 |
* | [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLEN | paul | 2007-05-10 | 2 | -4/+4 |
* | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | paul | 2007-05-10 | 6 | -21/+21 |
* | [bgpd] Trim memory usage of BGP routes | paul | 2007-05-04 | 2 | -0/+6 |
* | [zebra] Routemap support on received routes, with 'set src' command (linux) | paul | 2007-05-02 | 6 | -13/+43 |
* | [logging] Minor performance tweak | ajs | 2007-04-29 | 2 | -9/+20 |
* | [logging] Add new "log timestamp precision" command for subsecond timestamps | ajs | 2007-04-28 | 6 | -42/+179 |
* | [64-bit] Fix 4 problems with printf formats and 64-bit size_t | ajs | 2007-04-27 | 2 | -1/+5 |
* | [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixes | paul | 2007-04-10 | 2 | -0/+5 |
* | [lib] Make message lookup function more robust. | ajs | 2007-03-20 | 2 | -8/+30 |
* | [PtP over ethernet] New peer flag allows much more addressing flexibility | ajs | 2006-12-12 | 5 | -50/+66 |
* | [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands | paul | 2006-10-15 | 2 | -2/+56 |
* | [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues) | ajs | 2006-09-26 | 2 | -7/+17 |
* | [lib] Bug #134: threads should be more robust against backward time jumps | paul | 2006-08-27 | 3 | -24/+210 |
* | [lib] remove autogenerated file, update .cvsignore | paul | 2006-07-27 | 2 | -203/+2 |
* | [lib] Optimise thread_call by caching pointer to thread history in the thread | paul | 2006-07-25 | 3 | -14/+35 |
* | [lib] Do not call vty_close in vty_log_out to avoid possible free memory access | ajs | 2006-07-11 | 2 | -2/+15 |
* | [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled | ajs | 2006-07-10 | 2 | -0/+13 |
* | [debug] Debug messages to terminal vty sessions should include timestamps | ajs | 2006-07-03 | 2 | -3/+14 |
* | [lib] Fix merge error in ChangeLog | paul | 2006-06-30 | 1 | -5/+5 |
* | [lib] Fix typo in cpp conditional for malloc.h include | paul | 2006-06-30 | 2 | -1/+6 |
* | [lib] Remove bare routes in route_types: fix mistake in commmit | paul | 2006-06-27 | 1 | -3/+1 |
* | [lib] Remove numeric route-type argument in redistribute arg strings | paul | 2006-06-27 | 2 | -6/+13 |
* | [lib] Centralise Zserv route type information, auto-generate redist strings | paul | 2006-06-27 | 5 | -4/+279 |
* | [zebra] remove internal if_flag_dump, use libzebras version. | paul | 2006-06-15 | 2 | -1/+4 |
* | [lib] list_delete shouldn't duplicate list_delete_all_node | paul | 2006-06-15 | 2 | -10/+3 |
* | [lib] Experimental: have XFREE NULL out the freed pointer | paul | 2006-06-15 | 2 | -1/+6 |
* | [lib] Fix vector leak in error path in command.c, CID #38 | paul | 2006-06-15 | 2 | -0/+6 |
* | [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe | paul | 2006-05-28 | 2 | -7/+22 |
* | [lib] vty_log shouldn't crash if called when vty isn't initiliased | paul | 2006-05-28 | 2 | -0/+9 |
* | [lib] malloc.h is deprecated, try not to include it anymore | paul | 2006-05-28 | 2 | -0/+5 |
* | [lib] include inttypes.h rather than stdint.h, provide defines where missing | paul | 2006-05-28 | 2 | -6/+29 |
* | [interface configuration] Try to avoid losing address info after shutdown. | ajs | 2006-05-21 | 2 | -0/+11 |
* | [lib] Add string mapping table for Zserv commands | paul | 2006-05-15 | 3 | -21/+80 |
* | [lib] CID #39, Fix the vty completion leak-fix to only free when desired | paul | 2006-05-15 | 2 | -1/+8 |
* | [lib] CID #55, fix return of freed pointer, cmd_describe_command_real | paul | 2006-05-12 | 2 | -2/+4 |
* | [lib] CID #39, fix leak in error path, vty_describe_command | paul | 2006-05-12 | 2 | -8/+5 |
* | [lib] CID #37, fix error case leak, cmd_complete_command_real | paul | 2006-05-12 | 2 | -0/+3 |
* | [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall | paul | 2006-05-12 | 2 | -0/+12 |
* | [lib] command.c exports host global, add it to header. | paul | 2006-03-30 | 2 | -1/+4 |
* | [lib] Trivial: fix line lengths of a comment in workqueu.c | paul | 2006-03-30 | 2 | -2/+4 |
* | [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unused | paul | 2006-03-30 | 2 | -1/+9 |
* | [lib] fix gensub call in memtypes.awk to pass "g", not g. | paul | 2006-03-30 | 2 | -2/+6 |
* | [lib] status field/flags no longer used in struct workqueue | paul | 2006-03-30 | 2 | -3/+5 |
* | [bgpd] trivial: use a distinct memtype for struct bgp_synchronize | paul | 2006-03-30 | 2 | -0/+5 |