| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the scaled number output and memory show commands. | Chris Hall | 2011-09-06 | 2 | -1/+1149 |
* | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_b | Chris Hall | 2011-09-05 | 1 | -0/+2 |
|\ |
|
| * | Changed gcc options to -std=c99 and -O2, and tighted warnings. | Chris Hall | 2011-09-02 | 1 | -0/+2 |
* | | Updated the "symbol table" and added AVL tree | Chris Hall | 2011-08-26 | 4 | -46/+1240 |
|/ |
|
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18p | Chris Hall | 2011-08-12 | 2 | -25/+308 |
|\ |
|
| * | Merge with main Quagga source as of 29-Jul-2011.ex17 | Chris Hall | 2011-08-12 | 2 | -25/+308 |
| |\ |
|
| | * | bgpd: Implement revised error handling for partial optional/trans. attributes | Paul Jakma | 2011-03-21 | 1 | -6/+15 |
| | * | tests: Extend aspath_test.c with cases for invalid segments & attributes | Paul Jakma | 2011-03-21 | 1 | -10/+281 |
| | * | bgpd: fix handling of AS path data | Chris Hall | 2010-08-09 | 1 | -1/+1 |
* | | | Disable the "~" VTY Terminal prompt. | Chris Hall | 2011-07-21 | 1 | -64/+239 |
* | | | Update pipework and improve memory reporting. | Chris Hall | 2011-07-21 | 3 | -240/+560 |
* | | | Merge branch 'master' of /git/quagga.euro-ix into pipework | Chris Hall | 2011-05-24 | 1 | -62/+234 |
|\| | |
|
| * | | Fix for changing of prefix-list entries. | Chris Hall | 2011-05-17 | 1 | -62/+234 |
* | | | Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16p | Chris Hall | 2011-03-29 | 1 | -2/+2 |
|\| | |
|
| * | | Bring "ex" version up to date with 0.99.18ex14 | Chris Hall | 2011-03-29 | 1 | -2/+2 |
* | | | Second tranche of updates for pipework branch. | Chris Hall | 2011-02-13 | 2 | -14/+15 |
* | | | Creation of pipework branch | Chris Hall | 2010-12-21 | 3 | -57/+58 |
|/ / |
|
* | | bgpd: fix handling of AS path data | Chris Hall | 2010-08-30 | 1 | -89/+89 |
* | | Reworking of peer state handling. | Chris Hall | 2010-07-19 | 1 | -1/+1 |
* | | Removing compiler warnings. | Chris Hall | 2010-04-16 | 1 | -2/+4 |
* | | First beta release | Chris Hall | 2010-04-06 | 1 | -6/+2 |
* | | Major update | Chris Hall | 2010-03-16 | 2 | -2/+2117 |
* | | Revised thread/timer handling, work queue and scheduling. | Chris Hall | 2010-02-16 | 1 | -9/+9 |
* | | Changed zclient to use qfiles etc when we have a nexus. For BGP client | paulo | 2010-01-28 | 1 | -5/+5 |
* | | Fixed program shutdown. Added peering engine side of TTL changing. | paulo | 2010-01-27 | 1 | -1/+1 |
* | | Getting BGP Engine to start and removing warnings. | Chris Hall | 2010-01-24 | 9 | -257/+277 |
* | | Make logging (lib.c) and privileges (privs.c) pthread safe | paulo | 2009-11-30 | 1 | -6/+22 |
* | | Test programs. | paulo | 2009-11-25 | 3 | -2/+1559 |
|/ |
|
* | all: check return value from daemon() call | Stephen Hemminger | 2009-08-13 | 1 | -2/+5 |
* | Add test for Internet checksum. | Joakim Tjernlund | 2009-06-25 | 1 | -6/+74 |
* | [lib] Switch Fletcher checksum back to old ospfd version | Paul Jakma | 2008-11-16 | 2 | -1/+502 |
* | [administrivia] Git should ignore backup files and .loT files | Paul Jakma | 2008-08-22 | 1 | -0/+3 |
* | [trivia] Remove ChangeLog files, as this data is now maintained in SCM | Paul Jakma | 2008-08-22 | 1 | -160/+0 |
* | [build] Test for GNU-style PIE support in toolchain and enable | Paul P Komkoff Jr | 2008-08-22 | 1 | -0/+3 |
* | [administrivia] Add .gitignore files, based on .cvsignores. | Paul Jakma | 2008-08-22 | 1 | -0/+16 |
* | [tests] BGP MP_(UN)REACH_NLRI unit tests (actual file..) | Paul Jakma | 2008-06-07 | 1 | -0/+535 |
* | [tests] BGP MP_(UN)REACH_NLRI unit tests | Paul Jakma | 2008-06-07 | 2 | -1/+9 |
* | [tests:bgp] Further tests for 0 sized as_path segments | Paul Jakma | 2008-02-23 | 2 | -0/+22 |
* | [bgpd] Fix number of DoS security issues, restricted to configured peers. | Paul Jakma | 2007-12-22 | 2 | -0/+34 |
* | [tests] Forgot to commit ecommunity_tests.c | Paul Jakma | 2007-10-18 | 1 | -0/+141 |
* | [bgpd] Merge AS4 support | Paul Jakma | 2007-10-14 | 4 | -63/+379 |
* | [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes | Paul Jakma | 2007-09-18 | 2 | -16/+100 |
* | [tests] Add bgp_capability_test.c, should have been part of earlier commit | Paul Jakma | 2007-08-08 | 1 | -0/+457 |
* | [bgpd] cleanup, compact and consolidate capability parsing code | Paul Jakma | 2007-08-06 | 2 | -1/+8 |
* | [tests] update heavywq for workqueue api changes | Paul Jakma | 2006-08-27 | 2 | -3/+9 |
* | [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. | Paul Jakma | 2006-08-06 | 2 | -3/+9 |
* | [tests] Fix stray character in previous commit | Paul Jakma | 2006-05-28 | 1 | -2/+1 |
* | [tests] test-sig.c: configure logging | Paul Jakma | 2006-05-28 | 2 | -1/+14 |
* | [tests] fix heavy-wq, add redundant AS_SET test and statics to aspath_test | Paul Jakma | 2006-03-30 | 3 | -5/+26 |
* | [cvs] update cvsignore file. | paul | 2006-01-19 | 1 | -0/+6 |