summaryrefslogtreecommitdiff
path: root/util-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Change evutil_weakrand_() to avoid platform random()Nicholas Marriott2012-04-091-1/+2
* Add a new libevent_global_shutdown() to free all globals before exiting.Mark Ellzey2012-03-221-0/+3
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-34/+34
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-5/+5
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-8/+8
* Replace sole internal user of socklen_t with ev_socklen_tNick Mathewson2012-02-281-4/+0
* evutil_accept4() should take ev_socklen_tNick Mathewson2012-02-281-1/+1
* Merge branch '21_eventlist_v3_squashed'Nick Mathewson2012-02-201-0/+73
|\
| * Refactor the functions that run over every event.Nick Mathewson2012-02-201-0/+73
* | Merge remote-tracking branch 'github/21_fast_syscalls'Nick Mathewson2012-02-151-0/+31
|\ \
| * | Infrastructure for using faster/fewer syscalls when creating socketsNick Mathewson2012-02-101-0/+31
| |/
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-111-0/+5
|\ \
| * | Tweak the evutil_open_closeonexec patch to work on windows, old unixes.Nick Mathewson2012-02-111-1/+4
| * | Make uses of open() close-on-exec safe by introducing evutil_open_closeonexec.Ross Lagerwall2012-02-111-0/+2
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Add an (internal) usleep function for use by unit testsNick Mathewson2012-01-241-0/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-051-0/+37
|\ \ | |/
| * Use the correct printf args when formatting size_tNick Mathewson2011-06-081-0/+37
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-201-1/+1
|\ \ | |/
| * Fix compilation with GCC 2, which had no __builtin_expectDave Hart2011-05-201-1/+1
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-311-0/+17
|\ \ | |/
| * Try to build correctly on platforms with no IPv6 supportNick Mathewson2011-01-241-2/+2
| * Build correctly on platforms without sockaddr_storageNick Mathewson2011-01-241-0/+17
* | Merge remote branch 'kev009/21_ac_use_system_extensions'Nick Mathewson2011-01-071-0/+2
|\ \ | |/ |/|
| * Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+2
* | Fix compilation on Windows with NDEBUGNick Mathewson2011-01-021-2/+6
|/
* EVUTIL_ASSERT: Use sizeof() to avoid "unused variable" warnings.Evan Jones2010-12-141-1/+5
* Define symbolic constants to use in place of SHUT_RD etcNick Mathewson2010-10-051-0/+17
* Do not search outside of the system directory for windows DLLsNick Mathewson2010-09-271-0/+4
* Stop using global arrays to implement the EVUTIL_ctype functionsNick Mathewson2010-09-011-19/+10
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-0/+6
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Turn our socketpair() replacement into its own functionNick Mathewson2010-08-061-0/+2
* Try /proc on Linux as entropy fallback; use sysctl as last resortNick Mathewson2010-05-031-0/+2
* Make evdns logging threadsafeNick Mathewson2010-04-231-0/+8
* Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.Christopher Davis2010-03-311-0/+2
* more whitespace normalizationNick Mathewson2010-03-051-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* deal with connect() failing immediatelyNiels Provos2010-02-271-2/+9
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-12/+12
* Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-181-1/+1
* Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types.Nick Mathewson2010-02-031-35/+0
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-231-4/+4
* Don't use a bind address for nameservers on loopbackNick Mathewson2010-01-201-2/+5
* Refactor code from evdns into a new internal "read a file" function.Nick Mathewson2010-01-081-0/+2