| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | [lib] fix libtool version argument in Makefile.am | paul | 2006-03-30 | 2 | -1/+5 |
* | [lib/memory] Add mallinfo support | paul | 2006-03-30 | 3 | -1/+136 |
* | [lib/privs] Changing user IDs should be done before dropping privileges | paul | 2006-03-30 | 2 | -18/+27 |
* | [lib] export show_address_cmd debug command in if.h | paul | 2006-03-06 | 2 | -0/+6 |
* | [lib/sockunion] trivial: use XSTRDUP. | paul | 2006-02-21 | 2 | -2/+8 |
* | [lib/workqueue] remove the useless 'delay' factor. | paul | 2006-02-02 | 3 | -43/+24 |
* | [lib/stream] small compile fix, use uint64_t, not u_int64_t. | paul | 2006-01-19 | 2 | -1/+7 |
* | 2006-01-17 Vincent Jardin <vincent.jardin@6wind.com> | vincent | 2006-01-17 | 3 | -8/+17 |
* | [lib/zclient] Export zclient_create_header | paul | 2006-01-17 | 3 | -1/+6 |
* | [lib/vty] Add 'no terminal monitor' alias | paul | 2006-01-17 | 2 | -0/+12 |
* | [lib/md5] md5_loop should take void pointer for more useful caller warnings. | paul | 2006-01-17 | 3 | -2/+9 |
* | [zserv] Extend Zserv header with version information and marker field | paul | 2006-01-16 | 4 | -37/+78 |
* | [zserv] Update interface flags to 8 bytes wide. | paul | 2006-01-11 | 3 | -4/+12 |
* | [stream] Add quad-word support and stream_resize | paul | 2006-01-10 | 3 | -4/+157 |
* | 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt | 2005-12-29 | 2 | -1/+5 |
* | [c99] change gcc zero-length array to C99 flexible array declaration | paul | 2005-11-26 | 3 | -2/+8 |
* | [lib/zebra.h] fix Linux compile error | paul | 2005-11-24 | 2 | -2/+7 |
* | [privs/solaris] Fix unused variable and incorrect format string. | paul | 2005-11-24 | 2 | -3/+9 |
* | [workqueue] Update workqueue users callbacks to additional arguments | paul | 2005-11-14 | 3 | -9/+32 |
* | [bug #231] check and include stdint.h, also add std=c99 to gcc CFLAGS | paul | 2005-11-14 | 2 | -0/+4 |
* | 2005-11-14 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-14 | 3 | -15/+71 |
* | [lib] 'show route-map' should print call action seperate from exit policy | paul | 2005-11-12 | 2 | -10/+13 |
* | 2005-11-03 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-03 | 2 | -1/+3 |
* | 2005-11-03 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-03 | 3 | -1/+4 |
* | 2005-11-03 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-03 | 8 | -112/+134 |
* | 2005-10-26 Paul Jakma <paul.jakma@sun.com> | paul | 2005-10-26 | 3 | -64/+64 |
* | 2005-10-26 Paul Jakma <paul.jakma@sun.com> | paul | 2005-10-26 | 7 | -25/+43 |
* | 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-21 | 2 | -6/+53 |
* | 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-20 | 2 | -11/+31 |
* | 2005-10-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-18 | 2 | -0/+5 |
* | 2005-10-18 Paul Jakma <paul.jakma@sun.com> | paul | 2005-10-18 | 2 | -0/+5 |