summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | Fix for changing of prefix-list entries.Chris Hall2011-05-171-3/+14
| * | Fix assert() in lib/vty_cli so does not go off during "write file"Chris Hall2011-05-121-2/+1
| * | Fix to include all new show commands from 0.99.18.Chris Hall2011-04-051-0/+9
* | | Small improvements to speed of reading of configuration file.Chris Hall2011-03-3114-153/+606
* | | Better mechanism for handling depth_mark in vty->vio.Chris Hall2011-03-307-20/+35
* | | Fix compile on older gcc, and other minor fixes.Chris Hall2011-03-294-20/+31
* | | Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16pChris Hall2011-03-298-26/+71
|\| |
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-2923-85/+312
| * | Correct logging output on 32-bit machines.ex12Chris Hall2011-03-211-59/+58
| * | ex09: Fix "no ip community-list"ex09Chris Hall2010-12-211-2/+7
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-2965-1493/+1568
* | | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-2181-9227/+14689
* | | Second tranche of updates for pipework branch.Chris Hall2011-02-1369-11537/+12109
* | | Initial commit to seed the "pipework" branchex10pChris Hall2011-02-1311-0/+2809
* | | Creation of pipework branchChris Hall2010-12-2167-4757/+15769
|/ /
* | Fix "neighbor xx peer-group" and "show bgp XX::"Chris Hall2010-12-141-66/+67
* | Change prefix-list to allow: len <= ge <= le <= maxex08Chris Hall2010-12-091-17/+21
* | Make routemap sequence numbers 32-bitChris Hall2010-10-293-80/+144
* | Fix neighbor override-capabilityChris Hall2010-08-031-1/+1
* | Introduce "rs-in" route-maproot2010-07-282-11/+16
* | Trap SIGABRT so that get backtrace in the log.root2010-07-225-14/+71
* | Reworking of peer state handling.Chris Hall2010-07-193-25/+44
* | Fixes to vty stuff so that zebra runs.Chris Hall2010-06-164-6/+21