aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2005-08-03Fix compile failures on tor_gettimeofday() fix for windowsNick Mathewson
2005-08-03Probably broken attempt to improve tor_gettimeofday granularity on windows.Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-13whitespace fixesNick Mathewson
2005-07-13Fix windows compilationNick Mathewson
2005-06-30Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson
2005-06-27Fix libc compilationNick Mathewson
2005-06-27Compile on win32Nick Mathewson
2005-06-26note a bug in our tor_socketpair implementationRoger Dingledine
2005-06-18fix typoRoger Dingledine
2005-06-18Add a tor_memmem functionNick Mathewson
2005-06-12a bit more cleanupRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-07Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostnameNick Mathewson
2005-05-02fix a commentRoger Dingledine
2005-04-06Stop putting nodename in the Platform string of server descriptors.Roger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-03-28remember some thoughts about using WSAStartup to learnRoger Dingledine
2005-03-14Fix some more obscure compiler warningsNick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-02-22Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine
2005-02-22But on windows, localtime and gmtime _are_ threadsafe.Nick Mathewson
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-02-22remove spurious semicolonsNick Mathewson
2005-02-22Snarf some logic from python, adapted to our own needs, to handle gethostbyna...Nick Mathewson
2005-02-22Fix windows build: do not spuriously include openssl where not needed; handle...Nick Mathewson
2005-02-13Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson
2005-02-03Handle return value from getaddrinfo properlyNick Mathewson
2005-02-03Use getaddrinfo and gethostbyname_r where available. Note that these are not...Nick Mathewson
2005-02-03Forward-port SGI Compatibility patches from Jan SchaumannNick Mathewson
2005-02-03http://www.erlenstar.demon.co.uk/unix/faq_2.html says weRoger Dingledine
2005-01-27Add rudimentary pthread support that needs more testing.Nick Mathewson
2005-01-20Compilation fixes for win32 version detection.Nick Mathewson
2005-01-19Detect windows platform correctlyNick Mathewson
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-03More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22Fix a bug in last patch; and keep my name out of the assert() call too.Nick Mathewson
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-12-07note an improvement on our uname we might want to make one dayRoger Dingledine
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson
2004-12-01Fix windows build.Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29fix integer underflow in tor_vsnprintf()Roger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-28Very oops. make windows nonblocking sockets nonblockingNick Mathewson