Commits on Source
24741
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
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
9df89aac
Close OR connections that send junk before AUTHORIZE/VERSIONS
Apr 27, 2012
57ed459b
Refactor new getcwd code
May 10, 2012
6757261e
Raise thresholds for declaring bootstrapping complete.
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
e3243ad5
Treat SW_SERVER_HELLO_B as another sign of an SSL handshake
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
2b6e91c2
Report EADDRNOTAVAIL and EADDRINUSE as RESOURCELIMIT
May 16, 2012
0bec9f32
Use %f, not %lf when formatting doubles
May 16, 2012
f35271bf
Fix some more FreeBSD4 issues (based on a patch from grarpamp)
May 16, 2012
5dc9acb5
Use a more helpful log message when we can't find a proxy.
May 18, 2012
a8a862c9
Ignore unknown lines from managed proxies.
May 18, 2012
153b9892
Extract data from DESTROY cell _after_ protocol violation checks.
May 18, 2012
c1da29e2
Merge remote-tracking branch 'asn/bug5646'
May 18, 2012
4c4dd505
Fix a hard-to-trigger memory leak in launch_resolve
May 18, 2012
466276fa
Merge remote-tracking branch 'asn/bug5602'
May 18, 2012
ec7fd08c
Fix the unittest breakage introduced by
a8a862c9
.
May 18, 2012
ab1b81e8
Close the windows file handle after CreateFileMapping; it isn't needed
May 23, 2012
5e805ff1
forward-port the 0.2.2.36 changelog
May 24, 2012
e7d34935
Use GetFileSize correctly on win32
May 24, 2012
2418bc95
New "GETINFO dormant" to report whether Tor has gone idle
May 24, 2012
0da40bba
Abort writing cached-microdescs if a failed write has occurred.
May 24, 2012
6b7c3b42
Change an assertion into a warning in connection_or_handle_event_cb()
May 24, 2012
281a5e46
Warn and ignore the MyFamily setting if BridgeRelay is also set
May 24, 2012
254504fc
Have get_parent_directory() handle "/foo" and "/" correctly.
May 24, 2012
9d41629a
Delay getsockname() call until after connect() is done
May 24, 2012
2f0c0f92
Fix minor typo in warning printout.
May 29, 2012
f998590e
Don't stomp on errno.
May 29, 2012
9e53cdca
Merge remote-tracking branch 'public/bug5916'
May 30, 2012
bf16e167
Fix a typo in changes/bug5916
May 30, 2012
a5a82968
Fix clang 3.1 compile warning in crypto.c
May 30, 2012
e2848946
Add __attribute__(format)s for our varargs printf/scanf wrappers
May 30, 2012
711e4b42
Merge remote-tracking branch 'linus/bug4369'
May 30, 2012
37f42c2f
Merge remote-tracking branch 'public/bug5954'
May 30, 2012
d7e47777
Add a little documentation for the bug5604 fix
May 30, 2012
fe68a80f
Merge branch 'bug5604'
May 30, 2012
3a9351b5
Fix more clang format-nonliteral warnings (bug 5969)
May 30, 2012
ffc21b65
Merge remote-tracking branch 'origin/maint-0.2.2'
May 31, 2012
32d6acad
Merge remote-tracking branch 'public/bug3196'
May 31, 2012
c074562a
Remove spurioius return in one out of four if-else clauses.
May 31, 2012
0ed963e7
Remove unexpected "unexpectedly".
May 31, 2012
11bf5585
Merge remote-tracking branch 'public/bug2954_more'
May 31, 2012
155543d2
Merge remote-tracking branch 'public/bug1938'
May 31, 2012
f1aae123
Merge remote-tracking branch 'linus/bug5355_ln'
May 31, 2012
2e58882b
reindent CreateFile arguments.
May 31, 2012
0e207f9a
Merge remote-tracking branch 'public/close_file_mapping'
May 31, 2012
fc5d960f
Merge remote-tracking branch 'public/bug5541_v2'
May 31, 2012
d1bbd84a
Merge remote-tracking branch 'linus/bug4873_ln'
May 31, 2012
fc084227
Merge remote-tracking branch 'public/bug5374'
May 31, 2012
b86c562d
A few more get_parent_directory tests.
May 31, 2012
dff73d26
Merge remote-tracking branch 'public/bug5089'
May 31, 2012
834654f1
Make all begindir or one-hop circuits internal
May 31, 2012
b7e863c0
add changes file for bug 5283
May 31, 2012
0cbe3ff3
Merge remote-tracking branch 'origin/maint-0.2.2'
May 31, 2012
1e95a4a1
Improve conflict resolution when adding new bridges.
Jun 03, 2012
841a8d55
Work around a bug in OpenSSL 1.0.1's TLS 1.1 and TLS 1.2 support
Jun 02, 2012
f4db3e26
clarify that LongLivedPorts is for hidden services too
Jun 03, 2012
75b72bf6
Fix build warning on Lenny about strtok_r unit test
Jun 04, 2012
af54a018
Kill non-open OR connections with any data on their inbufs.
Jun 04, 2012
6d85a796
Merge remote-tracking branch 'public/bug6033' into maint-0.2.2
Jun 04, 2012
329e1c65
Merge remote-tracking branch 'origin/maint-0.2.2'
Jun 04, 2012
491dc3a6
Merge remote-tracking branch 'public/bug6007_strict_squashed' into maint-0.2.2
Jun 04, 2012
41e8bee1
Merge origin/maint-0.2.2 for 6007_strict
Jun 04, 2012
b2be6c7f
Document the new exit_source_out argument to addressmap_rewrite
Jun 04, 2012
f68c0426
Resolve all currently pending DOCDOC items in master
Jun 04, 2012
361260ff
Resolve some markup complaints from doxygen
Jun 04, 2012
b353cd7e
Update the "redox" doxygen/DOCDOC postprocessing script
Jun 04, 2012
173b18c7
Add about 60 more DOCDOC comments to 0.2.3
Jun 04, 2012
0fa107a6
Update copyright dates to 2012; add a few missing copyright statements
Jun 04, 2012
064e7c19
Missing copyright/license statement for procmon.c
Jun 04, 2012
913067f7
Resolve about 24 DOCDOCs
Jun 05, 2012
20d6f787
Fix "make check-spaces" issues
Jun 05, 2012
c19a2ff6
Merge remote-tracking branch 'public/bug4710'
Jun 05, 2012
1ce0c5eb
Merge remote-tracking branch 'public/bug4657'
Jun 05, 2012
981e896d
Disable (Cell,DirReq,Entry,ExitPort)Statistics on bridges
Jun 05, 2012
b4bd4964
Merge remote-tracking branch 'public/format_doubles'
Jun 05, 2012
7f45ea5c
Merge remote-tracking branch 'public/bug3894'
Jun 05, 2012
38642a93
Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_sockaddr
Jun 05, 2012
2468a1bd
Revert "Disable (Cell,DirReq,Entry,ExitPort)Statistics on bridges"
Jun 05, 2012
b482c870
Fix some mingw build warnings
Jun 05, 2012
d09a3ecd
Merge remote-tracking branch 'public/getfilesize_64'
Jun 05, 2012
64167e17
Minor changes to bug5603
Jun 05, 2012
7cad2e73
Changes file for bug 5603
Jun 05, 2012
7b2afb61
Merge branch 'bug5603'
Jun 05, 2012
85a98b05
start folding in the changes files
Jun 05, 2012
80b2308a
today is the day for 0.2.3.16-alpha
Jun 05, 2012
e94606a7
add a blurb for 0.2.3.16-alpha
Jun 05, 2012
24,641 additional commits have been omitted to prevent performance issues.
Loading
Loading