summaryrefslogtreecommitdiff
path: root/src/common/compat.h
AgeCommit message (Expand)Author
2006-08-11 r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson
2006-08-05 r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700Nick Mathewson
2006-08-05 r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700Nick Mathewson
2006-08-04 r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson
2006-07-31 r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400Nick Mathewson
2006-07-21Another MSVC6 fix. Grnk.Nick Mathewson
2006-07-17MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson
2006-07-04minor fixesRoger Dingledine
2006-06-05simplify code now that libevent considers all sockets pollable.Roger Dingledine
2006-06-03Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r...Nick Mathewson
2006-05-28Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ...Nick Mathewson
2006-05-23Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ...Nick Mathewson
2006-03-17normalize whitespace.Nick Mathewson
2006-03-13Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson
2006-02-09Happy new year!Roger Dingledine
2006-02-03check for EADDRINUSE in a cross-platform way (unless i'm wrong)Roger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-07fix typo noticed by scrimblyRoger Dingledine
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-06Make doxygen marginally happierNick Mathewson
2005-09-14Add a touch_file() function to compat so we can update cache mtimes.Nick Mathewson
2005-09-10Use tor_listdir in test.c instead of duplicating ode.Nick Mathewson
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-07-23and a nearby defineRoger Dingledine
2005-07-23add parenthesis to U64_PRINTF_ARG macroNick Mathewson
2005-06-18Add a tor_memmem functionNick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-05-10Implement --disable-threadsNick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-14Fix some more obscure compiler warningsNick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-22Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-02-13Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson
2005-02-03Forward-port SGI Compatibility patches from Jan SchaumannNick Mathewson
2005-01-27Add rudimentary pthread support that needs more testing.Nick Mathewson
2005-01-22fwd-port win32 isprint fixNick Mathewson
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-03Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28connect() on win32 can do more things than we thought?Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-10Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson