aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix binary search on lists of 0 or 1 element.Nick Mathewson2012-10-23
* Disable TLS Session Tickets, which we were apparently getting for freeNick Mathewson2012-10-19
* Fix assertion failure in tor_timegm.Nick Mathewson2012-09-11
* Merge remote-tracking branch 'public/bug6033' into maint-0.2.2Nick Mathewson2012-06-04
|\
| * Work around a bug in OpenSSL 1.0.1's TLS 1.1 and TLS 1.2 supportNick Mathewson2012-06-02
* | Fix more clang format-nonliteral warnings (bug 5969)Nick Mathewson2012-05-30
* | Add __attribute__(format)s for our varargs printf/scanf wrappersNick Mathewson2012-05-30
|/
* Fix month check in parse_http_time, add testSebastian Hahn2012-05-16
* Remove more dubiosity in struct tm handling. related to bug5346Nick Mathewson2012-05-16
* Reject an additional type of bad date in parse_http_timeNick Mathewson2012-05-16
* Fix parse_http_time and add testsEsteban Manchado Velázquez2012-05-16
* Handle out-of-range values in tor_parse_* integer functionsNick Mathewson2012-05-07
* Merge commit 'a5704b1c624c9a808f52f3a125339f00e2b9a378' into maint-0.2.2Nick Mathewson2012-03-26
|\
| * Add a sha256 hmac function, with testsNick Mathewson2012-02-22
* | Correctly handle broken escape sequences in torrc valuesNick Mathewson2012-03-09
* | Fix compile warnings in openbsd mallocSebastian Hahn2012-03-08
|/
* Properly protect paths to sed, sha1sum, opensslSebastian Hahn2012-02-10
* Use correct CVE number for CVE-2011-4576. Found by fermenthor. bug 5066Nick Mathewson2012-02-10
* Fix SOCKET_OK test on win64.Nick Mathewson2012-01-18
* Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2012-01-11
|\
| * Fix a compilation warning for our bug4822 fix on 64-bit linuxNick Mathewson2012-01-11
* | Fix comment about TLSv1_method() per comments by wanoskarnetNick Mathewson2012-01-09
* | add a note from wanoskarnetRoger Dingledine2012-01-08
* | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2012-01-05
|\|
| * Log at info level when disabling SSLv3Robert Ransom2012-01-05
| * Disable SSLv3 when using a not-up-to-date opensslNick Mathewson2012-01-05
* | Provide correct timeradd/timersup replacementsSebastian Hahn2011-12-25
* | tor_accept_socket() should take tor_addr_t for listener argNick Mathewson2011-12-02
* | Fix bug 4530; check return val of tor_addr_lookup correctlyNick Mathewson2011-12-02
* | Detect tor_addr_to_str failure in tor_dup_addr.Nick Mathewson2011-11-23
* | Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson2011-11-23
|\ \
| * | Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson2011-11-09
| |/
* | Sockets are unsigned on windowsSebastian Hahn2011-11-20
* | Get rid of an unused parameter warning on winSebastian Hahn2011-11-20
* | Detect failure from event_init() or event_base_new_with_config()Nick Mathewson2011-11-14
* | Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocationNick Mathewson2011-11-14
* | Don't warn when compiling with --disable-threadsSebastian Hahn2011-11-09
* | Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn2011-10-26
|\|
| * Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson2011-10-26
| * Properly refcount client_identity_keySebastian Hahn2011-10-26
| * Make crypto_free_pk_env tolerate NULL arg in 0.2.1. Error-proofing against b...Nick Mathewson2011-10-26
| * Maintain separate server and client TLS contexts.Robert Ransom2011-10-26
| * Refactor tor_tls_context_new:Robert Ransom2011-10-26
| * Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.Nick Mathewson2011-10-26
* | Make internal error check for unrecognized digest algorithm more robustNick Mathewson2011-10-06
* | Looks like Windows version 6.2 will be Windows 8Sebastian Hahn2011-10-01
* | Fix a potentially useless integer overflow check.Mansour Moufid2011-09-20
* | Check for lround with autoconf; fall back to rint.Nick Mathewson2011-08-30
* | Fix a compilation issue on older FreeBSDsSebastian Hahn2011-08-30
* | lround() missing in MSVCGisle Vanem2011-08-24