Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-05 | Merge remote-tracking branch 'yawning/bug14740' | Nick Mathewson | |
2015-02-05 | Add a string representation for LD_SCHED, and a extra sanity check. | Yawning Angel | |
This both fixes the problem, and ensures that forgetting to update domain_list in the future will trigger the bug codepath instead of a NULL pointer deref. | |||
2015-02-05 | improve changes files more | Nick Mathewson | |
2015-02-05 | 14554 doesn't need a changes file: the bug wasn't in a release | Nick Mathewson | |
2015-02-03 | Merge branch 'bug6852' | Nick Mathewson | |
Conflicts: src/or/status.c | |||
2015-02-02 | Merge remote-tracking branch 'public/bug9635_warnings_025' | Nick Mathewson | |
Conflicts: src/test/test.c | |||
2015-02-02 | Merge branch 'feature13864_squashed' | Nick Mathewson | |
2015-02-02 | Changes file for 13865. | rl1987 | |
2015-02-02 | Merge remote-tracking branch 'public/bug13319' | Nick Mathewson | |
2015-02-02 | Merge remote-tracking branch 'sysrqb/bug14216_bad_since' | Nick Mathewson | |
2015-02-02 | Merge remote-tracking branch 'dgoulet/bug14202_026_v1' | Nick Mathewson | |
2015-02-02 | Merge remote-tracking branch 'public/14188_part1' | Nick Mathewson | |
2015-01-31 | Only retry connecting to configured bridges | Matthew Finkel | |
After connectivity problems, only try connecting to bridges which are currently configured; don't mark bridges which we previously used but are no longer configured. Fixes 14216. Reported by and fix provided by arma. | |||
2015-01-30 | Fix possible infinite loop on pipe/sock_drain() | David Goulet | |
If the returned value of read/recv is 0 (meaning EOF), we'll end up in an infinite loop (active wait) until something is written on the pipe which is not really what we want here especially because those functions are called from the main thread. Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-30 | Merge remote-tracking branch 'public/prop227_v2' | Nick Mathewson | |
Conflicts: src/test/test_dir.c | |||
2015-01-29 | Merge branch 'bug14451_026_v1' | Nick Mathewson | |
2015-01-29 | changes file for 14451 | Nick Mathewson | |
2015-01-29 | Merge remote-tracking branch 'public/ticket11737' | Nick Mathewson | |
2015-01-29 | Remove SocksSocket; it's now spelled differently thanks to 14451 | Nick Mathewson | |
Also, revise bug12585 changes file to mention new syntax | |||
2015-01-29 | Remove obsolete workaround in dirserv_thinks_router_is_hs_dir() | David Goulet | |
Fixes #14202 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-28 | Merge branch 'bug11485_026_v2_squashed' | Nick Mathewson | |
2015-01-28 | Changes file for ticket #11485 | Andrea Shepard | |
2015-01-28 | changes file for 8405 | Nick Mathewson | |
2015-01-28 | Tweak tor-resolve docs and logs | Nick Mathewson | |
Resolves 14325 | |||
2015-01-28 | Try to work around changes in openssl 1.1.0 | Nick Mathewson | |
Prefer not to use a couple of deprecated functions; include more headers in tortls.c This is part of ticket 14188. | |||
2015-01-28 | Bump a client authorization message from debug to info. | Nick Mathewson | |
A user wants this for 14015, and it seems fairly reasonable. | |||
2015-01-27 | Merge branch 'doc13702_squashed' | Nick Mathewson | |
2015-01-27 | Adding section on OpenBSD to doc/TUNING | rl1987 | |
2015-01-26 | changes file for bug14350 | Nick Mathewson | |
2015-01-23 | Split the slow unit tests into their own binary | Nick Mathewson | |
This can run in parallel with the faster ones and the other tests. | |||
2015-01-23 | Merge branch 'if_addr_refactoring_squashed' | Nick Mathewson | |
Conflicts: src/test/include.am src/test/test.c | |||
2015-01-23 | Refactor code that looks up addresses from interfaces | rl1987 | |
Now the code has separate implementation and examination functions, uses smartlists sanely, and has relatively decent test coverage. | |||
2015-01-23 | changes file for 9969 | Nick Mathewson | |
2015-01-23 | fix warnings from lintChanges | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'public/ticket13762' | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'karsten/geoip6-jan2015' into maint-0.2.4 | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2015-01-22 | Update geoip6 to the January 7 2015 database. | Karsten Loesing | |
2015-01-22 | Update geoip to the January 7 2015 database. | Karsten Loesing | |
2015-01-21 | Merge branch 'better_workqueue_v3_squashed' | Nick Mathewson | |
2015-01-21 | Merge branch 'bug9819' | Nick Mathewson | |
2015-01-20 | Merge branch 'bug14084' | Nick Mathewson | |
2015-01-20 | Merge remote-tracking branch 'dgoulet/bug14224_025_v1' | Nick Mathewson | |
2015-01-19 | Replace a 4 with a 6; fix a bug that nobody noticed :/ | Nick Mathewson | |
Fixes 14280 bugfix on 1053af0b9c4127873034a935ce33 in 0.2.4.7-alpha. | |||
2015-01-19 | Merge branch 'bug7555_v2_squashed' | Nick Mathewson | |
Conflicts: src/or/connection_edge.c | |||
2015-01-19 | Fix: close intro circuit if no more intro points are usable | David Goulet | |
Once a NACK is received on the intro circuit, tor tries an other usable one by extending the current circuit to it. If no more intro points are usable, now close the circuit. Also, it's reason is changed before closing it so we don't report again an intro point failure and trigger an extra HS fetch. Fixes #14224 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-18 | Merge remote-tracking branch 'public/ticket13037' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2015-01-18 | Merge remote-tracking branch 'public/bug14219_025' | Nick Mathewson | |