index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
compat.c
Age
Commit message (
Expand
)
Author
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-24
Check for even more windows version flags, and note any we do not recognize.
Nick Mathewson
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-10-07
Win32 compilation/correctness fixes.
Nick Mathewson
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-10-05
Make windows platform detection smarter. {Untested.}
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-29
Add a bunch more warnings to out warning suite; resolve them; pack structs a ...
Nick Mathewson
2005-09-14
Add a touch_file() function to compat so we can update cache mtimes.
Nick Mathewson
2005-09-14
Clean up a few warnings that make gcc twig out a bit.
Nick Mathewson
2005-08-26
put quotes around user-supplied strings so they are more likely to
Roger Dingledine
2005-08-26
add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()
Roger Dingledine
2005-08-22
Fix bug with tor_memmem finding a match at the end of the string.
Nick Mathewson
2005-08-03
Fix compile failures on tor_gettimeofday() fix for windows
Nick Mathewson
2005-08-03
Probably broken attempt to improve tor_gettimeofday granularity on windows.
Nick Mathewson
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-07-13
whitespace fixes
Nick Mathewson
2005-07-13
Fix windows compilation
Nick Mathewson
2005-06-30
Make errors retrievable from tor_socketpair; resolve bug 163.
Nick Mathewson
2005-06-27
Fix libc compilation
Nick Mathewson
2005-06-27
Compile on win32
Nick Mathewson
2005-06-26
note a bug in our tor_socketpair implementation
Roger Dingledine
2005-06-18
fix typo
Roger Dingledine
2005-06-18
Add a tor_memmem function
Nick Mathewson
2005-06-12
a bit more cleanup
Roger Dingledine
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-07
Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostname
Nick Mathewson
2005-05-02
fix a comment
Roger Dingledine
2005-04-06
Stop putting nodename in the Platform string of server descriptors.
Roger Dingledine
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-28
remember some thoughts about using WSAStartup to learn
Roger Dingledine
2005-03-14
Fix some more obscure compiler warnings
Nick Mathewson
2005-03-14
Renormalize whitespace
Nick Mathewson
2005-02-22
Forward-port the trick to bump up ConnLimit as far as it can
Roger Dingledine
2005-02-22
But on windows, localtime and gmtime _are_ threadsafe.
Nick Mathewson
2005-02-22
Patch to localtime/gmtime handling: use the _r variants where available. Use...
Nick Mathewson
2005-02-22
remove spurious semicolons
Nick Mathewson
2005-02-22
Snarf some logic from python, adapted to our own needs, to handle gethostbyna...
Nick Mathewson
2005-02-22
Fix windows build: do not spuriously include openssl where not needed; handle...
Nick Mathewson
2005-02-13
Tell openssl how to use locks and how to find thread ids -- this may prevent ...
Nick Mathewson
2005-02-03
Handle return value from getaddrinfo properly
Nick Mathewson
2005-02-03
Use getaddrinfo and gethostbyname_r where available. Note that these are not...
Nick Mathewson
2005-02-03
Forward-port SGI Compatibility patches from Jan Schaumann
Nick Mathewson
2005-02-03
http://www.erlenstar.demon.co.uk/unix/faq_2.html says we
Roger Dingledine
2005-01-27
Add rudimentary pthread support that needs more testing.
Nick Mathewson
2005-01-20
Compilation fixes for win32 version detection.
Nick Mathewson
2005-01-19
Detect windows platform correctly
Nick Mathewson
2005-01-12
Make Tor use Niels Provos's libevent instead of it's current
Nick Mathewson
[next]