Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-16 | touchups and refactorings on bug 18616 branch | Roger Dingledine | |
no behavior changes | |||
2016-04-28 | Refactor DirPort & begindir descriptor checks | teor (Tim Wilson-Brown) | |
No actual behaviour changes | |||
2016-04-28 | Remove redundant descriptor checks for OR/Dir reachability | teor (Tim Wilson-Brown) | |
The ORPort and DirPort must be reachable, or we won't publish a descriptor. | |||
2016-04-28 | Refactor common code out of reachability checks | teor (Tim Wilson-Brown) | |
No actual changes in behavior | |||
2016-04-28 | Avoid checking ORPort reachability when the network is disabled | teor (Tim Wilson-Brown) | |
This is consistent with existing DirPort reachability checks. | |||
2016-04-28 | Changes file for #18616 | teor (Tim Wilson-Brown) | |
2016-04-28 | Make mock function static to prevent future clashes | teor (Tim Wilson-Brown) | |
2016-04-28 | Descriptors depend on more config options now they list begindir support | teor (Tim Wilson-Brown) | |
Bugfix on #12538 in 0.2.8.1-alpha. | |||
2016-04-28 | Decide to advertise begindir support like we decide to advertise DirPort | teor (Tim Wilson-Brown) | |
Decide to advertise begindir support in a similar way to how we decide to advertise DirPort. Fix up the associated descriptor-building unit tests. Resolves #18616, bugfix on 0c8e042c30946faa in #12538 in 0.2.8.1-alpha. | |||
2016-04-12 | Merge remote-tracking branch 'public/bug18716_027' into maint-0.2.8 | Nick Mathewson | |
2016-04-07 | memarea: Don't assume that sizeof(ulong) >= sizeof(void*). | Nick Mathewson | |
Fixes bug 18716; bugfix on 0.2.1.1-alpha where memarea.c was introduced. Found by wbenny. | |||
2016-04-07 | Turn TestingClientBootstrap* into non-testing options | David Goulet | |
This changes simply renames them by removing "Testing" in front of them and they do not require TestingTorNetwork to be enabled anymore. Fixes #18481 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2016-04-07 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-04-07 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-04-07 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-04-07 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-04-07 | Update geoip and geoip6 to the April 5 2016 database. | Karsten Loesing | |
2016-04-05 | Merge branch 'bug18728_028' into maint-0.2.8 | Nick Mathewson | |
2016-04-05 | Don't call the system toupper or tolower. | Nick Mathewson | |
Yes, we could cast to unsigned char first, but it's probably safest to just use our own (in test_util), or remove bad-idea features that we don't use (in readpassphrase.c). Fixes 18728. | |||
2016-04-05 | quiet debug logs from periodic_event_dispatch() | Roger Dingledine | |
Stop blasting twelve lines per second from periodic_event_dispatch() at loglevel debug. Resolves ticket 18729; fix on 0.2.8.1-alpha. | |||
2016-04-05 | Only define NEW_THREAD_API when not building with LibreSSL. | Nick Mathewson | |
2016-04-05 | Add a changes file for the OpenSSL 1.1.0 compilation fixes. | Yawning Angel | |
2016-04-05 | OpenSSL 1.1.0-pre5-dev and later made BIO opaque. | Yawning Angel | |
Detect newer versions and fix our TLS code to use the new API. | |||
2016-04-05 | OpenSSL 1.1.0-pre4 and later(?) have a new "thread API". | Yawning Angel | |
It appears that setting the various callbacks is no longer required, so don't. | |||
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 remote-tracking branch 'karsten/task-18460-2' into maint-0.2.8 | Nick Mathewson | |
2016-03-30 | Merge branch 'bug15221_027' into maint-0.2.7 | Andrea Shepard | |
2016-03-29 | Merge branch 'bug18570_027' into maint-0.2.7 | Andrea Shepard | |
2016-03-29 | Merge branch 'bug16248_027' into maint-0.2.7 | Andrea Shepard | |
2016-03-28 | Fix my dumb unreleased bug in 18673 | 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 | 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 | |