Nick Mathewson
309fc7c4ad
New functions to provide sane threading callbacks with pthreads and win32 threading implementations.
...
svn:r1031
2009-01-21 07:51:25 +00:00
Nick Mathewson
a5901991c7
Use eventfd for main-thread notification where available (i.e., linux).
...
svn:r1023
2009-01-19 20:37:24 +00:00
Nick Mathewson
ec4cfa33c9
Make event_break threadsafe; make notify-thread mechanism a little more generic; let it use pipes where they work.
...
svn:r1019
2009-01-19 01:34:14 +00:00
Nick Mathewson
980bcd68f7
Work better with platforms that do not have ipv6 structures, or that do not have sin_len fields, etc.
...
svn:r986
2009-01-02 21:21:58 +00:00
Nick Mathewson
0d9d5cfe22
New functions in evutil to clone inet_pton and inet_ntop, with tests.
...
Adapted from Tor code.
svn:r983
2009-01-02 20:46:12 +00:00
Niels Provos
950af18679
replace fnmatch with homegrown function
...
svn:r804
2008-05-10 05:58:17 +00:00
Nick Mathewson
64ce799083
r15555@tombo: nickm | 2008-05-08 19:56:51 -0400
...
fwd-port The IRIX compiler thinks #error means warn. Fix configure.in to tolerate this.
svn:r801
2008-05-08 23:57:31 +00:00
Niels Provos
f2a81fbc67
add support for virtual http hosts; no tests yet
...
svn:r771
2008-05-05 07:17:05 +00:00
Niels Provos
ccb70f1bc7
provide example bufferevent filters doing compression and decompression as additional regression test
...
svn:r751
2008-04-30 04:31:10 +00:00
Nick Mathewson
44ceb945a3
r19305@catbus: nickm | 2008-04-10 15:34:10 -0400
...
Fix bug 1938754: do not warn when epoll_create() fails with ENOSYS.
svn:r706
2008-04-10 19:34:50 +00:00
Niels Provos
558de9b377
Provide OpenSSL style support for multiple threads accessing the same event_base
...
svn:r684
2008-03-02 21:18:33 +00:00
Nick Mathewson
0322ce0a3b
r18486@catbus: nickm | 2008-02-28 13:35:53 -0500
...
Make offsetof into evutil_offsetof. Be a little more willing to call evbuffer_chain_align() from evbuffer_expand(). Clarify some docs, and add some XXX comments to note questionable areas.
svn:r677
2008-02-28 18:36:03 +00:00
Niels Provos
5c70ea4c9d
improved code for evbuffer; avoids memcpy
...
svn:r674
2008-02-28 02:47:43 +00:00
Nick Mathewson
0d26f1605f
r18169@catbus: nickm | 2008-02-18 15:13:20 -0500
...
Rebuild and re-run configure etc when configure.in or Makefile.am changes. Also, have automake do its dependency tracking.
svn:r651
2008-02-18 20:13:27 +00:00
Nick Mathewson
11230f7e16
r18145@catbus: nickm | 2008-02-18 15:02:20 -0500
...
Stop using deprecated autoconf code to set integer types; detect actual files to include more thoroughly. This should make us work on solaris 9 again. This should be a backport candidate, if it works. Also, make all libevent code use ev_uint32_t etc, rather than uint_32_t.
svn:r649
2008-02-18 20:04:01 +00:00
Niels Provos
f09e9d91b1
1.3.99-trunk -> 1.4.99-trunk
...
svn:r644
2008-02-17 01:12:09 +00:00
Nick Mathewson
807ab182d0
r14211@tombo: nickm | 2008-02-16 15:28:54 -0500
...
Add new evutil_strtoll() function so we can apply 64-bit content-length patch from Scott Lamb in a portable way.
svn:r640
2008-02-16 20:49:47 +00:00
Niels Provos
d4bdbca847
add -Wstrict-aliasing and remove bogus evtag_test from event.h
...
svn:r602
2007-12-18 03:54:19 +00:00
Nick Mathewson
ce4ee418d2
r16733@catbus: nickm | 2007-11-26 14:18:25 -0500
...
Add an --enable-gcc-warnings option (lifted from Tor) to the configure script. When provided, and when we are using GCC, we enable a bunch of extra GCC warnings in the compiler. Also, make the code all build happily with these warnings.
svn:r553
2007-11-26 19:18:49 +00:00
Nick Mathewson
4e1ec3e05e
Make all the C files in the libraries compile under MSVC 2005 Express. There are still a few warnings, and probably some subtle issues, but it's better than nothing.
...
svn:r499
2007-11-07 21:01:26 +00:00
Nick Mathewson
e9564eceb3
r16487@catbus: nickm | 2007-11-06 22:38:44 -0500
...
Remove rtsig method, as discussed in July. It hasn't compiled for quite a while, and nobody has seemed to miss it much. Please let us know if this was a bad call. [Tracker issue 1826539].
svn:r485
2007-11-07 03:40:26 +00:00
Nick Mathewson
f0e06d75e5
r15217@catbus: nickm | 2007-09-20 14:04:32 -0400
...
Fix win32 signals: teach win32 that we have per-base signal queues; teach signal.c that not everybody has sigaction().
svn:r442
2007-09-20 18:26:46 +00:00
Nick Mathewson
250071830a
r15216@catbus: nickm | 2007-09-20 13:58:23 -0400
...
Add a new evutil module to contain the usual cross-platform hacks: socketpair, closesocket, and make_socket_nonblocking()
svn:r441
2007-09-20 18:26:40 +00:00
Nick Mathewson
9c3ac4e444
r14970@catbus: nickm | 2007-09-06 20:09:39 -0400
...
Fix compilation on Solaris; Patch from Magne Mahre.
svn:r409
2007-09-07 00:10:15 +00:00
Nick Mathewson
5f04e3b7b5
Bump version number in svn trunk to 1.3.99.
...
svn:r403
2007-08-24 01:08:39 +00:00
Niels Provos
5e0ac7f239
check for sys/select.h
...
svn:r377
2007-07-31 00:25:22 +00:00
Niels Provos
3ad6b47e03
make clock_monotonic work; do not use default timeout;
...
from Scott Lamb, plus some fixes from me.
svn:r371
2007-07-30 22:41:00 +00:00
Niels Provos
753ffa563b
convert u_int8_t types to uint8_t types
...
svn:r368
2007-06-30 19:08:46 +00:00
Niels Provos
aa5c806888
make it compile on solaris; from Andrei Nigmatulin
...
svn:r366
2007-06-16 03:23:15 +00:00
Niels Provos
4408a5f8fc
fix evbuffer_find off by one; found by Ken Cox; regression test by him
...
and fix by me
svn:r353
2007-04-19 03:13:12 +00:00
Niels Provos
b5d2f9a255
rolling back r339: evconfig.h does not work
...
svn:r341
2007-03-01 06:25:18 +00:00
Niels Provos
127c260bb7
make evconfig.h available as installed header file; not
...
really ideal but good enough for me; from Nick Mathewson
svn:r339
2007-02-28 04:02:29 +00:00
Niels Provos
72a3f29da3
1.3a on trunk?
...
svn:r333
2007-02-18 19:33:19 +00:00
Niels Provos
121efe6530
small bug fixes to AAAA resolution and regression test; from Nick Mathewson!
...
we love regresson tests.
svn:r319
2007-01-27 08:38:51 +00:00
Niels Provos
6318fca29e
AAAA support for DNS; from Nick Mathewson.
...
unfortunately, no regression test
svn:r315
2007-01-27 04:22:36 +00:00
Niels Provos
0db257b828
rename strlcpy so that it does not conflict with other tests; from
...
Nick Mathewson.
svn:r306
2007-01-03 07:11:17 +00:00
Niels Provos
868f10e7c9
mingw fixes from Nick
...
svn:r271
2006-11-22 01:21:10 +00:00
Niels Provos
3eec7f7c64
make it 1.2; fix some size issues for printf in regression code
...
svn:r242
2006-10-15 21:55:13 +00:00
Niels Provos
9f7d28bb81
make it compile with mingw; from Nick
...
svn:r235
2006-09-27 03:07:38 +00:00
Niels Provos
d0d8f9b468
configure evdns and make it compile
...
svn:r225
2006-08-13 06:59:37 +00:00
Niels Provos
00bc7e37fd
1.2-rc1; Solaris' event port support from Dave Pacheco
...
svn:r216
2006-07-15 02:55:57 +00:00
Niels Provos
571ac95430
use clock_gettime if available from Claudio Jeker <claudio@openbsd.org>
...
svn:r209
2006-03-28 04:33:41 +00:00
Niels Provos
f6550f407c
provide strlcpy for the unenlightened libcs
...
svn:r203
2006-02-26 20:13:04 +00:00
Niels Provos
8af2db10d9
version 1.2
...
svn:r195
2006-01-22 05:06:29 +00:00
Niels Provos
9938aaf511
treate EINVAL as per fd error in kqueue; use argument for debug macros in
...
poll; version 1.1a; EINVAL fix from Nick Mathewson
svn:r168
2005-06-11 21:15:22 +00:00
Niels Provos
c15db0349a
performance improvements by Nick Mathewson; we modify the arrays directly
...
in poll_add and poll_del; some minor tweaks by me. earmark this as 1.0f
svn:r161
2005-05-10 04:40:03 +00:00
Niels Provos
d6e56988a7
sync
...
svn:r160
2005-05-10 04:16:17 +00:00
Niels Provos
c09a817563
1.0d
...
svn:r155
2005-04-23 03:03:28 +00:00
Niels Provos
fdfa743ccc
libtoolize; from Nick Mathewson
...
svn:r153
2005-04-23 02:48:49 +00:00
Niels Provos
4157d33ee9
acknowledgements and new version
...
svn:r143
2005-04-04 00:35:14 +00:00