aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn2010-12-27
* Merge remote branch 'rransom/bug2190_the_hard_way' into maint-0.2.2Nick Mathewson2010-12-21
|\
| * Only add each log message to pending_cb_messages once.Robert Ransom2010-12-11
| * Don't call flush_pending_log_callbacks while logging LD_NOCB messages.Robert Ransom2010-12-11
| * Better fix for 2190: defer libevent->controller messages instead of droppingNick Mathewson2010-11-19
| * Do not send Libevent log messages to a controller.Nick Mathewson2010-11-19
* | Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
|\ \
| * | Make payloads into uint8_t.Nick Mathewson2010-12-15
| * | Have all of our allocation functions and a few others check for underflowNick Mathewson2010-12-13
| * | Base SIZE_T_CEILING on SSIZE_T_MAX.Nick Mathewson2010-12-13
| * | Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-11-23
* | | Add wrappers function for libc random()Nick Mathewson2010-11-29
* | | 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