Age | Commit message (Expand) | Author |
2012-02-12 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2012-02-10 | Properly protect paths to sed, sha1sum, openssl | Sebastian Hahn |
2012-02-10 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2012-02-10 | Use correct CVE number for CVE-2011-4576. Found by fermenthor. bug 5066 | Nick Mathewson |
2012-01-31 | Fix straggling MS_WINDOWS issues; add a changes file | Nick Mathewson |
2012-01-31 | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 | Nick Mathewson |
2012-01-31 | Actually enable the windows absolute-path code | Nick Mathewson |
2012-01-18 | Rename nonconformant identifiers. | Nick Mathewson |
2012-01-18 | Merge remote-tracking branch 'public/bug4533_part1' | Nick Mathewson |
2012-01-18 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2012-01-18 | Fix SOCKET_OK test on win64. | Nick Mathewson |
2012-01-17 | Warn if sizeof(tor_socket_t) != sizeof(SOCKET) | Nick Mathewson |
2012-01-17 | Use SOCKET_OK macros in even more places | Nick Mathewson |
2012-01-16 | 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-11 | 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-10 | Merge remote-tracking branch 'public/bug4650_nm_squashed' | Nick Mathewson |
2012-01-10 | whitespace and warning fixes for bug4746 | Nick Mathewson |
2012-01-10 | Merge remote-tracking branch 'asn-mytor/bug4746' | Nick Mathewson |
2012-01-10 | 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-09 | 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-08 | Merge branch 'maint-0.2.2' | Roger Dingledine |
2012-01-08 | add a note from wanoskarnet | Roger Dingledine |
2012-01-06 | Change to use SSL_state_string_long() instead of homebrew ssl_state_to_string... | Emile Snyder |
2012-01-05 | 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-04 | Disallow disabling DisableDebuggerAttachment on runnning Tor | Sebastian Hahn |
2011-12-30 | Fix a check-spaces violation in compat.c | Sebastian Hahn |
2011-12-28 | 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-27 | Require openssl 1.0.0a for using openssl's ctr-mode implementation | Nick Mathewson |
2011-12-26 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2011-12-25 | Provide correct timeradd/timersup replacements | Sebastian Hahn |