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
/
util-internal.h
Commit message (
Expand
)
Author
Age
*
Make evdns logging threadsafe
Nick Mathewson
2010-04-23
*
Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.
Christopher Davis
2010-03-31
*
more whitespace normalization
Nick Mathewson
2010-03-05
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
deal with connect() failing immediately
Niels Provos
2010-02-27
*
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
*
Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types.
Nick Mathewson
2010-02-03
*
Fix a number of warnings from gcc -pedantic
Nick Mathewson
2010-01-23
*
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
*
Enable branch-prediction hints with EVUTIL_UNLIKELY.
Nick Mathewson
2010-01-06
*
Fix compilation of rate-limiting code on win32.
Nick Mathewson
2009-12-30
*
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
*
Implement size limits on HTTP header length and body length.
Nick Mathewson
2009-11-04
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
*
Fix a major parenthesis bug in EVUTIL_UPCAST.
Nick Mathewson
2009-11-02
*
Add an EVUTIL_ASSERT() to replace our calls to assert().
Nick Mathewson
2009-10-26
*
When a bufferevent_connect() call fails, give the client an error callback.
Nick Mathewson
2009-10-14
*
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
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
*
Add and use locale-independent strcasecmp functions.
Nick Mathewson
2009-05-07
*
Apparently MSVC lacks a ssize_t. Define an ev_ssize_t for headers, and make ...
Nick Mathewson
2009-04-30
*
Compilation fixes for vc++ 2008 express. Not the end of them.
Nick Mathewson
2009-04-30
*
Document many internal functions and pieces of code.
Nick Mathewson
2009-04-17
*
Add a new EVUTIL_UPCAST macro so that I do not need to keep figuring out the ...
Nick Mathewson
2009-04-12
*
reindent macros in util-internal.h
Nick Mathewson
2009-04-12
*
Actually, move EVUTIL_NIL_STMT to util-internal.h
Nick Mathewson
2009-04-05
*
Do not use ctypes functions in cases when we need the "net" locale.
Nick Mathewson
2009-02-10
*
Have util-internal.h define socklen_t if we need it, and include it appropria...
Nick Mathewson
2009-01-29
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
*
Fix win32 compilation. Surprisingly, unit tests pass too.
Nick Mathewson
2009-01-13
*
There is no WSAEAGAIN. There is only Zuul^WSAEWOULDBLOCK.
Nick Mathewson
2009-01-13
*
New EVUTIL_ERR_*_RETRIABLE macros to tell if an errno blocked or failed.
Nick Mathewson
2009-01-13