aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
Commit message (Expand)AuthorAge
...
* | | 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
|\ \ \ | |/ / |/| |
| * | If SOCK_CLOEXEC and friends fail, fall back to regular socket() callsNick Mathewson2012-02-14
* | | Don't redeclare environ if std headers already didSebastian Hahn2012-02-19
* | | Use _NSGetEnviron() instead of environ where requiredSebastian Hahn2012-02-14
|/ /
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* | Actually enable the windows absolute-path codeNick Mathewson2012-01-31
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Warn if sizeof(tor_socket_t) != sizeof(SOCKET)Nick Mathewson2012-01-17
* | Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* | Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson2012-01-16
* | Disallow disabling DisableDebuggerAttachment on runnning TorSebastian Hahn2012-01-04
* | Fix a check-spaces violation in compat.cSebastian Hahn2011-12-30
* | Prepend cwd for relative config file paths.Kamran Riaz Khan2011-12-22
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-02
|\|
| * tor_accept_socket() should take tor_addr_t for listener argNick Mathewson2011-12-02
* | Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson2011-11-24
* | Fix compile warning in tor_inet_pton() (on 64bit)Sebastian Hahn2011-11-24
* | Minor tor_inet_pton bug fixesAnders Sundman2011-11-19