Skip to content
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: appscluster/qhttpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nikhilm/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.
  • 17 commits
  • 20 files changed
  • 7 contributors

Commits on Sep 18, 2014

  1. Configuration menu
    Copy the full SHA
    56c3744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edebea6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Emit a signal when the connection was unexpectedly closed so that it …

    …could be handled by user
    vdudouyt committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    07553b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Removed extraneous semicolons from C++ class definition.

    Fixes gcc warning about extra ';' when compiling with
    -pedantic switch.
    hporten committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    45249a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Merge pull request nikhilm#50 from hporten/master

    Removed extraneous semicolons from C++ class definition.
    nikhilm committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    6262cef View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. Merge pull request nikhilm#45 from kmatheussen/master

    QHttpResponse::flush and QHttpResponse::waitForBytesWritten
    nikhilm committed May 21, 2015
    Configuration menu
    Copy the full SHA
    37914e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nikhilm#46 from vdudouyt/master

    Emit a signal when the connection was unexpectedly closed so that it cou...
    nikhilm committed May 21, 2015
    Configuration menu
    Copy the full SHA
    afb213c View commit details
    Browse the repository at this point in the history
  3. Use Q_SIGNALS, Q_SLOTS macros

    nikhilm committed May 21, 2015
    Configuration menu
    Copy the full SHA
    7b18990 View commit details
    Browse the repository at this point in the history
  4. Update http-parser to 2.5.0

    nikhilm committed May 21, 2015
    Configuration menu
    Copy the full SHA
    05ba06d View commit details
    Browse the repository at this point in the history
  5. Use Q_EMIT instead of emit

    nikhilm committed May 21, 2015
    Configuration menu
    Copy the full SHA
    902fd46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eb5a89 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Fixes issue where keep-alive requests would close and cause a signal …

    …to be emitted on a previously deleted request. This would cause a segfault coming from the Qt MOC code where the emit occurs.
    BBates committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    f77bdbb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Configuration menu
    Copy the full SHA
    a051b37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nikhilm#55 from brendanbates89/fix-keepalive

    Keep-alive request causes segfault on connection close
    nikhilm committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    ca8f327 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Fix paths double encoding

    QW0101 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    b2cea3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request nikhilm#60 from Taraflex/master

    Fix paths double encoding
    nikhilm authored Oct 28, 2016
    Configuration menu
    Copy the full SHA
    02a6e71 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Fixed socket deletion error (nikhilm#59)

    * Fixed socket deletion error
    
    deleting the socket in the destructor can cause a crash when shutting down the app. By moving it to the socketDisconnected and deleting it with "deleteLater" fixed the issue
    
    * fixed intendation
    Skycoder42 authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    30ac571 View commit details
    Browse the repository at this point in the history
Loading