aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix a couple of harmless clang3.2 warningsSebastian Hahn2012-12-31
* One last fix for a warning on non-EC systemsNick Mathewson2012-12-25
* Be more noncomittal about performance improvement of uint128 backend.Nick Mathewson2012-12-25
* Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson2012-12-25
* Inform the user if they're passing up a 10x ECDH speedup.Nick Mathewson2012-12-25
* Let servers choose better ciphersuites when clients support themNick Mathewson2012-12-25
* Remove the address argument from client cipher classification fnsNick Mathewson2012-12-25
* Cache the type of client cipher list we have in the tor_tls_tNick Mathewson2012-12-25
* prop198: Detect the list of ciphersuites we used to lie about havingNick Mathewson2012-12-25
* Configure SSL context to know about using P-256 for ECDHE.Nick Mathewson2012-12-25
* Nuke uses of memcmp outside of unit testsNick Mathewson2012-12-13
* Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\
| * Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson2012-11-02
| * Add a PID_T_FORMAT for writing pids to logsNick Mathewson2012-11-02
| * Remove an unused variable; part of mingw64 patch from yayoooNick Mathewson2012-11-02
| * Compile (with warnings) with mingw64Nick Mathewson2012-11-02
* | Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\ \
| * | Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis2012-11-27
* | | Note limitation of parse_rfc_1123_timeNick Mathewson2012-11-23
* | | In comments and logs, say "UTC" not "GMT"Nick Mathewson2012-11-23
* | | Refer to RFC 4648 instead of the obsolete RFC 3548Nick Mathewson2012-11-23
* | | Add some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
* | | Add a function to set a tor_addr_t to a null addressNick Mathewson2012-11-14
* | | Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson2012-11-14
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \
| * | | Turn a memwipe in tor_process_handle_destroy() back to memsetNick Mathewson2012-11-08
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\| | |
| * | | Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | | | Add warning message when a managed proxy dies during configuration.George Kadianakis2012-11-06
| |_|/ |/| |
* | | touch-upsRoger Dingledine2012-10-26
* | | Change changes file and comment for 7189, for making it 0.2.4-only for nowNick Mathewson2012-10-24
* | | Merge remote-tracking branch 'public/bug7189_tentative'Nick Mathewson2012-10-24
|\ \ \
| * | | Only disable TLS tickets when being/acting as a server.Nick Mathewson2012-10-24
| |/ /
| * | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-10-23
| |\ \
| | * | Fix binary search on lists of 0 or 1 element.Nick Mathewson2012-10-23
* | | | Rewrite smartlist_bsearch_idx() to not be broken for lists of length zero or ...Andrea Shepard2012-10-23
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-19
|\| |
| * | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-10-19
| |\|
| | * Disable TLS Session Tickets, which we were apparently getting for freeNick Mathewson2012-10-19
* | | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \ \
| * | | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
| * | | Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* | | | Fix whitespace in aes.cNick Mathewson2012-10-12
* | | | Move strlcpy and strlcat into src/ext tooNick Mathewson2012-10-12
|/ / /
* | | Make tor_addr_is_internal log the calling function on errorNick Mathewson2012-10-12
* | | Move all externally maintained source files into src/extNick Mathewson2012-10-11
* | | Merge branch 'bug7011'Nick Mathewson2012-10-10
|\ \ \
| * | | Add fmt_addrport.David Fifield2012-10-10
* | | | Fix formatting in various places after 6465/6816 workAndrea Shepard2012-10-10
* | | | Add LD_CHANNEL log domain in log.cAndrea Shepard2012-10-08