aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
| * Zero a cipher completely before freeing itSebastian Hahn2010-02-26
* | Add the MIN and MAX macros for platforms that lack themNick Mathewson2010-02-25
* | Fix 64-bit printf issues in consensus-bw-weights5-merge.Nick Mathewson2010-02-25
* | Remove misc unnecessary newlines found by new check.Mike Perry2010-02-22
* | Add %lld compat defines.Mike Perry2010-02-22
* | Merge remote branch 'sebastian/bug1254'Nick Mathewson2010-02-22
|\ \
| * | Zero a cipher completely before freeing itSebastian Hahn2010-02-22
* | | Make expand_filename into a tor_strdup() alias on windows.Nick Mathewson2010-02-22
|/ /
* | fix typo and garbage grammarRoger Dingledine2010-02-21
* | Merge remote branch 'sebastian/bug1143'Nick Mathewson2010-02-19
|\ \
| * | Make the DNSPort option work with libevent 2.xSebastian Hahn2010-02-19
* | | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-18
|\ \ \ | |/ / |/| / | |/
| * Fix compileSebastian Hahn2010-02-18
| * Even more conservative option-setting for SSL renegotiation.Nick Mathewson2010-02-17
* | Remove the --enable-iphone option as needless.Nick Mathewson2010-02-12
* | Add Windows version detection for Vista and 7Sebastian Hahn2010-02-10
* | Make tor_addr_copy() conform to memcpy requirementsNick Mathewson2010-02-09
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-01-31
|\|
| * Revise OpenSSL fix to work with OpenSSL 1.0.0beta*Nick Mathewson2010-01-31
| * Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* | Detect the correct versions of openssl for tls negotiation fixNick Mathewson2010-01-29
* | Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* | Don't unlock a new log until done logging the tor version.Nick Mathewson2010-01-25
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-01-23
|\|
| * Avoid a possible crash in tls_log_errors.Nick Mathewson2010-01-22
* | Fix build on Solaris by disabling support for DisableAllSwapSebastian Hahn2010-01-19
* | don't list windows capabilities in windows unameRoger Dingledine2010-01-15
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Fix comment typos in container.cNick Mathewson2009-12-15
| * | Enhance pqueue so we can remove items from the middle.Nick Mathewson2009-12-12
* | | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* | | Refactor out the 'find string at start of any line' logic.Nick Mathewson2009-12-17
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-12-15
|\ \ \ | | |/ | |/|
| * | Fix bug 1173: remove an assert(unsigned >= 0).Nick Mathewson2009-12-15
* | | Refactor a bit so that it is safe to include math.h, and mostly not needed.Nick Mathewson2009-12-15
| |/ |/|
* | Merge commit 'sebastian/fixes'Nick Mathewson2009-12-12
|\ \
| * | Fix typo in a commentSebastian Hahn2009-12-12
* | | Merge commit 'sebastian/coverity'Nick Mathewson2009-12-12
|\ \ \
| * | | crypto_cipher_set_key cannot failSebastian Hahn2009-10-27
* | | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | | | *_free functions now accept NULLSebastian Hahn2009-12-12
| |/ / |/| |
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-12-04
|\ \ \ | | |/ | |/|
| * | Improved workaround for disabled OpenSSL renegotiation.Martin Peck2009-12-04
* | | add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine2009-11-22
* | | Use the same mlockall checks with tor_set_max_memlockNick Mathewson2009-11-20
* | | Fix compilation on OSX 10.3.Nick Mathewson2009-11-20
* | | Fix compilation with with bionic libc.Jacob Appelbaum2009-11-14