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: arkpar/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.
  • 6 commits
  • 12 files changed
  • 4 contributors

Commits on Jan 6, 2015

  1. Fixed segmentation fault error during destroying of QHttpConnection

    navrocky authored and Nicolas Daguisé committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    fe0cfac View commit details
    Browse the repository at this point in the history
  2. Prefer using Q_SLOTS and Q_SIGNALS macros

    ... to prevent from side-effects with other libs as suggest in Qt documentation
    druidPollux authored and Nicolas Daguisé committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    694127a View commit details
    Browse the repository at this point in the history
  3. Act as a "add" instead of a "set"

    druidPollux authored and Nicolas Daguisé committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    74695ae View commit details
    Browse the repository at this point in the history
  4. Send the 'done' signal on connection close

    This allows the application to know when the client unexpectedly closed the connection and then avoid to access the QHttpResponse after it has been deleted by the server object.
    kleag authored and Nicolas Daguisé committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    416ea15 View commit details
    Browse the repository at this point in the history
  5. Added "flush" and "waitForBytesWritten" methods to QHttpResponse

    kmatheussen authored and Nicolas Daguisé committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    e4eaaf1 View commit details
    Browse the repository at this point in the history
  6. Update http-parser from 2.0 to 2.3.0

    druidPollux authored and Nicolas Daguisé committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    4ebb928 View commit details
    Browse the repository at this point in the history
Loading