summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2006-08-27stop three memory leaks. nick, fix these if i'm wrong.Roger Dingledine
2006-08-16 r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400Nick Mathewson
2006-08-05 r7030@Kushana: nickm | 2006-08-04 14:46:52 -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 r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700Nick Mathewson
2006-08-04 r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson
2006-07-09Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Fr...Nick Mathewson
2006-06-28Actually enable mmap. That should improve matters.Nick Mathewson
2006-06-05simplify code now that libevent considers all sockets pollable.Roger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-06-03More DNS fixes. Send meaningful TTLs back to the client whenNick 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-26failing in a support function is a warn, not an err.Roger Dingledine
2006-03-24Check return value from GetVersionEx (even though the MSDN example doesnt) an...Nick Mathewson
2006-02-13Start the process of converting warn to log_warn and so on.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-09and maybe some function documentation will help tooRoger Dingledine
2006-01-23On systems that don't have getrlimit (like windows), we were artificiallyRoger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
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