summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-06-29Rewrote evtp: + _maxthreads(), - _die(), no more killing idle threadsYorhel1-5/+7
2013-06-04ylog: Add <default_level> pattern as alias for a wildcard matchYorhel1-0/+7
2013-06-04ylog: Add tests for some internal functions + fix config parsing bugYorhel2-1/+102
2013-05-26yuri: Set missing fields to empty string instead of NULLYorhel1-24/+23
2013-05-26yuri: Rewrite query string parser to be smaller and more flexibleYorhel1-33/+20
2013-05-24yuri: Partial rewrite; -IP validation; +path/query/fragment parsingYorhel2-191/+291
2013-05-09sqlasync: Add sqlasync_custom() operationYorhel1-8/+26
2013-05-09sqlasync: Add sqlasync_queue_buffersize()Yorhel1-1/+2
2013-04-07sqlasync: Use separate queue for passing open result and async errorsYorhel1-6/+10
2013-04-06Added sqlasyncYorhel2-2/+308
2013-02-19evtp: Added convenience function to alloc+submit workYorhel2-18/+9
2013-02-19evtp: Don't hold a reference on the ev loop when nothing is queuedYorhel1-5/+0
2013-02-19evtp: Benchmark bug fix + added benchmark with some actual loadYorhel2-14/+33
2013-02-19Added evtpYorhel2-3/+118
2013-01-15ecbuf: Some more test cases for specific situationsYorhel1-1/+34
2013-01-14ecbuf: Add unpush() tests + remove unused codeYorhel1-65/+22
2013-01-13ecbuf: Added simple benchmark and comparison with a naive linked listYorhel2-1/+105
2012-12-04ecbuf: Remove _pry() macroYorhel1-3/+2
2012-11-13ecbuf: Replace insert index variable with buffer lengthYorhel1-1/+1
2012-11-10Added test suite for ecbufYorhel2-3/+188
2012-11-08Added test suite for yuri.cYorhel2-0/+253