summaryrefslogtreecommitdiff
path: root/evutil.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using C++ style comments.Nick Mathewson2009-07-141-1/+1
* Fix compile on cygwin. This isnt the solution I would like: I would prefer t...Nick Mathewson2009-06-111-2/+7
* Add and use locale-independent strcasecmp functions.Nick Mathewson2009-05-071-0/+31
* Compilation fixes for vc++ 2008 express. Not the end of them.Nick Mathewson2009-04-301-5/+5
* fix a typo in a commentNick Mathewson2009-04-291-1/+1
* fix a misindentNick Mathewson2009-04-181-1/+1
* Make evutil_parse_sockaddr_port give a useful socket-length output.Nick Mathewson2009-02-111-5/+7
* Do not use ctypes functions in cases when we need the "net" locale.Nick Mathewson2009-02-101-6/+59
* Stop using platform inet_aton/inet_addr; they can behave strangely on certain...Nick Mathewson2009-02-101-15/+11
* New function to abstract SO_REUSEADDR.Nick Mathewson2009-02-101-0/+15
* Some mingws have AF_UNIX, which may have prevented our socketpair from workin...Nick Mathewson2009-02-021-2/+3
* Fix an unlikely degenerate case of evutil_vsnprintfNick Mathewson2009-01-281-8/+8
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-12/+12
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-1/+1
* fix freebsd compile; from Alexander DrozdovNiels Provos2009-01-211-0/+3
* Fix win32 compilation. Surprisingly, unit tests pass too.Nick Mathewson2009-01-131-4/+5
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* Work better with platforms that do not have ipv6 structures, or that do not h...Nick Mathewson2009-01-021-0/+5
* Add another function to parse the common address:port combination formats int...Nick Mathewson2009-01-021-0/+92
* New functions in evutil to clone inet_pton and inet_ntop, with tests.Nick Mathewson2009-01-021-0/+228
* Fix compilation of recent error code with win32.Nick Mathewson2008-09-051-2/+2
* On win32, errno is not the last socket error. Worse, WSAGetLastError() is no...Nick Mathewson2008-09-051-0/+94
* fix evutil_snprintf on windowsNiels Provos2008-06-241-1/+1
* Tweaks to make unit tests fail less badly on mingw on trunk.Nick Mathewson2008-05-121-1/+1
* r19709@catbus: nickm | 2008-05-12 12:42:48 -0400Nick Mathewson2008-05-121-0/+29
* r19667@catbus: nickm | 2008-05-08 23:49:26 -0400Nick Mathewson2008-05-091-1/+1
* r19656@catbus: nickm | 2008-05-08 10:25:08 -0400Nick Mathewson2008-05-081-1/+0
* r19649@catbus: nickm | 2008-05-08 10:00:14 -0400Nick Mathewson2008-05-081-0/+21
* r15193@tombo: nickm | 2008-04-16 16:00:35 -0400Nick Mathewson2008-04-161-1/+1
* r14211@tombo: nickm | 2008-02-16 15:28:54 -0500Nick Mathewson2008-02-161-0/+30
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-5/+5
* Fix evutil code to use correct EVUTIL_SET_SOCKET_ERROR macro.Nick Mathewson2007-10-121-3/+3
* r15324@catbus: nickm | 2007-09-24 12:22:21 -0400Nick Mathewson2007-09-241-6/+10
* Remove gratuitous tor-isms in evutil_socketpair(); fix a windows warning in h...Nick Mathewson2007-09-201-5/+7
* r15216@catbus: nickm | 2007-09-20 13:58:23 -0400Nick Mathewson2007-09-201-0/+162