index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
eventdns.c
Commit message (
Expand
)
Author
Age
*
Be more careful calling wcstombs
Nick Mathewson
2012-06-07
*
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
Nick Mathewson
2012-01-31
*
Rewrite comment at head of eventdns.c
Nick Mathewson
2011-11-09
*
Remove some duplicate includes
Andrea Gelmini
2011-11-03
*
Don't shadow parameters with local variables
Nick Mathewson
2011-07-01
*
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-30
|
\
|
*
Merge remote-tracking branch 'public/bug3270' into maint-0.2.2
Nick Mathewson
2011-05-30
|
|
\
|
|
*
Use a 64-bit type to hold sockets on win64.
Nick Mathewson
2011-05-23
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-28
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-05-28
|
|
\
\
|
|
*
\
Merge branch 'bug2574' into maint-0.2.1
Nick Mathewson
2011-05-28
|
|
|
\
\
|
|
|
*
|
Work correctly if your nameserver is ::1
Nick Mathewson
2011-05-23
*
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-28
|
\
|
|
|
|
|
*
|
|
|
Fix GCC 4.6's new -Wunused-but-set-variable warnings.
Nick Mathewson
2011-05-23
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023
Nick Mathewson
2011-05-11
|
\
|
|
|
|
*
|
|
Hand-tune the new tor_memcmp instances in 0.2.2
Nick Mathewson
2011-05-11
|
*
|
|
Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...
Nick Mathewson
2011-05-11
|
*
|
|
Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...
Nick Mathewson
2011-05-11
|
|
\
|
|
|
|
*
|
Hand-conversion and audit phase of memcmp transition
Nick Mathewson
2011-05-11
|
|
*
|
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
Nick Mathewson
2011-05-11
|
|
|
/
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-04-26
|
\
|
|
|
*
|
Merge remote-tracking branch 'public/bug2332' into maint-0.2.2
Nick Mathewson
2011-04-26
|
|
\
\
|
|
*
|
Make eventdns server functions const void* to match libevent
Nick Mathewson
2011-01-10
*
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-04-21
|
\
|
|
|
|
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-04-21
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix a bug in removing DNSPort requests from their circular list
Nick Mathewson
2011-04-21
*
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-04-07
|
\
|
|
|
|
*
|
|
Triage the XXX022 and XXX021 comments remaining in the code
Nick Mathewson
2011-03-25
|
|
|
/
|
|
/
|
*
|
|
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
|
\
|
|
|
*
|
Fix compile wanrings revealed by gcc 4.5 on mingw
Sebastian Hahn
2010-12-27
*
|
|
Open connection to DNS resolvers with CLOEXEC flag set
Steven Murdoch
2010-12-01
*
|
|
Initial work to set CLOEXEC on all possible fds
Nick Mathewson
2010-11-20
|
/
/
*
|
Consistency issues in load_windows_system_library patch. Thanks Sebastian
Nick Mathewson
2010-09-24
*
|
Use load_windows_system_library in place of LoadLibrary
Nick Mathewson
2010-09-21
*
|
Attempt to fix compilation on Windows
Sebastian Hahn
2010-09-19
*
|
Make the windows build succeed with or without -DUNICODE enabled.
Nick Mathewson
2010-08-20
*
|
Port Tor to work on Windows CE
valerino
2010-05-24
*
|
Try to untangle the logic in server_port_flush
Nick Mathewson
2010-01-25
*
|
Don't use OutboundBindAddress to connect to localhost
Nick Mathewson
2010-01-20
*
|
Include util.h and log.h as relative paths.
Nathan Freitas
2009-09-29
*
|
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-09-01
|
\
|
|
*
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-09-01
*
|
Switch over to tor_strtok_r instead of strtok_r.
Mike Perry
2009-08-09
*
|
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-06-30
|
\
|
|
*
Have eventdns set the "truncated" bit correctly.
Nick Mathewson
2009-06-30
*
|
Update Tor to use Libevent 2.0 APIs when available.
Nick Mathewson
2009-06-12
*
|
Merge commit 'origin/maint-0.2.1' into master.
Nick Mathewson
2009-05-25
|
\
|
|
*
Use tor_socket_strerror in eventdns.c. Fixes bug 987.
Nick Mathewson
2009-05-25
*
|
Improved bug-957 fix for 0.2.2.
Nick Mathewson
2009-05-22
|
/
*
Finish up the 0.2.1 version of the bug 957 fix.
Nick Mathewson
2009-05-22
[next]