Skip to content
This repository was archived by the owner on Feb 15, 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: nikhilm/qhttpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rschroll/qhttpserver
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.
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 11, 2013

  1. Configuration menu
    Copy the full SHA
    0f464e2 View commit details
    Browse the repository at this point in the history
  2. Close connection on response->end()

    Based on a patch by Sebastian Wallat:
    swallat@196bcf1
    rschroll committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    f6acb10 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2013

  1. Let the server act as a QML plugin

    In addition to adding the necessary boilerplate, we also add a new
    version of QHttpServer::listen(), in which the address can be given as a
    string.  This can be used from QML, which doesn't have any equivalent
    for QHostAddress.
    rschroll committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    b5f52cc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2013

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