Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/0.99.11-11debian/0.99.11-11 | Stephen Hemminger | 2009-04-07 | 1 | -0/+6 |
| | |||||
* | 0.99.11-10debian/0.99.11-10 | Stephen Hemminger | 2009-04-06 | 1 | -0/+10 |
| | |||||
* | 0.99.11-9debian/0.99.11-9 | Stephen Hemminger | 2009-03-11 | 1 | -0/+6 |
| | |||||
* | Provide debug symbols package | Stephen Hemminger | 2009-03-11 | 3 | -1/+10 |
| | | | | | Make an extra package with debug symbols that can be used if needed for debugging. | ||||
* | 0.99.11-8debian/0.99.11-8 | Stephen Hemminger | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | Strip the code | Stephen Hemminger | 2009-03-09 | 1 | -1/+1 |
| | | | | Okay, to strip only removes debug symbols | ||||
* | fix LSB warning | Stephen Hemminger | 2009-03-09 | 1 | -1/+0 |
| | |||||
* | Merge branch 'jenner' of 192.168.100.1:git/vyatta-quagga into jenner | Stephen Hemminger | 2009-03-09 | 1 | -1/+1 |
|\ | |||||
| * | Only print message on shutdown if daemon is running | Stephen Hemminger | 2009-02-24 | 1 | -1/+1 |
| | | | | | | | | | | Check for pid file, and only print if daemon is running. But always call start-stop anyway as backup | ||||
* | | fix email in changelog | Stephen Hemminger | 2009-03-09 | 1 | -2/+2 |
| | | |||||
* | | 0.99.11-7debian/0.99.11-7 | Stephen Hemminger | 2009-02-24 | 1 | -0/+7 |
|/ | |||||
* | Change to only start zebra and watchquagga | Stephen Hemminger | 2009-02-24 | 1 | -9/+8 |
| | | | | Other daemons started as need by config anyway. | ||||
* | 0.99.11-6debian/0.99.11-6 | Stephen Hemminger | 2009-02-18 | 1 | -0/+6 |
| | |||||
* | Modified version of daemon startup | Stephen Hemminger | 2009-02-18 | 1 | -23/+35 |
| | | | | | Start daemons at init time based on configuration. This is easier than hacking it into the template priorities | ||||
* | 0.99.11-5debian/0.99.11-5 | Stephen Hemminger | 2009-02-12 | 1 | -0/+13 |
| | |||||
* | 0.99.11-4debian/0.99.11-4 | Stephen Hemminger | 2009-02-09 | 1 | -0/+26 |
| | |||||
* | 0.99.11-3debian/0.99.11-3 | Stephen Hemminger | 2009-02-05 | 1 | -0/+6 |
| | |||||
* | Merge branch 'jenner' of 192.168.100.1:git/vyatta-quagga into jenner | Stephen Hemminger | 2009-02-05 | 1 | -2/+14 |
|\ | |||||
| * | stop all daemons on shutdown | Stephen Hemminger | 2009-02-04 | 1 | -2/+14 |
| | | | | | | | | Explicitly shutdown any running routing daemons when zebra is shutdown | ||||
* | | 0.99.11-2debian/0.99.11-2 | Stephen Hemminger | 2009-02-04 | 1 | -0/+7 |
|/ | |||||
* | Don't start daemons till needed | Stephen Hemminger | 2009-02-04 | 1 | -67/+17 |
| | | | | The protocols will be started by protocols template. | ||||
* | 0.99.11-1debian/0.99.11-1 | An-Cheng Huang | 2009-01-07 | 1 | -1/+3 |
| | |||||
* | Change compile and linking to not strip | Stephen Hemminger | 2008-12-19 | 1 | -2/+2 |
| | | | | | | | | | If a routing daemon crashes, the quagga code sets up a signal handler and catches the exception and produces a backtrace. If the code is not stripped then the backtrace can include symbolic information that can be useful for debugging. Save space by not including full debug symbols. | ||||
* | Update version and changelog | Stephen Hemminger | 2008-12-19 | 1 | -0/+30 |
| | |||||
* | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-quagga into jenner | Stephen Hemminger | 2008-12-15 | 2 | -1/+2 |
|\ | |||||
| * | "files" file should be removed before package build | An-Cheng Huang | 2008-12-12 | 1 | -0/+1 |
| | | |||||
| * | update maintainer information | An-Cheng Huang | 2008-12-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-quagga into jenner | Stephen Hemminger | 2008-12-05 | 1 | -0/+54 |
|\| | |||||
| * | Merge branch 'islavista' into jenner | Rick Balocca | 2008-12-03 | 1 | -0/+54 |
| |\ | |||||
| | * | 3.2.0vyatta/3.2.0debian/0.99.10-2 | Mark O'Brien | 2008-11-25 | 1 | -0/+54 |
| | | | |||||
* | | | Use start-stop-daemon to retry | Stephen Hemminger | 2008-12-05 | 1 | -23/+8 |
| | | | | | | | | | | | | | | | Speed up shutdown by using the existing pid file, and having start-stop-daemon do the retry. | ||||
* | | | Turn on block rearranging. | Stephen Hemminger | 2008-12-05 | 1 | -1/+1 |
|/ / | | | | | | | This optimization is by default off with -Os | ||||
* | | Remove unnecessary modprobe | Stephen Hemminger | 2008-11-24 | 1 | -10/+0 |
| | | | | | | | | | | | | Capabilities are always built into the vyatta kernel (don't think they can even be a module anymore). So avoid overhead of unneeeded modprobe on boot. | ||||
* | | add support for development build | An-Cheng Huang | 2008-11-19 | 1 | -1/+5 |
| | | |||||
* | | Merge in latest quagga (0.99.11) | Stephen Hemminger | 2008-10-27 | 1 | -0/+7 |
|/ | | | | Merge in current upstream version of quagga. | ||||
* | Merge branch 'hollywood' into islavista | Rick Balocca | 2008-10-16 | 1 | -0/+14 |
|\ | | | | | | | | | | | | | Conflicts: bgpd/ChangeLog debian/changelog | ||||
| * | 3.1.4vyatta/3.1.4debian/0.99.9-14 | Mark O'Brien | 2008-10-14 | 1 | -0/+14 |
| | | |||||
* | | Building with optimization for size gives better performance | Stephen Hemminger | 2008-09-25 | 1 | -5/+1 |
| | | | | | | | | | | | | The GCC -Os flag gives better performance for most code (except scientific) because the memory footprint is smaller and more likely to fit in cache. | ||||
* | | Merge branch 'hollywood' into islavista | rbalocca | 2008-08-26 | 1 | -0/+17 |
|\| | | | | | | | | | | | Conflicts: debian/changelog | ||||
| * | 3.1.3vyatta/3.1.3debian/0.99.9-13 | Mark O'Brien | 2008-08-19 | 1 | -0/+17 |
| | | |||||
* | | Enable zebra to manage system routes | Stephen Hemminger | 2008-08-15 | 1 | -1/+1 |
| | | |||||
* | | Change package name back to vyatta-quagga | Stephen Hemminger | 2008-08-12 | 1 | -4/+4 |
| | | |||||
* | | Fix package name in changelogdebian/0.99.10-1 | Stephen Hemminger | 2008-08-12 | 1 | -3/+1 |
| | | |||||
* | | Revert "Rename vyatta-quagga package to quagga" | Stephen Hemminger | 2008-08-12 | 13 | -8/+9 |
| | | | | | | | | | | | | | | | | This reverts commit b3d1820e48cfd5571ecbc16ed33977141da1e7ad. Conflicts: debian/changelog | ||||
* | | Revert "Take off some vyattaising of the filenames" | Stephen Hemminger | 2008-08-12 | 1 | -0/+5 |
| | | | | | | | | This reverts commit 8d84f562de3a080bd21503b24dde293821f1a94e. | ||||
* | | Revert "More devyattaing" | Stephen Hemminger | 2008-08-12 | 1 | -12/+14 |
| | | | | | | | | This reverts commit ca0ea2443b0d11a5c922a1f0e84ed26bda2846f5. | ||||
* | | Revert "More leftovers from vyatta- name change" | Stephen Hemminger | 2008-08-12 | 2 | -4/+4 |
| | | | | | | | | This reverts commit 215e7b9080aa89583d1ce458a285e8b3b11e0ddd. | ||||
* | | Revert "Set paths correctly after the vyatta demangling" | Stephen Hemminger | 2008-08-12 | 1 | -2/+0 |
| | | | | | | | | This reverts commit 8839ea209eac30fcc336841ae336cbbaa614a91f. | ||||
* | | Revert "More cleanup from change back from vyatta-quagga to quagga" | Stephen Hemminger | 2008-08-12 | 7 | -20/+20 |
| | | | | | | | | This reverts commit b890cca90fd02cbb71649601a0fb9d4d81346e54. | ||||
* | | More cleanup from change back from vyatta-quagga to quagga | Stephen Hemminger | 2008-08-12 | 7 | -20/+20 |
| | | | | | | | | The install scripts need to be fixed as well |