Commits on Source
28332
9fe1c000
Allow generating documentation from asciidoc in the Makefile
Jan 27, 2010
2fc0c303
Convert the tor-gencert manpage to asciidoc
Jan 27, 2010
59a9908f
Convert the torify manpage to asciidoc
Jan 27, 2010
ce860d8e
Convert the tor-resolve manpage to asciidoc
Jan 27, 2010
a330cdc6
Convert the Tor manpage to asciidoc.
Jan 27, 2010
1a3f42d1
Fix a few typos in the manpage, and reword the DisableAllSwap entry
Jan 27, 2010
0c81d4c6
Make the asciidoc build process work from outside top_srcdir
Jan 27, 2010
e407c1ad
Add a comment explaining the doc build system
Jan 27, 2010
f1d1b2f2
Bump version to 0.2.2.8-alpha-dev
Jan 27, 2010
a379a0a4
Merge remote branch 'sebastian/manpage'
Jan 27, 2010
0d51a253
Fix ChangeLog entry for asciidoc branch.
Jan 27, 2010
2c0ad636
Stop shipping the design paper in the tarballs
Jan 27, 2010
ca148f72
Clean the man and html files with make (dist)clean
Jan 27, 2010
02889bae
Fix comments for getinfo_helper_t
Jan 27, 2010
380d0024
Proposal 169: Eliminate TLS renegotiation
Jan 28, 2010
c5380d60
The name for the proposal status of 151 is "finished", not "Implemented"
Jan 28, 2010
32c1863a
Fix building the tarball
Jan 28, 2010
e015fe8b
Make sure docdir is defined when making doc/
Jan 28, 2010
f75f7322
Clarify a paragraph in prop 169.
Jan 29, 2010
8d68e5c7
Decide whether to use SSL flags based on runtime OpenSSL version.
Jan 29, 2010
4905eaa3
Detect the correct versions of openssl for tls negotiation fix
Jan 29, 2010
1744e447
Decide whether to use SSL flags based on runtime OpenSSL version.
Jan 29, 2010
445e95b1
Merge commit 'origin/maint-0.2.1'
Jan 29, 2010
abd447f8
Revise OpenSSL fix to work with OpenSSL 1.0.0beta*
Jan 31, 2010
53144387
Merge remote branch 'origin/maint-0.2.1'
Jan 31, 2010
3a8ad7bf
add a2x intermediate files to gitignore
Jan 31, 2010
f6ff14a8
Link libssl and libcrypto in the right order.
Feb 02, 2010
1a2129e3
Merge remote branch 'origin/maint-0.2.1'
Feb 02, 2010
c7a2efb3
Add a changelog entry for fixing bug 1237.
Feb 02, 2010
03bd98b3
Don't assign Exit flag incorrectly
Feb 03, 2010
c54e33e4
New testcase for exit_policy_is_general_exit
Feb 03, 2010
b5b8d9e1
Another new test for exit_policy_is_general_exit()
Feb 03, 2010
ba0c9e5d
Trivial doc fix for exit_policy_is_general_exit_helper
Feb 03, 2010
7d5d4f9f
When we've disabled .exit hostnames, actually reject them.
Feb 03, 2010
82a5fbaf
New unit test, testing for b0red's exit policy
Feb 04, 2010
25ec240c
Call exit_policy_is_general_exit less
Feb 04, 2010
30b6fe6e
Another unit test for exit_policy_is_general_exit()
Feb 04, 2010
c10c7c9d
Fix building of RPMs. Patch by Erinn Clark.
Feb 06, 2010
dfee1732
lookup_last_hid_serv_request() could overflow and leak memory
Feb 07, 2010
080e8f50
Merge commit 'origin/maint-0.2.1'
Feb 07, 2010
a168cd2a
Don't use gethostbyname() in resolve_my_address()
Feb 08, 2010
b2b99a70
Don't spam controllers with TOO_MANY_CONNECTIONS events
Feb 08, 2010
20422cde
0/8 doesn't count as a /8 subnet towards an Exit flag
Feb 08, 2010
0e0c31b1
Fix the path to the exit-notice file in torrc.sample
Feb 08, 2010
01030a4d
Another unit test for exit_policy_is_general_exit()
Feb 09, 2010
1e49c908
Speed up the execution of exit_policy_is_general_exit_helper()
Feb 09, 2010
253fd21a
Fix a whitespace violation
Feb 09, 2010
c0d68268
Make tor_addr_copy() conform to memcpy requirements
Feb 09, 2010
d784eeca
Merge remote branch 'sebastian/exit-notice'
Feb 09, 2010
6dd71d31
Merge remote branch 'sebastian/bug1238'
Feb 09, 2010
a4065cd8
Merge remote branch 'sebastian/bug925'
Feb 09, 2010
a6a1b8b8
Merge remote branch 'origin/maint-0.2.1'
Feb 09, 2010
a4ef33a3
Add changelog for memcpy bug, with credit for "memcpyfail"
Feb 09, 2010
fe182755
Add Windows version detection for Vista and 7
Feb 10, 2010
dfbface3
clean up the documentation, break out sections for osx compiles.
Feb 11, 2010
ca2e4d20
updated win32 build instructions with new mingw and msys versions.
Feb 11, 2010
3a7e7f1b
Clean up whitespace
Feb 11, 2010
33f8dcae
prepare for 0.2.1.23
Feb 12, 2010
3e6a37e6
new dannenberg address; make moria2's demise official.
Feb 12, 2010
82bba906
Remove the --enable-debug option for configure, it didn't do anything.
Feb 13, 2010
79bdfb63
Remove the --enable-iphone option as needless.
Feb 12, 2010
c9a37815
give it a blurb, update the date
Feb 13, 2010
4e082ec8
Build correctly with Libevent 2.0.4-alpha and later
Feb 15, 2010
f164a76f
Remove legacy files from main source distribution
Feb 16, 2010
de0330b0
Merge commit 'sebastian/oldstuff'
Feb 16, 2010
7f3b85d1
fix the win32 build instructions for openssl.
Feb 17, 2010
0bd6cb31
add in the apple incantations to get tls renegotiation to work.
Feb 17, 2010
e861b3be
Even more conservative option-setting for SSL renegotiation.
Feb 17, 2010
c2c3a5a3
Fix compile
Feb 18, 2010
428c07ea
Add changelog for latest openssl fix
Feb 18, 2010
4a3bd153
Bump version to 0.2.1.23-dev
Feb 18, 2010
715f104e
Merge remote branch 'origin/maint-0.2.1'
Feb 18, 2010
8512e337
Add BUILDTIMEOUT_SET event for CBT stress testing.
Feb 18, 2010
ac68704f
Allow "EXTENDCIRCUIT 0" to omit a path.
Feb 18, 2010
f459388c
Add an event for a case where we drop guards.
Feb 18, 2010
2258125e
Move CBT params into consensus.
Feb 18, 2010
2b95d1c0
Describe the recent timeouts reallocation behavior.
Feb 18, 2010
54f1f2e5
Add changelog entry for CBT testing work.
Feb 18, 2010
2d95e029
Make more arguments in control.c properly case-insensitive.
Feb 18, 2010
061ffbd7
Future-proof the control protocol by ignoring unrecognized keyword args
Feb 18, 2010
408a828b
Make the DNSPort option work with libevent 2.x
Feb 19, 2010
391f75d7
Merge remote branch 'sebastian/bug1143'
Feb 19, 2010
0eb03bc6
Merge remote branch 'public/cbt-status'
Feb 20, 2010
60343209
fix typo and garbage grammar
Feb 21, 2010
a8a0542c
minor fixes in proposal 169
Feb 21, 2010
b9696b96
bump to 0.2.1.24
Feb 21, 2010
5e5bc872
put 0.2.1.24 in release notes too
Feb 21, 2010
5e8c6116
prepare for 0.2.2.9-alpha
Feb 22, 2010
eb842c00
Merge branch 'maint-0.2.1' into new
Feb 22, 2010
92546559
we deleted AUTHORS, so don't put it in the tarball
Feb 22, 2010
ee8b0893
we have two faqs for now
Feb 22, 2010
5aa9610d
network-status-version must come first in a vote/consensus
Feb 22, 2010
eeba8581
Update the osx dmg creation instructions
Feb 22, 2010
a7e0b2d6
Merge commit 'sebastian/osxinstructions'
Feb 22, 2010
e391a497
Remove some redundand code in control.c
Feb 22, 2010
dcf85eb1
Fix a memory leak, found by coverity
Feb 22, 2010
b65ad83e
Break early on unknown extendcircuit purpose
Feb 22, 2010
f5112fa4
Zero a cipher completely before freeing it
Feb 22, 2010
d4103043
Expand homedirs in paths passed to tor-checkkey
Feb 22, 2010
1dfbec48
Remove some redundant code in options_save_current()
Feb 22, 2010
28,232 additional commits have been omitted to prevent performance issues.
Loading
Loading