summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Another compiler warning bites the dust.Chris Hall2010-04-171-1/+1
* | Adjusted lib/getopt to eliminate compiler warnings.Chris Hall2010-04-173-1356/+1370
* | Bring up to date with 0.99.16 releaseChris Hall2010-04-1712-24/+38
* | Fixing declarations to eliminate compiler warnings in zebra.Chris Hall2010-04-1725-33/+189
* | Put back some Quagga additions to getopt.c etc.Chris Hall2010-04-174-66/+45
* | 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-167-34/+59
* | Fixes to compile on FreeBSD 8.0 with gcc 4.2.1Chris Hall2010-04-165-13/+27
* | Removing compiler warnings.Chris Hall2010-04-1635-90/+158
* | Compile all daemons, except vtysh, clean but with warnings.Chris Hall2010-04-169-60/+93
* | Fix compiling with --enable-snmpChris Hall2010-04-152-18/+22
* | Added configure-quagga for Euro-IX testingChris Hall2010-04-151-0/+6
* | Support gai_strerror() and tidy bgp_listener code.Chris Hall2010-04-118-203/+479
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-0832-293/+903
* | Fix multiple -l parameter addressesChris Hall2010-04-061-1/+1
* | First beta releaseChris Hall2010-04-0676-8568/+9590
* | Use vty_set_node() to change node type.Chris Hall2010-03-161-1/+1
* | Major updateChris Hall2010-03-1678-5382/+20595
* | Fixed bug in message skipping and added "pthread" to start message.Chris Hall2010-02-173-4779/+4
* | Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-1635-1157/+6281
* | Re-implement xon.paulo2010-02-054-38/+19
* | Fix retry for connect() connections + debug for mqueue.Chris Hall2010-02-056-57/+136
* | peer_flag_modify_action must enable the peer if not SHUTDOWN.paulo2010-02-052-2/+2
* | Relace localtime with localtime_r to be thread safe.paulo2010-02-053-13/+13
* | Fixed shutdown. Centralized the testing of whether the session can bepaulo2010-02-053-16/+26
* | Recover lost bgp_peer.c Changed bgp_terminate to setpaulo2010-02-042-35/+24
* | Missed a few non safe calls of strerror. Improved comments.paulo2010-02-045-14/+25
* | Corrected assert() in bgp_connection_free().Chris Hall2010-02-041-2/+5
* | Thread safe versions of inet_ntoa and strerror.paulo2010-02-0419-71/+224
* | Review and tidy new code and comments.Chris Hall2010-02-0415-392/+421
* | Tidying up the new FSM and exception handling.Chris Hall2010-02-048-652/+415
* | Added test for sEstablished before processing incoming updates.Chris Hall2010-02-032-4/+54
* | Restore skips around zeroizing route counts in bgp_peer_stoppaulo2010-02-031-0/+4
* | When prefix overflow timer expires it mustn't re-enable the peer if wepaulo2010-02-031-0/+4
* | Handling of peering states: Don't disable peer until sessionpaulo2010-02-035-70/+42
* | Use notify routine, not disable. Only chnage to clearing state ifpaulo2010-02-022-3/+4
* | Change nexus priorities to more closely resemble the originals.paulo2010-02-026-51/+66
* | Free nexus's queue and thread signal.paulo2010-02-011-2/+4
* | Added count to mqueue structure and implemented resets.Chris Hall2010-02-013-40/+151
* | Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-017-16/+15
* | In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-017-75/+88
* | Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-016-203/+262
* | Simplified handling of connection pending queue.Chris Hall2010-02-016-93/+91
* | Testing and fixing round.Chris Hall2010-01-319-31/+78
* | Allow totally empty config file (even though it's useless).paulo2010-01-291-1/+15
* | Enable zebra clientpaulo2010-01-291-4/+0