syncthing/internal
Elias Jarlebring 8d8546868d Fix to for routers that cannot handle many open HTTP-connections
Some routers do not respond when too many subsequent SOAP-requests are sent and will generate an EOF-error in the DefaultClient.Do(req). This modification adds a req.Close = True following the description on http://stackoverflow.com/questions/17714494/golang-http-request-results-in-eof-errors-when-making-multiple-requests-successi
2015-04-26 22:31:43 +02:00
..
auto Configurable file pull order (alphabetic, random, by size or age) 2015-04-25 23:20:21 +09:00
beacon Use a socket per interface for v6 multicast (fixes #1563) 2015-04-06 20:55:50 +02:00
config Configurable file pull order (alphabetic, random, by size or age) 2015-04-25 23:20:21 +09:00
db Add mutex logging 2015-04-23 10:54:14 +01:00
discover Add mutex logging 2015-04-23 10:54:14 +01:00
events events.Subscription.Poll does not seem to require locking 2015-04-24 11:25:42 +09:00
fnmatch Fix tests on Windows (fixes #1531) 2015-04-16 21:18:17 +01:00
ignore Add mutex logging 2015-04-23 10:54:14 +01:00
model Configurable file pull order (alphabetic, random, by size or age) 2015-04-25 23:20:21 +09:00
osutil Add mutex logging 2015-04-23 10:54:14 +01:00
scanner Add mutex logging 2015-04-23 10:54:14 +01:00
stats MPLv2 2015-03-17 16:02:27 +01:00
symlinks Work around broken Lstat on Android 2015-04-14 19:53:49 +09:00
sync Adjust sync test intervals to be less latency sensitive 2015-04-24 11:25:24 +09:00
upgrade Fix compilation of -noupgrade builds 2015-04-09 22:44:46 +02:00
upnp Fix to for routers that cannot handle many open HTTP-connections 2015-04-26 22:31:43 +02:00
versioner Add mutex logging 2015-04-23 10:54:14 +01:00