Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Shaojunjiang
/
qhttpserver
Public
forked from
nikhilm/qhttpserver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
qhttpserver
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 29, 2020
Fixed socket deletion error (#59)
Show description for 30ac571
Skycoder42
authored
30ac571
View commit details
Copy full SHA for 30ac571
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
Fix paths double encoding
QW0101
committed
b2cea3a
View commit details
Copy full SHA for b2cea3a
View code at this point
Browse repository at this point
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
committed
f77bdbb
View commit details
Copy full SHA for f77bdbb
View code at this point
Browse repository at this point
Commits on May 21, 2015
Use Q_EMIT instead of emit
nikhilm
committed
902fd46
View commit details
Copy full SHA for 902fd46
View code at this point
Browse repository at this point
Use Q_SIGNALS, Q_SLOTS macros
nikhilm
committed
7b18990
View commit details
Copy full SHA for 7b18990
View code at this point
Browse repository at this point
Merge pull request #46 from vdudouyt/master
Show description for afb213c
nikhilm
committed
afb213c
View commit details
Copy full SHA for afb213c
View code at this point
Browse repository at this point
Merge pull request #45 from kmatheussen/master
Show description for 37914e3
nikhilm
committed
37914e3
View commit details
Copy full SHA for 37914e3
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
Removed extraneous semicolons from C++ class definition.
Show description for 45249a7
hporten
committed
45249a7
View commit details
Copy full SHA for 45249a7
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
Emit a signal when the connection was unexpectedly closed so that it could be handled by user
vdudouyt
committed
07553b4
View commit details
Copy full SHA for 07553b4
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Fixed doxygen documentation for QHttpResponse::waitForBytesWritten
kmatheussen
committed
edebea6
View commit details
Copy full SHA for edebea6
View code at this point
Browse repository at this point
Added "flush" and "waitForBytesWritten" methods to QHttpResponse
kmatheussen
committed
56c3744
View commit details
Copy full SHA for 56c3744
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
Add 2014 to copyright years
nikhilm
committed
941ff56
View commit details
Copy full SHA for 941ff56
View code at this point
Browse repository at this point
Commits on Feb 5, 2014
Fix Q_ASSERT for http_parser_parse_url
Show description for 2949d6b
christian-sahlmann
committed
2949d6b
View commit details
Copy full SHA for 2949d6b
View code at this point
Browse repository at this point
Commits on Jan 31, 2014
Merge branch 'master' of https://github.com/carbn/qhttpserver into carbn-master
Show description for 5eb2046
nikhilm
committed
5eb2046
View commit details
Copy full SHA for 5eb2046
View code at this point
Browse repository at this point
Added assertion to QHttpConnection::updateWriteCount
Samu Nuutamo
committed
030f8bc
View commit details
Copy full SHA for 030f8bc
View code at this point
Browse repository at this point
Renamed signals/slots to follow qt style
Samu Nuutamo
committed
9ede3a6
View commit details
Copy full SHA for 9ede3a6
View code at this point
Browse repository at this point
Use Qt coding style.
Show description for 7c8dbcd
nikhilm
committed
7c8dbcd
View commit details
Copy full SHA for 7c8dbcd
View code at this point
Browse repository at this point
Style fix for #28.
nikhilm
committed
b5c7d79
View commit details
Copy full SHA for b5c7d79
View code at this point
Browse repository at this point
Commits on Jan 15, 2014
Removed debug message on new connections
carbn
committed
59d10ae
View commit details
Copy full SHA for 59d10ae
View code at this point
Browse repository at this point
Commits on Jan 8, 2014
Added signal to indicate that the send buffer is empty
Show description for 75d753a
carbn
committed
75d753a
View commit details
Copy full SHA for 75d753a
View code at this point
Browse repository at this point
Commits on Dec 30, 2013
stop using deleteLater in listen() and therefore remove the delayed NULL in tcpServerDestroyed slot;
Nehmulos
committed
b8f0da4
View commit details
Copy full SHA for b8f0da4
View code at this point
Browse repository at this point
fix typo;
Nehmulos
committed
478bc21
View commit details
Copy full SHA for 478bc21
View code at this point
Browse repository at this point
Commits on Dec 29, 2013
close the tcpServer and mark it for deletation when the QHttpServer is deleted;
Nehmulos
committed
a26cb55
View commit details
Copy full SHA for a26cb55
View code at this point
Browse repository at this point
NULL the m_tcpServer pointer when the data is destroyed;
Nehmulos
committed
e42c6d8
View commit details
Copy full SHA for e42c6d8
View code at this point
Browse repository at this point
mark the existing m_tcpServer for deletation when trying to listen to a different port
Nehmulos
committed
cec0a97
View commit details
Copy full SHA for cec0a97
View code at this point
Browse repository at this point
also delete the m_tcpServer when it couldn't listen to the addresss/port;
Nehmulos
committed
bc94d8b
View commit details
Copy full SHA for bc94d8b
View code at this point
Browse repository at this point
only connect for the newConnection event when binding to a port succeeded;
Nehmulos
committed
57d8e87
View commit details
Copy full SHA for 57d8e87
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Qt4 compat fix for URL setQuery
nikhilm
committed
9163383
View commit details
Copy full SHA for 9163383
View code at this point
Browse repository at this point
Commits on Dec 12, 2013
Fix URL handling bug and improve URL parsing.
Show description for d1f8a7e
nikhilm
committed
d1f8a7e
View commit details
Copy full SHA for d1f8a7e
View code at this point
Browse repository at this point
Removed queryString declaration and documentation. Fixes #25.
nikhilm
committed
e0284d6
View commit details
Copy full SHA for e0284d6
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
Don't parent the request after all.
nikhilm
committed
e3c0e70
View commit details
Copy full SHA for e3c0e70
View code at this point
Browse repository at this point
Parent the QTcpServer
nikhilm
committed
6b75ccb
View commit details
Copy full SHA for 6b75ccb
View code at this point
Browse repository at this point
Fix memory leak.
Show description for 2ee544e
nikhilm
committed
2ee544e
View commit details
Copy full SHA for 2ee544e
View code at this point
Browse repository at this point
Commits on Sep 30, 2013
Update copyright years
nikhilm
committed
06b8e6a
View commit details
Copy full SHA for 06b8e6a
View code at this point
Browse repository at this point
Commits on Sep 27, 2013
Improve documentation. Changed to use the /** and @ style of doxygen, uniformed to single style accross the codebase. Separated main page and examples to own files. Reworked examples to be more cle…
Show description for 02e8fba
Jonne Nauha
committed
02e8fba
View commit details
Copy full SHA for 02e8fba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.