summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-06-15fix a compiler warning added in one of my XXX023 fixes.Nick Mathewson
2012-06-15Refactor GETINFO process/descriptor-limitNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-11Merge branch 'bug6097'Nick Mathewson
2012-06-07typo noticed by "_raptor"Roger Dingledine
2012-06-07Be more careful calling wcstombsNick Mathewson
2012-06-05Merge remote-tracking branch 'public/getfilesize_64'Nick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-31Merge remote-tracking branch 'public/bug5089'Nick Mathewson
2012-05-31Merge remote-tracking branch 'public/close_file_mapping'Nick Mathewson
2012-05-31reindent CreateFile arguments.Nick Mathewson
2012-05-31Merge remote-tracking branch 'linus/bug5355_ln'Nick Mathewson
2012-05-29Don't stomp on errno.Linus Nordberg
2012-05-24Have get_parent_directory() handle "/foo" and "/" correctly.Nick Mathewson
2012-05-24Use GetFileSize correctly on win32Nick Mathewson
2012-05-23Close the windows file handle after CreateFileMapping; it isn't neededNick Mathewson
2012-05-14Fix win32 compilation of 31eb73f88e8Nick Mathewson
2012-05-11Cut down on the OS information we give.Nick Mathewson
2012-05-11Merge remote-tracking branch 'public/bug5091'Nick Mathewson
2012-05-10Refactor new getcwd codeNick Mathewson
2012-05-07fix quad typo in commentsRoger Dingledine
2012-05-04Fix bug 5762: detect missing accept4 that gives ENOSYSNick Mathewson
2012-04-30Remove __ from HAVE_EXTERN_ENVIRON_DECLARED__Nick Mathewson
2012-04-24Merge remote-tracking branch 'public/bug5112'Nick Mathewson
2012-03-30Fix tor_strtok_r_impl and test cases per bug #5091nils
2012-03-10Stop using MAX_PATH, it might not be definedSebastian Hahn
2012-02-19Don't redeclare environ if std headers already didSebastian Hahn
2012-02-14Use _NSGetEnviron() instead of environ where requiredSebastian Hahn
2012-02-14If SOCK_CLOEXEC and friends fail, fall back to regular socket() callsNick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-31Actually enable the windows absolute-path codeNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-17Warn if sizeof(tor_socket_t) != sizeof(SOCKET)Nick Mathewson
2012-01-17Use SOCKET_OK macros in even more placesNick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-04Disallow disabling DisableDebuggerAttachment on runnning TorSebastian Hahn
2011-12-30Fix a check-spaces violation in compat.cSebastian Hahn
2011-12-22Prepend cwd for relative config file paths.Kamran Riaz Khan
2011-12-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-02tor_accept_socket() should take tor_addr_t for listener argNick Mathewson
2011-11-24Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson
2011-11-24Fix compile warning in tor_inet_pton() (on 64bit)Sebastian Hahn
2011-11-19Minor tor_inet_pton bug fixesAnders Sundman
2011-11-11Fixed of-by-one error in tor_inet_ntopAnders Sundman
2011-10-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-01Looks like Windows version 6.2 will be Windows 8Sebastian Hahn