Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-29 | Merge branch 'resolvemyaddr_squashed' | Nick Mathewson | |
2014-12-29 | Make the resolvemyaddr unit tests pass when local dns is hijacked | Nick Mathewson | |
If you are in a coffee shop that returns a helpful redirect page for "onionrouter", or on an ISP that does the same, the test as written would fail. | |||
2014-12-29 | Fix memory leaks in resolvemyaddr tests | Nick Mathewson | |
2014-12-29 | Fix compilation errors in resolvemyaddr tests | Nick Mathewson | |
2014-12-29 | Adding comprehensive test cases for resolve_my_address. | rl1987 | |
Also, improve comments on resolve_my_address to explain what it actually does. | |||
2014-12-26 | Add another cellintptr use; fixes 14031 | Nick Mathewson | |
2014-12-23 | add support for systemd notification protocol | Michael Scherer | |
This permit for now to signal readiness in a cleaner way to systemd. | |||
2014-12-22 | Tweak channel unit tests so we don't see coverity complaints | Nick Mathewson | |
channel_write_*_cell() can delete its argument, so coverity doesn't like us doing pointer comparison against that argument later. Silly. | |||
2014-12-22 | Fix a bunch of memory leaks in the unit tests. Found with valgrind | Nick Mathewson | |
2014-12-22 | Fix some coverity issues in the unit tests | Nick Mathewson | |
2014-12-19 | LLONG_MIN => INT64_MIN. | Nick Mathewson | |
2014-12-19 | Fix unit test. | Karsten Loesing | |
Looks like we forgot to update unit tests when we switched from 32-bit to 64-bit ints while tweaking 7cd53b7. | |||
2014-12-19 | Merge branch 'asn-karsten-task-13192-5-squashed' | Nick Mathewson | |
2014-12-10 | Add better support to obfuscate statistics. | Karsten Loesing | |
2014-12-04 | Add fakechans.h to noinst_headers | Nick Mathewson | |
2014-12-04 | Fix more 64/32 warnings in test_channel.c | Nick Mathewson | |
2014-12-04 | Initialize libevent in circuitmux/destroy_cell_queue test | Nick Mathewson | |
2014-11-28 | Fix some 32-bit build issues in the tests | Nick Mathewson | |
When comparing 64-bit types, you need to use tt_[ui]64_op(). Found by Jenkins | |||
2014-11-27 | Fix a likely bug found by coverity in test_scheduler.c. | Nick Mathewson | |
Andrea, do you agree with this? This is CID 1256186 | |||
2014-11-27 | Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold' | Nick Mathewson | |
Conflicts: src/or/or.h src/test/Makefile.nmake | |||
2014-11-16 | Adding REASON field to HS_DESC FAILED controller event. | rl1987 | |
2014-11-12 | Merge remote-tracking branch 'public/bug7484' | Nick Mathewson | |
Conflicts: src/test/test_addr.c | |||
2014-11-12 | Fix wide lines (from 13172) | Nick Mathewson | |
2014-11-12 | Replace operators used as macro arguments with OP_XX macros | Nick Mathewson | |
Part of fix for 13172 | |||
2014-11-12 | Reenhappy make check-spaces | Nick Mathewson | |
2014-11-07 | test_checkdir.c: Perhaps this is what will make this test pass on windows? | Nick Mathewson | |
2014-11-07 | test_checkdir.c: try to make it pass on windows | Nick Mathewson | |
also fix memory-leak on failing tests. | |||
2014-11-05 | Try to fix test_checkdir windows compilation more | Nick Mathewson | |
2014-11-05 | Try to fix test_checkdir windows compilation | Nick Mathewson | |
2014-11-05 | chgrp the testing tempdir to ourself to clear the sticky bit | Nick Mathewson | |
Closes 13678. Doesn't actually matter for older tors. | |||
2014-11-05 | 11291: Fix warnings, add changes file, rename 'mask'. | Nick Mathewson | |
2014-11-05 | Merge remote-tracking branch 'meejah/ticket-11291-extra-utests' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2014-11-04 | Fix unused-argument warnings | Nick Mathewson | |
2014-11-04 | Merge remote-tracking branch 'andrea/ticket6456' | Nick Mathewson | |
Somewhat tricky conflicts: src/or/config.c Also, s/test_assert/tt_assert in test_config.c | |||
2014-11-04 | Merge branch 'bug13315_squashed' | Nick Mathewson | |
Conflicts: src/or/buffers.c | |||
2014-11-04 | Sending 'Not allowed' error message before closing the connection. | rl1987 | |
2014-11-04 | Checking if FQDN is actually IPv6 address string and handling that case. | rl1987 | |
2014-11-04 | Validating SOCKS5 hostname more correctly. | rl1987 | |
2014-11-04 | Introducing helper function to validate IPv4 address strings. | rl1987 | |
2014-11-04 | Introducing helper function to validate DNS name strings. | rl1987 | |
2014-11-02 | Apply new calloc coccinelle patch | Nick Mathewson | |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson | |
Because in 95 years, we or our successors will surely care about enforcing the BSD license terms on this code. Right? | |||
2014-10-27 | Remove configure option to disable curve25519 | Sebastian Hahn | |
By now, support in the network is widespread and it's time to require more modern crypto on all Tor instances, whether they're clients or servers. By doing this early in 0.2.6, we can be sure that at some point all clients will have reasonable support. | |||
2014-10-22 | Switch new time tests to use SIZEOF_TIME_T, not sizeof(time_t) | Nick Mathewson | |
Otherwise, we get implicit conversion warning on some platforms. | |||
2014-10-23 | Fix minor typos, two line lengths, and a repeated include | teor | |
2014-10-22 | Merge remote-tracking branch 'public/ticket6938' | Nick Mathewson | |
Conflicts: src/tools/tor-resolve.c | |||
2014-10-21 | Additional test for error-case | meejah | |
This error-case was already fixed by previous changes, this is to cover it in case there's a regression. | |||
2014-10-21 | Conditionally compile time testing code based on integer size | teor | |
2014-10-20 | Further unit test tor_timegm and parse_rfc1123_time | teor | |
Add unit tests for tor_timegm signed overflow, tor_timegm and parse_rfc1123_time validity checks, and correct_tm year clamping. Unit tests (visible) fixes in bug 13476. | |||
2014-10-16 | Merge remote-tracking branch 'yawning/bug13314' | Nick Mathewson | |