Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Implement expression parser (convertor to inverse polish record) | cebka@cebka-laptop | 2008-10-13 | 1 | -2/+2 |
| | | | | | | * Improve configure system by implementing dependencies * Add .depend files for subdirs that requre it * Write simple test for expressions parser | ||||
* | * Small updates to memory pool library | cebka@mailsupport.rambler.ru | 2008-09-23 | 1 | -1/+1 |
| | | | | | | | | | - fix cases when new chunk is allocated - add memory pool allocator statistics - let it work in multi-threaded environment - add strdup function for convinience * Use memory pool allocator more widely to avoid memory leaks in future and optimize performance * Task pool chunk size is now pre-defined constant (16 Kb currently) | ||||
* | * Add utility for extracting urls from message | Vsevolod Stakhov | 2008-09-10 | 1 | -0/+12 |
* Rework build system |