Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swisspol/GCDWebServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: woobert/GCDWebServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 4, 2017

  1. only log broken pipe messages at debug level

    when the http client connecting to the GCDServer instance disconnects
    abruptly, subsequent writes to the socket result in error 32, this gets
    noise with eg, MPPlayer and AVPlayer connections, this makes it less
    noisy by default
    wooo committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    5cce5d2 View commit details
    Browse the repository at this point in the history
  2. add a new GCDWebServerStreamedProxyResponse object

    this response object is suitable for proxying NSHTTPURLResponse
    responses by allowing a response to be created once the proxied
    NSHTTPURLResponse has received headers.
    wooo committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    e632168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4e3613 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Update GCDWebServers.h

    woobert authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    c6e065d View commit details
    Browse the repository at this point in the history
  2. Update GCDWebServers.h

    woobert authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    034ce13 View commit details
    Browse the repository at this point in the history
  3. fixes for framework usage

    wooo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    a2bb2c0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Merge pull request #1 from woobert/proxy_response_object

    Proxy response object
    woobert authored May 16, 2017
    Configuration menu
    Copy the full SHA
    0af403b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    568a630 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from woobert/fix_dealloc_with_nil_socket

    fix a close on nil socket which causes a crash
    woobert authored Aug 28, 2017
    Configuration menu
    Copy the full SHA
    bbb2032 View commit details
    Browse the repository at this point in the history
Loading