summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+4
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-4270/+0
* [warnings] Fix various SOS warningsPaul Jakma2008-08-224-2/+7
* [lib] Fix mistake in tcp-md5sig commit which broke compile on BSDPaul Jakma2008-08-221-2/+2
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-225-4/+18
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-225-16/+15
* [lib] Add fletcher checksum implementationJingjing Duan2008-08-222-0/+80
* [vty] Allow delete during password entryRoy2008-08-221-3/+3
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+12
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-215-2/+90
* [lib] trivial: add const qualifier to stream_put/writePaul Jakma2008-06-073-4/+9
* + initial edition of meta-queue for RIB updates processing (bug #431)Denis Ovsienko2008-06-023-17/+9
* [zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunsPaul Jakma2008-05-291-0/+2
* [lib] Fix the struct message LOOKUP function to be more robustPaul Jakma2008-02-293-10/+34
* [lib/linklist] Enforce "nodes must have data" invariant more rigorouslyPaul Jakma2008-02-282-5/+23
* [c++] remove/rename some names in headers that clash with C++ reserved wordsPaul Jakma2008-02-261-1/+1
* [link-detect] Improve BSD support.Andrew J. Schorr2008-01-112-3/+5
* [link-detect] Try to get BSD link-detect to work properly.Andrew J. Schorr2008-01-102-0/+7
* [lib] add mising UL qualifier to numerical constantPaul Jakma2008-01-082-1/+7
* + fixed bug #418 (changing address on an existing interface doesn't cause exi...Denis Ovsienko2007-11-124-11/+41
* [snmp-smux] Fix problems if 'smux peer ...' is issued multiple timesPaul Jakma2007-10-222-2/+17
* + 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-296-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-162-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-282-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