Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-29 | majority of four is, alas, three | Roger Dingledine | |
2016-03-29 | fix typo in comment | Roger Dingledine | |
2016-03-29 | Merge remote-tracking branch 'arma/feature18624' | Nick Mathewson | |
2016-03-29 | Faravahar also versions. | Nick Mathewson | |
2016-03-28 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-03-28 | Fix my dumb unreleased bug in 18673 | Nick Mathewson | |
2016-03-28 | Rename tor_dup_addr to tor_addr_to_str_dup. | Nick Mathewson | |
Patch from icanhasaccount; closes 18462. | |||
2016-03-28 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-03-28 | Merge branch 'bug18673_028_v2' into maint-0.2.8 | Nick Mathewson | |
2016-03-28 | Merge remote-tracking branch 'sebastian/onlyonly' into maint-0.2.8 | Nick Mathewson | |
2016-03-28 | Remove a couple of redundant lines from the makefile | Nick Mathewson | |
Fixes the last case of 17744. | |||
2016-03-28 | Merge branch 'reldoc' | Nick Mathewson | |
2016-03-28 | Add more structure (and tests) to ReleasingTor.md | Nick Mathewson | |
2016-03-28 | Begin an 0.2.9 branchtor-0.2.9.0-root | Nick Mathewson | |
2016-03-28 | and NOW the version is 0.2.8.2-alpha-dev | Nick Mathewson | |
2016-03-28 | rewrap changelogtor-0.2.8.2-alpha | Nick Mathewson | |
2016-03-28 | minor changelog cleanups to help the new alpha | Roger Dingledine | |
2016-03-28 | changelog fixes from arma | Nick Mathewson | |
2016-03-28 | Bump version correctly this time | Nick Mathewson | |
2016-03-28 | typo fix | Nick Mathewson | |
2016-03-28 | Fix memory leak in TestingEnableCellStatsEvent | Nick Mathewson | |
Only when we were actually flushing the cell stats to a controller would we free them. Thus, they could stay in RAM even after the circuit was freed (eg if we didn't have any controllers). Fixes bug 18673; bugfix on 0.2.5.1-alpha. | |||
2016-03-28 | Rescroll changelog | Nick Mathewson | |
2016-03-28 | grammar fixes from sebastian | Nick Mathewson | |
2016-03-28 | Fix a version number in the changelog | Nick Mathewson | |
2016-03-28 | reflow changelog | Nick Mathewson | |
2016-03-28 | Fix memory leaks that stopped chutney working with asan | Nick Mathewson | |
2016-03-28 | Fix a memory leak in tor-gencert. | Nick Mathewson | |
This way I can run chutney under asan. Fixes part of 18672. | |||
2016-03-28 | Bump the version number | Nick Mathewson | |
2016-03-28 | Pick a date | Nick Mathewson | |
2016-03-28 | Reflow the 0282 changelog | Nick Mathewson | |
2016-03-28 | Light editing and moving on the changelog | Nick Mathewson | |
2016-03-28 | Fold entries into changelog | Nick Mathewson | |
2016-03-28 | One more test that didnt pass on windows. See #18665. | Nick Mathewson | |
2016-03-28 | Fix memory-counting error in rephist.c. Bug 18651. (Now with actual patch) | Nick Mathewson | |
2016-03-28 | Fix memory-counting error in rephist.c. Bug 18651. | Nick Mathewson | |
2016-03-27 | Remove redundant only in manpage | Sebastian Hahn | |
2016-03-26 | helper script to highlight undocumented members | Nick Mathewson | |
2016-03-26 | Do not treat "DOCDOC" as doxygen. | Nick Mathewson | |
2016-03-26 | add a little documentation to memarea. (I have been testing a tool.) | Nick Mathewson | |
2016-03-26 | Whitespace fixes | Nick Mathewson | |
2016-03-26 | Fix all doxygen warnings (other than missing docs) | Nick Mathewson | |
2016-03-26 | Merge branch 'bug18649_squashed' | Nick Mathewson | |
2016-03-26 | Clarify excess consensus connection cleanup by adding comments | teor (Tim Wilson-Brown) | |
Comment-only change | |||
2016-03-26 | who was that previous arma, who couldn't spell iso? | Roger Dingledine | |
2016-03-25 | Disable failing broken time format case for windows. | Nick Mathewson | |
2016-03-25 | Merge remote-tracking branch 'arma/bug18625' | Nick Mathewson | |
2016-03-25 | Only check in-boundsness of seconds when time_t is smaller than i64 | Nick Mathewson | |
Otherwise coverity complains that we're checking an whether an int64 is less than INT64_MIN, which of course it isn't. Fixes CID 1357176. Not in any released Tor. | |||
2016-03-25 | Merge branch 'bug18626_027' | Nick Mathewson | |
2016-03-25 | Remove spurious exit() calls from configure.ac | Nick Mathewson | |
We added these a while ago, but they do no actual good, and cause implicit declaration warnings in some situations. Rather than just adding stdint.h, it's easier to remove the exit() calls as redundant. Fixes bug 18626; bugfix from "cypherpunks" | |||
2016-03-24 | use a clearer argument for connection_ap_make_link() | Roger Dingledine | |
that function calls it argument "want_onehop", so it makes more sense to pass that boolean into it. |