summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-4/+4
* | Simplified handling of connection pending queue.Chris Hall2010-02-012-1/+17
* | Testing and fixing round.Chris Hall2010-01-312-17/+21
* | Changed zclient to use qfiles etc when we have a nexus. For BGP clientpaulo2010-01-283-29/+244
* | Binding to interfaces and counting of messages.Chris Hall2010-01-273-4/+41
* | Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-272-0/+26
* | Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress.Chris Hall2010-01-271-0/+5
* | Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-251-0/+11
* | Getting BGP Engine to start and removing warnings.Chris Hall2010-01-2410-138/+146
* | Blitz on bgp_msg_read, particularly OPEN message handlingChris Hall2010-01-235-46/+103
* | Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-223-9/+17
* | Fixes to get 3 threads working. Fixes to get threaded command working.paulo2010-01-217-16/+27
* | Tidy up handling of fd_last in qpselect.Chris Hall2010-01-212-14/+28
* | Fix debuggery in qtimers. Check NULL notify pointer in bgp_vtypaulo2010-01-201-1/+2
* | Fix sockunion_connect() error handling.Chris Hall2010-01-201-1/+1
* | Fixing heap_push.Chris Hall2010-01-201-3/+3
* | Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-204-4/+103
* | Fix bug in bgp_connection not clearing pointers after free. Plantedpaulo2010-01-202-5/+17
* | Use sigprocmask when non-threaded. Fixed assert.paulo2010-01-191-1/+8
* | Merged with GMCH changespaulo2010-01-181-16/+13
* | Nexus to handle old threads and process the bgp local events. Dealspaulo2010-01-184-16/+86
* | Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-184-99/+73
* | Further work-in-progress.Chris Hall2010-01-172-0/+67