aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.h
Commit message (Expand)AuthorAge
* 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
* Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson2004-12-22
* Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson2004-12-08
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* connect() on win32 can do more things than we thought?Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson2004-11-20
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
* Twiddle header order to compile on OS X againNick Mathewson2004-11-04
* The spelling is "d-e-f-i-n-e".Nick Mathewson2004-11-03
* Add compatibility macros for printf and scanf-ing 64-bit unsigned intsNick Mathewson2004-11-02
* Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson2004-11-02
* Fix signed/unsigned comparison warningNick Mathewson2004-11-01
* Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson2004-11-01