summaryrefslogtreecommitdiff
path: root/src/common/compat.h
AgeCommit message (Expand)Author
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-06-05Merge remote-tracking branch 'public/bug3894'Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-31Merge remote-tracking branch 'public/close_file_mapping'Nick Mathewson
2012-05-31Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-30Add __attribute__(format)s for our varargs printf/scanf wrappersNick Mathewson
2012-05-23Close the windows file handle after CreateFileMapping; it isn't neededNick Mathewson
2012-05-16Fix some more FreeBSD4 issues (based on a patch from grarpamp)Nick Mathewson
2012-05-14Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson
2012-05-14Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson
2012-02-14Use _NSGetEnviron() instead of environ where requiredSebastian Hahn
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Merge remote-tracking branch 'public/bug4533_part1'Nick Mathewson
2012-01-18Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-18Fix SOCKET_OK test on win64.Nick Mathewson
2012-01-17Use SOCKET_OK macros in even more placesNick Mathewson
2011-12-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-25Provide correct timeradd/timersup replacementsSebastian 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-25Merge remote-tracking branch 'sebastian/pure_removal'Nick Mathewson
2011-11-25Purge ATTR_PURE from the codeSebastian Hahn
2011-11-24Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson
2011-11-20Sockets are unsigned on windowsSebastian Hahn
2011-11-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-09Don't warn when compiling with --disable-threadsSebastian Hahn
2011-11-03Remove some duplicate includesAndrea Gelmini
2011-08-09Sockets are unsigned on windowsSebastian Hahn
2011-07-15Make WIN32_WINNT defines conditionalNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson
2011-05-23Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick 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-15Add a function to pull off the final component of a pathNick Mathewson
2011-05-10Fix comment typoRobert Ransom
2011-04-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-28Detect and handle NULL returns from (gm/local)time_rNick Mathewson
2011-03-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-30Implement replacements for timer(add,cmp,sub) on platforms lacking them.Nick Mathewson
2011-03-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Never include pthread.h when building for Windows.Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson