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 }}
bcsgh
/
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
test
unit
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 21, 2023
Replace new/delete with RAII. (#321)
Show description for 8572ca9
bcsgh
authored
8572ca9
View commit details
Copy full SHA for 8572ca9
View code at this point
Browse repository at this point
Commits on May 11, 2023
Make more robust tests. (#312)
Show description for fb58ec7
bcsgh
authored
fb58ec7
View commit details
Copy full SHA for fb58ec7
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
fix #292 handle argument keys with multiple values (#302)
Show description for 914ac9e
stuart-byma
authored
914ac9e
View commit details
Copy full SHA for 914ac9e
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Use string_view in API methods where applicable (#288)
Show description for 1777284
stuart-byma
authored
1777284
View commit details
Copy full SHA for 1777284
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
Remove ineffective/unneeded const from shared_ptr return types (#285)
Show description for f33553c
stuart-byma
authored
f33553c
View commit details
Copy full SHA for f33553c
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
Add options to store files directly to the file system and to omit duplicating files in memory (#257)
Show description for 3fd99c8
ctomahogh
authored
3fd99c8
View commit details
Copy full SHA for 3fd99c8
View code at this point
Browse repository at this point
Commits on Feb 20, 2022
Using full path for includes (#260)
etr
authored
a859297
View commit details
Copy full SHA for a859297
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
Use keyword nullptr where possible (#247)
Show description for 27b4018
LeSpocky
authored
27b4018
View commit details
Copy full SHA for 27b4018
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
Fixed method not allowed to return Allow header (#243)
Show description for 6b195cf
LeSpocky
authored
6b195cf
View commit details
Copy full SHA for 6b195cf
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Add checks using cpplint (#209)
Show description for 6d1df06
etr
authored
6d1df06
View commit details
Copy full SHA for 6d1df06
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Fix heap buffer overflow (#215)
Show description for ec973dc
etr
authored
ec973dc
View commit details
Copy full SHA for ec973dc
View code at this point
Browse repository at this point
Commits on Jun 6, 2020
Prevent use of regex in http_endpoint outside of registration
Show description for 387b3c6
etr
authored
387b3c6
View commit details
Copy full SHA for 387b3c6
View code at this point
Browse repository at this point
Commits on May 2, 2020
Fix cygwin build - moves to C++11 regex
Show description for 6b1e195
etr
authored
6b1e195
View commit details
Copy full SHA for 6b1e195
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Sort include (using the Google C++ style pattern). Also add some more includes where indirection inclusions were broken. (#184)
bcsgh
authored
ee2f258
View commit details
Copy full SHA for ee2f258
View code at this point
Browse repository at this point
Make #include for internal headers always use fully qualified paths (#183)
bcsgh
authored
dd7469f
View commit details
Copy full SHA for dd7469f
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
Fix separator character
etr
committed
8083b79
View commit details
Copy full SHA for 8083b79
View code at this point
Browse repository at this point
Commits on Jan 7, 2019
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 leaks resuling from ASAN tests
etr
committed
fe0b828
View commit details
Copy full SHA for fe0b828
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
Fix and test resources managing files
etr
committed
faa23dd
View commit details
Copy full SHA for faa23dd
View code at this point
Browse repository at this point
Commits on Dec 30, 2018
Forcing test of assignment operator for http_endpoint
Ubuntu
committed
852c437
View commit details
Copy full SHA for 852c437
View code at this point
Browse repository at this point
Fixed matching for endpoint ending with '/'.
Show description for 8e7e234
Ubuntu
committed
8e7e234
View commit details
Copy full SHA for 8e7e234
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 25, 2018
Added tests for url tokenization
etr
committed
bf90c01
View commit details
Copy full SHA for bf90c01
View code at this point
Browse repository at this point
Added tests for dumping methods
etr
committed
fa7e247
View commit details
Copy full SHA for fa7e247
View code at this point
Browse repository at this point
Fixed ip_representation comparison method
etr
committed
a36f803
View commit details
Copy full SHA for a36f803
View code at this point
Browse repository at this point
Commits on Dec 24, 2018
Fixed load_file method (considers EOF)
etr
committed
5568e5a
View commit details
Copy full SHA for 5568e5a
View code at this point
Browse repository at this point
Fix building ip_representation from sockaddr
etr
committed
754fdc6
View commit details
Copy full SHA for 754fdc6
View code at this point
Browse repository at this point
Fixed computation of ip mask
etr
committed
307113d
View commit details
Copy full SHA for 307113d
View code at this point
Browse repository at this point
Added test to prevent nested IPV4 with more than 4 octets
etr
committed
4f8fd38
View commit details
Copy full SHA for 4f8fd38
View code at this point
Browse repository at this point
Test ip_representation building from string
etr
committed
29779b8
View commit details
Copy full SHA for 29779b8
View code at this point
Browse repository at this point
Commits on Dec 23, 2018
Added tests on ip_representation IPV4
etr
committed
ec2d5cb
View commit details
Copy full SHA for ec2d5cb
View code at this point
Browse repository at this point
Adding tests
etr
committed
09df543
View commit details
Copy full SHA for 09df543
View code at this point
Browse repository at this point
Throwing on invalid ip address
etr
committed
ce1bb56
View commit details
Copy full SHA for ce1bb56
View code at this point
Browse repository at this point
Fixed logic to get ip and port.
Show description for fc37c08
etr
committed
fc37c08
View commit details
Copy full SHA for fc37c08
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
Previous
Next
You can’t perform that action at this time.