8 Commits

Author SHA1 Message Date
Niels Provos
877fa44dda evutil now includes stdarg.h directly
svn:r888
2008-06-28 00:50:52 +00:00
Niels Provos
8f39908fd2 move snprintf and vsnprintf to evutil to support windows
svn:r874
2008-06-25 15:37:53 +00:00
Nick Mathewson
987597ff0f r19651@catbus: nickm | 2008-05-08 10:05:35 -0400
Replace gettimeofday() usage with a new evutil_gettimeofday().  This removes all previous need for win32-code/misc.[ch]


svn:r793
2008-05-08 14:08:12 +00:00
Nick Mathewson
6bd28951e7 r19639@catbus: nickm | 2008-05-07 17:50:48 -0400
Fix win32 vc-2005 build.


svn:r785
2008-05-07 21:51:07 +00:00
Nick Mathewson
2a69a5ea9a r15342@tombo: nickm | 2008-04-29 14:10:46 -0400
Backport to 1.4 branch: Use internal implementation for evutil_timercmp() everywhere, to avoid bugs when the platform timercmp() has never heard of <= or >=.  Also, replace timercmp() usage in min_heap.c with call to evutil_timercmp().


svn:r745
2008-04-29 18:11:44 +00:00
Nick Mathewson
3a285c5bcb r18374@catbus: nickm | 2008-02-23 14:16:20 -0500
Improved integer handling on platforms without stdint.  Backported.


svn:r657
2008-02-23 19:18:47 +00:00
Nick Mathewson
7eb990d5ce r14212@tombo: nickm | 2008-02-16 15:29:17 -0500
Add new evutil_strtoll() function so we can apply 64-bit content-length patch from Scott Lamb in a portable way. [Backport to 1.4]


svn:r642
2008-02-16 20:50:49 +00:00
Niels Provos
6b4342db67 copy trunk to 1.4
svn:r512
2007-11-12 02:37:25 +00:00