Robert Ransom
|
38609f1354
Fix comment typo
|
12 gadi atpakaļ |
Nick Mathewson
|
f8a665c87d
Merge remote-tracking branch 'origin/maint-0.2.3'
|
12 gadi atpakaļ |
Nick Mathewson
|
5833861f62
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
|
12 gadi atpakaļ |
Nick Mathewson
|
973c18bf0e
Fix assertion failure in tor_timegm.
|
12 gadi atpakaļ |
Nick Mathewson
|
5d679caa32
Fix warning when implicitly casting strlen(microdesc) to int
|
12 gadi atpakaļ |
Linus Nordberg
|
0770e4ccdb
Whitespace fixes.
|
12 gadi atpakaļ |
Linus Nordberg
|
8ef395d6a9
Whitespace.
|
12 gadi atpakaļ |
Linus Nordberg
|
b337aa4c0e
Remove spurious debug log printout.
|
12 gadi atpakaļ |
Linus Nordberg
|
585ef06978
Add tor_addr_port_new().
|
12 gadi atpakaļ |
Linus Nordberg
|
68901da5a1
Generate microdescriptors with "a" lines.
|
12 gadi atpakaļ |
Linus Nordberg
|
156ffef249
Have directory authorities vote on IPv6 OR ports according to the spec
|
12 gadi atpakaļ |
Nick Mathewson
|
991a8acba2
Merge remote-tracking branch 'public/bug6404' into maint-0.2.3
|
12 gadi atpakaļ |
Nick Mathewson
|
a9eed33111
Fix memory leak in dirvote_create_microdescriptor
|
12 gadi atpakaļ |
Nick Mathewson
|
2d6d5db2fe
Defensive programming: clear rs_out between iterations.
|
12 gadi atpakaļ |
Nick Mathewson
|
d3e1e458e1
Remove the upper limit on the size of MD we can generate.
|
12 gadi atpakaļ |
Nick Mathewson
|
7143d112a6
Don't include a router in an md consensus if we can't find a md for it.
|
12 gadi atpakaļ |
Nick Mathewson
|
2503cfad24
Allow microdescs to be up to 2k. Partial fix for 6404.
|
12 gadi atpakaļ |
Nick Mathewson
|
7faf115dff
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
|
12 gadi atpakaļ |
Nick Mathewson
|
0fa107a6aa
Update copyright dates to 2012; add a few missing copyright statements
|
12 gadi atpakaļ |
Nick Mathewson
|
173b18c79b
Add about 60 more DOCDOC comments to 0.2.3
|
12 gadi atpakaļ |
Nick Mathewson
|
d9ba9f91d2
Detect out-of-bounds bwweightscale values early in the voting process
|
12 gadi atpakaļ |
Nick Mathewson
|
c8a0cceae2
Check more thoroughly for dups when parsing networkstatus parameters
|
12 gadi atpakaļ |
Nick Mathewson
|
26e789fbfd
Rename nonconformant identifiers.
|
13 gadi atpakaļ |
Nick Mathewson
|
cc02823d7f
Convert instances of tor_snprintf+strdup into tor_asprintf
|
13 gadi atpakaļ |
Nick Mathewson
|
edcc9981d8
Try to use smartlist_add_asprintf consistently
|
13 gadi atpakaļ |
Sebastian Hahn
|
6b9298ef72
Log which votes we still need to fetch
|
13 gadi atpakaļ |
Roger Dingledine
|
ecdea4eeaf
Merge branch 'maint-0.2.2'
|
13 gadi atpakaļ |
Roger Dingledine
|
04bf17c50c
nickname, not identity fingerprint, will help more
|
13 gadi atpakaļ |
Roger Dingledine
|
78e95b7b71
tell me who votes are actually for, not just where they're from
|
13 gadi atpakaļ |
Sebastian Hahn
|
e5e4bfd167
Implement consensus method 12 (proposal 178)
|
13 gadi atpakaļ |