summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2010-09-30Fix check-spacesSebastian Hahn
2010-09-27Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson
2010-09-24Consistency issues in load_windows_system_library patch. Thanks SebastianNick Mathewson
2010-09-24Merge remote branch 'sebastian/continuation'Nick Mathewson
2010-09-24Note that the torrc format doesn't need nl at endSebastian Hahn
2010-09-23Tweak continuation-and-comment logicNick Mathewson
2010-09-21New function to load windows system librariesNick Mathewson
2010-09-14Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson
2010-09-11Allow comments for multi-line torrc optionsSebastian Hahn
2010-09-10Support mutli-line torrc options via the usual backslash syntaxNick Mathewson
2010-09-06Merge remote branch 'public/win_unicode_fixes'Nick Mathewson
2010-08-31Fix some issues in rate-limiting noticed by SebastianNick Mathewson
2010-08-20Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson
2010-08-18Add a generic rate-limited log mechanism, and use it in a few placesNick Mathewson
2010-08-03Merge commit 'sebastian/mlockall'Nick Mathewson
2010-07-27whitespace fixSebastian Hahn
2010-07-26Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san
2010-07-26Make sure we don't warn for libevent versions like 1.4.14b-stableSebastian Hahn
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-06-29Merge remote branch 'public/rand_double2'Nick Mathewson
2010-06-25Make cbt_generate_sample use crypto_rand_double()Nick Mathewson
2010-06-25Merge branch 'bug1526-v2'Nick Mathewson
2010-06-25Fix a compile error when building with Libevent before 1.4.5-stableNick Mathewson
2010-06-25Use Libevent 2.0's periodic timers where available.Nick Mathewson
2010-06-22Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.Nick Mathewson
2010-06-22Log an error if openssl fails to copy a key for usNick Mathewson
2010-06-22Add a function to return a double in range [0,1).Nick Mathewson
2010-06-14Save a couple characters' allocation in esc_for_logFlorian Zumbiehl
2010-06-07Reinstate warning when HOME isn't set.Nick Mathewson
2010-06-07Treat unset $HOME like empty $HOMESebastian Hahn
2010-05-24Make pointer types correct in WinCE patchNick Mathewson
2010-05-24moved wince related includes and defs to compat.h where possible, removed unu...valerino
2010-05-24Port Tor to work on Windows CEvalerino
2010-04-20Demote a warning about missing client ciphersSebastian Hahn
2010-04-20minor cleanupsRoger Dingledine
2010-04-19Fix a compilation warning on compat_libevent.c on some versions of windows li...Nick Mathewson
2010-04-19Fix two compile-blockers in tor_vasprintf().Nick Mathewson
2010-04-15Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-04-13Fix renegotiation on OpenSSL versions that backport RFC5746.Nick Mathewson
2010-04-02Merge branch 'asprintf'Nick Mathewson
2010-03-05commit my annotations while i was hunting down the host order bugRoger Dingledine
2010-02-28better handle the case where *strp is in asprintf argsNick Mathewson
2010-02-28Remove the request for current memlock limitsSebastian Hahn
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-26Zero a cipher completely before freeing itSebastian Hahn
2010-02-25Add the MIN and MAX macros for platforms that lack themNick Mathewson
2010-02-25Fix 64-bit printf issues in consensus-bw-weights5-merge.Nick Mathewson
2010-02-25Add a tor_asprintf() function, and use it in a couple of places.Nick Mathewson