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 }}
fmercier
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
qhttpserver
src
on
master
User selector
All users
Datepicker
All time
Commit history
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
Merge remote-tracking branch 'jonnenauha/master'
Show description for dfb5823
nikhilm
committed
dfb5823
View commit details
Copy full SHA for dfb5823
View code at this point
Browse repository at this point
Remove QString variants of write() and end(). Force explicit conversion so Content-Length errors are more obvious. Fixes #16.
nikhilm
committed
28636b3
View commit details
Copy full SHA for 28636b3
View code at this point
Browse repository at this point
Fix also mac and others to have version define.
Jonne Nauha
committed
e1ec153
View commit details
Copy full SHA for e1ec153
View code at this point
Browse repository at this point
Commits on Sep 26, 2013
Improve .pro files: Dont define version on windows, it does <lib>0.dll which is not wanted on windows. Add windows d postfix to debug dlls. Make other projects link to correct lib. I could not get …
Show description for 8ba025f
Jonne Nauha
committed
8ba025f
View commit details
Copy full SHA for 8ba025f
View code at this point
Browse repository at this point
Fix Date header to always use month and day names in english. QDateTime::toString uses the os/region language and does not conform to the RFC spec.
Jonne Nauha
committed
d0ed473
View commit details
Copy full SHA for d0ed473
View code at this point
Browse repository at this point
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
Add preprocessor define QHTTPSERVER_EXPORT in the solution files to fix windows build.
Jonne Nauha
committed
073c017
View commit details
Copy full SHA for 073c017
View code at this point
Browse repository at this point
Add end(QString)
nikhilm
committed
fcf2dbd
View commit details
Copy full SHA for fcf2dbd
View code at this point
Browse repository at this point
QString write() delegates to QByteArray write()
nikhilm
committed
2e20e07
View commit details
Copy full SHA for 2e20e07
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 18, 2013
Removed debug flag from src/src.pro to build the library with optimizations and without symbols by default
carbn
committed
e5a8c61
View commit details
Copy full SHA for e5a8c61
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.