summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [logging] Minor performance tweakajs2007-04-291-0/+4
* [logging] Add new "log timestamp precision" command for subsecond timestampsajs2007-04-281-0/+31
* [64-bit] Fix 4 problems with printf formats and 64-bit size_tajs2007-04-271-0/+4
* [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixespaul2007-04-101-0/+4
* [lib] Make message lookup function more robust.ajs2007-03-201-0/+7
* [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-121-0/+23
* [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commandspaul2006-10-151-0/+10
* [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)ajs2006-09-261-0/+10
* [lib] Bug #134: threads should be more robust against backward time jumpspaul2006-08-271-0/+27
* [lib] Optimise thread_call by caching pointer to thread history in the threadpaul2006-07-251-0/+9
* [lib] Do not call vty_close in vty_log_out to avoid possible free memory accessajs2006-07-111-0/+7
* [lib] Fix infinite recursion for errors on vtys with terminal monitor enabledajs2006-07-101-0/+8
* [debug] Debug messages to terminal vty sessions should include timestampsajs2006-07-031-0/+5
* [lib] Fix merge error in ChangeLogpaul2006-06-301-5/+5
* [lib] Fix typo in cpp conditional for malloc.h includepaul2006-06-301-0/+5
* [lib] Remove numeric route-type argument in redistribute arg stringspaul2006-06-271-0/+5
* [lib] Centralise Zserv route type information, auto-generate redist stringspaul2006-06-271-0/+9
* [zebra] remove internal if_flag_dump, use libzebras version.paul2006-06-151-0/+2
* [lib] list_delete shouldn't duplicate list_delete_all_nodepaul2006-06-151-0/+2
* [lib] Experimental: have XFREE NULL out the freed pointerpaul2006-06-151-0/+2
* [lib] Fix vector leak in error path in command.c, CID #38paul2006-06-151-0/+4
* [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafepaul2006-05-281-0/+5
* [lib] vty_log shouldn't crash if called when vty isn't initiliasedpaul2006-05-281-0/+2
* [lib] malloc.h is deprecated, try not to include it anymorepaul2006-05-281-0/+2
* [lib] include inttypes.h rather than stdint.h, provide defines where missingpaul2006-05-281-0/+6
* [interface configuration] Try to avoid losing address info after shutdown.ajs2006-05-211-0/+5
* [lib] Add string mapping table for Zserv commandspaul2006-05-151-0/+12
* [lib] CID #39, Fix the vty completion leak-fix to only free when desiredpaul2006-05-151-0/+6
* [lib] CID #55, fix return of freed pointer, cmd_describe_command_realpaul2006-05-121-0/+2
* [lib] CID #39, fix leak in error path, vty_describe_commandpaul2006-05-121-0/+2
* [lib] CID #37, fix error case leak, cmd_complete_command_realpaul2006-05-121-0/+2
* [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstallpaul2006-05-121-0/+5
* [lib] command.c exports host global, add it to header.paul2006-03-301-0/+1
* [lib] Trivial: fix line lengths of a comment in workqueu.cpaul2006-03-301-0/+1
* [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unusedpaul2006-03-301-0/+5
* [lib] fix gensub call in memtypes.awk to pass "g", not g.paul2006-03-301-0/+4
* [lib] status field/flags no longer used in struct workqueuepaul2006-03-301-0/+5
* [bgpd] trivial: use a distinct memtype for struct bgp_synchronizepaul2006-03-301-0/+4
* [lib] fix libtool version argument in Makefile.ampaul2006-03-301-0/+4
* [lib/memory] Add mallinfo supportpaul2006-03-301-0/+14
* [lib/privs] Changing user IDs should be done before dropping privilegespaul2006-03-301-0/+7
* [lib] export show_address_cmd debug command in if.hpaul2006-03-061-0/+5
* [lib/sockunion] trivial: use XSTRDUP.paul2006-02-211-0/+6
* [lib/workqueue] remove the useless 'delay' factor.paul2006-02-021-0/+10
* [lib/stream] small compile fix, use uint64_t, not u_int64_t.paul2006-01-191-0/+6
* 2006-01-17 Vincent Jardin <vincent.jardin@6wind.com>vincent2006-01-171-0/+5
* [lib/zclient] Export zclient_create_headerpaul2006-01-171-0/+2
* [lib/vty] Add 'no terminal monitor' aliaspaul2006-01-171-0/+4
* [lib/md5] md5_loop should take void pointer for more useful caller warnings.paul2006-01-171-0/+6
* [zserv] Extend Zserv header with version information and marker fieldpaul2006-01-161-0/+10