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 }}
leyley
/
libhttpserver
Public
forked from
etr/libhttpserver
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
libhttpserver
src
webserver.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 9, 2019
Added support for TCP-NODELAY
etr
committed
5c64e1a
View commit details
Copy full SHA for 5c64e1a
View code at this point
Browse repository at this point
Removed unused parameters from webserver class
etr
committed
cb491fa
View commit details
Copy full SHA for cb491fa
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Fix segfault when a port is already occupied
etr
committed
063e3d6
View commit details
Copy full SHA for 063e3d6
View code at this point
Browse repository at this point
Add support for PATCH method
etr
committed
c91e241
View commit details
Copy full SHA for c91e241
View code at this point
Browse repository at this point
Fixed method DELETE to parse the body optionally
etr
committed
208f188
View commit details
Copy full SHA for 208f188
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
Re-make getter methods immutable
etr
committed
44bc3db
View commit details
Copy full SHA for 44bc3db
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Change http request parsing to be lazy
etr
committed
4282ca0
View commit details
Copy full SHA for 4282ca0
View code at this point
Browse repository at this point
Commits on Jan 13, 2019
Removing daemon_item. Simplifying the logic
etr
committed
27a430f
View commit details
Copy full SHA for 27a430f
View code at this point
Browse repository at this point
Remove unused code
etr
committed
070976f
View commit details
Copy full SHA for 070976f
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Normalized structure of http_response.
Show description for afa67ef
etr
committed
afa67ef
View commit details
Copy full SHA for afa67ef
View code at this point
Browse repository at this point
comet_enabled renamed into deferred_enabled
etr
committed
40e5f6d
View commit details
Copy full SHA for 40e5f6d
View code at this point
Browse repository at this point
Removed the comet subsystem entirely.
etr
committed
f58e345
View commit details
Copy full SHA for f58e345
View code at this point
Browse repository at this point
Commits on Jan 7, 2019
Eliminate usages of strlen
etr
committed
1c19471
View commit details
Copy full SHA for 1c19471
View code at this point
Browse repository at this point
Eliminate unsafe access to char*
etr
committed
d685890
View commit details
Copy full SHA for d685890
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Avoid double instantiation
etr
committed
099354c
View commit details
Copy full SHA for 099354c
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Remove custom method_not_acceptable (unused).
Show description for 430f8ee
etr
committed
430f8ee
View commit details
Copy full SHA for 430f8ee
View code at this point
Browse repository at this point
Clarify that THREAD_PER_CONNECTION and max_thread_stack_size are incompatible
etr
committed
a9b8351
View commit details
Copy full SHA for a9b8351
View code at this point
Browse repository at this point
Test authentication
etr
committed
6e85f70
View commit details
Copy full SHA for 6e85f70
View code at this point
Browse repository at this point
Fix semantic of the single_resource option
etr
committed
a8c8334
View commit details
Copy full SHA for a8c8334
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
Add clarifying comment
etr
committed
7fa1af5
View commit details
Copy full SHA for 7fa1af5
View code at this point
Browse repository at this point
Removed unused code
etr
committed
f1f71b4
View commit details
Copy full SHA for f1f71b4
View code at this point
Browse repository at this point
Removed caching mechanism.
Show description for 019083b
etr
committed
019083b
View commit details
Copy full SHA for 019083b
View code at this point
Browse repository at this point
Commits on Dec 31, 2018
Fix unregister_resource method. Added tests to verify behavior
etr
committed
507381b
View commit details
Copy full SHA for 507381b
View code at this point
Browse repository at this point
Removed internal exception in favor of standard one
etr
committed
2076fba
View commit details
Copy full SHA for 2076fba
View code at this point
Browse repository at this point
Added test for no response use case
etr
committed
65ce5d1
View commit details
Copy full SHA for 65ce5d1
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
Added tests to http_endpoint.
Show description for 75010ba
etr
committed
75010ba
View commit details
Copy full SHA for 75010ba
View code at this point
Browse repository at this point
Commits on Dec 23, 2018
Avoid returns as parameters in http_endpoint
etr
committed
9dc6a34
View commit details
Copy full SHA for 9dc6a34
View code at this point
Browse repository at this point
Remove specific exceptions.
etr
committed
768dec3
View commit details
Copy full SHA for 768dec3
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
Updated copyright
etr
committed
1687cfa
View commit details
Copy full SHA for 1687cfa
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
Use proper return (rather then paramer returns)
etr
committed
9590198
View commit details
Copy full SHA for 9590198
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Changed http_endpoint to be an inner class of webserver.
Show description for b5f5ef9
etr
committed
b5f5ef9
View commit details
Copy full SHA for b5f5ef9
View code at this point
Browse repository at this point
Commits on Dec 11, 2016
Force address in a separate option
Sebastiano Merlino
committed
aa65438
View commit details
Copy full SHA for aa65438
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
Merge pull request #105 from rdiazmartin/v0.9.0_rdiazmartin
Show description for dbe82ac
etr
authored
dbe82ac
View commit details
Copy full SHA for dbe82ac
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
fixed a problem that causes a memory leak. We are passing user, pass,
Show description for e53d066
rdiazmartin
committed
e53d066
View commit details
Copy full SHA for e53d066
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
Avoid double-call to copy constructor
Sebastiano Merlino
committed
b044530
View commit details
Copy full SHA for b044530
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.