aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-31fix some compilation warningsNick Mathewson
2015-03-31Merge branch 'ticket14710_squashed'Nick Mathewson
2015-03-31Changes file for 14710.rl1987
2015-03-31Use tor_inet_pton() (not inet_pton()) in testcases.rl1987
2015-03-31Remove unused function.rl1987
2015-03-31IPv6 case for whitebox test.rl1987
2015-03-31Whitebox test for get_interface_address6_via_udp_socket_hack().rl1987
Also, fix some whitespace mishaps.
2015-03-31Skipping the AF_INET6 case because bug #12377 makes it fail.rl1987
2015-03-31Bugfix: we don't want loopback/multicastaddress from _hack().rl1987
2015-03-31Rework the black box test, like Yawning and nickm suggested.rl1987
2015-03-31Black box test for get_interface_address6_via_udp_socket_hack().rl1987
2015-03-31Moving the hacky part of get_interface_address6() into separate function.rl1987
2015-03-25Forward-port changelog and release notes for 0.2.6.6Nick Mathewson
2015-03-25Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-25Bump to 0.2.6.6-devNick Mathewson
2015-03-25More addrs in HACKINGNick Mathewson
2015-03-25clean up list of paths that cannot be relativeNick Mathewson
2015-03-24Merge remote-tracking branch 'dgoulet/bug15377_027_01'Nick Mathewson
2015-03-24Test: add missing libor.a in include.amDavid Goulet
Also add test-memwipe to .gitignore file. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-03-24Merge remote-tracking branch 'sebastian/coverage_builds'Nick Mathewson
2015-03-24Merge remote-tracking branch 'public/bug15269'Nick Mathewson
2015-03-24Merge branch 'bug14018'Nick Mathewson
2015-03-24Complain if relative paths are used in configurationrl1987
When we validate torrc options, print warning(s) when relative path(s) been found.
2015-03-24spelling fixNick Mathewson
2015-03-24Put an upper bound on test_workqueue -I argumentNick 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-24Check return values for tor_addr_parse(default) in config.cNick 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-24Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-24bump to 0.2.6.6Nick Mathewson
2015-03-24Remove changes files for patches in 0.2.6.6 or earlier.Nick Mathewson
2015-03-24Start adding people to the packager list in doc/HACKINGNick Mathewson
2015-03-23Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-23Merge remote-tracking branch 'public/bug15436_025' into maint-0.2.6Nick Mathewson
2015-03-23Fix 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-22Fix test-network.sh argument parsingSebastian 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-22Add call to chutney to coverage-html-full targetSebastian Hahn
Now make coverage-html-full should be a pretty good approximation of our actual coverage
2015-03-22build tor-cov-{resolve,gencert}Sebastian Hahn
This allows us to run tor-cov-gencert from chutney for coverage builds.
2015-03-21Disable assertions during coverage buildsSebastian 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-21Initialize two variablesSebastian Hahn
This is a trivial change to get around two compiler warnings when assertions are removed during coverage builds.
2015-03-19Here 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-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-18bump to 0.2.6.5-rc.devNick Mathewson
2015-03-18forward-port 0.2.6.5-rc changelog.Nick Mathewson
2015-03-18Merge remote-tracking branch 'public/feature15053'Nick Mathewson
2015-03-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-18bump to 0.2.6.5-rcNick Mathewson
2015-03-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-17Forward-port changelog and releasenotesNick Mathewson
2015-03-15Make log.o depend on micro-revision.iNick Mathewson
Otherwise micro-revision.i might not get built on time.
2015-03-15changes file for 15024Nick Mathewson
2015-03-15Be consistent with capitalization, quoting, and spacing of help strings.cypherpunks