summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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-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
2010-02-22Remove misc unnecessary newlines found by new check.Mike Perry
2010-02-22Add %lld compat defines.Mike Perry
2010-02-22Merge remote branch 'sebastian/bug1254'Nick Mathewson
2010-02-22Make expand_filename into a tor_strdup() alias on windows.Nick Mathewson
2010-02-22Zero a cipher completely before freeing itSebastian Hahn
2010-02-21fix typo and garbage grammarRoger Dingledine
2010-02-19Merge remote branch 'sebastian/bug1143'Nick Mathewson
2010-02-19Make the DNSPort option work with libevent 2.xSebastian Hahn
2010-02-18Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-18Fix compileSebastian Hahn
2010-02-17Even more conservative option-setting for SSL renegotiation.Nick Mathewson
2010-02-12Remove the --enable-iphone option as needless.Nick Mathewson
2010-02-10Add Windows version detection for Vista and 7Sebastian Hahn
2010-02-09Make tor_addr_copy() conform to memcpy requirementsNick Mathewson
2010-01-31Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-01-31Revise OpenSSL fix to work with OpenSSL 1.0.0beta*Nick Mathewson