FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - webmation/libhttpserver · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
webmation
/
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
on
master
User selector
Datepicker
Commit history
Commits on Feb 3, 2022
Fix the webserver class to return 500 on invalid MHD Response
Show description for 5cb0be1
LeSpocky
authored
5cb0be1
View commit details
Copy full SHA for 5cb0be1
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 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
webserver: Fix garbage output on debug print (#244)
Show description for 8901082
LeSpocky
authored
8901082
View commit details
Copy full SHA for 8901082
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
Test shared_ptr before accessing members (#239)
Show description for 263f2bd
LeSpocky
authored
263f2bd
View commit details
Copy full SHA for 263f2bd
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Add a getter to allow access to the gnutls_session_t. (#233)
Show description for c5cf5ea
bcsgh
authored
c5cf5ea
View commit details
Copy full SHA for c5cf5ea
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 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 Aug 25, 2020
Introduce use_dual_stack to allow support for both ipv4 and ipv6
Show description for 56c68fa
etr
authored
56c68fa
View commit details
Copy full SHA for 56c68fa
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
Update configure and bootstrap, fix warnings in http_endpoint (#205)
Show description for 6ede3c9
beneschtech
authored
6ede3c9
View commit details
Copy full SHA for 6ede3c9
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Allow to avoid a string copy in string_response constructor (#201)
fechantillac-antidot
authored
e9da6f8
View commit details
Copy full SHA for e9da6f8
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 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 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 13, 2020
Added missing no_single_resource method (#190)
etr
authored
a6c82e5
View commit details
Copy full SHA for a6c82e5
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
Move http_response class members to private. (#181)
Show description for 04a23c8
etr
authored
04a23c8
View commit details
Copy full SHA for 04a23c8
View code at this point
Browse repository at this point
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 Feb 26, 2020
Use =default for constructors and operator= where possible (#179)
Show description for 9cdc901
bcsgh
authored
9cdc901
View commit details
Copy full SHA for 9cdc901
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Fixes get pending when body is provided. (#166)
Show description for c742465
etr
authored
c742465
View commit details
Copy full SHA for c742465
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Add fix to get_path_pieces to return by value.
Show description for 4733d4e
etr
committed
4733d4e
View commit details
Copy full SHA for 4733d4e
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Merge pull request #155 from etr/simplify_crosscompile
Show description for 3ffda7b
etr
authored
3ffda7b
View commit details
Copy full SHA for 3ffda7b
View code at this point
Browse repository at this point
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
Change setting path pieces to be lazy.
etr
committed
7ad418c
View commit details
Copy full SHA for 7ad418c
View code at this point
Browse repository at this point
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
Remove unused cleaner and select
etr
committed
c447743
View commit details
Copy full SHA for c447743
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL