projects
/
libevent
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libevent
2009-12-30
Nick Mathewson
Fix compilation of rate-limiting code on win32.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-30
Nick Mathewson
Fix test-ratelim compilation on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Nick Mathewson
Do not make bufferevent_setfd implicitly disable EV_REA...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Nick Mathewson
Testing code for bufferevent rate-limiting.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Nick Mathewson
Rate-limiting for bufferevents; group and individual...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Nick Mathewson
Expose our cached gettimeofday value with a new interface
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Jardel Weyrich
Improve readability of evutil_unparse_protoname()
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Jardel Weyrich
Fix a bogus free in evutil_new_addrinfo()
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Jardel Weyrich
Fix an fd leak in evconnlistener_new_bind().
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Jardel Weyrich
Make evutil_make_socket_nonblocking() leave any other...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Dagobert Michelsen
Fix compilation of devpoll.c by adding missing thread...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-23
Nick Mathewson
Replace some cases of uint32_t with ev_uint32_t.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-23
Nick Mathewson
Do not ignore bufferevent_enable(EV_READ) before buffer...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-22
Nick Mathewson
Fix up behavior of never-defered callbacks a little
commit
|
commitdiff
|
tree
|
snapshot
2009-12-22
Nick Mathewson
Simplify the read high-watermark checking.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-22
Nick Mathewson
Remove the contents of WIN32-Prj as unmaintained.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-22
Nick Mathewson
Use evutil_socket_t, not int, when logging socket errors.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-21
unknown
Fix a few locking issues on windows.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-19
Nick Mathewson
Set all instances of the version number correctly.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-18
Nick Mathewson
Drop install-sh from our git repo: a mismatched version...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-18
Joachim Bauch
Fix a segfault when freeing SSL bufferevents in an...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
Joachim Bauch
Fix a segfault when writing a very fragmented evbuffer...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-08
Evan Jones
Update sample/signal-test.c to use newer APIs and not...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-08
Joachim Bauch
Only define _GNU_SOURCE if it is not already defined.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-06
Sebastian Hahn
Fix compile on Snow Leopard with gcc warnings enabled
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Nick Mathewson
Fix a snow leopard compile warning in the unit tests.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Nick Mathewson
Refactor our 'suspend operation' logic on bufferevents.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Nick Mathewson
Add the abilitity to mark some buffer callbacks as...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Nick Mathewson
New EVTHREAD_TRY_LOCK function to try to grab a lock.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Nick Mathewson
Merge commit 'niels/dnscrash'
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Yasuoka Masahiko
Fix a crash when reading badly formatted resolve.conf...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
unknown
Update nmake makefile to build evthread.c
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
unknown
Fix regress_iocp.c usage of old lock allocation macros.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Roman Puls
Fix up evthread compilation on windows
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
William Ahern
Valgrind fix: Clear struct kevent before checking for...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Nick Mathewson
Improved optional lock debugging.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Zhuang Yuyao
Fix an evdns lock violation.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Nick Mathewson
Fix a locking bug in event_base_loop()
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Nick Mathewson
Fix two use-after-free bugs in unit tests spoted by...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Nick Mathewson
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Nick Mathewson
Revise the locking API: deprecate the old locking callb...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-22
Nick Mathewson
Fix memory-leak of signal handler array with kqueue.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Nick Mathewson
Parenthesize macro arguments more aggressively
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Nick Mathewson
Add a warning about the use of event_initialized.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Nick Mathewson
Tolerate code that returns from a fatal_cb.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Nick Mathewson
Add stub header for 2.0.4-alpha changelog.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Nick Mathewson
Add more people who wrote patches to the acknowledgments
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Nick Mathewson
Improve the README with more information and links.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Nick Mathewson
Add a .gitignore file.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Niels Provos
call it 2.0.3-alpha
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
Niels Provos
Remove most calls to event_err() in http and deal with...
release-2.0.3-alpha
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
Niels Provos
nick found a race condition in the pthreads test case
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
Niels Provos
On FreeBSD and other OSes, connect can return ECONREFUS...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
Nick Mathewson
Documentation adjustments
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
Nick Mathewson
Fix a spelling error and remove some dead code
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Nick Mathewson
Do the proper hack for the (Open)BSD getaddrinfo quirk.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Nick Mathewson
Make our failing-connection bufferevent test more tolerant.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Nick Mathewson
Add a temporary workaround for an ssl bug found on...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Nick Mathewson
Build correctly with mm replacement turned off.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Nick Mathewson
Fix compilation with threading disabled.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Nick Mathewson
Move responsibility for IOCP callback into bufferevent_...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Nick Mathewson
Clarify even more about various system-specific problem...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Nick Mathewson
Use the common-case code from getaddrinfo_common *alway...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Nick Mathewson
Never pass our weird flags to the system getaddrinfo...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Nick Mathewson
OpenBSD demands that sys/types.h be included before...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Nick Mathewson
Windows *does* have getservbyname, no matter what autoc...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-16
Nick Mathewson
Add two implementations of getaddrinfo: one blocking...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-16
Nick Mathewson
Remove the stupid brokenness where DNS option names...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-16
Nick Mathewson
Fix a declaration of __func__ in rpcgen.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Nick Mathewson
Prefer calloc(a,b) to malloc(a*b). via openbsd.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Nick Mathewson
When running set[ug]id, don't check the environment.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Nick Mathewson
Use arc4random() for dns transaction ids where availabl...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-14
Nick Mathewson
Fix a couple of event_debug calls.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Change event_base.activequeues to "array of eventlist".
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Change an OOM err to a warn in event_tagging.c
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Change an err to a warn in bufferevent_openssl
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Patch from Ryan Phillips: accept ipv6 addresses returne...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Unit tests for got_break and got_exit.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Make persistent timeouts more accurate.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Make sure that common timeouts are inserted in-order.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Add an option to disable the timeval cache.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Nick Mathewson
Implement queued timeouts for case where many timeouts...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Nick Mathewson
We do not work any more without an event-config.h;...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Nick Mathewson
Fix kqueue.c build on GNU/kFreeBSD systems.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Nick Mathewson
Fix a miscalculated realloc() size in win32select.c.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Actually add the new dns-example.c code. :p
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Move the evdns sample code into the sample directory...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Fix some build warnings on MSVC, mostly related to...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Export nmakefiles in source distribution.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Add nmake files to build with MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Build fixes for MSVC
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Rename win32.c to win32select.c, and take it out of...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Fix another ssize_t user
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Remove win32-code/config.h. It was apparently confusing.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Nick Mathewson
Fix a few types to use compatible versions
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Nick Mathewson
Implement size limits on HTTP header length and body...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Nick Mathewson
Commit ConnectEx code to get connect working with async...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Nick Mathewson
Add a missing include for win32.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
Nick Mathewson
Oops; add missing bufferevent_evdns.c file
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
Nick Mathewson
Add a bufferevent function to resolve a name then conne...
commit
|
commitdiff
|
tree
|
snapshot
next