-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #929 implement a utility class to save large downloads to a file #12292
Issue #929 implement a utility class to save large downloads to a file #12292
Commits on Sep 18, 2024
-
add PathResponseListener and its tests
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9cbc4c3 - Browse repository at this point
Copy the full SHA 9cbc4c3View commit details -
add PathResponseListener class and test
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d196271 - Browse repository at this point
Copy the full SHA d196271View commit details -
improve PathResponseListener tests
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8ca1877 - Browse repository at this point
Copy the full SHA 8ca1877View commit details
Commits on Sep 19, 2024
-
improve PathResponseListenerTest with buffered io
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 630e63a - Browse repository at this point
Copy the full SHA 630e63aView commit details -
change a digest algorithm to MD5
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3117b5c - Browse repository at this point
Copy the full SHA 3117b5cView commit details -
change logging behaviour to comply with the Code standard
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc0afd2 - Browse repository at this point
Copy the full SHA bc0afd2View commit details -
fix Javadoc for PathResponseListener class
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c782558 - Browse repository at this point
Copy the full SHA c782558View commit details
Commits on Sep 20, 2024
-
extend PathResponseListener with CompletableFuture
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac2be7b - Browse repository at this point
Copy the full SHA ac2be7bView commit details
Commits on Sep 24, 2024
-
rewrite PathResponseListener.write() method
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1481b3c - Browse repository at this point
Copy the full SHA 1481b3cView commit details -
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8836844 - Browse repository at this point
Copy the full SHA 8836844View commit details
Commits on Sep 25, 2024
-
simplify write() method, remove unnecessary Exception
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com> make File channel field to ba the final Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2f0f9f8 - Browse repository at this point
Copy the full SHA 2f0f9f8View commit details -
reinvent PathResponseListener.write() method
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 58dbf72 - Browse repository at this point
Copy the full SHA 58dbf72View commit details
Commits on Sep 26, 2024
-
add javadoc for PathResponseListener.write, add channel closing
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6fc2e88 - Browse repository at this point
Copy the full SHA 6fc2e88View commit details