Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-14 | Add new tor_assert_nonfatal*() macros. | Nick Mathewson | |
Unlike tor_assert(), these macros don't abort the process. They're good for checking conditions we want to warn about, but which don't warrant a full crash. This commit also changes the default implementation for tor_fragile_assert() to tor_assert_nonfatal_unreached_once(). Closes ticket 18613. | |||
2016-04-04 | Move tor_assert implementation into its own header/module. | Nick Mathewson | |
2016-04-01 | Merge branch 'incoming_queue_symbol_fix' | Nick Mathewson | |
2016-04-01 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-04-01 | Merge branch 'bug18133_027' into maint-0.2.8 | Nick Mathewson | |
2016-04-01 | fix indentation | Nick Mathewson | |
2016-04-01 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-04-01 | Merge remote-tracking branch 'karsten/task-18460-2' into maint-0.2.8 | Nick Mathewson | |
2016-03-29 | Don't declare "incoming_queue" in every file including channel.h | Nick Mathewson | |
Found with my wacky symbol-usage-enforcer. | |||
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 | |