Commits on Source
24830
44f6be46
let private tor networks more reliably handle hidden services
Sep 01, 2011
d916fc38
Stop using MAX_PATH, it might not be defined
Mar 10, 2012
db07aaf4
Script to generate ciphers.inc by Arturo
Mar 14, 2012
a6a905cc
Make get_mozilla_ciphers script a little more regexy and readable
Mar 14, 2012
092b9aca
Have get_mozilla_ciphers take sourcedirs as arguments
Mar 14, 2012
c5dca8f2
Try to make get_mozilla_ciphers output the right macros in the right order
Mar 14, 2012
c2ed9a29
get_mozilla_ciphers: output lowercase hex.
Mar 14, 2012
bd065760
get_mozilla_ciphers: look at ssl3con.c, not sslenum.c
Mar 14, 2012
62f3121a
fix for bug #5210: enable GCC and LD hardening by default
Mar 15, 2012
70c17134
Rate-limit the warnings as a client when asked to connect a private addr
Mar 28, 2012
433d7578
Reject SOCKS requests for "localhost" or ".local"
Mar 28, 2012
efb8a09f
Fix tor_strtok_r_impl and test cases per bug
#5091
Mar 30, 2012
5193752c
Exits don't need to fetch certs for unknown authorities
Mar 30, 2012
da6e0993
Generalize fmt_addr() to support IPv6 decorations.
Mar 31, 2012
fedf76a2
Introduce and use router_get_active_listener_port_by_type().
Mar 31, 2012
10232dc0
Pass OR address to PT proxy, even with IPv6 or ORListenAddress.
Mar 31, 2012
b03f90b5
Add changes file for
#4865
.
Mar 31, 2012
31ed10f6
Explain TransportProxy within doc/state-contents.txt.
Mar 31, 2012
dc60b5d6
Improve our documentation for the NT Service command line options
Apr 11, 2012
6d289860
Fix issues found by nickm.
Apr 12, 2012
074bf72a
If DisableNetwork, don't even try to open non-controller listeners
Apr 18, 2012
8f070ecb
When downloading bridge descs from a bridge authority, always be anonymous
Apr 27, 2012
7c8032c2
Bridges should never set the send_unencrypted flag on any of their descs
Apr 27, 2012
9df89aac
Close OR connections that send junk before AUTHORIZE/VERSIONS
Apr 27, 2012
f0212197
Only disable cert chaining on the first TLS handshake
Apr 27, 2012
6b4af107
Ignore [::] when building descriptors.
May 03, 2012
24731ce6
Update to the May 2012 GeoIP database.
May 07, 2012
9b344628
Handle out-of-range values in tor_parse_* integer functions
May 07, 2012
c8a0ccea
Check more thoroughly for dups when parsing networkstatus parameters
May 07, 2012
d9ba9f91
Detect out-of-bounds bwweightscale values early in the voting process
May 07, 2012
98a30daf
Fix a segfault in pt/protocol test
May 08, 2012
f6617473
Add missing CRLFs to AUTHCHALLENGE failure replies
May 10, 2012
5bbf04dc
Add changes/bug5760
May 10, 2012
8c09923f
Merge remote-tracking branch 'origin/maint-0.2.2'
May 10, 2012
e30a4311
Merge remote-tracking branch 'linus/bug5146'
May 10, 2012
57ed459b
Refactor new getcwd code
May 10, 2012
1cf970c3
Merge remote-tracking branch 'asn/bug5540'
May 10, 2012
79c4c819
Merge branch 'bug5786_range_022' into maint-0.2.2
May 10, 2012
c78a4268
Merge remote-tracking branch 'origin/maint-0.2.2'
May 10, 2012
0b1a3348
Merge branch 'bug5786'
May 10, 2012
62f8e392
Merge remote-tracking branch 'public/bug4591'
May 10, 2012
02a65078
Fix O(n^2) performance when parsing a big pile of extrainfos
May 10, 2012
436654ee
fix over-wide line from
f6617473
May 10, 2012
648db9a4
Merge branch 'maint-0.2.2'
May 10, 2012
84ddc4b6
Merge remote-tracking branch 'public/bug5091'
May 11, 2012
e0655708
Merge remote-tracking branch 'asn/bug4865_take2'
May 11, 2012
6757261e
Raise thresholds for declaring bootstrapping complete.
May 11, 2012
0888c2f8
When no usable exit satisfies a predicted port, stop predicting it.
May 11, 2012
4bac2233
Fix a couple of wide lines
May 11, 2012
e36cd016
Try to manually test for whether the compiler hardening flags work
May 11, 2012
e6dbe693
Make the option-checker code work with osx clang
May 11, 2012
35d08e30
An attempt at bug3940 and making AllowDotExit 0 work with MapAddress
May 11, 2012
a2f0e7a6
Cut down on the OS information we give.
May 11, 2012
31eb73f8
Do not publish the "git-XXX" tag in server descriptors
May 11, 2012
b6028b9e
Fix win32 compilation of
31eb73f8
May 14, 2012
c5e87ef2
We do not need to define _WIN32 by hand; MSVC does that for us
May 14, 2012
67690307
Add some MSVC stuff to gitignore
May 14, 2012
f1fca8aa
Remove the unused torrc.bridge.in. Bug 5622.
May 14, 2012
02d206a5
Be a good git person: store nmakefiles in correct text fmt
May 14, 2012
7134be06
MSVC build issue: add magic to make openssl headers in aes.c work
May 14, 2012
757725ff
MSVC build issue: we use INLINE as the one that will magically work
May 14, 2012
43e15300
MSVC build issue: make 'const' in declaration match 'const' in definition
May 14, 2012
d8de8319
MSVC build issue: it can't tell that tor_assert(0) aborts.
May 14, 2012
ee1b8196
Add a changes file for the misc bug5859 build issues
May 14, 2012
9ffccb3f
Remove all instances of WIN32_WINNT (without leading _)
May 14, 2012
21e32619
Bump _WIN32_WINNT to 0x0501 throughout the code
May 14, 2012
57359b53
Fix desc stats on bridge authorities that didn't serve anything.
May 15, 2012
e3716598
Assert that rep_hist_format_desc_stats() returns !NULL.
May 15, 2012
fd71fe78
Rename changes file.
May 15, 2012
ad61282f
Clarify changes file regarding which bugs get fixed.
May 15, 2012
009453f9
Merge remote-tracking branch 'linus/task-5891'
May 15, 2012
0be946c6
Merge remote-tracking branch 'karsten/geoip-may2012' into maint-0.2.2
May 15, 2012
92cba634
Merge remote-tracking branch 'origin/maint-0.2.2'
May 15, 2012
f2a6eedd
Fix a crash bug on SETCIRCUITPURPOSE.
May 15, 2012
5905a0b2
Merge branch 'bug5796_022_squashed' into maint-0.2.2
May 15, 2012
521cb581
Merge remote-tracking branch 'origin/maint-0.2.2'
May 15, 2012
e3243ad5
Treat SW_SERVER_HELLO_B as another sign of an SSL handshake
May 15, 2012
8e077982
Clarify MaxCircuitDirtiness behavior with hidden services. Bug 5259.
May 15, 2012
1150b6b4
Merge remote-tracking branch 'origin/maint-0.2.2'
May 15, 2012
edf0d5b1
Prevent an (impossible) null-pointer dereference in connection_edge_process_relay_cell
May 15, 2012
89c16890
Change our ciphersuite list to match ff8
May 15, 2012
d5ccaa6e
Merge branch 'win32_winnt'
May 16, 2012
d9ceab5b
Fix some remaining nmake/msvc build issues
May 16, 2012
b41dd806
When ReloadTorrcOnSIGHUP=1, do non-reload activities anyway
May 16, 2012
891cf72f
Merge branch 'bug5095_squashed'
May 16, 2012
ee246bbe
Merge remote-tracking branch 'public/bug3296'
May 16, 2012
3ed4c5dc
Correct the bulletproofing of routerlist_insert()
May 16, 2012
a3046fd5
Merge remote-tracking branch 'origin/maint-0.2.2'
May 16, 2012
a925fc91
Merge remote-tracking branch 'public/bug2822'
May 16, 2012
517b9c60
Merge remote-tracking branch 'public/bug2297'
May 16, 2012
a6cb07bd
Correct documentation for remove_obsolete_entry_guards.
May 16, 2012
f89de0a7
Remove over-two-months-old entry guards even while running.
May 16, 2012
2cdd631f
Merge branch 'bug5380'
May 16, 2012
82ce43a7
Merge remote-tracking branch 'public/bug3964'
May 16, 2012
2888644a
In connection_ap_handshake_process_socks(), mark the socks request as finished...
May 16, 2012
70ffd3bc
Add changes file for bug 4108
May 16, 2012
3f55b763
Merge remote-tracking branch 'public/bug5139'
May 16, 2012
d0d9c3d7
Fix parse_http_time and add tests
May 16, 2012
1abe533b
Reject an additional type of bad date in parse_http_time
May 16, 2012
7ae798ac
changes file for branch bug5346
May 16, 2012
24,730 additional commits have been omitted to prevent performance issues.
Loading
Loading