aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
Commit message (Expand)AuthorAge
...
* r9371@totoro: nickm | 2006-11-21 10:59:28 -0500Nick Mathewson2006-11-21
* r9313@totoro: nickm | 2006-11-13 20:07:41 -0500Nick Mathewson2006-11-14
* Avoid assert failure when our cached-routers file is empty on startup.Roger Dingledine2006-11-12
* checkpoint some changes as i read diffsRoger Dingledine2006-10-20
* r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson2006-10-19
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson2006-09-29
* r8750@totoro: nickm | 2006-09-27 20:52:01 -0400Nick Mathewson2006-09-28
* Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)Nick Mathewson2006-09-19
* r9749@danube: weasel | 2006-09-14 06:53:12 +0200Peter Palfrader2006-09-14
* r8725@Kushana: nickm | 2006-09-06 04:39:29 -0400Nick Mathewson2006-09-06
* 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
* stop three memory leaks. nick, fix these if i'm wrong.Roger Dingledine2006-08-27
* r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400Nick Mathewson2006-08-16
* r7030@Kushana: nickm | 2006-08-04 14:46:52 -0700Nick Mathewson2006-08-05
* 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
* r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700Nick Mathewson2006-08-04
* r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson2006-08-04
* Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Fr...Nick Mathewson2006-07-09
* Actually enable mmap. That should improve matters.Nick Mathewson2006-06-28
* simplify code now that libevent considers all sockets pollable.Roger Dingledine2006-06-05
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* More DNS fixes. Send meaningful TTLs back to the client whenNick 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
* failing in a support function is a warn, not an err.Roger Dingledine2006-03-26
* Check return value from GetVersionEx (even though the MSDN example doesnt) an...Nick Mathewson2006-03-24
* Start the process of converting warn to log_warn and so on.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* and maybe some function documentation will help tooRoger Dingledine2006-02-09
* On systems that don't have getrlimit (like windows), we were artificiallyRoger Dingledine2006-01-23
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Check for even more windows version flags, and note any we do not recognize.Nick Mathewson2005-10-24
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* Win32 compilation/correctness fixes.Nick Mathewson2005-10-07
* Make doxygen marginally happierNick Mathewson2005-10-06
* Make windows platform detection smarter. {Untested.}Nick Mathewson2005-10-05
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Add a touch_file() function to compat so we can update cache mtimes.Nick Mathewson2005-09-14
* Clean up a few warnings that make gcc twig out a bit.Nick Mathewson2005-09-14
* put quotes around user-supplied strings so they are more likely toRoger Dingledine2005-08-26
* add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine2005-08-26
* Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson2005-08-22
* Fix compile failures on tor_gettimeofday() fix for windowsNick Mathewson2005-08-03
* Probably broken attempt to improve tor_gettimeofday granularity on windows.Nick Mathewson2005-08-03