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
/
evdns.c
Commit message (
Expand
)
Author
Age
*
Make evdns logging threadsafe
Nick Mathewson
2010-04-23
*
Add a comment to explain why evdns_request is now separte from request
Nick Mathewson
2010-04-23
*
Assert for valid requests as necessary.
Christopher Davis
2010-04-22
*
Free search state when finished searching to avoid an infinite loop.
Christopher Davis
2010-04-21
*
Move domain search state to evdns_request.
Christopher Davis
2010-04-21
*
Ensure that evdns_request is a persistent handle.
Christopher Davis
2010-04-21
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
*
Free evdns_base->req_heads on evdns_base_free
Nick Mathewson
2010-03-13
*
Make evdns use the regular logging system by default
Nick Mathewson
2010-03-10
*
more whitespace normalization
Nick Mathewson
2010-03-05
*
Clean up formatting: function/keyword spacing consistency.
Nick Mathewson
2010-02-19
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Add an arc4random implementation for use by evdns
Nick Mathewson
2010-02-11
*
Remove the 'flags' argument from evdns_base_set_option()
Nick Mathewson
2010-02-05
*
Fix some additional -DUNICODE issues on win32.
Nick Mathewson
2010-02-03
*
Make Libevent 1.4.12 build on win32 with Unicode enabled.
Brodie Thiesfield
2010-02-03
*
Reduce windows header includes in our own headers.
Nick Mathewson
2010-02-03
*
Try to untangle the logic in server_port_flush().
Nick Mathewson
2010-01-25
*
Call event_debug_unassign on internal events
Nick Mathewson
2010-01-25
*
Make it compile under gcc --std=c89.
Nick Mathewson
2010-01-23
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
*
Don't use a bind address for nameservers on loopback
Nick Mathewson
2010-01-20
*
Look at the proper /etc/hosts file on windows.
Nick Mathewson
2010-01-08
*
evdns_getaddrinfo() now supports the /etc/hosts file.
Nick Mathewson
2010-01-08
*
Eradicated the last free() call. Let mm_free() take care of deallocation.
Jardel Weyrich
2009-12-30
*
Make the initial nameserver probe timeout configurable.
Nick Mathewson
2009-12-29
*
Fix the code that allowed DNS options to not end with :
Nick Mathewson
2009-12-29
*
Fix a few locking issues on windows.
unknown
2009-12-21
*
Merge commit 'niels/dnscrash'
Nick Mathewson
2009-12-04
|
\
|
*
Fix a crash when reading badly formatted resolve.conf; from Yasuoka Masahiko
Yasuoka Masahiko
2009-12-04
*
|
Improved optional lock debugging.
Nick Mathewson
2009-11-27
*
|
Fix an evdns lock violation.
Zhuang Yuyao
2009-11-27
*
|
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
*
|
Revise the locking API: deprecate the old locking callbacks and add trylock.
Nick Mathewson
2009-11-27
|
/
*
Tolerate code that returns from a fatal_cb.
Nick Mathewson
2009-11-20
*
Fix compilation with threading disabled.
Nick Mathewson
2009-11-18
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
*
Remove the stupid brokenness where DNS option names needed to end with a
Nick Mathewson
2009-11-16
*
Prefer calloc(a,b) to malloc(a*b). via openbsd.
Nick Mathewson
2009-11-15
*
Use arc4random() for dns transaction ids where available. Patch taken from O...
Nick Mathewson
2009-11-15
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Move the evdns sample code into the sample directory and fix it not to use an...
Nick Mathewson
2009-11-05
*
Build fixes for MSVC
Nick Mathewson
2009-11-05
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
*
Fix some crash bugs when initializing evdns
Nick Mathewson
2009-10-14
*
Fix an annoying evdns crash bug, and add more unit tests for evdns.
Nick Mathewson
2009-08-03
*
Export sockaddr comparison functionality.
Nick Mathewson
2009-07-30
*
Export an ev_socklen_t.
Nick Mathewson
2009-07-30
[next]