aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-10-28Hopefully fix int64 comparisons in test_dir_networkstatus_compute_bw_weights_v10Matt Traudt
2016-10-27Resolve memory leaks in test_dir_networkstatus_compute_bw_weights_v10Nick Mathewson
2016-10-27Convert remaining files to smartlist_add_strdupovercaffeinated
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-26Add historic bwweight tests, comments, line len fixesMatt Traudt
2016-10-26Add consensus weight calculation testsMatt Traudt
2016-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-19BUG in purpose_needs_anonymity if switch not matched.Nick Mathewson
2016-10-19Merge remote-tracking branch 'chelseakomlo/master'Nick Mathewson
2016-10-19Compilation fix. (function pointer implicit cast in tests.)Nick Mathewson
2016-10-19Merge remote-tracking branch 'andrea/ticket19858_v2'Nick Mathewson
2016-10-19Refactor purpose_needs_anonymity to use switch statementChelsea H. Komlo
2016-10-18Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo
2016-10-14Whitespace cleaningNick Mathewson
2016-10-14Merge remote-tracking branch 'public/spaces_in_unix_addrs'Nick Mathewson
2016-10-14Make the FreeBSD ersatz_socketpair test even more skippable.Nick Mathewson
2016-10-13ersatz socketpair tests: work around freebsd jails.Nick Mathewson
2016-10-11Fix a bug in displaying IPv6 addrs in test_op_ipv6_ with --verboseNick Mathewson
2016-10-11torrc parsing b0rks on carriage-returnpaolo.ingls@gmail.com
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
2016-09-26Merge remote-tracking branch 'public/ticket20001_v2'Nick Mathewson
2016-09-26Merge branch 'protover_v2_squashed'Nick Mathewson
2016-09-26Rename compute_protover_vote to protover_compute_voteNick Mathewson
2016-09-26Clean whitespace, add missing documentationNick Mathewson
2016-09-26Cover the error cases of parsing protocol versionsNick Mathewson
2016-09-26Unit tests for protover_all_supportedNick Mathewson
2016-09-26Basic backend for the protocol-versions voting algorithm.Nick Mathewson
2016-09-26Emit and parse protocol lists in router descriptorsNick Mathewson
2016-09-26checkpoint basic protover backendNick Mathewson
2016-09-25Abolish globals in entrynodes.c; relativize guard context to new guard_select...Andrea Shepard
2016-09-22Coverity warning fix: let coverity tell we're closing socketsNick Mathewson
2016-09-16Add support for AES256 and AES192Nick Mathewson
2016-09-16Simplify the crypto_cipher_t interface and structureNick Mathewson
2016-09-14Ensure that dir1 and dir2 are freed at the end of poisoning testNick Mathewson
2016-09-14Merge remote-tracking branch 'teor/feature20072'Nick Mathewson
2016-09-14Merge branch 'bug20081'Nick Mathewson
2016-09-14Add some chutney single onion networks to make test-network-allteor
2016-09-13Fix a memory leak in options/validate__single_onionNick Mathewson
2016-09-13options/validate__single_onion test: use new log capture apiNick Mathewson
2016-09-13Merge branch 'feature-17178-v7-squashed-v2'Nick Mathewson
2016-09-13Replace OnionService* with HiddenService* in option namesteor
2016-09-13Refactor Single Onion code to improve consistencyteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-09-13Unit tests for proposal 271 client-side implementationNick Mathewson
2016-09-13Make preferred_chunk_size avoid overflow, handle big inputs betterNick Mathewson
2016-09-11Whoops. Cant call sockaddr_in a "sin", since sin() is a thing.Nick Mathewson
2016-09-11Fix gmtime unit test on openbsdNick Mathewson
2016-09-11Try to make our ersatz-socketpair test work better on FreeBSD jailsNick Mathewson
2016-09-11Tweak tor_gmtime_r test.Nick Mathewson
2016-09-11Merge remote-tracking branch 'public/solaris_warnings_028'Nick Mathewson