aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
Commit message (Expand)AuthorAge
* Avoid a double-close on one failing case of the socketpair replacement codeNick Mathewson2013-09-03
* Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement codeNick Mathewson2013-08-06
* Define SEEK_SET for platforms that lack it.Nick Mathewson2013-06-13
* If we write the annotation but not the microdescriptor, rewind.Nick Mathewson2013-06-13
* Revert "Use the FILE_SHARE_DELETE flag for CreateFile on a mapping"Nick Mathewson2013-06-12
* Merge remote-tracking branch 'public/bug2077_share_delete' into maint-0.2.4Nick Mathewson2013-06-12
|\
| * Use the FILE_SHARE_DELETE flag for CreateFile on a mappingNick Mathewson2013-06-12
* | Merge remote-tracking branch 'public/bug8002' into maint-0.2.4Nick Mathewson2013-03-19
|\ \
| * | Check for CPUs more accurartely when ONLN != CONF.Nick Mathewson2013-02-19
* | | Fix another case of bug 8206; patch from flupzorNick Mathewson2013-03-18
* | | Check return values from fcntl and setsockoptNick Mathewson2013-03-18
|/ /
* | Fix numerous problems with Tor's weak RNG.Nick Mathewson2013-02-08
* | Rename *_isin to *_containsNick Mathewson2013-01-16
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \
| * | Remove an unused variable; part of mingw64 patch from yayoooNick Mathewson2012-11-02
| * | Compile (with warnings) with mingw64Nick Mathewson2012-11-02
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \ | |/ / |/| / | |/
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Rename configure.in to configure.acNick Mathewson2012-09-04
|/
* fix a compiler warning added in one of my XXX023 fixes.Nick Mathewson2012-06-15
* Refactor GETINFO process/descriptor-limitNick Mathewson2012-06-15
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Merge branch 'bug6097'Nick Mathewson2012-06-11
|\
| * Be more careful calling wcstombsNick Mathewson2012-06-07
* | typo noticed by "_raptor"Roger Dingledine2012-06-07
|/
* Merge remote-tracking branch 'public/getfilesize_64'Nick Mathewson2012-06-05
|\
| * Use GetFileSize correctly on win32Nick Mathewson2012-05-24
* | Resolve about 24 DOCDOCsNick Mathewson2012-06-05
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* | Resolve all currently pending DOCDOC items in masterNick Mathewson2012-06-04
* | Merge remote-tracking branch 'public/bug5089'Nick Mathewson2012-05-31
|\ \
| * | Have get_parent_directory() handle "/foo" and "/" correctly.Nick Mathewson2012-05-24
| |/
* | Merge remote-tracking branch 'public/close_file_mapping'Nick Mathewson2012-05-31
|\ \
| * | reindent CreateFile arguments.Nick Mathewson2012-05-31
| * | Close the windows file handle after CreateFileMapping; it isn't neededNick Mathewson2012-05-23
| |/
* | Merge remote-tracking branch 'linus/bug5355_ln'Nick Mathewson2012-05-31
|\ \
| * | Don't stomp on errno.Linus Nordberg2012-05-29
| * | Refactor new getcwd codeNick Mathewson2012-05-10
| * | Stop using MAX_PATH, it might not be definedSebastian Hahn2012-03-10
* | | Fix win32 compilation of 31eb73f88e8Nick Mathewson2012-05-14
* | | Cut down on the OS information we give.Nick Mathewson2012-05-11
* | | Merge remote-tracking branch 'public/bug5091'Nick Mathewson2012-05-11
|\ \ \
| * | | Fix tor_strtok_r_impl and test cases per bug #5091nils2012-03-30
| |/ /
* | | fix quad typo in commentsRoger Dingledine2012-05-07
* | | Fix bug 5762: detect missing accept4 that gives ENOSYSNick Mathewson2012-05-04
* | | Remove __ from HAVE_EXTERN_ENVIRON_DECLARED__Nick Mathewson2012-04-30
* | | Merge remote-tracking branch 'public/bug5112'Nick Mathewson2012-04-24
|\ \ \ | |/ / |/| |