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-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
2005-01-03
More work on task #43: fix race conditions on multithreaded (win32) servers.
Nick Mathewson
2004-12-22
move network_init from or/main to common/compat
Roger Dingledine
2004-12-22
Fix a bug in last patch; and keep my name out of the assert() call too.
Nick Mathewson
2004-12-22
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Nick Mathewson
2004-12-07
note an improvement on our uname we might want to make one day
Roger Dingledine
2004-12-02
Be more proactive about noticing underflows: size_t values greater than 0x800...
Nick Mathewson
2004-12-01
Fix windows build.
Nick Mathewson
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-12-01
If we are using select, make sure we stay within FD_SETSIZE.
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-29
fix integer underflow in tor_vsnprintf()
Roger Dingledine
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-28
Very oops. make windows nonblocking sockets nonblocking
Nick Mathewson
[next]