Roger Dingledine
|
8aa0df56f6
Stop putting nodename in the Platform string of server descriptors.
|
před 19 roky |
Nick Mathewson
|
0e81265359
update copyright notices.
|
před 19 roky |
Roger Dingledine
|
80901fde69
remember some thoughts about using WSAStartup to learn
|
před 19 roky |
Nick Mathewson
|
0197b47ce9
Fix some more obscure compiler warnings
|
před 19 roky |
Nick Mathewson
|
97dad670ea
Renormalize whitespace
|
před 19 roky |
Roger Dingledine
|
55c3f15ed1
Forward-port the trick to bump up ConnLimit as far as it can
|
před 20 roky |
Nick Mathewson
|
d37f4dd8a9
But on windows, localtime and gmtime _are_ threadsafe.
|
před 20 roky |
Nick Mathewson
|
70c3580f81
Patch to localtime/gmtime handling: use the _r variants where available. Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled.
|
před 20 roky |
Nick Mathewson
|
bb53a0bddd
remove spurious semicolons
|
před 20 roky |
Nick Mathewson
|
d060f845f2
Snarf some logic from python, adapted to our own needs, to handle gethostbyname_r correctly across platforms.
|
před 20 roky |
Nick Mathewson
|
6bd81c9ee2
Fix windows build: do not spuriously include openssl where not needed; handle lack of gethostbyname_r properly.
|
před 20 roky |
Nick Mathewson
|
aac97a3c6a
Tell openssl how to use locks and how to find thread ids -- this may prevent race conditions surrounding the error queue.
|
před 20 roky |
Nick Mathewson
|
915202048e
Handle return value from getaddrinfo properly
|
před 20 roky |
Nick Mathewson
|
a035032f09
Use getaddrinfo and gethostbyname_r where available. Note that these are not necessarily threadsafe: this needs more thinking. Perhaps we should back down on this multithreading idea.
|
před 20 roky |
Nick Mathewson
|
e4b21c97f7
Forward-port SGI Compatibility patches from Jan Schaumann
|
před 20 roky |
Roger Dingledine
|
f3b74a2adb
http://www.erlenstar.demon.co.uk/unix/faq_2.html says we
|
před 20 roky |
Nick Mathewson
|
083b67cda5
Add rudimentary pthread support that needs more testing.
|
před 20 roky |
Nick Mathewson
|
29b6637a62
Compilation fixes for win32 version detection.
|
před 20 roky |
Nick Mathewson
|
f8c14bbf1f
Detect windows platform correctly
|
před 20 roky |
Nick Mathewson
|
324b192f68
Make Tor use Niels Provos's libevent instead of it's current
|
před 20 roky |
Nick Mathewson
|
b50263f740
More work on task #43: fix race conditions on multithreaded (win32) servers.
|
před 20 roky |
Roger Dingledine
|
cf17d0d29c
move network_init from or/main to common/compat
|
před 20 roky |
Nick Mathewson
|
c79c4200f4
Fix a bug in last patch; and keep my name out of the assert() call too.
|
před 20 roky |
Nick Mathewson
|
32978afa54
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
|
před 20 roky |
Roger Dingledine
|
2297c57ba5
note an improvement on our uname we might want to make one day
|
před 20 roky |
Nick Mathewson
|
a980446d0c
Be more proactive about noticing underflows: size_t values greater than 0x800...00 are likely to be trouble.
|
před 20 roky |
Nick Mathewson
|
41ba4575b3
Fix windows build.
|
před 20 roky |
Nick Mathewson
|
b457cfb5eb
Spell-check strings and comments
|
před 20 roky |
Nick Mathewson
|
6e88abf418
If we are using select, make sure we stay within FD_SETSIZE.
|
před 20 roky |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
před 20 roky |