summaryrefslogtreecommitdiff
path: root/util-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Change return type of evutil_load_windows_system_library_ to HMODULENick Mathewson2014-08-291-1/+1
* Add option to build shared libraryTrond Norbye2014-02-251-0/+3
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-08-191-0/+1
|\
| * Really remove RNG seeds from the stackNick Mathewson2013-08-191-0/+2
* | Implement EVUTIL_ERR_IS_EAGAIN on windows.Nick Mathewson2013-01-231-0/+4
* | When EWOULDBLOCK is not EAGAIN, treat it as equivalent to itNick Mathewson2013-01-111-2/+10
* | Remove trailing tabs in HTTP headers as well.Nick Mathewson2012-11-161-2/+3
* | Clean up rtrim implementationNick Mathewson2012-11-161-0/+4
* | Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-0/+8
|\ \ | |/
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-0/+8
* | Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-3/+1
* | Tweak the new evutil_weakrand_() codeNick Mathewson2012-04-091-2/+27
* | 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