[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r34] by mukau

+ updated version info in docs

2012-09-28 06:43:05 Tree
[r33] by mukau

+ removed wait-sensitivity from ddc_daemon main thread
- max wait time is configuration and machine-dependent
- farm this out to the startup-script which can also easily check for live pid

2012-07-16 11:50:50 Tree
[r32] by mukau

+ v2.0.2: better handling of startup errors
- ddc_daemon now uses an additional sentinel file (aka 'wait-file') to determine when and if the (forked) server process has started up
- ugly hack with hard-coded time limit; alternative would be socketpair() or the like

2012-07-16 11:43:13 Tree
[r31] by mukau

+ querydoc cleanup

2012-02-23 12:44:34 Tree
[r30] by mukau

+ updated querydoc for negated regexes

2012-02-23 12:35:58 Tree
[r29] by mukau

+ allow negated regex queries as !/.../; where "!/" works as an operator

2012-02-22 15:18:19 Tree
[r28] by mukau

+ fixed /g regex modifier (match whole word)

2012-02-22 14:41:36 Tree
[r27] by mukau

+ throw exception if unable to bind() sockets: avoid zombie pile-ups

2012-02-21 10:11:43 Tree
[r26] by mukau

+ typo fix

2012-01-17 15:03:36 Tree
[r25] by mukau

v0.07: got DDC::Query::Parser up and running again
- this is a real PITA to maintain parallel to the 'real' DDC query parser in C++
- eventually, there should be an XS perl module which just calls the real parser

2012-01-17 15:02:54 Tree
Older >