-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: hlyes/qhttpserver
base: master
head repository: nikhilm/qhttpserver
compare: master
- 15 commits
- 20 files changed
- 6 contributors
Commits on Sep 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 56c3744 - Browse repository at this point
Copy the full SHA 56c3744View commit details -
Configuration menu - View commit details
-
Copy full SHA for edebea6 - Browse repository at this point
Copy the full SHA edebea6View commit details
Commits on Oct 16, 2014
-
Emit a signal when the connection was unexpectedly closed so that it …
…could be handled by user
Configuration menu - View commit details
-
Copy full SHA for 07553b4 - Browse repository at this point
Copy the full SHA 07553b4View commit details
Commits on May 21, 2015
-
Merge pull request nikhilm#45 from kmatheussen/master
QHttpResponse::flush and QHttpResponse::waitForBytesWritten
Configuration menu - View commit details
-
Copy full SHA for 37914e3 - Browse repository at this point
Copy the full SHA 37914e3View commit details -
Merge pull request nikhilm#46 from vdudouyt/master
Emit a signal when the connection was unexpectedly closed so that it cou...
Configuration menu - View commit details
-
Copy full SHA for afb213c - Browse repository at this point
Copy the full SHA afb213cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b18990 - Browse repository at this point
Copy the full SHA 7b18990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ba06d - Browse repository at this point
Copy the full SHA 05ba06dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 902fd46 - Browse repository at this point
Copy the full SHA 902fd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb5a89 - Browse repository at this point
Copy the full SHA 5eb5a89View commit details
Commits on Jul 23, 2015
-
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 committedJul 23, 2015 Configuration menu - View commit details
-
Copy full SHA for f77bdbb - Browse repository at this point
Copy the full SHA f77bdbbView commit details
Commits on Jan 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a051b37 - Browse repository at this point
Copy the full SHA a051b37View commit details -
Merge pull request nikhilm#55 from brendanbates89/fix-keepalive
Keep-alive request causes segfault on connection close
Configuration menu - View commit details
-
Copy full SHA for ca8f327 - Browse repository at this point
Copy the full SHA ca8f327View commit details
Commits on Oct 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b2cea3a - Browse repository at this point
Copy the full SHA b2cea3aView commit details -
Merge pull request nikhilm#60 from Taraflex/master
Fix paths double encoding
Configuration menu - View commit details
-
Copy full SHA for 02a6e71 - Browse repository at this point
Copy the full SHA 02a6e71View commit details
Commits on Dec 29, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 30ac571 - Browse repository at this point
Copy the full SHA 30ac571View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master