summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2015-02-05Merge remote-tracking branch 'yawning/bug14740'Nick Mathewson
2015-02-05Add 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-05improve changes files moreNick Mathewson
2015-02-0514554 doesn't need a changes file: the bug wasn't in a releaseNick Mathewson
2015-02-03Merge branch 'bug6852'Nick Mathewson
Conflicts: src/or/status.c
2015-02-02Merge remote-tracking branch 'public/bug9635_warnings_025'Nick Mathewson
Conflicts: src/test/test.c
2015-02-02Merge branch 'feature13864_squashed'Nick Mathewson
2015-02-02Changes file for 13865.rl1987
2015-02-02Merge remote-tracking branch 'public/bug13319'Nick Mathewson
2015-02-02Merge remote-tracking branch 'sysrqb/bug14216_bad_since'Nick Mathewson
2015-02-02Merge remote-tracking branch 'dgoulet/bug14202_026_v1'Nick Mathewson
2015-02-02Merge remote-tracking branch 'public/14188_part1'Nick Mathewson
2015-01-31Only retry connecting to configured bridgesMatthew 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-30Fix 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-30Merge remote-tracking branch 'public/prop227_v2'Nick Mathewson
Conflicts: src/test/test_dir.c
2015-01-29Merge branch 'bug14451_026_v1'Nick Mathewson
2015-01-29changes file for 14451Nick Mathewson
2015-01-29Merge remote-tracking branch 'public/ticket11737'Nick Mathewson
2015-01-29Remove SocksSocket; it's now spelled differently thanks to 14451Nick Mathewson
Also, revise bug12585 changes file to mention new syntax
2015-01-29Remove obsolete workaround in dirserv_thinks_router_is_hs_dir()David Goulet
Fixes #14202 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-01-28Merge branch 'bug11485_026_v2_squashed'Nick Mathewson
2015-01-28Changes file for ticket #11485Andrea Shepard
2015-01-28changes file for 8405Nick Mathewson
2015-01-28Tweak tor-resolve docs and logsNick Mathewson
Resolves 14325
2015-01-28Try to work around changes in openssl 1.1.0Nick Mathewson
Prefer not to use a couple of deprecated functions; include more headers in tortls.c This is part of ticket 14188.
2015-01-28Bump a client authorization message from debug to info.Nick Mathewson
A user wants this for 14015, and it seems fairly reasonable.
2015-01-27Merge branch 'doc13702_squashed'Nick Mathewson
2015-01-27Adding section on OpenBSD to doc/TUNINGrl1987
2015-01-26changes file for bug14350Nick Mathewson
2015-01-23Split the slow unit tests into their own binaryNick Mathewson
This can run in parallel with the faster ones and the other tests.
2015-01-23Merge branch 'if_addr_refactoring_squashed'Nick Mathewson
Conflicts: src/test/include.am src/test/test.c
2015-01-23Refactor code that looks up addresses from interfacesrl1987
Now the code has separate implementation and examination functions, uses smartlists sanely, and has relatively decent test coverage.
2015-01-23changes file for 9969Nick Mathewson
2015-01-23fix warnings from lintChangesNick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket13762'Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-01-23Merge remote-tracking branch 'karsten/geoip6-jan2015' into maint-0.2.4Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2015-01-22Update geoip6 to the January 7 2015 database.Karsten Loesing
2015-01-22Update geoip to the January 7 2015 database.Karsten Loesing
2015-01-21Merge branch 'better_workqueue_v3_squashed'Nick Mathewson
2015-01-21Merge branch 'bug9819'Nick Mathewson
2015-01-20Merge branch 'bug14084'Nick Mathewson
2015-01-20Merge remote-tracking branch 'dgoulet/bug14224_025_v1'Nick Mathewson
2015-01-19Replace 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-19Merge branch 'bug7555_v2_squashed'Nick Mathewson
Conflicts: src/or/connection_edge.c
2015-01-19Fix: close intro circuit if no more intro points are usableDavid 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-18Merge remote-tracking branch 'public/ticket13037'Nick Mathewson
Conflicts: src/or/config.c
2015-01-18Merge remote-tracking branch 'public/bug14219_025'Nick Mathewson