Commits on Source
27606
64fc64c9
remove old xxx-separate-streams-by-port.txt idea
Jul 22, 2010
6451519f
This change creates proposal 171: 171-separate-streams-by-port-or-host.txt
Aug 30, 2010
0ed8d5a5
allow countries and IP addresses in EntryNodes
Sep 29, 2010
45c51e32
Fix check-spaces
Sep 30, 2010
73def430
Use an upper and lower bound for bridge weights
Sep 30, 2010
0702429c
Note an XXX about potential overflow
Sep 30, 2010
5a19df1d
Add a changes file for the bug1912 fix
Sep 30, 2010
a6dc00fa
Start tor-fw-helper in the background, and log whatever it outputs
Sep 30, 2010
1779fee2
Turn select() usage in tor-fw-helper into a function.
Sep 30, 2010
2835dcf6
#if-out the fw-helper code in util.c when building on windows
Sep 30, 2010
d39e46c2
Merge remote branch 'origin/maint-0.2.2'
Sep 30, 2010
0e9d969b
Fix space and formatting issues
Sep 30, 2010
495e630a
Merge branch 'tor-fw-squashed2'
Sep 30, 2010
d2cca82b
Add 'compile' to .gitignore
Sep 30, 2010
d67bddde
Build the tor-fw-helper manpage
Sep 30, 2010
82641662
Add more tor-fw-helper files to gitignore
Sep 30, 2010
d62a2d6e
write up a changelog file
Sep 30, 2010
a3f488a8
bump to 0.2.2.17-alpha
Sep 30, 2010
fe940227
Merge branch 'maint-0.2.2'
Sep 30, 2010
951340f5
AUTHORS doesn't exist, so stop trying to cp it. Add 'sudo' to a mv that needs higher permissions.
Sep 30, 2010
18b1097f
Update rpm spec file so that it will build without manual intervention on all...
Sep 30, 2010
dadd9608
improve rpm init script by borrowing from Debian
Sep 30, 2010
28b55c92
Merge branch 'maint-0.2.2'
Sep 30, 2010
6008fcf8
Start idea xxx-automatic-node-promotion
Sep 30, 2010
b112ecbc
Change "server" to "relay", so as to match existing terminology
Sep 30, 2010
60d416a5
Note that we only can't handle automatic demotion. Users can always change their state manually.
Sep 30, 2010
d3d41153
Add some open questions, and mention Roger's idea about asking for consent via email
Sep 30, 2010
ac552473
Integrate more feedback from IRC
Sep 30, 2010
df3911de
In the migration plan, mention how to prevent overloading the bridge authority
Sep 30, 2010
2ba53aca
Add algorithm and rationale for performance measurement
Sep 30, 2010
60842424
Add comments from nickm and arma, from IRC
Sep 30, 2010
6de26d2b
give steven's everybody-a-bridge proposal a number
Sep 30, 2010
5b766913
renumber, clean whitespace
Sep 30, 2010
1b212065
Merge remote branch 'sebastian/fw-helper-manpage'
Sep 30, 2010
92640aa5
The build stuff for tor-fw-helper means we need automake 1.6 or later
Oct 01, 2010
8d87040e
Describe BridgeRelay and PublishServerDescriptor more correctly.
Sep 30, 2010
dd68c07d
retroactively declare the cbt fixes to be major
Oct 01, 2010
6e00877f
bump to 0.2.2.17-alpha-dev
Oct 01, 2010
a00d48b4
Merge branch 'maint-0.2.2'
Oct 01, 2010
6cb5383e
log when we guess our ip address, not just when we fail
Oct 01, 2010
734ba2f9
fix comment
Oct 01, 2010
165aaf56
Merge branch 'maint-0.2.2'
Oct 01, 2010
80b515b8
Initialize fd values in tor_port_check_forwarding to -1
Oct 01, 2010
fe309e7a
Implement a basic node and nodelist type
Oct 01, 2010
d84d20cb
Try to make most routerinfo_t interfaces const
Oct 01, 2010
6dd7f85b
Try to make most routerstatus_t interfaces const
Oct 01, 2010
26e89742
Initial conversion to use node_t throughout our codebase.
Oct 01, 2010
45f1e4d5
Rename routerstatus_t.is_running to is_flagged_running
Oct 01, 2010
f9ea242a
Implement node-based router family code
Oct 01, 2010
b5341314
Implement a few more node-based functions
Oct 01, 2010
42acef68
Fix a bug in smartlist_choose_node_by_bandwidth
Oct 01, 2010
1bb9734e
Implement policies for nodes (and for microdescriptors too)
Oct 01, 2010
b9f2ccbd
More debugging code for node_t branch
Oct 01, 2010
22f723e4
refactor all these tor_inet_ntoa idioms
Oct 01, 2010
8c5ba938
Make logging resolution configurable.
Oct 04, 2010
bad609ae
Update to the October 1 2010 Maxmind GeoLite Country database.
Oct 04, 2010
5a77c648
Fix issues in nickm's review of format_helper_exit_status for bug
#1903
Oct 04, 2010
69b4138c
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Oct 04, 2010
3e5ada6a
Merge remote branch 'origin/maint-0.2.2'
Oct 04, 2010
5eb3630f
Merge remote branch 'rransom/manpage-fixes' into maint-0.2.2
Oct 04, 2010
1fa50c77
Clarify PublishServerDescriptor even more
Oct 04, 2010
64535a40
Merge remote branch 'origin/maint-0.2.2'
Oct 04, 2010
068185ec
Fix several comments in tortls.c
Oct 04, 2010
c70d9d77
Correct a couple of log messages in tortls.c
Oct 04, 2010
1b8c8059
Correct a bogus comment.
Oct 04, 2010
4c71be65
Merge remote branch 'origin/maint-0.2.2'
Oct 04, 2010
89dffade
Add public_server_mode function.
Oct 04, 2010
d3879dbd
Refactor tor_tls_context_new:
Oct 04, 2010
9edd85aa
Switch an && to an ||, stop a *NULL.
Oct 04, 2010
4080d9b0
Fix a couple more node_t-related nullpointer bugs
Oct 04, 2010
99062c40
Spotted another missing check
Oct 05, 2010
17efbe03
Maintain separate server and client TLS contexts.
Oct 04, 2010
a2bb0bfd
Maintain separate server and client identity keys when appropriate.
Oct 04, 2010
34546e25
Fix a compile warning on OSX 10.6
Oct 07, 2010
3061a036
Unit tests for microdescriptor cache
Oct 07, 2010
ab5b11fb
Add a more verbose log message to try to catch bug #2022.
Oct 07, 2010
1dffefc9
Add more documentation to microdesc.c, plus another assert.
Oct 07, 2010
5bab9fe7
Actually add test_microdesc.c file.
Oct 07, 2010
c9dece14
Add some missing documentation for things added in nodes branch
Oct 07, 2010
d0f1f9ce
Remove a spurious .z from microdesc fetch URLs so they no logner end with .z.z
Oct 07, 2010
9fe3cd0b
Fix a crash bug when serving microdescs on a bufferevent.
Oct 07, 2010
708ba889
Note icky constructs mentioned in bug #1903
Oct 10, 2010
4d694c78
Fix nickm's comments on logging for bug #1903
Oct 10, 2010
23e9f362
Fix issues in nickm's review of log_from_pipe for bug #1903
Oct 10, 2010
8ee559bd
Add a unit test for fgets (currently fails)
Oct 10, 2010
68e576e9
Update documentation for tor_spawn_background
Oct 10, 2010
8a12ce2c
Add a unit test for tor_spawn_background
Oct 10, 2010
3d6e2830
Fix warnings with new versions of autoconf
Oct 11, 2010
45ce1f67
Merge remote branch 'origin/maint-0.2.2'
Oct 11, 2010
8f76f317
Make tor_sscanf handle %x
Oct 11, 2010
f7338d3b
Skip running fgets_eagain test until we fix it
Oct 11, 2010
544a8afe
Merge remote branch 'sjmurdoch/bug1903'
Oct 11, 2010
50d77ad4
Fix the new warnings during autogen.sh
Oct 11, 2010
f3d000f4
Fix MIPSpro and time_t signedness detection
Oct 11, 2010
4cfa6fba
Log OpenSSL errors coming from bufferevent_openssl
Oct 11, 2010
8ecb5abb
Add header for tor_tls_log_one_error
Oct 11, 2010
06eafb3f
Fix running unit tests from outside of the build directory (fixes bug #2051)
Oct 11, 2010
c1c74c51
Merge remote branch 'origin/maint-0.2.2'
Oct 12, 2010
a9172c87
Actually call connection_tls_finish_handshake() with bufferevents
Oct 12, 2010
fbacbf9f
Set OpenSSL 0.9.8l renegotiation flag early enough for bufferevents
Oct 12, 2010
27,506 additional commits have been omitted to prevent performance issues.
Loading
Loading