summaryrefslogtreecommitdiff
path: root/include/event2/util.h
Commit message (Expand)AuthorAgeFilesLines
* Implement new/free for struct evutil_monotonic_timer and export monotonic tim...Andrea Shepard2014-12-041-0/+56
* Provide support for SO_REUSEPORT through LEV_OPT_REUSABLE_PORTMaciej Soltysiak2014-10-131-0/+13
* Add option to build shared libraryTrond Norbye2014-02-251-0/+26
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-08-131-1/+2
|\
| * Finish a sentenceNick Mathewson2013-08-131-1/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-08-061-0/+14
|\ \ | |/
| * Add evutil_secure_rng_set_urandom_device_fileNick Mathewson2013-08-061-0/+14
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-06-101-3/+6
|\ \ | |/
| * Document that arc4random is not a great cryptographic PRNG.Nick Mathewson2013-06-101-3/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-161-1/+5
|\ \ | |/
| * Add GCC annotations so that the vsprintf functions get checked properlyNick Mathewson2012-06-141-1/+5
* | Include ws2tcpip.h from util.h to get EAI_* definitions.Nick Mathewson2012-04-031-0/+4
* | Fix doxygen to use new macro conventionsNick Mathewson2012-02-291-8/+8
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-3/+3
* | Fix some problems introduced by automated identifier cleanup scriptNick Mathewson2012-02-291-1/+1
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-1/+1
* | Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-54/+54
* | Do not use system EAI/AI values if we are not using the system getaddrinfo.Nick Mathewson2012-02-281-18/+18
* | Support TCP_DEFER_ACCEPT sockopts for listenersMark Ellzey2012-02-151-0/+12
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | 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
* | Build with large-file support on platforms where it mattersNick Mathewson2011-09-121-0/+13
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-051-33/+131
|\ \ | |/
| * Revise the event/evbuffer/bufferevent doxygen for clarity and accuracyNick Mathewson2011-07-051-33/+131
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-8/+8
|/
* If not WIN32, include <sys/socket.h> in event2/util.h.Kevin Bowling2010-11-231-0/+2
* Reworked AIX __ss_family workaround to use AC_STRUCT_MEMBER.Kevin Bowling2010-11-231-0/+7
* Make evbuffer_add_file take ev_off_t, not off_tNick Mathewson2010-10-251-0/+6
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Fix some autoconf issues on OpenBSDNick Mathewson2010-05-081-0/+5
* Document evutil_secure_rng_init() and evutil_secure_rng_add_bytes()Nick Mathewson2010-04-231-0/+30
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-8/+7
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: remove trailing spacesNick Mathewson2010-02-181-1/+1
* Add an arc4random implementation for use by evdnsNick Mathewson2010-02-111-0/+12
* Add the rest of the integer limits, and add a test for them.Nick Mathewson2010-02-031-2/+15
* Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types.Nick Mathewson2010-02-031-0/+25
* Reduce windows header includes in our own headers.Nick Mathewson2010-02-031-0/+4
* Fix a dumb typo in ev_intptr_t definitions.Nick Mathewson2010-02-031-2/+2
* Remove EVUTIL_CHECK_FMT.Nick Mathewson2010-02-031-10/+4
* Add ev_[u]intptr_t to include/event2/util.hNick Mathewson2010-01-261-2/+17
* Merge branch 'ratelimit'Nick Mathewson2010-01-061-0/+4
|\
| * Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-281-0/+4
* | Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.Jardel Weyrich2009-12-291-1/+9
|/
* Only define _GNU_SOURCE if it is not already defined.Joachim Bauch2009-12-081-0/+2
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-0/+136
* Build fixes for MSVCNick Mathewson2009-11-051-0/+3