FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/httpserver/http_utils.hpp - hposton/libhttpserver · GitHub
hposton
/
libhttpserver
Public
forked from
etr/libhttpserver
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
httpserver
http_utils.hpp
on
master
User selector
Datepicker
Commit history
Commits on May 21, 2023
A bunch of generalized code cleanup. (#322)
Show description for 57bbb3c
bcsgh
authored
57bbb3c
View commit details
Copy full SHA for 57bbb3c
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 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 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 2, 2021
Simplify management of libmicrohttpd dependency (#223)
Show description for b7ae750
etr
authored
b7ae750
View commit details
Copy full SHA for b7ae750
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 Jul 6, 2020
Compatibility with libmicrohttpd 0.9.71 (#199)
Show description for 51b343c
bkuhls
authored
51b343c
View commit details
Copy full SHA for 51b343c
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 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
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 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
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 Dec 24, 2018
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
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
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 23, 2018
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
Commits on Mar 4, 2018
Changing requestor_port to be represented with an unsigned short rather than a short
Sebastiano Merlino
committed
9c5bbdb
View commit details
Copy full SHA for 9c5bbdb
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 Apr 16, 2016
Fix warnings about const results of functions
wlandry
committed
61995c4
View commit details
Copy full SHA for 61995c4
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 28, 2015
Disable epoll
Sebastiano Merlino
committed
c49e777
View commit details
Copy full SHA for c49e777
View code at this point
Browse repository at this point
Fixed start methods
Sebastiano Merlino
committed
38ccaa7
View commit details
Copy full SHA for 38ccaa7
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
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
Commits on Apr 15, 2015
Updated copyrights
Sebastiano Merlino
committed
4cbfc1f
View commit details
Copy full SHA for 4cbfc1f
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
avoid usage of ntop and pton functions.
Sebastiano Merlino
committed
dafcc65
View commit details
Copy full SHA for dafcc65
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Deprecation warning fixed
philipp-classen
committed
104c396
View commit details
Copy full SHA for 104c396
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Add operator<<() to http_request and http_response
Chris Love
committed
bd184f1
View commit details
Copy full SHA for bd184f1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL