summaryrefslogtreecommitdiff
path: root/src/util.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Restructure and add bgpview.Linus Nordberg2009-08-211-0/+2
| | | | | | | | | | 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.
* * src/util.lisp: Remove some debug printouts, for increasingLinus Nordberg2009-07-271-13/+8
| | | | readability of the code by removing some progn's.
* * src/util.lisp: Minor docu change.Linus Nordberg2009-07-271-1/+1
|
* * src/bgpstore.lisp: Display counter.Linus Nordberg2009-06-261-0/+10
| | | | * src/util.lisp (iso-date): New function.
* First working version.Linus Nordberg2009-06-251-0/+2
| | | | | | Missing some crucial things: - [ ] store timestamp and precision-time - [ ] store as-path
* WIP.Linus Nordberg2009-06-251-9/+5
|
* Working, kind of -- not including the enclosing tags. CXML doesn't like that.Linus Nordberg2009-06-241-0/+59