Skip to content
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

Closed

Commits on Sep 18, 2024

  1. add PathResponseListener and its tests

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9cbc4c3 View commit details
    Browse the repository at this point in the history
  2. add PathResponseListener class and test

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d196271 View commit details
    Browse the repository at this point in the history
  3. improve PathResponseListener tests

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8ca1877 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. improve PathResponseListenerTest with buffered io

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    630e63a View commit details
    Browse the repository at this point in the history
  2. change a digest algorithm to MD5

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3117b5c View commit details
    Browse the repository at this point in the history
  3. change logging behaviour to comply with the Code standard

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bc0afd2 View commit details
    Browse the repository at this point in the history
  4. fix Javadoc for PathResponseListener class

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c782558 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. extend PathResponseListener with CompletableFuture

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ac2be7b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. rewrite PathResponseListener.write() method

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1481b3c View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8836844 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. simplify write() method, remove unnecessary Exception

    Signed-off-by: Oleksandr Krutko <[email protected]>
    
    make File channel field to ba the final
    
    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2f0f9f8 View commit details
    Browse the repository at this point in the history
  2. reinvent PathResponseListener.write() method

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    58dbf72 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. add javadoc for PathResponseListener.write, add channel closing

    Signed-off-by: Oleksandr Krutko <[email protected]>
    arsenalzp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6fc2e88 View commit details
    Browse the repository at this point in the history