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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
cppAndNetworkAndDB
/
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
configure.ac
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 11, 2019
Simplify the cross-compilation build scripts.
etr
committed
000d07c
View commit details
Copy full SHA for 000d07c
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
Updated version and changelog
etr
committed
ead9ccc
View commit details
Copy full SHA for ead9ccc
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
Add valgrind suppressions.
Show description for 34f8219
etr
committed
34f8219
View commit details
Copy full SHA for 34f8219
View code at this point
Browse repository at this point
Making examples building optional
etr
committed
012d014
View commit details
Copy full SHA for 012d014
View code at this point
Browse repository at this point
Additional examples
Show description for 8b052df
etr
committed
8b052df
View commit details
Copy full SHA for 8b052df
View code at this point
Browse repository at this point
Commits on Jan 13, 2019
Always check darwin
etr
committed
0d533e5
View commit details
Copy full SHA for 0d533e5
View code at this point
Browse repository at this point
Disable custom fd test on darwin
etr
committed
6fb3c12
View commit details
Copy full SHA for 6fb3c12
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Add -std=c++11 option to configure
etr
committed
1e61eae
View commit details
Copy full SHA for 1e61eae
View code at this point
Browse repository at this point
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
Enable check with valgrind
etr
committed
c9b0c8f
View commit details
Copy full SHA for c9b0c8f
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Split debug controls from coverage
etr
authored
a5910e8
View commit details
Copy full SHA for a5910e8
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Add new start/stop tests and ssl tests
etr
committed
dc12099
View commit details
Copy full SHA for dc12099
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
Update version
etr
committed
36cef5b
View commit details
Copy full SHA for 36cef5b
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
Commits on Nov 25, 2018
Run tests on qemu
etr
committed
dd53911
View commit details
Copy full SHA for dd53911
View code at this point
Browse repository at this point
Commits on Nov 24, 2018
Simplifying cross-copilation logic
etr
committed
915fc46
View commit details
Copy full SHA for 915fc46
View code at this point
Browse repository at this point
No need to force the linker off aarch64
etr
authored
d3db552
View commit details
Copy full SHA for d3db552
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
libtool to using right linker when cross-compiling
etr
authored
2a60ac3
View commit details
Copy full SHA for 2a60ac3
View code at this point
Browse repository at this point
Fixing path when cross-compiling
etr
authored
2168ed8
View commit details
Copy full SHA for 2168ed8
View code at this point
Browse repository at this point
Force custom linker in arm cross-compilation
etr
committed
2772d19
View commit details
Copy full SHA for 2772d19
View code at this point
Browse repository at this point
Set-up the linker correctly when cross-compiling
etr
committed
6b058cf
View commit details
Copy full SHA for 6b058cf
View code at this point
Browse repository at this point
Travis to cross-build on arm
Show description for 9aacb77
etr
committed
9aacb77
View commit details
Copy full SHA for 9aacb77
View code at this point
Browse repository at this point
Fixed served unable to start on mac os
etr
committed
0725a7c
View commit details
Copy full SHA for 0725a7c
View code at this point
Browse repository at this point
Disable epoll and poll automatically.
Show description for f8cdaa2
etr
committed
f8cdaa2
View commit details
Copy full SHA for f8cdaa2
View code at this point
Browse repository at this point
fix ldflags in configure.ac
etr
authored
fd2bb10
View commit details
Copy full SHA for fd2bb10
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 Feb 26, 2017
Upgraded version
Ubuntu
committed
4895f43
View commit details
Copy full SHA for 4895f43
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
Update to libmicrohttpd 0.9.52
Ubuntu
committed
b6d0976
View commit details
Copy full SHA for b6d0976
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Add option for static linking
Sebastiano Merlino
committed
bd08772
View commit details
Copy full SHA for bd08772
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
Removed debian and redhat scripts.
Show description for cd2752a
Sebastiano Merlino
committed
cd2752a
View commit details
Copy full SHA for cd2752a
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Incremented version
Sebastiano Merlino
committed
02d0867
View commit details
Copy full SHA for 02d0867
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
Simplified general structure, removed event_supplier support, comet logic now uses a lock-free implementation
Sebastiano Merlino
committed
81c46c7
View commit details
Copy full SHA for 81c46c7
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Temporary disabling fastopen in travis
Sebastiano Merlino
committed
05c9c0c
View commit details
Copy full SHA for 05c9c0c
View code at this point
Browse repository at this point
Enable fastopen only after 3.7 (server and client) rather than 3.6 (just client)
Sebastiano Merlino
committed
8786b2f
View commit details
Copy full SHA for 8786b2f
View code at this point
Browse repository at this point
Updated the library to use latest libmicrohttpd improvements
Show description for a730551
Sebastiano Merlino
committed
a730551
View commit details
Copy full SHA for a730551
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.