FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · sgbhat2/libhttpserver · GitHub
sgbhat2
/
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
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 25, 2020
Enable IPV6 tests only on osx
Show description for 8285ce5
etr
authored
8285ce5
View commit details
Copy full SHA for 8285ce5
Browse repository at this point
IPV6 tests run if IPV6_TESTS_ENABLED specified
etr
authored
12e3d93
View commit details
Copy full SHA for 12e3d93
Browse repository at this point
Remove explicit DNS resolve for IPV6
etr
authored
78bfbdf
View commit details
Copy full SHA for 78bfbdf
Browse repository at this point
Commits on Aug 24, 2020
Introduce use_dual_stack to allow support for both ipv4 and ipv6.
Show description for e6c957a
etr
committed
e6c957a
View commit details
Copy full SHA for e6c957a
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
Browse repository at this point
Commits on Aug 5, 2020
Updated version of GCC recommended in the readme
etr
authored
3fa034c
View commit details
Copy full SHA for 3fa034c
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
Browse repository at this point
Commits on Jul 12, 2020
Add AppVeyor badge
etr
authored
cbaa3f3
View commit details
Copy full SHA for cbaa3f3
Browse repository at this point
Removing windows as now building on appveyor
Show description for 1e2b7d9
etr
authored
1e2b7d9
View commit details
Copy full SHA for 1e2b7d9
Browse repository at this point
Add configuration to build on Appveyor (msys2) (#200)
etr
authored
a35281a
View commit details
Copy full SHA for a35281a
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
Browse repository at this point
Commits on Jun 6, 2020
Updated changelog and version
etr
committed
91467ee
View commit details
Copy full SHA for 91467ee
Browse repository at this point
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
Browse repository at this point
Commits on May 16, 2020
Updated dependencies section in documentation
etr
authored
bd6b202
View commit details
Copy full SHA for bd6b202
Browse repository at this point
Updated major version to 0.18.0
etr
committed
543e49b
View commit details
Copy full SHA for 543e49b
Browse repository at this point
Updated changelog
etr
committed
9928095
View commit details
Copy full SHA for 9928095
Browse repository at this point
Updated authors file
etr
committed
90fba09
View commit details
Copy full SHA for 90fba09
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
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
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
Browse repository at this point
Commits on Mar 10, 2020
Removed unused travis config code (#188)
etr
authored
f6810d9
View commit details
Copy full SHA for f6810d9
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
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
Browse repository at this point
Updated e-mail with the maintainer's personal one.
etr
authored
a53647e
View commit details
Copy full SHA for a53647e
Browse repository at this point
Fixed e-mail
Show description for 872bf54
etr
authored
872bf54
View commit details
Copy full SHA for 872bf54
Browse repository at this point
Fixed links in readme
Show description for cc0bf88
etr
authored
cc0bf88
View commit details
Copy full SHA for cc0bf88
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
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
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
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
Browse repository at this point
Commits on Nov 11, 2019
Clang 9 support (#168)
Show description for e0fd7a2
etr
authored
e0fd7a2
View commit details
Copy full SHA for e0fd7a2
Browse repository at this point
Add test build on gcc-9 (#167)
etr
authored
84438c4
View commit details
Copy full SHA for 84438c4
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
Browse repository at this point
Commits on Sep 3, 2019
Enable build on travis windows (#163)
etr
authored
2a74f9e
View commit details
Copy full SHA for 2a74f9e
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
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL