aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2010-11-21
|\
| * Do not set the hostname TLS extension server-side; only client-sideNick Mathewson2010-11-20
* | Properly refcount client_identity_keySebastian Hahn2010-10-26
* | Maintain separate server and client TLS contexts.Robert Ransom2010-10-04
* | Refactor tor_tls_context_new:Robert Ransom2010-10-04
* | Correct a bogus comment.Robert Ransom2010-10-04
* | Correct a couple of log messages in tortls.cRobert Ransom2010-10-04
* | Fix several comments in tortls.cRobert Ransom2010-10-04
* | Fix check-spacesSebastian Hahn2010-09-30
* | Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson2010-09-27
|\ \
| * | Consistency issues in load_windows_system_library patch. Thanks SebastianNick Mathewson2010-09-24
| * | New function to load windows system librariesNick Mathewson2010-09-21
* | | Merge remote branch 'sebastian/continuation'Nick Mathewson2010-09-24
|\ \ \ | |/ / |/| |
| * | Note that the torrc format doesn't need nl at endSebastian Hahn2010-09-24
| * | Tweak continuation-and-comment logicNick Mathewson2010-09-23
| * | Allow comments for multi-line torrc optionsSebastian Hahn2010-09-11
| * | Support mutli-line torrc options via the usual backslash syntaxNick Mathewson2010-09-10
* | | Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson2010-09-14
|/ /
* | Merge remote branch 'public/win_unicode_fixes'Nick Mathewson2010-09-06
|\ \
| * | Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson2010-08-20
* | | Fix some issues in rate-limiting noticed by SebastianNick Mathewson2010-08-31
* | | Add a generic rate-limited log mechanism, and use it in a few placesNick Mathewson2010-08-18
|/ /
* | Merge commit 'sebastian/mlockall'Nick Mathewson2010-08-03
|\ \
| * | Remove the request for current memlock limitsSebastian Hahn2010-02-28
* | | whitespace fixSebastian Hahn2010-07-27
* | | Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-07-26
* | | Make sure we don't warn for libevent versions like 1.4.14b-stableSebastian Hahn2010-07-26
* | | Rename log.h to torlog.hNick Mathewson2010-07-09
* | | Merge remote branch 'public/rand_double2'Nick Mathewson2010-06-29
|\ \ \
| * | | Make cbt_generate_sample use crypto_rand_double()Nick Mathewson2010-06-25
| * | | Add a function to return a double in range [0,1).Nick Mathewson2010-06-22
* | | | Merge branch 'bug1526-v2'Nick Mathewson2010-06-25
|\ \ \ \
| * | | | Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.Nick Mathewson2010-06-22
| | |_|/ | |/| |
* | | | Fix a compile error when building with Libevent before 1.4.5-stableNick Mathewson2010-06-25
* | | | Use Libevent 2.0's periodic timers where available.Nick Mathewson2010-06-25
* | | | Log an error if openssl fails to copy a key for usNick Mathewson2010-06-22
| |/ / |/| |
* | | Save a couple characters' allocation in esc_for_logFlorian Zumbiehl2010-06-14
* | | Reinstate warning when HOME isn't set.Nick Mathewson2010-06-07
* | | Treat unset $HOME like empty $HOMESebastian Hahn2010-06-07
* | | Make pointer types correct in WinCE patchNick Mathewson2010-05-24
* | | moved wince related includes and defs to compat.h where possible, removed unu...valerino2010-05-24
* | | Port Tor to work on Windows CEvalerino2010-05-24
* | | Demote a warning about missing client ciphersSebastian Hahn2010-04-20
* | | minor cleanupsRoger Dingledine2010-04-20
* | | Fix a compilation warning on compat_libevent.c on some versions of windows li...Nick Mathewson2010-04-19
* | | Fix two compile-blockers in tor_vasprintf().Nick Mathewson2010-04-19
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-04-15
|\| |
| * | Fix renegotiation on OpenSSL versions that backport RFC5746.Nick Mathewson2010-04-13
* | | Merge branch 'asprintf'Nick Mathewson2010-04-02
|\ \ \
| * | | better handle the case where *strp is in asprintf argsNick Mathewson2010-02-28