index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Commit message (
Expand
)
Author
Age
*
Fix compilation when openssl support is disabled
Nick Mathewson
2010-04-28
*
Fix a couple of bugs in the BSD sysctl arc4seed logic
Nick Mathewson
2010-04-23
*
Seed the RNG using sysctl() as well as /dev/urandom
Nick Mathewson
2010-04-23
*
Never test for select() on windows
Trond Norbye
2010-03-23
*
Switch to using AM conditionals in place of AC_LIBOBJ
Nick Mathewson
2010-03-12
*
Bump version to 2.0.4-alpha-dev
Nick Mathewson
2010-02-28
*
Bump the version to 2.0.4-alpha
Nick Mathewson
2010-02-28
*
Merge branch 'arc4random'
Nick Mathewson
2010-02-17
|
\
|
*
Make RNG work when we have arc4random() but not arc4random_buf()
Nick Mathewson
2010-02-13
|
*
Add an arc4random implementation for use by evdns
Nick Mathewson
2010-02-11
*
|
Increment the submicro version number.
Nick Mathewson
2010-02-15
|
/
*
Add ev_[u]intptr_t to include/event2/util.h
Nick Mathewson
2010-01-26
*
Add support for a "debug mode" to try to catch common errors.
Nick Mathewson
2010-01-25
*
Detect setenv/unsetenv; skip main/base_environ test if we can't fake them.
Nick Mathewson
2010-01-22
*
Never believe that we have pthreads on win32, even if gcc thinks we do.
Nick Mathewson
2009-12-30
*
Set all instances of the version number correctly.
Nick Mathewson
2009-12-18
*
call it 2.0.3-alpha
Niels Provos
2009-11-20
*
Windows *does* have getservbyname, no matter what autoconf says.
Nick Mathewson
2009-11-17
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
*
When running set[ug]id, don't check the environment.
Nick Mathewson
2009-11-15
*
Use arc4random() for dns transaction ids where available. Patch taken from O...
Nick Mathewson
2009-11-15
*
Implement size limits on HTTP header length and body length.
Nick Mathewson
2009-11-04
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
*
Forward-port: fix android compilation
Nick Mathewson
2009-09-23
*
Support sendfile on solaris: patch from Caitlin Mercer.
Nick Mathewson
2009-08-16
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
*
call it 2.0.2-alpha
Niels Provos
2009-07-25
*
Use a uniform strategy when a function is not working: do not expose
Nick Mathewson
2009-07-17
*
Change use of AC_CHECK_LIB to AC_SEARCH_LIBS.
Nick Mathewson
2009-07-10
*
Add requirement in configure.in for autoconf 2.59c. Needed for ssize_t test....
Nick Mathewson
2009-05-25
*
Apparently MSVC lacks a ssize_t. Define an ev_ssize_t for headers, and make ...
Nick Mathewson
2009-04-30
*
Use signal.h, not sys/signal.h.
Nick Mathewson
2009-04-23
*
bump the numeric version; this is not the same as the alpha.
Nick Mathewson
2009-04-23
*
Bump version to 2.0.1-alpha-dev so that nobody mistakes a svn checkout for 2....
Nick Mathewson
2009-04-17
*
Increment version to 2.0.1-alpha, and add a numeric version facility
Nick Mathewson
2009-04-17
*
Add a configure flag to hardcode all of our mm functions.
Nick Mathewson
2009-04-17
*
pkgconfig support from Ted Bullock
Niels Provos
2009-04-17
*
Build with the -fno-strict-aliasing flag on GCC.
Nick Mathewson
2009-01-31
*
sendfile/mmap and memory reference implementation for evbuffers
Niels Provos
2009-01-27
*
rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...
Niels Provos
2009-01-22
*
New functions to provide sane threading callbacks with pthreads and win32 thr...
Nick Mathewson
2009-01-21
*
Use eventfd for main-thread notification where available (i.e., linux).
Nick Mathewson
2009-01-19
*
Make event_break threadsafe; make notify-thread mechanism a little more gener...
Nick Mathewson
2009-01-19
*
Work better with platforms that do not have ipv6 structures, or that do not h...
Nick Mathewson
2009-01-02
*
New functions in evutil to clone inet_pton and inet_ntop, with tests.
Nick Mathewson
2009-01-02
*
replace fnmatch with homegrown function
Niels Provos
2008-05-10
*
r15555@tombo: nickm | 2008-05-08 19:56:51 -0400
Nick Mathewson
2008-05-08
*
add support for virtual http hosts; no tests yet
Niels Provos
2008-05-05
*
provide example bufferevent filters doing compression and decompression as ad...
Niels Provos
2008-04-30
*
r19305@catbus: nickm | 2008-04-10 15:34:10 -0400
Nick Mathewson
2008-04-10
[next]