Linus Nordberg
|
f998590e5b
Don't stomp on errno.
|
12 years ago |
Nick Mathewson
|
254504fc14
Have get_parent_directory() handle "/foo" and "/" correctly.
|
12 years ago |
Nick Mathewson
|
e7d34935fb
Use GetFileSize correctly on win32
|
12 years ago |
Nick Mathewson
|
ab1b81e838
Close the windows file handle after CreateFileMapping; it isn't needed
|
12 years ago |
Nick Mathewson
|
b6028b9e8b
Fix win32 compilation of 31eb73f88e8
|
12 years ago |
Nick Mathewson
|
a2f0e7a65b
Cut down on the OS information we give.
|
12 years ago |
Nick Mathewson
|
84ddc4b6aa
Merge remote-tracking branch 'public/bug5091'
|
12 years ago |
Nick Mathewson
|
57ed459b0d
Refactor new getcwd code
|
12 years ago |
Roger Dingledine
|
c648f9751f
fix quad typo in comments
|
12 years ago |
Nick Mathewson
|
a1538d607d
Fix bug 5762: detect missing accept4 that gives ENOSYS
|
12 years ago |
Nick Mathewson
|
c03a233faa
Remove __ from HAVE_EXTERN_ENVIRON_DECLARED__
|
12 years ago |
Nick Mathewson
|
6f5a74002a
Merge remote-tracking branch 'public/bug5112'
|
12 years ago |
nils
|
efb8a09f41
Fix tor_strtok_r_impl and test cases per bug #5091
|
12 years ago |
Sebastian Hahn
|
d916fc38b6
Stop using MAX_PATH, it might not be defined
|
12 years ago |
Sebastian Hahn
|
bc66878bde
Don't redeclare environ if std headers already did
|
12 years ago |
Sebastian Hahn
|
efb7b9dec1
Use _NSGetEnviron() instead of environ where required
|
12 years ago |
Nick Mathewson
|
077b9f19a4
If SOCK_CLOEXEC and friends fail, fall back to regular socket() calls
|
12 years ago |
Nick Mathewson
|
5cf9167f91
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
|
12 years ago |
Nick Mathewson
|
48424772aa
Actually enable the windows absolute-path code
|
12 years ago |
Nick Mathewson
|
26e789fbfd
Rename nonconformant identifiers.
|
13 years ago |
Nick Mathewson
|
dea0720dad
Warn if sizeof(tor_socket_t) != sizeof(SOCKET)
|
13 years ago |
Nick Mathewson
|
6e8c2a3e46
Use SOCKET_OK macros in even more places
|
13 years ago |
Nick Mathewson
|
9c29369a04
Convert instances of tor_malloc+tor_snprintf into tor_asprintf
|
13 years ago |
Sebastian Hahn
|
98959f63ac
Disallow disabling DisableDebuggerAttachment on runnning Tor
|
13 years ago |
Sebastian Hahn
|
5d9be49540
Fix a check-spaces violation in compat.c
|
13 years ago |
Kamran Riaz Khan
|
a1c1fc72d1
Prepend cwd for relative config file paths.
|
13 years ago |
Nick Mathewson
|
d9edee3a3b
Merge remote-tracking branch 'origin/maint-0.2.2'
|
13 years ago |
Nick Mathewson
|
2b5a035604
tor_accept_socket() should take tor_addr_t for listener arg
|
13 years ago |
Nick Mathewson
|
eaa3a379f0
Move disable-debugger-attachment fn to compat where it belongs. Fix whitespace
|
13 years ago |
Sebastian Hahn
|
46d69cb915
Fix compile warning in tor_inet_pton() (on 64bit)
|
13 years ago |