Roger Dingledine
|
fdc5751c60
bugfix: address that strcat vulnerability in circuit.c
|
21 年 前 |
Nick Mathewson
|
060d721554
UnDOSify CRLF->LF.
|
21 年 前 |
Nick Mathewson
|
9b4203266e
Make OP work on windows! (Also misc logging tweaks)
|
21 年 前 |
Nick Mathewson
|
c230132562
Fix some bugs in parse_time
|
21 年 前 |
Nick Mathewson
|
0e5a134709
Fix DOS line endings; autoconfize checks for strptime and inet_aton
|
21 年 前 |
Nick Mathewson
|
2da54de968
Make tor build on windows again. More work still needed
|
21 年 前 |
Roger Dingledine
|
30969421d3
stop troubling router operators with unapproved router connect attempts
|
21 年 前 |
Roger Dingledine
|
0ab367ed91
re-try streams at most 4 times
|
21 年 前 |
Nick Mathewson
|
1e5b7bc6f1
New, more flexible directory parsing backend. Uses a bit more RAM, but implements the new spec. Uses more RAM, but not so you would notice.
|
22 年 前 |
Roger Dingledine
|
89d9d80e76
Store options->Address as IP, not hostname
|
22 年 前 |
Roger Dingledine
|
4716d4d871
bugfix: only warn about an unrouter router after we've fetched a directory
|
22 年 前 |
Roger Dingledine
|
d3e9afda27
When it can't resolve any dirservers, it was useless from then on.
|
22 年 前 |
Roger Dingledine
|
0b27ae0c2d
if the default torrc isn't there, just use some default defaults
|
22 年 前 |
Nick Mathewson
|
72568d2620
Another case of the same.
|
22 年 前 |
Nick Mathewson
|
bab6c0a332
Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0
|
22 年 前 |
Roger Dingledine
|
46ffc5984d
best_support_idx is obsolete
|
22 年 前 |
Roger Dingledine
|
d081d1d061
make braces cleaner, bug still persists
|
22 年 前 |
Nick Mathewson
|
61756b5893
Fix router_compare_addr_to_exit_policy, and name its return codes. The bug was: "maybe reject,accept" should be "maybe", not "accept".
|
22 年 前 |
Roger Dingledine
|
1801bd7592
prevent picking middleman nodes as the last node in the circuit
|
22 年 前 |
Nick Mathewson
|
a81435c64e
Another related leak
|
22 年 前 |
Nick Mathewson
|
e4ad1f1629
Freeing twice does *not* make the heap twice as clean.
|
22 年 前 |
Nick Mathewson
|
88b579dd33
Fix a bug that might have caused the leak, but which might have been hiding other bugs.
|
22 年 前 |
Nick Mathewson
|
6c3f55526a
Fix possible (but unlikely) mem leak.
|
22 年 前 |
Roger Dingledine
|
7651b09c8a
finally locate the memory leak,
|
22 年 前 |
Roger Dingledine
|
b669b1d57c
oh, and make it compile
|
22 年 前 |
Roger Dingledine
|
5086300815
split the token bucket into 'rate' and 'burst' params
|
22 年 前 |
Roger Dingledine
|
a5e6ec244f
rename circ_id_t to uint16_t for code clarity
|
22 年 前 |
Roger Dingledine
|
6a19e64066
remove trailing whitespace
|
22 年 前 |
Nick Mathewson
|
4885e90490
Make compile warning-free on cygwin
|
22 年 前 |
Nick Mathewson
|
fb95d99f79
Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* .
|
22 年 前 |