summaryrefslogtreecommitdiff
path: root/test/regress_zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_...Nick Mathewson2009-07-131-1/+1
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-221-2/+2
* Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.Nick Mathewson2009-05-191-18/+37
* Use signal.h, not sys/signal.h.Nick Mathewson2009-04-231-1/+1
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-5/+5
* Refactor the zlib and pthreads tests to appear in the regular tinytest tree s...Nick Mathewson2009-04-071-44/+28
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-48/+85
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* r15551@tombo: nickm | 2008-05-08 14:49:20 -0400Nick Mathewson2008-05-081-6/+6
* r19602@catbus: nickm | 2008-05-05 11:45:18 -0400Nick Mathewson2008-05-051-4/+7
* introduce evbuffer_reserve_space() and evbuffer_commit_space() to make proces...Niels Provos2008-05-031-10/+8
* introduce evbuffer_contiguous_space() and use it in the zlib filter testNiels Provos2008-05-031-6/+8
* fix missing printf format argumentNiels Provos2008-04-301-1/+1
* provide example bufferevent filters doing compression and decompression as ad...Niels Provos2008-04-301-0/+279