summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
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-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
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-07-01Fix insanely large stack_allocation in log_credential_statusNick Mathewson
2011-06-22Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-22Fix minor comment issuesRobert Ransom
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Fix up some comment issues spotted by rransomNick Mathewson
2011-05-15Add a function to pull off the final component of a pathNick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson