| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | [lib] CID #37, fix error case leak, cmd_complete_command_real | Paul Jakma | 2006-05-12 | 2 | -1/+4 |
| | * | [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall | Paul Jakma | 2006-05-12 | 2 | -0/+12 |
| | * | [lib] command.c exports host global, add it to header. | Paul Jakma | 2006-03-30 | 2 | -1/+4 |
| | * | [lib] Trivial: fix line lengths of a comment in workqueu.c | Paul Jakma | 2006-03-30 | 2 | -2/+4 |
| | * | [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unused | Paul Jakma | 2006-03-30 | 2 | -1/+9 |
| | * | [lib] fix gensub call in memtypes.awk to pass "g", not g. | Paul Jakma | 2006-03-30 | 2 | -3/+7 |
| | * | [lib] status field/flags no longer used in struct workqueue | Paul Jakma | 2006-03-30 | 2 | -3/+5 |
| | * | [bgpd] trivial: use a distinct memtype for struct bgp_synchronize | Paul Jakma | 2006-03-30 | 2 | -1/+6 |
| | * | [lib] fix libtool version argument in Makefile.am | Paul Jakma | 2006-03-30 | 2 | -1/+5 |
| | * | [lib/memory] Add mallinfo support | Paul Jakma | 2006-03-30 | 3 | -1/+136 |
| | * | [lib/privs] Changing user IDs should be done before dropping privileges | Paul Jakma | 2006-03-30 | 2 | -18/+27 |
| | * | [lib] export show_address_cmd debug command in if.h | Paul Jakma | 2006-03-06 | 2 | -0/+6 |
| | * | [lib/sockunion] trivial: use XSTRDUP. | Paul Jakma | 2006-02-21 | 2 | -2/+8 |
* | | | Use XCALLOC | Stephen Hemminger | 2008-08-18 | 6 | -30/+8 |
* | | | Make command nodes static | Stephen Hemminger | 2008-08-11 | 6 | -13/+13 |
* | | | Add compiler directive to mark code paths that log as cold | Stephen Hemminger | 2008-08-08 | 2 | -18/+26 |
* | | | Mark assert() tests as unlikely | Stephen Hemminger | 2008-08-08 | 1 | -3/+11 |
* | | | Add gcc printf format checks | Stephen Hemminger | 2008-08-08 | 1 | -6/+12 |
* | | | Make log message lookup function use const tables | Stephen Hemminger | 2008-08-01 | 3 | -4/+4 |
* | | | Add prototype for sockopt_ipv4_tos | Stephen Hemminger | 2008-08-01 | 1 | -0/+1 |
* | | | Make hash compare functions take const args | Stephen Hemminger | 2008-07-31 | 5 | -16/+15 |
* | | | Merge branch 'upstream' into islavista | Stephen Hemminger | 2008-07-31 | 19 | -86/+110 |
|\| | |
|
| * | | [bgpd] TCP-MD5: password vty configuration and initial Linux support | paul | 2008-07-21 | 5 | -3/+91 |
| * | | [lib] trivial: add const qualifier to stream_put/write | paul | 2008-06-07 | 3 | -4/+9 |
| * | | + initial edition of meta-queue for RIB updates processing (bug #431) | pilot | 2008-06-02 | 3 | -17/+9 |
| * | | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns | paul | 2008-05-29 | 1 | -0/+2 |
| * | | [lib] Fix the struct message LOOKUP function to be more robust | paul | 2008-02-28 | 3 | -12/+36 |
| * | | [lib/linklist] Enforce "nodes must have data" invariant more rigorously | paul | 2008-02-28 | 2 | -5/+23 |
| * | | [c++] remove/rename some names in headers that clash with C++ reserved words | paul | 2008-02-26 | 1 | -1/+1 |
| * | | [link-detect] Improve BSD support. | ajs | 2008-01-11 | 2 | -3/+5 |
| * | | [link-detect] Try to get BSD link-detect to work properly. | ajs | 2008-01-10 | 2 | -0/+7 |
| * | | [lib] add mising UL qualifier to numerical constant | paul | 2008-01-08 | 2 | -1/+7 |
| * | | + fixed bug #418 (changing address on an existing interface doesn't cause exi... | pilot | 2007-11-12 | 4 | -11/+41 |
| * | | [snmp-smux] Fix problems if 'smux peer ...' is issued multiple times | paul | 2007-10-22 | 2 | -2/+17 |
| * | | + pidfiles are now always created with 0644 perms instead if LOGFILE_MASK (0600) | pilot | 2007-10-04 | 2 | -3/+10 |
| * | | [privs/Solaris] Quagga should work in zones with IP instances | paul | 2007-09-18 | 2 | -0/+12 |
| * | | 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 | -2/+10 |
| * | | [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 | -1/+7 |
| * | | [zebra] Routemap support on received routes, with 'set src' command (linux) | paul | 2007-05-02 | 6 | -14/+44 |
| * | | [logging] Minor performance tweak | ajs | 2007-04-29 | 2 | -10/+21 |
| * | | [logging] Add new "log timestamp precision" command for subsecond timestamps | ajs | 2007-04-28 | 6 | -45/+182 |
| * | | [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 |