index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Release locks on bufferevents while executing callbacks
Joachim Bauch
2010-04-27
*
Document evutil_secure_rng_init() and evutil_secure_rng_add_bytes()
Nick Mathewson
2010-04-23
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
*
Add void* arguments to request_new and reply_new evrpc hooks
Shuo Chen
2010-04-14
*
Expose the request and reply members of rpc_req_generic()
Shuo Chen
2010-04-14
*
Add evbuffer_copyout to copy data from an evbuffer without draining
Nick Mathewson
2010-04-13
*
Functions to track the total bytes sent over a rate limit group.
Nick Mathewson
2010-03-21
*
Functions to manipulate existing rate limiting groups.
Nick Mathewson
2010-03-12
*
Make evdns use the regular logging system by default
Nick Mathewson
2010-03-10
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Remove signal_assign() and signal_new() macros.
Nick Mathewson
2010-03-03
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
*
Expose view of current rate limit as constrained by group limit
Nick Mathewson
2010-02-23
*
Clean up formatting: function/keyword spacing consistency.
Nick Mathewson
2010-02-19
*
Clean up formatting: remove trailing spaces
Nick Mathewson
2010-02-18
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Clean up formatting: Disallow space-before-tab.
Nick Mathewson
2010-02-18
*
Merge branch 'arc4random'
Nick Mathewson
2010-02-17
|
\
|
*
Add an arc4random implementation for use by evdns
Nick Mathewson
2010-02-11
*
|
Use off_t for the length parameter of evbuffer_add_file
Nick Mathewson
2010-02-12
|
/
*
Remove the 'flags' argument from evdns_base_set_option()
Nick Mathewson
2010-02-05
*
Merge remote branch 'niels/http_chunk'
Nick Mathewson
2010-02-04
|
\
|
*
make evhttp_send() safe against terminated connections, too
Niels Provos
2010-02-03
*
|
Merge remote branch 'niels/http_chunk'
Nick Mathewson
2010-02-03
|
\
\
|
|
/
|
*
do not fail while sending on http connections the client closed.
Niels Provos
2010-02-03
*
|
Add the rest of the integer limits, and add a test for them.
Nick Mathewson
2010-02-03
*
|
Functions to view and manipulate rate-limiting buckets.
Nick Mathewson
2010-02-03
*
|
Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types.
Nick Mathewson
2010-02-03
|
/
*
Reduce windows header includes in our own headers.
Nick Mathewson
2010-02-03
*
Fix a dumb typo in ev_intptr_t definitions.
Nick Mathewson
2010-02-03
*
Remove EVUTIL_CHECK_FMT.
Nick Mathewson
2010-02-03
*
Deprecate EVENT_FD and EVENT_SIGNAL.
Nick Mathewson
2010-02-03
*
const-ify a few more functions in event.h
Nick Mathewson
2010-02-02
*
Add ev_[u]intptr_t to include/event2/util.h
Nick Mathewson
2010-01-26
*
Note a missing ratelim function
Nick Mathewson
2010-01-25
*
Add support for a "debug mode" to try to catch common errors.
Nick Mathewson
2010-01-25
*
Remove a needless include of rpc_compat.h
Nick Mathewson
2010-01-23
*
Fix a number of warnings from gcc -pedantic
Nick Mathewson
2010-01-23
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
*
Functions to access more fields of struct event.
Nick Mathewson
2010-01-19
*
do not use a function to assign the evdns base; instead assign it via evhttp_...
Niels Provos
2010-01-14
*
Allow http connections to use evdns for hostname looksups.
Nick Mathewson
2010-01-14
*
Add a comment on evthread_enable_lock_debuging.
Nick Mathewson
2010-01-11
*
evdns_getaddrinfo() now supports the /etc/hosts file.
Nick Mathewson
2010-01-08
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
|
\
|
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
|
*
Expose our cached gettimeofday value with a new interface
Nick Mathewson
2009-12-28
*
|
Make the initial nameserver probe timeout configurable.
Nick Mathewson
2009-12-29
*
|
Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.
Jardel Weyrich
2009-12-29
|
/
*
Fix up behavior of never-defered callbacks a little
Nick Mathewson
2009-12-22
[next]