summaryrefslogtreecommitdiff
path: root/util-internal.h
Commit message (Expand)AuthorAge
* Make evdns logging threadsafeNick Mathewson2010-04-23
* Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.Christopher Davis2010-03-31
* more whitespace normalizationNick Mathewson2010-03-05
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* deal with connect() failing immediatelyNiels Provos2010-02-27
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-18
* Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types.Nick Mathewson2010-02-03
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-23
* Don't use a bind address for nameservers on loopbackNick Mathewson2010-01-20
* Refactor code from evdns into a new internal "read a file" function.Nick Mathewson2010-01-08
* Enable branch-prediction hints with EVUTIL_UNLIKELY.Nick Mathewson2010-01-06
* Fix compilation of rate-limiting code on win32.Nick Mathewson2009-12-30
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-16
* When running set[ug]id, don't check the environment.Nick Mathewson2009-11-15
* Implement size limits on HTTP header length and body length.Nick Mathewson2009-11-04
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-03
* Fix a major parenthesis bug in EVUTIL_UPCAST.Nick Mathewson2009-11-02
* Add an EVUTIL_ASSERT() to replace our calls to assert().Nick Mathewson2009-10-26
* When a bufferevent_connect() call fails, give the client an error callback.Nick Mathewson2009-10-14
* Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.Nick Mathewson2009-07-28
* Bufferevent support for openssl.Nick Mathewson2009-07-28
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-22
* Add and use locale-independent strcasecmp functions.Nick Mathewson2009-05-07
* Apparently MSVC lacks a ssize_t. Define an ev_ssize_t for headers, and make ...Nick Mathewson2009-04-30
* Compilation fixes for vc++ 2008 express. Not the end of them.Nick Mathewson2009-04-30
* Document many internal functions and pieces of code.Nick Mathewson2009-04-17
* Add a new EVUTIL_UPCAST macro so that I do not need to keep figuring out the ...Nick Mathewson2009-04-12
* reindent macros in util-internal.hNick Mathewson2009-04-12
* Actually, move EVUTIL_NIL_STMT to util-internal.hNick Mathewson2009-04-05
* Do not use ctypes functions in cases when we need the "net" locale.Nick Mathewson2009-02-10
* Have util-internal.h define socklen_t if we need it, and include it appropria...Nick Mathewson2009-01-29
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-27
* Fix win32 compilation. Surprisingly, unit tests pass too.Nick Mathewson2009-01-13
* There is no WSAEAGAIN. There is only Zuul^WSAEWOULDBLOCK.Nick Mathewson2009-01-13
* New EVUTIL_ERR_*_RETRIABLE macros to tell if an errno blocked or failed.Nick Mathewson2009-01-13