aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.h
Commit message (Expand)AuthorAge
* Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)Nick Mathewson2006-09-19
* r8724@Kushana: nickm | 2006-09-06 04:32:28 -0400Nick Mathewson2006-09-06
* - made configure check if we are building for win32Mike Chiussi2006-09-06
* r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400Nick Mathewson2006-08-31
* r8691@Kushana: nickm | 2006-08-31 13:30:46 -0400Nick Mathewson2006-08-31
* r8682@Kushana: nickm | 2006-08-29 17:58:59 -0400Nick Mathewson2006-08-29
* r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400Nick Mathewson2006-08-28
* r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700Nick Mathewson2006-08-11
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
* r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700Nick Mathewson2006-08-05
* r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700Nick Mathewson2006-08-05
* r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson2006-08-04
* r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400Nick Mathewson2006-07-31
* Another MSVC6 fix. Grnk.Nick Mathewson2006-07-21
* MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson2006-07-17
* minor fixesRoger Dingledine2006-07-04
* simplify code now that libevent considers all sockets pollable.Roger Dingledine2006-06-05
* Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r...Nick Mathewson2006-06-03
* Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ...Nick Mathewson2006-05-28
* Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ...Nick Mathewson2006-05-23
* normalize whitespace.Nick Mathewson2006-03-17
* Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson2006-03-13
* Happy new year!Roger Dingledine2006-02-09
* check for EADDRINUSE in a cross-platform way (unless i'm wrong)Roger Dingledine2006-02-03
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* fix typo noticed by scrimblyRoger Dingledine2005-12-07
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Make doxygen marginally happierNick Mathewson2005-10-06
* Add a touch_file() function to compat so we can update cache mtimes.Nick Mathewson2005-09-14
* Use tor_listdir in test.c instead of duplicating ode.Nick Mathewson2005-09-10
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* and a nearby defineRoger Dingledine2005-07-23
* add parenthesis to U64_PRINTF_ARG macroNick Mathewson2005-07-23
* Add a tor_memmem functionNick Mathewson2005-06-18
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* Implement --disable-threadsNick Mathewson2005-05-10
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* update copyright notices.Nick Mathewson2005-04-01
* Fix some more obscure compiler warningsNick Mathewson2005-03-14
* Renormalize whitespaceNick Mathewson2005-03-14
* Implement more control spec functionalityNick Mathewson2005-02-25
* Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine2005-02-22
* Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson2005-02-22
* Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson2005-02-13
* Forward-port SGI Compatibility patches from Jan SchaumannNick Mathewson2005-02-03
* Add rudimentary pthread support that needs more testing.Nick Mathewson2005-01-27
* fwd-port win32 isprint fixNick Mathewson2005-01-22
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson2005-01-03
* move network_init from or/main to common/compatRoger Dingledine2004-12-22