aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Actually enable the windows absolute-path codeNick Mathewson2012-01-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Merge remote-tracking branch 'public/bug4533_part1'Nick Mathewson2012-01-18
|\
| * Warn if sizeof(tor_socket_t) != sizeof(SOCKET)Nick Mathewson2012-01-17
| * Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-18
|\ \ | |/ |/|
| * Fix SOCKET_OK test on win64.Nick Mathewson2012-01-18
* | Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson2012-01-16
* | Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintfNick Mathewson2012-01-16
* | Make openssl 0.9.8l log message accurateNick Mathewson2012-01-11
* | Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ \
| * | Use spaceless ISO8601 time format, not sec,usec.Nick Mathewson2012-01-11
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-11
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2012-01-11
| |\ \
| | * | Fix a compilation warning for our bug4822 fix on 64-bit linuxNick Mathewson2012-01-11
* | | | Merge remote-tracking branch 'public/bug4650_nm_squashed'Nick Mathewson2012-01-10
|\ \ \ \
| * | | | Disallow disabling DisableDebuggerAttachment on runnning TorSebastian Hahn2012-01-04
* | | | | whitespace and warning fixes for bug4746Nick Mathewson2012-01-10
* | | | | Merge remote-tracking branch 'asn-mytor/bug4746'Nick Mathewson2012-01-10
|\ \ \ \ \
| * | | | | Add an informative header on the 'keys/dynamic_dh_params' file.George Kadianakis2011-12-19
* | | | | | Add missing documentation for counter-mode checksNick Mathewson2012-01-10
* | | | | | Clean up indentation in aes.cNick Mathewson2012-01-10
* | | | | | Test for broken counter-mode at runtimeNick Mathewson2012-01-10
* | | | | | We no longer need to detect openssl without RAND_poll()Nick Mathewson2012-01-10
* | | | | | Add macros to construct openssl version numbersNick Mathewson2012-01-10
* | | | | | Make sure MAX_DNS_LABEL_SIZE is definedSebastian Hahn2012-01-10
* | | | | | Tweaks for bug4413 fixNick Mathewson2012-01-09
* | | | | | Remove (untriggerable) overflow in crypto_random_hostname()Stephen Palmateer2012-01-09
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-09
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix comment about TLSv1_method() per comments by wanoskarnetNick Mathewson2012-01-09
* | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2012-01-08
|\| | | | |
| * | | | | add a note from wanoskarnetRoger Dingledine2012-01-08
* | | | | | Change to use SSL_state_string_long() instead of homebrew ssl_state_to_string...Emile Snyder2012-01-06
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-05
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2012-01-05
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Log at info level when disabling SSLv3Robert Ransom2012-01-05
| | * | | | Disable SSLv3 when using a not-up-to-date opensslNick Mathewson2012-01-05
* | | | | | note some dead code. if i'm right, should this be removed?Roger Dingledine2012-01-05
| |_|_|/ / |/| | | |
* | | | | Fix a check-spaces violation in compat.cSebastian Hahn2011-12-30
* | | | | Add interface enumeration based on SIOCGIFCONF for older unixesNick Mathewson2011-12-28
* | | | | Multicast addresses, if any were configured, would not be good if addrsNick Mathewson2011-12-28
* | | | | Use getifaddrs, not connect+getsockname, to find our addressNick Mathewson2011-12-28
* | | | | Require openssl 1.0.0a for using openssl's ctr-mode implementationNick Mathewson2011-12-27
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-26
|\| | | |
| * | | | Provide correct timeradd/timersup replacementsSebastian Hahn2011-12-25
* | | | | Prepend cwd for relative config file paths.Kamran Riaz Khan2011-12-22
| |_|/ / |/| | |
* | | | Don't crash on startup of a dormant relayRobert Ransom2011-12-12
* | | | Some more check-spaces stuffSebastian Hahn2011-12-08
* | | | indent; add commentNick Mathewson2011-12-08