Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * README: Use a proper email address.HEADmaster | Linus Nordberg | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | * start-bgpstore.sh: START-BGPSTORE lives in package bgp-logger | Linus Nordberg | 2009-10-13 | 1 | -1/+1 |
| | | | | nowadays. | ||||
* | Add README, COPYING. | Linus Nordberg | 2009-10-12 | 8 | -0/+459 |
| | | | | Add license header to all source files. | ||||
* | * bgp-logger.org | Linus Nordberg | 2009-10-12 | 1 | -1/+12 |
| | |||||
* | Restructure and add bgpview. | Linus Nordberg | 2009-08-21 | 12 | -132/+196 |
| | | | | | | | | | | There's one package, BGP-LOGGER, defined in src/package.lisp. There are two systems, BGPSTORE and BGPVIEW, defined in bgpstore.asd and bgpview.asd respectively. The package exports START-BGPSTORE, START-BGPVIEW and their STOP- counterparts. | ||||
* | * bgp-logger.org: Run bgpstore as user 'bgpstore'. Add some more | Linus Nordberg | 2009-08-20 | 1 | -8/+71 |
| | | | | descriptions. | ||||
* | * src/util.lisp: Remove some debug printouts, for increasing | Linus Nordberg | 2009-07-27 | 1 | -13/+8 |
| | | | | readability of the code by removing some progn's. | ||||
* | * sample-data/one-update.xml: Add some sample data. | Linus Nordberg | 2009-07-27 | 2 | -0/+2 |
| | |||||
* | * src/util.lisp: Minor docu change. | Linus Nordberg | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | * src/playground.lisp: Add fun for reading from file instead of | Linus Nordberg | 2009-07-27 | 1 | -2/+35 |
| | | | | network socket. Add small pattern matching example (fare-matcher). | ||||
* | * bgp-logger.org: Update disk and RAM usage table. | Linus Nordberg | 2009-07-27 | 1 | -8/+14 |
| | |||||
* | * bgp-logger.org: Add info about IP filtering. | Linus Nordberg | 2009-06-28 | 1 | -5/+10 |
| | |||||
* | * bgp-logger.org: Document some more. | Linus Nordberg | 2009-06-26 | 1 | -18/+38 |
| | |||||
* | * src/bgpstore.lisp (start-bgpstore): Print markers much more seldom. | Linus Nordberg | 2009-06-26 | 1 | -6/+8 |
| | |||||
* | * src/bgpstore.asd: Version 0.1. | Linus Nordberg | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | * src/data.lisp (new-entries): Store nexthop. | Linus Nordberg | 2009-06-26 | 2 | -3/+13 |
| | |||||
* | Snob up the progress presentation. | Linus Nordberg | 2009-06-26 | 1 | -7/+12 |
| | |||||
* | Merge branch 'master' of victoria.tug.nordu.net:repos/bgp-logger | Linus Nordberg | 2009-06-26 | 1 | -5/+6 |
|\ | | | | | | | | | | | | | Conflicts: src/bgpstore.lisp * src/bgpstore.lisp (start-bgpstore): Merge and fix. | ||||
| * | Tell that you start. | Linus Nordberg | 2009-06-26 | 1 | -0/+1 |
| | | |||||
* | | * src/bgpstore.lisp: Display counter. | Linus Nordberg | 2009-06-26 | 3 | -4/+22 |
|/ | | | | * src/util.lisp (iso-date): New function. | ||||
* | * src/start-bgpstore.sh: Parameterize db spec. | Linus Nordberg | 2009-06-26 | 1 | -3/+12 |
| | |||||
* | Fix. | Linus Nordberg | 2009-06-26 | 2 | -2/+2 |
| | |||||
* | Use bgpstore db user. | Linus Nordberg | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | * .gitignore: Update. | Linus Nordberg | 2009-06-26 | 1 | -1/+2 |
| | |||||
* | * src/data.lisp (new-entries): Store AS-PATH. | Linus Nordberg | 2009-06-26 | 2 | -5/+25 |
| | | | | * src/start-bgpstore.sh: Fix bug in start args and add default host and port. | ||||
* | * src/bgpstore.lisp (start-bgpstore): Open database. | Linus Nordberg | 2009-06-26 | 1 | -7/+10 |
| | |||||
* | Store timestamp and precision-time in db. | Linus Nordberg | 2009-06-25 | 3 | -6/+21 |
| | |||||
* | PM. | Linus Nordberg | 2009-06-25 | 2 | -0/+101 |
| | |||||
* | First working version. | Linus Nordberg | 2009-06-25 | 5 | -39/+62 |
| | | | | | | Missing some crucial things: - [ ] store timestamp and precision-time - [ ] store as-path | ||||
* | WIP. | Linus Nordberg | 2009-06-25 | 7 | -58/+149 |
| | |||||
* | * src/data.lisp: New (with a stupid with prefixing column names with ASC- ↵ | Linus Nordberg | 2009-06-24 | 1 | -0/+74 |
| | | | | and OCT-). | ||||
* | Add notes. | Linus Nordberg | 2009-06-24 | 1 | -0/+42 |
| | |||||
* | Working, kind of -- not including the enclosing tags. CXML doesn't like that. | Linus Nordberg | 2009-06-24 | 1 | -0/+59 |