summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Adjustments to scheduling of Routing Engine work.Chris Hall2010-05-274-24/+26
* | Reinstate NOTIFICATION logging and turn off Memory TrackerChris Hall2010-05-132-1/+3
* | Trap NULL returns from calloc() in mem_trackerChris Hall2010-04-281-0/+4
* | Fix vty being closed while waiting on '--more--' prompt.Chris Hall2010-04-285-13/+51
* | Don't return "Not Supported" when setting NULL MD5 passwordChris Hall2010-04-281-2/+7
* | Adjusted lib/getopt to eliminate compiler warnings.Chris Hall2010-04-173-1356/+1370
* | Bring up to date with 0.99.16 releaseChris Hall2010-04-173-9/+12
* | Put back some Quagga additions to getopt.c etc.Chris Hall2010-04-173-64/+44
* | Update lib/getopt.c, getopt1.c and getopt.hChris Hall2010-04-173-1410/+1376
* | Further warnings removed for gcc 4.2.1.Chris Hall2010-04-173-11/+34
* | Further reduction of warnings under gcc 4.2.1Chris Hall2010-04-162-15/+14
* | Fixes to compile on FreeBSD 8.0 with gcc 4.2.1Chris Hall2010-04-165-13/+27
* | Removing compiler warnings.Chris Hall2010-04-161-0/+1
* | Compile all daemons, except vtysh, clean but with warnings.Chris Hall2010-04-166-58/+89
* | Fix compiling with --enable-snmpChris Hall2010-04-151-1/+1
* | Support gai_strerror() and tidy bgp_listener code.Chris Hall2010-04-117-54/+283
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-0824-255/+871
* | First beta releaseChris Hall2010-04-0646-7821/+8495
* | Major updateChris Hall2010-03-1650-4656/+17287
* | Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-1613-510/+841
* | Relace localtime with localtime_r to be thread safe.paulo2010-02-052-6/+6
* | Missed a few non safe calls of strerror. Improved comments.paulo2010-02-042-8/+19
* | Thread safe versions of inet_ntoa and strerror.paulo2010-02-0410-27/+180
* | Review and tidy new code and comments.Chris Hall2010-02-042-0/+56
* | Change nexus priorities to more closely resemble the originals.paulo2010-02-024-44/+59
* | Free nexus's queue and thread signal.paulo2010-02-011-2/+4
* | Added count to mqueue structure and implemented resets.Chris Hall2010-02-012-36/+150