Nick Mathewson
|
7451de5d97
Loops work better when they terminate. Non-terminating loops are easier
|
21 years ago |
Nick Mathewson
|
fc4d15baf6
Hide smartlist internals
|
21 years ago |
Nick Mathewson
|
e8345bfced
refactor; start adding debugging logs to midpoint rend stuff
|
21 years ago |
Nick Mathewson
|
b32440a028
Implement hidserv_XX functions; there is still an XXX in directory_handle_command
|
21 years ago |
Nick Mathewson
|
93ab51e9ac
Make smartlist Do What Arma Expects.
|
21 years ago |
Nick Mathewson
|
96a86ef14d
Remove maximum-size field from smartlists
|
21 years ago |
Nick Mathewson
|
abcf3d9341
Make smartlists start small and grow as needed.
|
21 years ago |
Nick Mathewson
|
b69f5f3e1b
Add an autoconf test for whether unaligned int access is permitted.
|
21 years ago |
Nick Mathewson
|
0d8feba6d8
Add macros and functions to wrap memcpy/alignment logic.
|
21 years ago |
Roger Dingledine
|
d10fcc89ec
make uname() more likely to work on solaris
|
21 years ago |
Nick Mathewson
|
b0ef4e1143
Use strmap code for client DNS.
|
21 years ago |
Nick Mathewson
|
9199696182
Add some wrappers around SPLAY_* for the common map-from-string-to-X case.
|
21 years ago |
Roger Dingledine
|
df3f37b84f
getpid returns a pid_t. we all know that's an int. but solaris doesn't know.
|
21 years ago |
Roger Dingledine
|
c195f69058
isspace and friends take an int. solaris cares.
|
21 years ago |
Roger Dingledine
|
7648c6c0ea
define INADDR_NONE so we compile on solaris
|
21 years ago |
Nick Mathewson
|
971b002d93
Include strlcpy and strlcat where not available, so our string ops can be less error-prone.
|
21 years ago |
Roger Dingledine
|
6a2821a7ff
fix a byte order bug
|
21 years ago |
Roger Dingledine
|
f55ff5b8d2
teach us to recognize internal IPs
|
21 years ago |
Roger Dingledine
|
45a3f6b97c
more pesky tabs
|
21 years ago |
Nick Mathewson
|
976bacae94
Make all the other read/writes into recv/sends, except when they shouldn't be.
|
21 years ago |
Nick Mathewson
|
0e5a134709
Fix DOS line endings; autoconfize checks for strptime and inet_aton
|
21 years ago |
Nick Mathewson
|
2da54de968
Make tor build on windows again. More work still needed
|
21 years ago |
Roger Dingledine
|
08346f13f0
make parse_line_from_file fail rather than warn for malformed lines
|
22 years ago |
Roger Dingledine
|
5cf0b6224b
bugfix: stop trying to write to a stderr that may not be there
|
22 years ago |
Roger Dingledine
|
f202d38191
patch from vicman to publish less platform information
|
22 years ago |
Nick Mathewson
|
cacacfe2b1
Integrate new daemon code, adapted from submission by christian grothoff
|
22 years ago |
Roger Dingledine
|
eb730c41c8
clean tabs, trailing whitespace
|
22 years ago |
Nick Mathewson
|
4885e90490
Make compile warning-free on cygwin
|
22 years ago |
Roger Dingledine
|
3465c4dee4
make it compile
|
22 years ago |
Roger Dingledine
|
f4cb5d8c93
extend smartlist with _remove() and _subtract()
|
22 years ago |