summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bex19bChris Hall2011-09-0612-777/+904
|\
| * Further improvements to "pipework".ex19pChris Hall2011-09-0612-777/+904
* | Update the scaled number output and memory show commands.Chris Hall2011-09-068-1052/+609
* | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-055-69/+101
|\|
| * Improve scheduling of background tasks in qnexus.Chris Hall2011-09-051-55/+76
| * Work around issues with IPV6_MINHOPCOUNT -- -DNO_LINUX_IN6_HChris Hall2011-09-051-5/+15
| * Fix absolute paths in bgp dump configuration commands.Chris Hall2011-09-051-8/+8
* | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-0526-210/+1049
|\|
| * Fix display of times for "show nexus xxx"Chris Hall2011-09-021-20/+22
| * Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-027-19/+19
| * Merging of euro_ix branch into pipework.Chris Hall2011-09-0217-188/+1025
| * Fix qassert()Chris Hall2011-09-011-1/+1
| * Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkChris Hall2011-08-261-2/+2
| |\
| | * Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT (II)Chris Hall2011-08-261-1/+1
| | * Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT.Chris Hall2011-08-261-2/+4
| * | Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT.Chris Hall2011-08-261-2/+4
* | | Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT.Chris Hall2011-08-261-2/+4
* | | Updated the "symbol table" and added AVL treeChris Hall2011-08-2610-974/+3193
|/ /
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-1212-645/+1349
|\|
| * Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-1211-634/+1291
| |\
| | * lib: Add support for IPv6 ttl securityStephen Hemminger2011-03-241-11/+19
| | * bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-241-8/+8
| | * bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-232-0/+23
| | * lib: fix more format warnings (#637)Christian Hammers2011-03-232-2/+2
| | * lib: add TCP_CORK wrapperStephen Hemminger2011-03-212-0/+11
| | * lib: zlog should clean up its memoryTom Goff2011-03-211-0/+3
| | * lib: Add a function to delete all interfacesTom Goff2011-03-212-0/+19
| | * lib: Better hashing of string values using Bernstein hashStephen Hemminger2011-03-214-16/+19
| | * bgpd: fix bgp_node locking issuesChris Caputo2011-03-211-0/+1
| | * lib: Fix accounting of memoryChris Hall2011-03-211-2/+8
| | * lib: Fix bug in prefix trie lookupPaul Jakma2010-12-081-6/+8
| | * lib: prefix.c nano-optimisationPaul Jakma2010-12-081-4/+5
| | * lib: Make workqueue more conservative about ramping upPaul Jakma2010-12-081-8/+9
| | * lib: Add a command to clear the thread CPU history dataPaul Jakma2010-12-083-0/+86
| | * lib: Thread scheduler should be fair and not let events starve I/O and timersPaul Jakma2010-12-081-16/+41
| | * lib: thread history funcname shouldn't be constant, it's freedPaul Jakma2010-12-082-2/+2
| | * zclient: fix router-id calculation for IPv6 (#595)Dmitry Tejblum2010-10-181-3/+3
| | * bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert2010-10-062-4/+4
| | * lib/vty.c: add missing format string when printing out motd messageNico Golde2010-09-171-1/+1
| | * Document rules for zalloc and friends.Greg Troxel2010-09-171-5/+27
| | * lib: undo the last PIE commitStephen Hemminger2010-01-271-3/+0
| | * lib: fix PIE build flagsMathias Krause2010-01-201-0/+3
| | * lib: fix memory loggingDavid Ward2010-01-131-3/+5
| | * lib: make some structures constantStephen Hemminger2009-12-212-6/+6
| * | Fix SEGV when closing legacy threaded VTYex20bChris Hall2011-08-021-1/+1
* | | Disable the "~" VTY Terminal prompt.Chris Hall2011-07-212-2/+12
* | | Added features to configure.Chris Hall2011-07-211-629/+0
* | | Update pipework and improve memory reporting.Chris Hall2011-07-2159-4229/+9770
* | | Merge branch 'master' of /git/quagga.euro-ix into pipeworkChris Hall2011-05-243-37/+96
|\| |
| * | Improve writing of pid lock file and error reporting.Chris Hall2011-05-181-34/+58