Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reload lookup tables on HUP | Rainer Gerhards | 2013-07-16 | 1 | -1/+51 |
| | |||||
* | add base plumbing for (later) dynamic table reload | Rainer Gerhards | 2013-07-16 | 1 | -8/+18 |
| | | | | | among others, we change some internal interfaces. So far, we only add the necessary locks. More work in later commits. | ||||
* | milestone: basic lookup() functionality is present | Rainer Gerhards | 2013-07-10 | 1 | -8/+52 |
| | | | | done the naive way, string indzes only | ||||
* | milestone: completed string lookup table load (naive version) | Rainer Gerhards | 2013-07-10 | 1 | -1/+49 |
| | |||||
* | milestone: read in lookup table file & json parse it | Rainer Gerhards | 2013-07-09 | 1 | -0/+77 |
| | |||||
* | milestone: lookup table ready for actual load (but load not yet done) | Rainer Gerhards | 2013-07-09 | 1 | -7/+45 |
| | |||||
* | milestone: add lookup_table stmt to RainerScript | Rainer Gerhards | 2013-07-09 | 1 | -2/+35 |
| | | | | ... but still does nothing execpt calling the handler. | ||||
* | add lookup table sekeleton to build system | Rainer Gerhards | 2013-07-05 | 1 | -0/+75 |