index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apparently MSVC lacks a ssize_t. Define an ev_ssize_t for headers, and make ...
Nick Mathewson
2009-04-30
1
-0
/
+1
*
Use signal.h, not sys/signal.h.
Nick Mathewson
2009-04-23
1
-1
/
+1
*
bump the numeric version; this is not the same as the alpha.
Nick Mathewson
2009-04-23
1
-1
/
+1
*
Bump version to 2.0.1-alpha-dev so that nobody mistakes a svn checkout for 2....
Nick Mathewson
2009-04-17
1
-1
/
+1
*
Increment version to 2.0.1-alpha, and add a numeric version facility
Nick Mathewson
2009-04-17
1
-1
/
+2
*
Add a configure flag to hardcode all of our mm functions.
Nick Mathewson
2009-04-17
1
-0
/
+9
*
pkgconfig support from Ted Bullock
Niels Provos
2009-04-17
1
-4
/
+5
*
Build with the -fno-strict-aliasing flag on GCC.
Nick Mathewson
2009-01-31
1
-2
/
+6
*
sendfile/mmap and memory reference implementation for evbuffers
Niels Provos
2009-01-27
1
-2
/
+2
*
rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...
Niels Provos
2009-01-22
1
-0
/
+2
*
New functions to provide sane threading callbacks with pthreads and win32 thr...
Nick Mathewson
2009-01-21
1
-1
/
+1
*
Use eventfd for main-thread notification where available (i.e., linux).
Nick Mathewson
2009-01-19
1
-2
/
+2
*
Make event_break threadsafe; make notify-thread mechanism a little more gener...
Nick Mathewson
2009-01-19
1
-1
/
+1
*
Work better with platforms that do not have ipv6 structures, or that do not h...
Nick Mathewson
2009-01-02
1
-7
/
+42
*
New functions in evutil to clone inet_pton and inet_ntop, with tests.
Nick Mathewson
2009-01-02
1
-2
/
+2
*
replace fnmatch with homegrown function
Niels Provos
2008-05-10
1
-2
/
+2
*
r15555@tombo: nickm | 2008-05-08 19:56:51 -0400
Nick Mathewson
2008-05-08
1
-3
/
+3
*
add support for virtual http hosts; no tests yet
Niels Provos
2008-05-05
1
-2
/
+2
*
provide example bufferevent filters doing compression and decompression as ad...
Niels Provos
2008-04-30
1
-0
/
+12
*
r19305@catbus: nickm | 2008-04-10 15:34:10 -0400
Nick Mathewson
2008-04-10
1
-1
/
+1
*
Provide OpenSSL style support for multiple threads accessing the same event_base
Niels Provos
2008-03-02
1
-1
/
+17
*
r18486@catbus: nickm | 2008-02-28 13:35:53 -0500
Nick Mathewson
2008-02-28
1
-1
/
+1
*
improved code for evbuffer; avoids memcpy
Niels Provos
2008-02-28
1
-2
/
+2
*
r18169@catbus: nickm | 2008-02-18 15:13:20 -0500
Nick Mathewson
2008-02-18
1
-1
/
+0
*
r18145@catbus: nickm | 2008-02-18 15:02:20 -0500
Nick Mathewson
2008-02-18
1
-4
/
+16
*
1.3.99-trunk -> 1.4.99-trunk
Niels Provos
2008-02-17
1
-1
/
+1
*
r14211@tombo: nickm | 2008-02-16 15:28:54 -0500
Nick Mathewson
2008-02-16
1
-1
/
+3
*
add -Wstrict-aliasing and remove bogus evtag_test from event.h
Niels Provos
2007-12-18
1
-1
/
+1
*
r16733@catbus: nickm | 2007-11-26 14:18:25 -0500
Nick Mathewson
2007-11-26
1
-0
/
+36
*
Make all the C files in the libraries compile under MSVC 2005 Express. There...
Nick Mathewson
2007-11-07
1
-1
/
+1
*
r16487@catbus: nickm | 2007-11-06 22:38:44 -0500
Nick Mathewson
2007-11-07
1
-53
/
+0
*
r15217@catbus: nickm | 2007-09-20 14:04:32 -0400
Nick Mathewson
2007-09-20
1
-1
/
+7
*
r15216@catbus: nickm | 2007-09-20 13:58:23 -0400
Nick Mathewson
2007-09-20
1
-1
/
+1
*
r14970@catbus: nickm | 2007-09-06 20:09:39 -0400
Nick Mathewson
2007-09-07
1
-2
/
+3
*
Bump version number in svn trunk to 1.3.99.
Nick Mathewson
2007-08-24
1
-1
/
+1
*
check for sys/select.h
Niels Provos
2007-07-31
1
-1
/
+1
*
make clock_monotonic work; do not use default timeout;
Niels Provos
2007-07-30
1
-0
/
+1
*
convert u_int8_t types to uint8_t types
Niels Provos
2007-06-30
1
-4
/
+4
*
make it compile on solaris; from Andrei Nigmatulin
Niels Provos
2007-06-16
1
-1
/
+2
*
fix evbuffer_find off by one; found by Ken Cox; regression test by him
Niels Provos
2007-04-19
1
-1
/
+1
*
rolling back r339: evconfig.h does not work
Niels Provos
2007-03-01
1
-1
/
+1
*
make evconfig.h available as installed header file; not
Niels Provos
2007-02-28
1
-1
/
+1
*
1.3a on trunk?
Niels Provos
2007-02-18
1
-1
/
+1
*
small bug fixes to AAAA resolution and regression test; from Nick Mathewson!
Niels Provos
2007-01-27
1
-1
/
+1
*
AAAA support for DNS; from Nick Mathewson.
Niels Provos
2007-01-27
1
-1
/
+12
*
rename strlcpy so that it does not conflict with other tests; from
Niels Provos
2007-01-03
1
-2
/
+1
*
mingw fixes from Nick
Niels Provos
2006-11-22
1
-1
/
+1
*
make it 1.2; fix some size issues for printf in regression code
Niels Provos
2006-10-15
1
-1
/
+1
*
make it compile with mingw; from Nick
Niels Provos
2006-09-27
1
-0
/
+15
*
configure evdns and make it compile
Niels Provos
2006-08-13
1
-1
/
+7
[next]