aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* * Add support of shared memory chunks to memory pool allocator. Also add ↵Vsevolod Stakhov2008-10-161-3/+25
| | | | | | locking support (spin mutexes) * Add simple test case for shared memory allocation
* * Implement expression parser (convertor to inverse polish record)cebka@cebka-laptop2008-10-136-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 functionscebka@cebka-laptop2008-10-101-0/+4
| | | | * Fix test suite build under linux
* * Remove unused debug messages from url librarycebka@mailsupport.rambler.ru2008-09-241-2/+0
|
* * Small updates to memory pool librarycebka@mailsupport.rambler.ru2008-09-232-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 allocatorcebka@mailsupport.rambler.ru2008-09-224-3/+34
| | | | * Add test case for memory pools
* * Write test case for async memcached librarycebka@mailsupport.rambler.ru2008-09-164-4/+91
| | | | * Fix memcached async library to pass test :)
* * Fix include dependenciescebka@mailsupport.rambler.ru2008-09-161-1/+1
|
* * Add utility for extracting urls from messageVsevolod Stakhov2008-09-101-0/+3
| | | | * Rework build system
* * Fix url parser (get regexp from our mail system)Vsevolod Stakhov2008-09-092-14/+62
| | | | * Add some more tests to url testcase
* * Fix url length while passing them to normalizerVsevolod Stakhov2008-09-081-2/+2
| | | | TODO: fix html parsing regexp (now it doesn't work)
* * Use glib logger and regexp matching functionsVsevolod Stakhov2008-09-081-2/+4
|
* * Add initial test suite using glib test suiteVsevolod Stakhov2008-09-084-0/+127