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 }}
docterling
/
libhttpserver
Public
forked from
etr/libhttpserver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
libhttpserver
src
http_utils.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
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 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 24, 2022
Moved minimal libmicrohttpd dep to v0.9.74 (#259)
Show description for bd559af
LeSpocky
authored
bd559af
View commit details
Copy full SHA for bd559af
View code at this point
Browse repository at this point
Commits on Dec 12, 2021
file_response: Change default argument for content-type (#249)
Show description for 6718e0a
LeSpocky
authored
6718e0a
View commit details
Copy full SHA for 6718e0a
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 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 Mar 1, 2021
Move off travis to github actions (#222)
Show description for 00dc269
etr
authored
00dc269
View commit details
Copy full SHA for 00dc269
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 Aug 27, 2020
Add YWIU checks to travis (#208)
Show description for 44360e9
etr
authored
44360e9
View commit details
Copy full SHA for 44360e9
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 Apr 14, 2020
add missing freebsd headers (#192)
fzipi
authored
b2d69d9
View commit details
Copy full SHA for b2d69d9
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Re-enable windows build on travis (#187)
etr
authored
bc700b5
View commit details
Copy full SHA for bc700b5
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 Mar 1, 2020
Rename some variable so that all `this->` can be dropped, and do so. (#180)
Show description for a7b9b6a
bcsgh
authored
a7b9b6a
View commit details
Copy full SHA for a7b9b6a
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
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
Commits on Jan 23, 2019
Fix separator character
etr
committed
6aaa018
View commit details
Copy full SHA for 6aaa018
View code at this point
Browse repository at this point
Avoid regex in standardize_url
etr
committed
5fb093a
View commit details
Copy full SHA for 5fb093a
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 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
Commits on Jan 7, 2019
fix wrapping
etr
authored
7291af4
View commit details
Copy full SHA for 7291af4
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
Make code compatible with C++98
etr
committed
201a913
View commit details
Copy full SHA for 201a913
View code at this point
Browse repository at this point
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 26, 2018
Prevent warnings
etr
committed
0a94afd
View commit details
Copy full SHA for 0a94afd
View code at this point
Browse repository at this point
Commits on Dec 25, 2018
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
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
Remove specific exceptions.
etr
committed
768dec3
View commit details
Copy full SHA for 768dec3
View code at this point
Browse repository at this point
Added import of exception
etr
committed
2fc8f6f
View commit details
Copy full SHA for 2fc8f6f
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
Previous
Next
You can’t perform that action at this time.