summaryrefslogtreecommitdiff
path: root/evutil.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-1/+1
|\ \ | |/
| * Clean up some problems identified by Coverity.Harlan Stenn2011-08-281-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-021-3/+3
|\ \ | |/
| * Fix a few warnings on OpenBSDNicholas Marriott2011-07-021-3/+3
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-19/+19
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-051-2/+12
|\ \ | |/
| * Fix the check for multicast or broadcast addresses in evutil_check_interfacesNick Mathewson2011-04-051-2/+12
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-051-2/+9
|\ \ | |/
| * Check for allocation failures in apply_socktype_protocol_hackNick Mathewson2011-04-051-2/+9
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-311-2/+38
|\ \ | |/
| * Add compile-time check for AF_UNSPEC==PF_UNSPECNick Mathewson2011-01-311-0/+4
| * Build on systems without AI_PASSIVENick Mathewson2011-01-311-2/+2
| * Fall back to sscanf if we have no other way to implement strtollNick Mathewson2011-01-241-0/+32
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-121-1/+6
|\ \ | |/
| * Detect and handle more allocation failures.Jardel Weyrich2011-01-071-1/+6
* | Remove event-private.h and switch to evconfig-private.hKevin Bowling2011-01-021-2/+1
* | Eliminate a couple more manual internal _GNU_SOURCE definesKevin Bowling2010-12-221-1/+1
* | Use GetSystemTimeAsFileTime to implement gettimeofday on win32.Nick Mathewson2010-12-161-13/+28
|/
* Remove end-of-line whitespaceNick Mathewson2010-12-091-4/+4
* Fix snprintf related failures on IRIX.Kevin Bowling2010-11-231-0/+7
* Use the US-English "canceled", not the UK "cancelled".Nick Mathewson2010-11-191-1/+1
* Fix win32 build in response to fixes from win64 build.Nick Mathewson2010-11-011-1/+1
* Fix a typo in 7484df61c981fc33db2~Nick Mathewson2010-11-011-1/+1
* Fix even more win64 warningsNick Mathewson2010-11-011-4/+9
* Fix som event_warns that should have been event_warnxNick Mathewson2010-10-271-1/+1
* Check return value for ioctlsocket on win32Trond Norbye2010-10-271-2/+5
* Merge remote branch 'github/signed_compare'Nick Mathewson2010-09-281-5/+6
|\
| * Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-5/+6
* | Do not search outside of the system directory for windows DLLsNick Mathewson2010-09-271-0/+17
|/
* Merge remote branch 'github/globals'Nick Mathewson2010-09-081-10/+32
|\
| * Stop using global arrays to implement the EVUTIL_ctype functionsNick Mathewson2010-09-011-10/+32
* | Use the _func() replacements for open, fstat, etc in evutil.c on win32Nick Mathewson2010-09-021-0/+8
|/
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Turn our socketpair() replacement into its own functionNick Mathewson2010-08-061-6/+19
* Pass flags to fcntl(F_SETFL) and fcntl(F_SETFD) as int, not longNick Mathewson2010-07-131-2/+2
* Close the file in evutil_read_file whether there's an error or not.Pierre Phaneuf2010-05-271-1/+1
* Remove some dead assignmentsNick Mathewson2010-05-181-3/+0
* Correctly recognize .255 addresses as link-local when looking for interfacesNick Mathewson2010-05-181-1/+1
* Define _REENTRANT as needed on Solaris, elsewhereNick Mathewson2010-05-081-1/+0
* Fix whitespace in evutil.cNick Mathewson2010-05-081-4/+4
* Fix another nasty solaris getaddrinfo() behaviorNick Mathewson2010-05-081-3/+21
* Fix getaddrinfo with protocol unset on Solaris 9. Found by Dagobert MichelsenNick Mathewson2010-05-081-10/+43
* Try /proc on Linux as entropy fallback; use sysctl as last resortNick Mathewson2010-05-031-0/+24
* Make evdns logging threadsafeNick Mathewson2010-04-231-0/+29
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-7/+17
* Always round up when there's a fractional number of msecs.Christopher Davis2010-04-091-1/+1
* Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.Christopher Davis2010-03-311-0/+13
* Try to comment some of the event code moreNick Mathewson2010-03-121-0/+9
* Avoid errors in evutil.c when building with _UNICODE definedBrodie Thiesfield2010-03-081-1/+3