aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
Commit message (Expand)AuthorAge
* 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
* | Fixed of-by-one error in tor_inet_ntopAnders Sundman2011-11-11
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-03
|\|
| * Looks like Windows version 6.2 will be Windows 8Sebastian Hahn2011-10-01
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-01
|\|
| * Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-07-01
| |\
| | * Fix insanely large stack_allocation in log_credential_statusNick Mathewson2011-07-01
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-22
|\| |
| * | Fix minor comment issuesRobert Ransom2011-06-22
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\| |
| * | Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\| |
| * | Fix up some comment issues spotted by rransomNick Mathewson2011-05-15
| * | Add a function to pull off the final component of a pathNick Mathewson2011-05-15
* | | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\| |
| * | Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\|
| | * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-05
|\| |
| * | Fix up some check-spaces issuesNick Mathewson2011-05-05
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-28
|\| |
| * | Correct the logic from f14754fbd for tor_gmtime_rJohn Brooks2011-04-28
| * | Detect and handle NULL returns from (gm/local)time_rNick Mathewson2011-04-28
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\| |
| * | Doxygen documentation for about 100 things that didn't have anyNick Mathewson2011-03-16
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\| |
| * | Windows has EACCES, not EACCESSSebastian Hahn2011-02-11
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-08
|\| |
| * | Locking failures on windows are indicated by EACCESSebastian Hahn2011-02-08
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Merge branch 'maint-0.2.2'Roger Dingledine2010-12-19
|\| |