Peter Palfrader
|
0a0f5952e8
Tell people to wait for a bit before registering their server, so they can properly ensure it is working
|
19 years ago |
Nick Mathewson
|
39265dd72e
In my private little universe, terminals are still 80 columns. Impose a 160-character-per-line limit; this will creep down.
|
19 years ago |
Nick Mathewson
|
95e471c9a6
Normalize whitespace
|
19 years ago |
Nick Mathewson
|
33c4445846
For some bizarre reason, MSVC does not implement GCC extensions. Who would have thought?
|
19 years ago |
Nick Mathewson
|
a1bcdb2f76
util.c:1308: error: conflicting types for "is_internal_IP"
|
19 years ago |
Roger Dingledine
|
a438f2abcd
let the user configure a sockslistenaddress on other private IPs
|
19 years ago |
Roger Dingledine
|
c0a6e2232c
let is_internal_IP() know whether you're asking about an IP
|
19 years ago |
Nick Mathewson
|
d57029ffe8
Make code to handle "private" alias work when assume_action is set.
|
19 years ago |
Roger Dingledine
|
029d2befc1
The more I punctuate,, the better my documentation is..
|
19 years ago |
Roger Dingledine
|
1974e6c529
make it clearer in the docs what to expect when testing reachability.
|
19 years ago |
Roger Dingledine
|
8730190914
when we're checking reachability, make it clearer in the logs
|
19 years ago |
Roger Dingledine
|
d3dcea08af
remove a redundant memcpy when extending to a new server
|
19 years ago |
Nick Mathewson
|
338f23114f
Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.
|
19 years ago |
Nick Mathewson
|
2d585941b8
Release memory from conn_circid_circuit_map on exit.
|
19 years ago |
Nick Mathewson
|
1b770817c0
Add private:* as an alias in configuration for policies.
|
19 years ago |
Nick Mathewson
|
4bab064061
Mark item completed
|
19 years ago |
Nick Mathewson
|
898968b3ac
Warn when binding to a public address for socks. This warning needs to be improved. Also, make options_validate() only warn when an option is changed to a bad value.. (Previously, it warned when an option was bad and any option was changed.)
|
19 years ago |
Nick Mathewson
|
b1ae5cc190
Note one TODO item as done, and another as more complex than anticipatd.
|
19 years ago |
Nick Mathewson
|
e9b66ec906
Document CREATE_FAST better in the code. Move our key expansion algorithm into a separate function in crypto.c
|
19 years ago |
Nick Mathewson
|
25303172b8
Specify CREATE_FAST more fully.
|
19 years ago |
Nick Mathewson
|
617f71e4ba
Whitespace normalization
|
19 years ago |
Nick Mathewson
|
cf5facf3e1
Do not free a constant string.
|
19 years ago |
Roger Dingledine
|
0a85bb5a1c
and remove it from the todo now
|
19 years ago |
Roger Dingledine
|
b80dc7c4f4
call the reachability testing stuff done.
|
19 years ago |
Nick Mathewson
|
f031ee8246
Make clients use CREATE_FAST cells. add an option to disable this.
|
19 years ago |
Nick Mathewson
|
666791f3f5
Fiddle 0.1.1.x TODO based on conversation with arma.
|
19 years ago |
Roger Dingledine
|
130d0e4d1d
fix typo noticed by scrimbly
|
19 years ago |
Roger Dingledine
|
4902ece698
what the heck is wrong with this little piece of code?
|
19 years ago |
Roger Dingledine
|
b0ffa34219
tell the controller about new .onion streams too.
|
19 years ago |
Roger Dingledine
|
871d4c9971
first cut at a 0.1.1.10-alpha changelog
|
19 years ago |