Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Add support of shared memory chunks to memory pool allocator. Also add ↵ | Vsevolod Stakhov | 2008-10-16 | 1 | -3/+25 | |
| | | | | | | locking support (spin mutexes) * Add simple test case for shared memory allocation | |||||
* | * Implement expression parser (convertor to inverse polish record) | cebka@cebka-laptop | 2008-10-13 | 6 | -7/+71 | |
| | | | | | | * Improve configure system by implementing dependencies * Add .depend files for subdirs that requre it * Write simple test for expressions parser | |||||
* | * Write protocol output functions | cebka@cebka-laptop | 2008-10-10 | 1 | -0/+4 | |
| | | | | * Fix test suite build under linux | |||||
* | * Remove unused debug messages from url library | cebka@mailsupport.rambler.ru | 2008-09-24 | 1 | -2/+0 | |
| | ||||||
* | * Small updates to memory pool library | cebka@mailsupport.rambler.ru | 2008-09-23 | 2 | -4/+8 | |
| | | | | | | | | | - 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) | |||||
* | * Optimize memory pools allocator | cebka@mailsupport.rambler.ru | 2008-09-22 | 4 | -3/+34 | |
| | | | | * Add test case for memory pools | |||||
* | * Write test case for async memcached library | cebka@mailsupport.rambler.ru | 2008-09-16 | 4 | -4/+91 | |
| | | | | * Fix memcached async library to pass test :) | |||||
* | * Fix include dependencies | cebka@mailsupport.rambler.ru | 2008-09-16 | 1 | -1/+1 | |
| | ||||||
* | * Add utility for extracting urls from message | Vsevolod Stakhov | 2008-09-10 | 1 | -0/+3 | |
| | | | | * Rework build system | |||||
* | * Fix url parser (get regexp from our mail system) | Vsevolod Stakhov | 2008-09-09 | 2 | -14/+62 | |
| | | | | * Add some more tests to url testcase | |||||
* | * Fix url length while passing them to normalizer | Vsevolod Stakhov | 2008-09-08 | 1 | -2/+2 | |
| | | | | TODO: fix html parsing regexp (now it doesn't work) | |||||
* | * Use glib logger and regexp matching functions | Vsevolod Stakhov | 2008-09-08 | 1 | -2/+4 | |
| | ||||||
* | * Add initial test suite using glib test suite | Vsevolod Stakhov | 2008-09-08 | 4 | -0/+127 | |