Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-31 | fix some compilation warnings | Nick Mathewson | |
2015-03-31 | Merge branch 'ticket14710_squashed' | Nick Mathewson | |
2015-03-31 | Changes file for 14710. | rl1987 | |
2015-03-31 | Use tor_inet_pton() (not inet_pton()) in testcases. | rl1987 | |
2015-03-31 | Remove unused function. | rl1987 | |
2015-03-31 | IPv6 case for whitebox test. | rl1987 | |
2015-03-31 | Whitebox test for get_interface_address6_via_udp_socket_hack(). | rl1987 | |
Also, fix some whitespace mishaps. | |||
2015-03-31 | Skipping the AF_INET6 case because bug #12377 makes it fail. | rl1987 | |
2015-03-31 | Bugfix: we don't want loopback/multicastaddress from _hack(). | rl1987 | |
2015-03-31 | Rework the black box test, like Yawning and nickm suggested. | rl1987 | |
2015-03-31 | Black box test for get_interface_address6_via_udp_socket_hack(). | rl1987 | |
2015-03-31 | Moving the hacky part of get_interface_address6() into separate function. | rl1987 | |
2015-03-25 | Forward-port changelog and release notes for 0.2.6.6 | Nick Mathewson | |
2015-03-25 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-25 | Bump to 0.2.6.6-dev | Nick Mathewson | |
2015-03-25 | More addrs in HACKING | Nick Mathewson | |
2015-03-25 | clean up list of paths that cannot be relative | Nick Mathewson | |
2015-03-24 | Merge remote-tracking branch 'dgoulet/bug15377_027_01' | Nick Mathewson | |
2015-03-24 | Test: add missing libor.a in include.am | David Goulet | |
Also add test-memwipe to .gitignore file. Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-03-24 | Merge remote-tracking branch 'sebastian/coverage_builds' | Nick Mathewson | |
2015-03-24 | Merge remote-tracking branch 'public/bug15269' | Nick Mathewson | |
2015-03-24 | Merge branch 'bug14018' | Nick Mathewson | |
2015-03-24 | Complain if relative paths are used in configuration | rl1987 | |
When we validate torrc options, print warning(s) when relative path(s) been found. | |||
2015-03-24 | spelling fix | Nick Mathewson | |
2015-03-24 | Put an upper bound on test_workqueue -I argument | Nick Mathewson | |
This makes coverity happy, since it doesn't like us looping against a value which might be INT_MAX. This is CID 1268069 | |||
2015-03-24 | Check return values for tor_addr_parse(default) in config.c | Nick Mathewson | |
In these cases, the address is always a constant "default", so should always succeed. But coverity can't tell that. Fixes CID 1291645 | |||
2015-03-24 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-24 | bump to 0.2.6.6 | Nick Mathewson | |
2015-03-24 | Remove changes files for patches in 0.2.6.6 or earlier. | Nick Mathewson | |
2015-03-24 | Start adding people to the packager list in doc/HACKING | Nick Mathewson | |
2015-03-23 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-23 | Merge remote-tracking branch 'public/bug15436_025' into maint-0.2.6 | Nick Mathewson | |
2015-03-23 | Fix unaligned access in SipHash-2-4. | Yawning Angel | |
The compiler is allowed to assume that a "uint64_t *" is aligned correctly, and will inline a version of memcpy that acts as such. Use "uint8_t *", so the compiler does the right thing. | |||
2015-03-22 | Fix test-network.sh argument parsing | Sebastian Hahn | |
The bash on one of my machines didn't understand the question mark correctly, it didn't end up accepting flavor. We can spell it out explicitly. | |||
2015-03-22 | Add call to chutney to coverage-html-full target | Sebastian Hahn | |
Now make coverage-html-full should be a pretty good approximation of our actual coverage | |||
2015-03-22 | build tor-cov-{resolve,gencert} | Sebastian Hahn | |
This allows us to run tor-cov-gencert from chutney for coverage builds. | |||
2015-03-21 | Disable assertions during coverage builds | Sebastian Hahn | |
This removes roughly 5000 branches in my testing. We never want to trigger assertions even during tests, so this is sane. Implements #15400. | |||
2015-03-21 | Initialize two variables | Sebastian Hahn | |
This is a trivial change to get around two compiler warnings when assertions are removed during coverage builds. | |||
2015-03-19 | Here is a test for memwipe. | Nick Mathewson | |
It invokes undefined behavior, I'm afraid, since there's no other c-legal way to test whether memwipe() works when we're not allowed to look at it. Closes ticket 15377. | |||
2015-03-18 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-18 | bump to 0.2.6.5-rc.dev | Nick Mathewson | |
2015-03-18 | forward-port 0.2.6.5-rc changelog. | Nick Mathewson | |
2015-03-18 | Merge remote-tracking branch 'public/feature15053' | Nick Mathewson | |
2015-03-18 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-18 | bump to 0.2.6.5-rc | Nick Mathewson | |
2015-03-18 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-17 | Forward-port changelog and releasenotes | Nick Mathewson | |
2015-03-15 | Make log.o depend on micro-revision.i | Nick Mathewson | |
Otherwise micro-revision.i might not get built on time. | |||
2015-03-15 | changes file for 15024 | Nick Mathewson | |
2015-03-15 | Be consistent with capitalization, quoting, and spacing of help strings. | cypherpunks | |