aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-24Check for even more windows version flags, and note any we do not recognize.Nick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-10-07Win32 compilation/correctness fixes.Nick Mathewson
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-05Make windows platform detection smarter. {Untested.}Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-14Add a touch_file() function to compat so we can update cache mtimes.Nick Mathewson
2005-09-14Clean up a few warnings that make gcc twig out a bit.Nick Mathewson
2005-08-26put quotes around user-supplied strings so they are more likely toRoger Dingledine
2005-08-26add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine
2005-08-22Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson
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