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
/
evdns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings on mingw with gcc 4.5
Nick Mathewson
2010-10-05
1
-3
/
+4
*
Merge remote branch 'github/signed_compare'
Nick Mathewson
2010-09-28
1
-2
/
+2
|
\
|
*
Fix all warnings in the main codebase flagged by -Wsigned-compare
Nick Mathewson
2010-09-23
1
-2
/
+2
*
|
Do not search outside of the system directory for windows DLLs
Nick Mathewson
2010-09-27
1
-1
/
+2
|
/
*
Merge remote branch 'github/win32_posix_underscore'
Nick Mathewson
2010-09-04
1
-6
/
+0
|
\
|
*
Use the _func() replacements for open, fstat, etc in evutil.c on win32
Nick Mathewson
2010-09-02
1
-6
/
+0
*
|
Expose a function to add a nameserver by sockaddr
Nick Mathewson
2010-09-03
1
-0
/
+12
|
/
*
Set close-on-exec bit for filedescriptors created by dns subsystem.
Nick Mathewson
2010-08-18
1
-0
/
+1
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Fix evdns build with -DUNICODE
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Constify a couple of arguments to evdns_server_request_add_*_reply
Nick Mathewson
2010-07-26
1
-4
/
+6
*
Replace (unused,always 0) is_tcp argument to evdns_add_server_port*() with flags
Nick Mathewson
2010-07-22
1
-5
/
+5
*
Stop asserting when asked for a (unsupported) TCP dns port. Just return NULL.
Nick Mathewson
2010-07-21
1
-1
/
+3
*
Use generic win32 interfaces, not ASCII-only ones, where possible.
Nick Mathewson
2010-05-24
1
-12
/
+12
*
If no evdns request can be launched, return NULL, not a handle
Nick Mathewson
2010-05-18
1
-4
/
+20
*
Make evdns logging threadsafe
Nick Mathewson
2010-04-23
1
-55
/
+44
*
Add a comment to explain why evdns_request is now separte from request
Nick Mathewson
2010-04-23
1
-2
/
+5
*
Assert for valid requests as necessary.
Christopher Davis
2010-04-22
1
-14
/
+38
*
Free search state when finished searching to avoid an infinite loop.
Christopher Davis
2010-04-21
1
-0
/
+1
*
Move domain search state to evdns_request.
Christopher Davis
2010-04-21
1
-43
/
+40
*
Ensure that evdns_request is a persistent handle.
Christopher Davis
2010-04-21
1
-82
/
+123
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
1
-6
/
+4
*
Free evdns_base->req_heads on evdns_base_free
Nick Mathewson
2010-03-13
1
-0
/
+2
*
Make evdns use the regular logging system by default
Nick Mathewson
2010-03-10
1
-7
/
+27
*
more whitespace normalization
Nick Mathewson
2010-03-05
1
-7
/
+7
*
Clean up formatting: function/keyword spacing consistency.
Nick Mathewson
2010-02-19
1
-3
/
+2
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-13
/
+13
*
Add an arc4random implementation for use by evdns
Nick Mathewson
2010-02-11
1
-123
/
+9
*
Remove the 'flags' argument from evdns_base_set_option()
Nick Mathewson
2010-02-05
1
-4
/
+4
*
Fix some additional -DUNICODE issues on win32.
Nick Mathewson
2010-02-03
1
-7
/
+7
*
Make Libevent 1.4.12 build on win32 with Unicode enabled.
Brodie Thiesfield
2010-02-03
1
-6
/
+6
*
Reduce windows header includes in our own headers.
Nick Mathewson
2010-02-03
1
-0
/
+2
*
Try to untangle the logic in server_port_flush().
Nick Mathewson
2010-01-25
1
-2
/
+5
*
Call event_debug_unassign on internal events
Nick Mathewson
2010-01-25
1
-6
/
+16
*
Make it compile under gcc --std=c89.
Nick Mathewson
2010-01-23
1
-2
/
+2
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
1
-2
/
+4
*
Don't use a bind address for nameservers on loopback
Nick Mathewson
2010-01-20
1
-1
/
+2
*
Look at the proper /etc/hosts file on windows.
Nick Mathewson
2010-01-08
1
-5
/
+38
*
evdns_getaddrinfo() now supports the /etc/hosts file.
Nick Mathewson
2010-01-08
1
-44
/
+236
*
Eradicated the last free() call. Let mm_free() take care of deallocation.
Jardel Weyrich
2009-12-30
1
-1
/
+1
*
Make the initial nameserver probe timeout configurable.
Nick Mathewson
2009-12-29
1
-11
/
+39
*
Fix the code that allowed DNS options to not end with :
Nick Mathewson
2009-12-29
1
-3
/
+9
*
Fix a few locking issues on windows.
unknown
2009-12-21
1
-1
/
+3
*
Merge commit 'niels/dnscrash'
Nick Mathewson
2009-12-04
1
-1
/
+2
|
\
|
*
Fix a crash when reading badly formatted resolve.conf; from Yasuoka Masahiko
Yasuoka Masahiko
2009-12-04
1
-1
/
+2
*
|
Improved optional lock debugging.
Nick Mathewson
2009-11-27
1
-18
/
+6
*
|
Fix an evdns lock violation.
Zhuang Yuyao
2009-11-27
1
-2
/
+4
*
|
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-3
/
+3
*
|
Revise the locking API: deprecate the old locking callbacks and add trylock.
Nick Mathewson
2009-11-27
1
-4
/
+4
|
/
*
Tolerate code that returns from a fatal_cb.
Nick Mathewson
2009-11-20
1
-3
/
+3
[next]