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 }}
lzhice
/
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
qhttpconnection.cpp
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
Commits on Sep 18, 2014
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
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 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
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
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
Commits on Sep 26, 2013
Try to uniform to a single coding convention/style. 2x spaces to 4x spaces. Add qWarning() to situations where nothing is done while still nothing is reported back to the caller. Id like to see the…
Show description for bc05a76
Jonne Nauha
committed
bc05a76
View commit details
Copy full SHA for bc05a76
View code at this point
Browse repository at this point
Revert bad parts of commit 8269510b4b1 and 20294974.
nikhilm
committed
ea4ba5e
View commit details
Copy full SHA for ea4ba5e
View code at this point
Browse repository at this point
Commits on Sep 2, 2013
Style fix
nikhilm
committed
9944d43
View commit details
Copy full SHA for 9944d43
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Make windows builds generate a .lib file by setting dll exports in qhttpserverapi.h, does nothing on non-windows platforms. Made a forward declaration file so could remove duplicated typedefs and o…
Show description for 86804c3
Jonne Nauha
committed
86804c3
View commit details
Copy full SHA for 86804c3
View code at this point
Browse repository at this point
Commits on Dec 24, 2012
This did not make sense, since there is no authority information in the
Show description for 000ed2f
davidiw
committed
000ed2f
View commit details
Copy full SHA for 000ed2f
View code at this point
Browse repository at this point
The array size can only be 0 or greater than 0
Show description for 5034f55
davidiw
committed
5034f55
View commit details
Copy full SHA for 5034f55
View code at this point
Browse repository at this point
Optionally store all body data in the request
davidiw
committed
8269510
View commit details
Copy full SHA for 8269510
View code at this point
Browse repository at this point
Handle a socket disconnect before a message has been fully received
davidiw
committed
2029497
View commit details
Copy full SHA for 2029497
View code at this point
Browse repository at this point
Switched to an Enum for method
davidiw
committed
cc39e38
View commit details
Copy full SHA for cc39e38
View code at this point
Browse repository at this point
Switched to Joyent HTTP Parser (better maintained derivative of the
Show description for 8233011
davidiw
committed
8233011
View commit details
Copy full SHA for 8233011
View code at this point
Browse repository at this point
Commits on Feb 13, 2011
Fixed some URL issues.
Show description for dc6e5ef
nikhilm
committed
dc6e5ef
View commit details
Copy full SHA for dc6e5ef
View code at this point
Browse repository at this point
Commits on Feb 7, 2011
Add remote client connection information
nikhilm
committed
567b28a
View commit details
Copy full SHA for 567b28a
View code at this point
Browse repository at this point
Commits on Feb 6, 2011
Less debug information
nikhilm
committed
d60f2c5
View commit details
Copy full SHA for d60f2c5
View code at this point
Browse repository at this point
Commits on Feb 2, 2011
Remove some debug
nikhilm
committed
3d59e14
View commit details
Copy full SHA for 3d59e14
View code at this point
Browse repository at this point
Let's not delete request by ourselves at all
nikhilm
committed
04e01b2
View commit details
Copy full SHA for 04e01b2
View code at this point
Browse repository at this point
Added emit data and end support for request
nikhilm
committed
ecb7927
View commit details
Copy full SHA for ecb7927
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.