Commit History

Author SHA1 Message Date
  Nick Mathewson 57699de005 Update the copyright year. 8 years ago
  Nick Mathewson 8a4bba06d2 Rename crypto_digest_all, and digests_t. 8 years ago
  Nick Mathewson 39a86185c8 Correct further grammatical errors in tor comments 8 years ago
  teor (Tim Wilson-Brown) c927b6cb1a Correct grammatical errors in tor comments 8 years ago
  Nick Mathewson e5754c42d1 Merge branch 'bug17686_v2_027' 8 years ago
  Nick Mathewson ddcbe26474 Now that crypto_rand() cannot fail, it should return void. 8 years ago
  Nick Mathewson dce708d11c Fix a logic error in connection_tls_continue_handshake(). 8 years ago
  Nick Mathewson 9d019a7db7 tor_tls_finish_handshake is server-side only. 8 years ago
  Nick Mathewson 6505d529a5 Remove client-side support for detecting v1 handshake 8 years ago
  Nick Mathewson bd1a137893 Remove the client-side code for the v1 and v2 tls handshakes. 8 years ago
  Nick Mathewson 5f15b0e1e2 Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372 9 years ago
  Nick Mathewson 1b52e95028 Merge branch '12498_ed25519_keys_v6' 9 years ago
  Nick Mathewson b29c1530c7 Refactor link handshake cell type implementations to use trunnel 9 years ago
  Nick Mathewson b75361c5ed Start testing cell encoders/processers for the v3 handshake. 9 years ago
  Nick Mathewson d29a8ad564 Add link protocol version counts to the heartbeat message 9 years ago
  Nick Mathewson a9720b90f8 Fix whitespace from tor_x509_cert rename 9 years ago
  Nick Mathewson f253aef14f Mechanical rename: tor_cert_t -> tor_x509_cert_t 9 years ago
  Nick Mathewson f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
  Nick Mathewson 1c05dfd0b6 Merge branch 'ticket7356_squashed' 9 years ago
  rl1987 f6cc4d35b0 Using channel state lookup macros in connection_or.c. 9 years ago
  Nick Mathewson a28df3fb67 Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold' 9 years ago
  Nick Mathewson fcdcb377a4 Add another year to our copyright dates. 9 years ago
  Andrea Shepard 3b080230e9 Make connection_or_connect() mockable 10 years ago
  Andrea Shepard 8852a1794c Track total queue size per channel, with overhead estimates, and global queue total 10 years ago
  Andrea Shepard b09f41424c Actually call channel_flush_some_cells() from the scheduler 10 years ago
  Andrea Shepard 2efbab2aaf Provide generic mechanism for scheduler to query writeable cells on a channel 10 years ago
  Andrea Shepard d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 10 years ago
  Nick Mathewson 59f3cce0dc Merge branch 'bug12899_squashed' 9 years ago
  Sebastian Hahn 607724c696 Remove support for naming directory authorities 9 years ago
  Andrea Shepard 39a017809b Correctly update channel local mark when address of incoming connection changes after handshake; fixes bug #12160 9 years ago