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

Fix streaming uploads #1406

Merged
merged 11 commits into from
Mar 19, 2024
Merged

Fix streaming uploads #1406

merged 11 commits into from
Mar 19, 2024

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    2890145 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Fix code indentation

    jbrichau committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    689e7e0 View commit details
    Browse the repository at this point in the history
  2. code layout

    jbrichau committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    65eb91d View commit details
    Browse the repository at this point in the history
  3. code layout

    jbrichau committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f7b2331 View commit details
    Browse the repository at this point in the history
  4. code cleanup

    jbrichau committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c52a0e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9998d1f View commit details
    Browse the repository at this point in the history
  6. Fix streaming file upload in GemStone: GsFile>>nextPutAll: wrote 0 by…

    …tes on the file when invoked with a ZnStringBuffer as argument due to the optimized implementation. Fixed by writing the internal collection class instead.
    jbrichau committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    166a98c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27c8905 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Change ZnRingBuffer>>writeAllOn: to an implementation that works for …

    …a -ring- (duh) and rename it to nextPutAllOn:
    jbrichau committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    38c4668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3659170 View commit details
    Browse the repository at this point in the history
  3. Removed use of ensure: (do not recall why I did it that way, but it…

    … does not seem necessary)
    jbrichau committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    df0dc34 View commit details
    Browse the repository at this point in the history