aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channeltls.c
AgeCommit message (Expand)Author
2020-07-17or_connection_t: replace real_addr with canonical_orport.Nick Mathewson
2020-06-24addr: Rename resolved_addr_is_local()David Goulet
2020-06-24addr: Refactor is_local_addr() to support IPv6David Goulet
2020-05-05config: New file resolve_addr.{c|h}David Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Replace several C identifiers.teor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-27rectify include paths (automatic) for address.hNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move or_connection_t to its own header.Nick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-03Merge branch 'feature_15055_v2'Nick Mathewson
2016-11-03Add "Ed ID" arguments to a bunch of connection-ID-related fns.Nick Mathewson
2016-09-11Merge remote-tracking branch 'public/solaris_warnings_028'Nick Mathewson
2016-08-02Search for remaining references to 'bufferevent'.Nick Mathewson
2016-07-28Fix a large pile of solaris warnings for bug 19767.Nick Mathewson
2016-06-11Use -Wdouble-promotion in GCC >= 4.6Nick Mathewson
2016-06-11Add -Wfloat-conversion for GCC >= 4.9Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Fix a bunch of memory leaks in the unit tests. Found with valgrindNick Mathewson
2014-09-30Update test_channeltls.c for recent test suite changes and --enable-mempools ...Andrea Shepard
2014-09-30Add channel_tls_num_cells_writeable_method() coverage to channeltls/num_bytes...Andrea Shepard
2014-09-30Add channeltls/num_bytes_queued unit testAndrea Shepard
2014-09-30Implement tlschan create and overhead estimate unit testsAndrea Shepard
2014-09-30Initial test_channeltls.cAndrea Shepard