summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * + pidfiles are now always created with 0644 perms instead if LOGFILE_MASK (0600)Denis Ovsienko2007-10-042-3/+10
| | * [privs/Solaris] Quagga should work in zones with IP instancesPaul Jakma2007-09-182-0/+12
| | * Bug #362 is fixed now.Denis Ovsienko2007-08-213-0/+36
| | * Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko2007-08-132-0/+6
| | * [ospfd] Fix bad SPF calculation on some topologies - incorrect sortingPaul Jakma2007-08-063-1/+6
| | * [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-062-1/+9
| | * [lib] Add comments regarding setsockopt_multicast_ipv4 arguments.Andrew J. Schorr2007-07-063-4/+13
| | * [linux] Fix strange compilation problem by explicitly including <linux/types.h>Andrew J. Schorr2007-06-012-0/+9
| | * [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLENPaul Jakma2007-05-102-4/+4
| | * [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-106-21/+21
| | * [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-042-1/+7
| | * [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-026-13/+43
| | * [logging] Minor performance tweakAndrew J. Schorr2007-04-292-9/+20
| | * [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-286-43/+180
| | * [64-bit] Fix 4 problems with printf formats and 64-bit size_tAndrew J. Schorr2007-04-272-1/+5
| | * [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixesPaul Jakma2007-04-102-0/+5
| | * [lib] Make message lookup function more robust.Andrew J. Schorr2007-03-202-8/+30
| | * [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-125-50/+66
| | * [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commandsPaul Jakma2006-10-152-2/+56
| | * [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)Andrew J. Schorr2006-09-262-7/+17
| | * [lib] Bug #134: threads should be more robust against backward time jumpsPaul Jakma2006-08-273-24/+210
| | * [lib] remove autogenerated file, update .cvsignorePaul Jakma2006-07-272-203/+2
| | * [lib] Optimise thread_call by caching pointer to thread history in the threadPaul Jakma2006-07-253-14/+35
| | * [lib] Do not call vty_close in vty_log_out to avoid possible free memory accessAndrew J. Schorr2006-07-112-2/+15
| | * [lib] Fix infinite recursion for errors on vtys with terminal monitor enabledAndrew J. Schorr2006-07-102-0/+13
| | * [debug] Debug messages to terminal vty sessions should include timestampsAndrew J. Schorr2006-07-032-3/+14
| | * [lib] Fix merge error in ChangeLogPaul Jakma2006-06-301-5/+5
| | * [lib] Fix typo in cpp conditional for malloc.h includePaul Jakma2006-06-302-1/+6
| | * [lib] Remove bare routes in route_types: fix mistake in commmitPaul Jakma2006-06-271-3/+1
| | * [lib] Remove numeric route-type argument in redistribute arg stringsPaul Jakma2006-06-272-6/+13
| | * [lib] Centralise Zserv route type information, auto-generate redist stringsPaul Jakma2006-06-275-4/+279
| | * [zebra] remove internal if_flag_dump, use libzebras version.Paul Jakma2006-06-152-1/+4
| | * [lib] list_delete shouldn't duplicate list_delete_all_nodePaul Jakma2006-06-152-10/+3
| | * [lib] Experimental: have XFREE NULL out the freed pointerPaul Jakma2006-06-152-1/+6
| | * [lib] Fix vector leak in error path in command.c, CID #38Paul Jakma2006-06-152-1/+7
| | * [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafePaul Jakma2006-05-282-8/+23
| | * [lib] vty_log shouldn't crash if called when vty isn't initiliasedPaul Jakma2006-05-282-0/+9
| | * [lib] malloc.h is deprecated, try not to include it anymorePaul Jakma2006-05-282-0/+5
| | * [lib] include inttypes.h rather than stdint.h, provide defines where missingPaul Jakma2006-05-282-6/+29
| | * [interface configuration] Try to avoid losing address info after shutdown.Andrew J. Schorr2006-05-212-0/+11
| | * [lib] Add string mapping table for Zserv commandsPaul Jakma2006-05-153-22/+81
| | * [lib] CID #39, Fix the vty completion leak-fix to only free when desiredPaul Jakma2006-05-152-1/+8
| | * [lib] CID #55, fix return of freed pointer, cmd_describe_command_realPaul Jakma2006-05-122-3/+5
| | * [lib] CID #39, fix leak in error path, vty_describe_commandPaul Jakma2006-05-122-8/+5
| | * [lib] CID #37, fix error case leak, cmd_complete_command_realPaul Jakma2006-05-122-1/+4
| | * [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstallPaul Jakma2006-05-122-0/+12
| | * [lib] command.c exports host global, add it to header.Paul Jakma2006-03-302-1/+4
| | * [lib] Trivial: fix line lengths of a comment in workqueu.cPaul Jakma2006-03-302-2/+4
| | * [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unusedPaul Jakma2006-03-302-1/+9
| | * [lib] fix gensub call in memtypes.awk to pass "g", not g.Paul Jakma2006-03-302-3/+7