Commit Graph
15 Commits
Author SHA1 Message Date
Kenneth Skovhede 40dd3c6816 Updated all license mentions to MIT 2024-02-28 15:45:30 +01:00
Kenneth Hsu 83ac03843d Fix spelling errors in comments.
In doing so, we also normalized some line endings.
2019-12-14 09:52:55 -08:00
Kenneth Hsu f1ece62ab7 Fix documentation for ThrottledStream.Read method. 2019-07-07 17:16:58 -07:00
Kenneth Hsu 6f902773c6 Fix documentation for ThrottledStream.Write method. 2019-07-07 17:16:58 -07:00
Kenneth Hsu 5d087791d0 Fix bug in ThrottledStream.Write method.
Prior to revision 0190a9994e ("Rewrote the throttling implementation to
be more effecient"), the DelayIfRequired method would increment the
offset variable to advance through the buffer.  When we modified the
implementation in revision 0190a9994e, we may have forgotten to modify
the offset accordingly.
2019-07-07 17:16:58 -07:00
ts678andGitHub 018f7f1db5 Fix ThrottledStream Read buffer overwrite
Adjust buffer offset by amount read so far in the internal Read loop,
so newly read data goes after old data instead of going on top of it.

This fixes issue #3787 read buffer corruptions when throttle is used.
2019-06-23 21:07:21 -04:00
Kenneth Hsu aac3bc5d87 Remove invalid XML documentation element for void method. 2017-12-09 18:42:33 -08:00
Kenneth Hsu 1c7391399d Remove XML documentation for unmatched parameters. 2017-12-09 18:30:01 -08:00
Kenneth Skovhede da0de9983b Implemented the live throttle control.
This fixes #1730
This fixes #1261
2017-06-20 13:00:52 +02:00
Kenneth Skovhede 28254de512 Removed an unused field 2017-03-01 11:54:52 +01:00
Kenneth Skovhede 926e0fa405 Removed the progress event, as it is no longer used 2016-10-17 14:37:13 +02:00
Kenneth Skovhede 0190a9994e Rewrote the throttling implementation to be more effecient 2016-10-17 13:14:21 +02:00
Kenneth Skovhede 8d13e698eb Updated copyright notices 2015-01-20 21:44:52 +01:00
Kenneth Skovhede 6923ff5688 Corrected a problem with the --throttle-upload and --throttle-download options.
This fixes #1084.
2015-01-05 11:12:20 +01:00
kenneth@hexad.dk a0521da54d Initial version of the new block-based storage format.
Still needs a work over in terms of error handling, progress reporting, warning output, refactoring etc.
Also misses the volume reuse/reclaim algorithms.
But it passes the unit tests now, with and without a local database.

git-svn-id: https://duplicati.googlecode.com/svn/sandboxes/Kenneth/ForestHash@1526 59da171f-624f-0410-aa54-27559c288bec
2013-02-12 21:43:14 +00:00