summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revise the event/evbuffer/bufferevent doxygen for clarity and accuracyNick Mathewson2011-07-0527-605/+1114
* Merge remote-tracking branch 'github/20_global_locks_init' into patches-2.0Nick Mathewson2011-07-046-15/+149
|\
| * Complain if the caller tries to change threading cbs after setting themNick Mathewson2011-04-221-1/+30
| * Avoid race-condition when initializing global locksNick Mathewson2011-04-226-14/+119
* | Speed up invoke_callbacks on evbuffers when there are no callbacksMark Ellzey2011-07-041-0/+5
* | Fix bug in SSL bufferevents backed by a bev with a write high-watermarksJoachim Bauch2011-07-041-2/+2
* | Fix a few warnings on OpenBSDNicholas Marriott2011-07-023-7/+5
* | Fix AIX build issue with TAILQ_FOREACH definitionNick Mathewson2011-06-221-0/+2
* | Don't install event_rpcgen.py when --disable-libevent-install is usedHarlan Stenn2011-06-211-0/+3
* | Merge branch '20_kqueue_badf' into patches-2.0Nick Mathewson2011-06-161-19/+46
|\ \
| * | Report kqueue ebadf, epipe, and eperm as EV_READ eventsNick Mathewson2011-06-081-19/+46
* | | Don't break when building tests from git without python installedNick Mathewson2011-06-143-1/+21
* | | Simplify windows commandname logic in tinytestNick Mathewson2011-06-111-19/+8
* | | Fix tinytest invocation from windows shellEd Day2011-06-111-2/+18
* | | Check if the `evhttp_new_object' function in `http.c' returns NULL.Mansour Moufid2011-06-081-2/+8
|/ /
* | Replace an assertion for event_base_free(NULL) with a check-and-warnNick Mathewson2011-06-081-2/+8
* | Add some missing checks for mm_calloc failuresNick Mathewson2011-06-082-3/+8
* | Fix incorrect results from evbuffer_search_eol(EOL_LF)Nick Mathewson2011-06-062-2/+54
* | Bump version to 2.0.12-stable-devNick Mathewson2011-06-043-4/+8
* | Merge branch 'patches-2.0' of ssh://levent.git.sourceforge.net/gitroot/levent...Nick Mathewson2011-06-041-1/+1
|\ \
| * | tweak date on changelogNick Mathewson2011-06-041-1/+1
* | | Merge branch 'patches-2.0' of ssh://levent.git.sourceforge.net/gitroot/levent...Nick Mathewson2011-06-046-6/+49
|\ \ \ | |/ /
| * | Changelog and new credits for 2.0.12-stablerelease-2.0.12-stableNick Mathewson2011-06-032-0/+41
| * | Bump version to 2.0.12-stable. Not release just yetNick Mathewson2011-06-033-6/+7
| * | Fix regress_ssl.c build on openbsdNick Mathewson2011-06-031-0/+1
* | | Avoid a segfault when all methods are disabled or brokenNick Mathewson2011-06-011-0/+1
|/ /
* | cygwin: make it possible to build DLLsNick Mathewson2011-06-012-1/+17
* | Merge branch '20_select_nfds' into patches-2.0Nick Mathewson2011-05-301-3/+3
|\ \
| * | Fix a fencepost bug in the select backendNick Mathewson2011-05-301-3/+3
* | | Make the new http_connect_fail_test use a multicast addr, not broadcastNick Mathewson2011-05-271-3/+3
* | | InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403.Peter Rosin2011-05-273-0/+12
* | | Fix a couple of signed/unsigned warnings in http.cNick Mathewson2011-05-271-2/+2
* | | Disable main/many_events_slow_add with evport backendNick Mathewson2011-05-271-0/+5
|/ /
* | Fix compilation.Nick Mathewson2011-05-261-3/+1
* | Merge branch 'intcmp_overflow_fixes' into patches-2.0Nick Mathewson2011-05-261-10/+46
|\ \
| * | updated EV_S(s)IZE definitionsMark Ellzey2011-05-261-7/+7
| * | Added overflow checks in evhttp_read_body and evhttp_get_bodyMark Ellzey2011-05-261-7/+16
| * | Added several checks for under/overflow conditions in evhttp_handle_chunked_readMark Ellzey2011-05-261-3/+30
|/ /
* | Always use evutil_snprintf, even if OS provides itSebastian Hahn2011-05-261-0/+3
* | Use evutil_gettimeofday instead of relying on the system gettimeofday.Peter Rosin2011-05-253-8/+8
* | Fix winsock2.h #include issues with MSVCPeter Rosin2011-05-252-0/+2
* | Make sure TINYTEST_LOCAL is defined when building tinytest.cPeter Rosin2011-05-251-2/+1
* | unistd.h and sys/time.h might not exist.Peter Rosin2011-05-252-0/+8
* | MSVC does not provide S_ISDIR, so provide it manually.Peter Rosin2011-05-251-0/+3
* | Bring in the compile script from automake, if needed.Peter Rosin2011-05-251-0/+1
* | Make the tests build when OpenSSL is not available.Peter Rosin2011-05-251-2/+1
* | Link with -lshell32 and -ladvapi32 on Win32.Peter Rosin2011-05-251-1/+1
* | Fix new warnings from GCC 4.6Nick Mathewson2011-05-253-2/+4
* | Prevent size_t overflow in evhttp_htmlescape.Mansour Moufid2011-05-231-19/+33
* | Fix a bug that prevented us from configuring IPv6 nameservers.Nick Mathewson2011-05-231-1/+1