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: RushOnline/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.
  • 10 commits
  • 13 files changed
  • 1 contributor

Commits on Feb 5, 2016

  1. use IntekBuildConventions

    RushOnline committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    5bbe76f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. use INTEK build rules

    RushOnline committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    52e84ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9987b46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43bcaa8 View commit details
    Browse the repository at this point in the history
  4. buffer QHttpResponse::write for right Content-Length

    data passed to QHttpResponse::write buffered before
    QHttpResponse::setHeader(Content-Length, ...) is set or
    QHttpResponse::end called.
    RushOnline committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    fab6191 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75e05e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. rename signal QHttpRequest::end to QHttpRequest::completed

    Because it is not the end of connection, just request.
    RushOnline committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    0454c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3f63cb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. BUGFIX: remove transmission counters which raising assertion

    Delivered signals from socket::bytesWritten doubles sometime!
    RushOnline committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    5d2555f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

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