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

Add support for asynchronous body stream writing #2998

Merged
merged 21 commits into from Apr 30, 2024

Commits on Jan 19, 2023

  1. Add support for asynchronous body stream writing, thereby also fixing…

    … crashes when users try to write a body from within a task towards the ELF APIs
    Joannis committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3c97f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875881f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Add support for asynchronous body stream writing, thereby also fixing…

    … crashes when users try to write a body from within a task towards the ELF APIs
    Joannis committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fa426b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c672309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d300db7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/jo-async-body-stream' of github.com:vapor/vapor…

    … into feature/jo-async-body-stream
    
    # Conflicts:
    #	Tests/VaporTests/PipelineTests.swift
    Joannis committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d04d1ec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Feb 22, 2023

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

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    afbeaf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e4706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9629929 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    6b5764e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168b822 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge remote-tracking branch 'origin/main' into feature/jo-async-body…

    …-stream
    
    # Conflicts:
    #	Sources/Vapor/Concurrency/Request+Concurrency.swift
    Joannis committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    fdc3c9f View commit details
    Browse the repository at this point in the history
  2. Remove Swift 5.6 support

    Joannis committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    204b047 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on Apr 30, 2024

  1. Fix Sendable warning in RFC1123

    0xTim committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    15a3fc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80ebda View commit details
    Browse the repository at this point in the history
  3. Tidy ups

    0xTim committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b611047 View commit details
    Browse the repository at this point in the history
  4. Tidy ups

    0xTim committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f11d3fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef1b218 View commit details
    Browse the repository at this point in the history