summaryrefslogtreecommitdiff
path: root/test/regress_zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix signedness differ for iov_base (solaris)Azat Khuzhin2016-12-061-4/+4
* Heap-allocate zlib data structure in regress_zlib testsNick Mathewson2014-03-121-7/+10
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-1/+2
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-1/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
|/
* Fix a compile warning with zlib 1.2.4 and 1.2.5Sebastian Hahn2011-05-061-1/+22
* Add a forgotten return value check in the unit testsSebastian Hahn2011-04-231-0/+1
* Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-3/+3
* Fix -Wsigned-compare warnings in test/*Nick Mathewson2010-10-141-1/+1
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-0/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-2/+2
* Fix some memory leaks in the unit testsNick Mathewson2010-03-131-3/+3
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-14/+14
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* 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