Commits on Source
24386
e13e9c40
Never emit the "opt" prefix in any directory stuff
Jun 28, 2012
c1bd1041
Detect bug 6252 (unexpected sendme cell)
Jul 18, 2012
393944df
Have the bug6252 commit message reflect its on-again/off-again status
Jul 18, 2012
5ade2786
Check ewma_enabled before doing circ-has-become-inactive check
Jul 18, 2012
2503cfad
Allow microdescs to be up to 2k. Partial fix for 6404.
Jul 31, 2012
7143d112
Don't include a router in an md consensus if we can't find a md for it.
Jul 31, 2012
063138e0
Warn at parse time for routerstatus entry missing a microdesc consensus
Jul 31, 2012
d3e1e458
Remove the upper limit on the size of MD we can generate.
Jul 31, 2012
2d6d5db2
Defensive programming: clear rs_out between iterations.
Aug 01, 2012
d3739222
Speak not the name of INT_MIN; it can upset older compilers
Aug 03, 2012
0ea3a3a7
forward-port the 0.2.3.20-rc changelog
Aug 07, 2012
91b52a25
Merge remote-tracking branch 'public/bug6252_again' into maint-0.2.3
Aug 09, 2012
0b211700
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 09, 2012
ca90aea5
Temporarily make spurious sendmes warn louder at arma's suggestion.
Aug 09, 2012
2a4a1496
Move to non-recursive make
Aug 09, 2012
e612179e
add subdir-objects to AUTOMAKE_OPTIONS, this builds object files in subdirs with non-recursive make
Aug 09, 2012
12aa5533
remove contrib/Makefile and contrib/suse/Makefile from configure.in
Aug 09, 2012
7bb04f11
fix dependencies for some generated files
Aug 09, 2012
8f466a1c
fix TESTS to include full path to src/test/test
Aug 09, 2012
2e80ae89
fix circular dependency for generating code digests
Aug 09, 2012
2606c8b2
Fix up make distcheck and greatly simplify docs dependencies (although it's still a bit odd)
Aug 09, 2012
301e24e4
fix up calling of config.status to generate docs
Aug 09, 2012
e106812a
Change smartlist_choose_node_by_bandwidth to avoid double
Aug 09, 2012
640a5168
Remove remaining timing-dependency in choosing nodes by bandwidth
Aug 09, 2012
50aecc68
Use a smarter fix for bug 1203.
Aug 09, 2012
9bfb274a
Refactor smartlist_choose_node_by_bandwidth to be less horrible.
Aug 09, 2012
07df4dd5
Refactor the core of choosing by weights into a function
Aug 09, 2012
dfe03d36
Don't infer we have a FooPort from the presence of a FooPort line
Aug 09, 2012
e1fb3b8d
Fix spaces from last patch
Aug 09, 2012
d993b044
Reject attempts to say FooPort and FooPort 0 in the same cfg domain
Aug 09, 2012
37d19fdf
forward-port the 0.2.2.38 changelog
Aug 13, 2012
f45cde05
Remove tor_malloc_roundup().
Aug 13, 2012
182f463b
oops: changes file for
f45cde05
Aug 13, 2012
c9d3e09c
Clarify the last changes message
Aug 13, 2012
a9eed331
Fix memory leak in dirvote_create_microdescriptor
Aug 14, 2012
a4fbfa81
Update description of what we did to upper limit on md size
Aug 14, 2012
cdd882ee
Check for stream_id, not conn, on extend cells.
Aug 15, 2012
959f8500
Raise the part of torrc mapaddress handling that knows wildcards
Aug 15, 2012
2ba52f40
Fix wildcarded address mappings from the control port
Aug 15, 2012
6a33c33a
Fix warnings and 64-bit problems in openbsd-malloc code
Aug 15, 2012
ec6a7eff
Bug 6475: Explicitly track our path bias state.
Aug 15, 2012
4e42a8a2
Address Nick's comments from code review.
Aug 16, 2012
b1c4b3ad
Make authorities not set Running unless all advertised OR ports are reachable.
Aug 17, 2012
f25e8d03
Merge remote-tracking branch 'public/bug6514' into maint-0.2.3
Aug 17, 2012
274e2817
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 17, 2012
3621f30a
Merge remote-tracking branch 'mikeperry/bug6475' into maint-0.2.3
Aug 17, 2012
a74d4182
Whitespace and build fixes on 6475 patch
Aug 17, 2012
a4669d87
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 17, 2012
676f7105
Merge remote-tracking branch 'public/bug6507' into maint-0.2.3
Aug 17, 2012
1728801b
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 17, 2012
e9172e51
Merge remote-tracking branch 'public/bug6244_part_c' into maint-0.2.3
Aug 17, 2012
eec86939
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 17, 2012
4c8fcba8
Fix more warnings from openbsd_malloc
Aug 17, 2012
97602c9d
Merge branch 'bug6379' into maint-0.2.3
Aug 17, 2012
851197f1
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 17, 2012
9ed87b37
Consider IPv6 OR ports when deciding whether a routerinfo change is cosmetic.
Aug 17, 2012
a9d56289
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 17, 2012
d9746bd4
Remove needless flush-on-write code.
Aug 17, 2012
63dfc1d9
Merge branch 'bug6468_squashed'
Aug 17, 2012
1c64f99a
Merge remote-tracking branch 'public/bug5124'
Aug 17, 2012
223e7cfa
When iterating over connections pending DNS, skip marked ones
Aug 17, 2012
88859b2f
whitespace fix
Aug 17, 2012
661bd3fe
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 17, 2012
5671586d
Make all relays, not only bridges, capable of advertising an IPv6 OR port.
Aug 19, 2012
9216e281
Send IPv6 address in NETINFO cells.
Aug 20, 2012
778d9012
Avoid spurious warnings in rend_service_introduce
Aug 21, 2012
d517233e
Merge remote-tracking branch 'linus/bug6621'
Aug 21, 2012
991a8acb
Merge remote-tracking branch 'public/bug6404' into maint-0.2.3
Aug 21, 2012
939d01f0
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 21, 2012
64676d05
Merge branch 'bug6638'
Aug 21, 2012
734b0908
Fetch IPv6 address from NETINFO "other OR's address" field.
Aug 21, 2012
5b0ed1e3
Remove
#6480
fix from 0.2.2.38 changelog - it was not included
Aug 22, 2012
0df149ff
s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/
Aug 23, 2012
8f60f70e
Replace man_MANS with nodist_man1_MANS
Aug 23, 2012
3f666649
Add missing dependency so the html.in files get built
Aug 23, 2012
6d703f8d
Make the _sha1.i file generation quieter
Aug 23, 2012
b67057a5
Make asciidoc generation quieter
Aug 23, 2012
0867479e
Add some attributes to make a2x quieter
Aug 23, 2012
3410a46e
Move ipv6_preferred from routerinfo_t to node_t.
Aug 23, 2012
880c7130
Disable path bias accounting if we have no guards.
Aug 23, 2012
4950618b
Bug 6475: Demote pathbias log messages for 0.2.3.x
Aug 23, 2012
e13abda4
Bug 6647: Use correct scale constant and prevent rounding error
Aug 23, 2012
5db37bca
We now need automake 1.9 or later
Aug 24, 2012
03ca9c63
Clarify docs on get_configured_bridge_by_*_digest
Aug 24, 2012
ca09ea0a
Make node_assert_ok less duplicatey
Aug 24, 2012
ce4add49
Merge remote-tracking branch 'public/bug6472' into maint-0.2.3
Aug 24, 2012
6864a44a
Merge remote-tracking branch 'origin/maint-0.2.3'
Aug 24, 2012
6f7dbd3d
Merge remote-tracking branch 'linus/bug6362'
Aug 27, 2012
b3b4f319
Merge remote-tracking branch 'linus/bug6364'
Aug 27, 2012
90d1c857
build: minimal adjustments to make out-of-tree build work
Aug 27, 2012
7638612f
Better fix to avoid loudness on mkdir -p
Aug 27, 2012
f1b33ce8
Update .gitignore with new autotools droppings from nonrecursive make
Aug 27, 2012
09d90b1b
Changes file for nonrecursive make branch
Aug 27, 2012
7795f42e
Merge branch 'bug6524_nm'
Aug 27, 2012
5898c09c
Fix whitespace
Aug 27, 2012
b7c172c9
Disable extending to private/internal addresses by default
Aug 27, 2012
62d96284
Do not assert when comparing a null address/port against a policy
Aug 27, 2012
45b520b6
Fix changes file for 6710: before 0.0.8pre1, you couldn't extend to
Aug 27, 2012
0c13547e
Bug 6647: Add changes file
Aug 27, 2012
0ccd57f0
and fix them here too
Aug 27, 2012
24,286 additional commits have been omitted to prevent performance issues.
Loading
Loading