index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
...
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-01-18
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix SOCKET_OK test on win64.
Nick Mathewson
2012-01-18
*
|
Convert instances of tor_malloc+tor_snprintf into tor_asprintf
Nick Mathewson
2012-01-16
*
|
Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintf
Nick Mathewson
2012-01-16
*
|
Make openssl 0.9.8l log message accurate
Nick Mathewson
2012-01-11
*
|
Merge branch 'feature3457-v4-nm-squashed'
Nick Mathewson
2012-01-11
|
\
\
|
*
|
Use spaceless ISO8601 time format, not sec,usec.
Nick Mathewson
2012-01-11
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-01-11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2012-01-11
|
|
\
\
|
|
*
|
Fix a compilation warning for our bug4822 fix on 64-bit linux
Nick Mathewson
2012-01-11
*
|
|
|
Merge remote-tracking branch 'public/bug4650_nm_squashed'
Nick Mathewson
2012-01-10
|
\
\
\
\
|
*
|
|
|
Disallow disabling DisableDebuggerAttachment on runnning Tor
Sebastian Hahn
2012-01-04
*
|
|
|
|
whitespace and warning fixes for bug4746
Nick Mathewson
2012-01-10
*
|
|
|
|
Merge remote-tracking branch 'asn-mytor/bug4746'
Nick Mathewson
2012-01-10
|
\
\
\
\
\
|
*
|
|
|
|
Add an informative header on the 'keys/dynamic_dh_params' file.
George Kadianakis
2011-12-19
*
|
|
|
|
|
Add missing documentation for counter-mode checks
Nick Mathewson
2012-01-10
*
|
|
|
|
|
Clean up indentation in aes.c
Nick Mathewson
2012-01-10
*
|
|
|
|
|
Test for broken counter-mode at runtime
Nick Mathewson
2012-01-10
*
|
|
|
|
|
We no longer need to detect openssl without RAND_poll()
Nick Mathewson
2012-01-10
*
|
|
|
|
|
Add macros to construct openssl version numbers
Nick Mathewson
2012-01-10
*
|
|
|
|
|
Make sure MAX_DNS_LABEL_SIZE is defined
Sebastian Hahn
2012-01-10
*
|
|
|
|
|
Tweaks for bug4413 fix
Nick Mathewson
2012-01-09
*
|
|
|
|
|
Remove (untriggerable) overflow in crypto_random_hostname()
Stephen Palmateer
2012-01-09
*
|
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-01-09
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Fix comment about TLSv1_method() per comments by wanoskarnet
Nick Mathewson
2012-01-09
*
|
|
|
|
|
Merge branch 'maint-0.2.2'
Roger Dingledine
2012-01-08
|
\
|
|
|
|
|
|
*
|
|
|
|
add a note from wanoskarnet
Roger Dingledine
2012-01-08
*
|
|
|
|
|
Change to use SSL_state_string_long() instead of homebrew ssl_state_to_string...
Emile Snyder
2012-01-06
*
|
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-01-05
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2012-01-05
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Log at info level when disabling SSLv3
Robert Ransom
2012-01-05
|
|
*
|
|
|
Disable SSLv3 when using a not-up-to-date openssl
Nick Mathewson
2012-01-05
*
|
|
|
|
|
note some dead code. if i'm right, should this be removed?
Roger Dingledine
2012-01-05
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix a check-spaces violation in compat.c
Sebastian Hahn
2011-12-30
*
|
|
|
|
Add interface enumeration based on SIOCGIFCONF for older unixes
Nick Mathewson
2011-12-28
*
|
|
|
|
Multicast addresses, if any were configured, would not be good if addrs
Nick Mathewson
2011-12-28
*
|
|
|
|
Use getifaddrs, not connect+getsockname, to find our address
Nick Mathewson
2011-12-28
*
|
|
|
|
Require openssl 1.0.0a for using openssl's ctr-mode implementation
Nick Mathewson
2011-12-27
*
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-12-26
|
\
|
|
|
|
|
*
|
|
|
Provide correct timeradd/timersup replacements
Sebastian Hahn
2011-12-25
*
|
|
|
|
Prepend cwd for relative config file paths.
Kamran Riaz Khan
2011-12-22
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Don't crash on startup of a dormant relay
Robert Ransom
2011-12-12
*
|
|
|
Some more check-spaces stuff
Sebastian Hahn
2011-12-08
*
|
|
|
indent; add comment
Nick Mathewson
2011-12-08
*
|
|
|
appease check-spaces
Sebastian Hahn
2011-12-08
*
|
|
|
Revert "Refactor the SSL_set_info_callback() callbacks."
Nick Mathewson
2011-12-06
*
|
|
|
Revert "Detect renegotiation when it actually happens."
Nick Mathewson
2011-12-06
*
|
|
|
Revert "Detect and deny excess renegotiations attempts."
Nick Mathewson
2011-12-06
*
|
|
|
Revert "Get rid of tor_tls_block_renegotiation()."
Nick Mathewson
2011-12-06
*
|
|
|
Revert "Also handle needless renegotiations in SSL_write()."
Nick Mathewson
2011-12-06
[prev]
[next]