summaryrefslogtreecommitdiff
path: root/evutil.c
Commit message (Expand)AuthorAge
* Make evdns logging threadsafeNick Mathewson2010-04-23
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-14
* Always round up when there's a fractional number of msecs.Christopher Davis2010-04-09
* Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.Christopher Davis2010-03-31
* Try to comment some of the event code moreNick Mathewson2010-03-12
* Avoid errors in evutil.c when building with _UNICODE definedBrodie Thiesfield2010-03-08
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* Small cleanups on freebsd-connect-refused patch.Nick Mathewson2010-02-27
* deal with connect() failing immediatelyNiels Provos2010-02-27
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-19
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Add an arc4random implementation for use by evdnsNick Mathewson2010-02-11
* Always use our own gai_strerror() replacement.Nick Mathewson2010-02-05
* Add a check to make soure our EVUTIL_AI flags do not conflict with the native...Nick Mathewson2010-02-05
* Fix windows and msvc buildNick Mathewson2010-01-23
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-23
* Remove some commented-out code in evutilNick Mathewson2010-01-21
* 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
* Merge branch 'ratelimit'Nick Mathewson2010-01-06
|\
| * Fix compilation of rate-limiting code on win32.Nick Mathewson2009-12-30
* | Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.Jardel Weyrich2009-12-29
* | Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking().Jardel Weyrich2009-12-29
|/
* Improve readability of evutil_unparse_protoname()Jardel Weyrich2009-12-28
* Fix a bogus free in evutil_new_addrinfo()Jardel Weyrich2009-12-28
* Make evutil_make_socket_nonblocking() leave any other flags alone.Jardel Weyrich2009-12-28
* Do the proper hack for the (Open)BSD getaddrinfo quirk.Nick Mathewson2009-11-18
* Clarify even more about various system-specific problems with getaddrinfoNick Mathewson2009-11-17
* Use the common-case code from getaddrinfo_common *always*; OS differences are...Nick Mathewson2009-11-17
* Never pass our weird flags to the system getaddrinfo. Make sure there is no ...Nick Mathewson2009-11-17
* Windows *does* have getservbyname, no matter what autoconf says.Nick Mathewson2009-11-17
* 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
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-06
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-03
* When a bufferevent_connect() call fails, give the client an error callback.Nick Mathewson2009-10-14
* Export sockaddr comparison functionality.Nick Mathewson2009-07-30
* Export an ev_socklen_t.Nick Mathewson2009-07-30
* Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.Nick Mathewson2009-07-28
* Bufferevent support for openssl.Nick Mathewson2009-07-28
* Stop using C++ style comments.Nick Mathewson2009-07-14
* Fix compile on cygwin. This isnt the solution I would like: I would prefer t...Nick Mathewson2009-06-11
* Add and use locale-independent strcasecmp functions.Nick Mathewson2009-05-07
* Compilation fixes for vc++ 2008 express. Not the end of them.Nick Mathewson2009-04-30
* fix a typo in a commentNick Mathewson2009-04-29
* fix a misindentNick Mathewson2009-04-18
* Make evutil_parse_sockaddr_port give a useful socket-length output.Nick Mathewson2009-02-11
* Do not use ctypes functions in cases when we need the "net" locale.Nick Mathewson2009-02-10
* Stop using platform inet_aton/inet_addr; they can behave strangely on certain...Nick Mathewson2009-02-10
* New function to abstract SO_REUSEADDR.Nick Mathewson2009-02-10