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

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