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
/
evutil.c
Commit message (
Expand
)
Author
Age
*
Make evdns logging threadsafe
Nick Mathewson
2010-04-23
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
*
Always round up when there's a fractional number of msecs.
Christopher Davis
2010-04-09
*
Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.
Christopher Davis
2010-03-31
*
Try to comment some of the event code more
Nick Mathewson
2010-03-12
*
Avoid errors in evutil.c when building with _UNICODE defined
Brodie Thiesfield
2010-03-08
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Small cleanups on freebsd-connect-refused patch.
Nick Mathewson
2010-02-27
*
deal with connect() failing immediately
Niels Provos
2010-02-27
*
Clean up formatting: function/keyword spacing consistency.
Nick Mathewson
2010-02-19
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Add an arc4random implementation for use by evdns
Nick Mathewson
2010-02-11
*
Always use our own gai_strerror() replacement.
Nick Mathewson
2010-02-05
*
Add a check to make soure our EVUTIL_AI flags do not conflict with the native...
Nick Mathewson
2010-02-05
*
Fix windows and msvc build
Nick Mathewson
2010-01-23
*
Fix a number of warnings from gcc -pedantic
Nick Mathewson
2010-01-23
*
Remove some commented-out code in evutil
Nick Mathewson
2010-01-21
*
Don't use a bind address for nameservers on loopback
Nick Mathewson
2010-01-20
*
Refactor code from evdns into a new internal "read a file" function.
Nick Mathewson
2010-01-08
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
|
\
|
*
Fix compilation of rate-limiting code on win32.
Nick Mathewson
2009-12-30
*
|
Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.
Jardel Weyrich
2009-12-29
*
|
Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking().
Jardel Weyrich
2009-12-29
|
/
*
Improve readability of evutil_unparse_protoname()
Jardel Weyrich
2009-12-28
*
Fix a bogus free in evutil_new_addrinfo()
Jardel Weyrich
2009-12-28
*
Make evutil_make_socket_nonblocking() leave any other flags alone.
Jardel Weyrich
2009-12-28
*
Do the proper hack for the (Open)BSD getaddrinfo quirk.
Nick Mathewson
2009-11-18
*
Clarify even more about various system-specific problems with getaddrinfo
Nick Mathewson
2009-11-17
*
Use the common-case code from getaddrinfo_common *always*; OS differences are...
Nick Mathewson
2009-11-17
*
Never pass our weird flags to the system getaddrinfo. Make sure there is no ...
Nick Mathewson
2009-11-17
*
Windows *does* have getservbyname, no matter what autoconf says.
Nick Mathewson
2009-11-17
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
*
When running set[ug]id, don't check the environment.
Nick Mathewson
2009-11-15
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
*
When a bufferevent_connect() call fails, give the client an error callback.
Nick Mathewson
2009-10-14
*
Export sockaddr comparison functionality.
Nick Mathewson
2009-07-30
*
Export an ev_socklen_t.
Nick Mathewson
2009-07-30
*
Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.
Nick Mathewson
2009-07-28
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
*
Stop using C++ style comments.
Nick Mathewson
2009-07-14
*
Fix compile on cygwin. This isnt the solution I would like: I would prefer t...
Nick Mathewson
2009-06-11
*
Add and use locale-independent strcasecmp functions.
Nick Mathewson
2009-05-07
*
Compilation fixes for vc++ 2008 express. Not the end of them.
Nick Mathewson
2009-04-30
*
fix a typo in a comment
Nick Mathewson
2009-04-29
*
fix a misindent
Nick Mathewson
2009-04-18
*
Make evutil_parse_sockaddr_port give a useful socket-length output.
Nick Mathewson
2009-02-11
*
Do not use ctypes functions in cases when we need the "net" locale.
Nick Mathewson
2009-02-10
*
Stop using platform inet_aton/inet_addr; they can behave strangely on certain...
Nick Mathewson
2009-02-10
*
New function to abstract SO_REUSEADDR.
Nick Mathewson
2009-02-10
[next]