Sign in
llvm
/
third_party
/
cpp-httplib
/
HEAD
7ae794a
Fix #2315
by yhirose
· 21 hours ago
master
385adef
Use `HOST` and `PORT` in test.cc
by yhirose
· 2 days ago
b7c2f04
Fix potential arithmatic overflow problem
by yhirose
· 2 days ago
d23cf77
Resolve #2313
by yhirose
· 4 days ago
5304464
Release v0.29.0
by yhirose
· 5 days ago
v0.29.0
db98efe
Fix problem with Proxy test
by yhirose
· 5 days ago
cdf0d33
Fix #2301
by yhirose
· 5 days ago
2568825
Add another missing std::move for _base_dirs vector (#2314)
by Aaron Gokaslan
· 5 days ago
f0990ca
Use std::move for request redirection (#2311)
by Aaron Gokaslan
· 10 days ago
0461cb7
Avoid unncessary copying of request and response objects (#2310)
by Aaron Gokaslan
· 10 days ago
51b704b
Implement SSEClient (#2308)
by yhirose
· 13 days ago
7eb03e8
Refactoring
by yhirose
· 13 days ago
6a6d416
Removed DigestAuthTest.FromHTTPWatch_Online_HTTPCan
by yhirose
· 13 days ago
63b07ad
Initial plan (#2307)
by Copilot
· 13 days ago
2de4c59
Add Zstd support through meson (#2293)
by Jean-Francois Simoneau
· 14 days ago
b7097f1
Replace httpbin.org with httpcan.org (#2300)
by Jean-Francois Simoneau
· 14 days ago
681d388
Use move semantics for auth key and value (#2306)
by Aaron Gokaslan
· 14 days ago
ae94d64
Remove another unnecessary string copy (#2305)
by Aaron Gokaslan
· 14 days ago
3401877
Change single char string literals to chars (#2304)
by Aaron Gokaslan
· 14 days ago
bce08e6
Remove unnecessary copies for AcceptEntry (#2303)
by Aaron Gokaslan
· 14 days ago
f4ecb96
Fix linker error on macOS (#2299)
by Carter Green
· 2 weeks ago
c237642
Use std::move for boundary in set_boundary method (#2298)
by Aaron Gokaslan
· 3 weeks ago
f441cd2
Use std::move for content_provider in adapter (#2297)
by Aaron Gokaslan
· 3 weeks ago
c3613c6
Update the split.py file (#2295)
by Miko
· 3 weeks ago
87c2b4e
Fix #2294
by yhirose
· 3 weeks ago
c795ad1
Fix #2259. Add query string normalization to preserve parameter order in requests
by yhirose
· 3 weeks ago
3e0fa33
Implement ETag and Last-Modified support for static file responses and If-Range requests (#2286)
by yhirose
· 3 weeks ago
27b73f0
Fix #2287
by yhirose
· 3 weeks ago
dbd5ca4
Add error handling for stream read timeouts and connection closures
by yhirose
· 3 weeks ago
143019a
Fix #2284
by yhirose
· 4 weeks ago
1d36013
Update README
by yhirose
· 4 weeks ago
8bba34e
Add New Streaming API support (#2281)
by yhirose
· 4 weeks ago
0a9102f
Optimize ThreadPool and MatcherBase constructors (#2283)
by Aaron Gokaslan
· 4 weeks ago
c1fa5e1
chore: fix some typos in comments (#2282)
by bigmoonbit
· 4 weeks ago
8479673
Fix #2248
by yhirose
· 5 weeks ago
adf58bf
Release v0.28.0
by yhirose
· 5 weeks ago
v0.28.0
337fbb0
Fix #2279
by yhirose
· 5 weeks ago
9e7861b
Add #undef _res after including resolv.h to prevent macro conflicts (#2280)
by Copilot
· 5 weeks ago
27ee115
Fix android getaddrinfo issue (#2273)
by Clarkok Zhang
· 6 weeks ago
5988275
Add Client::Post with both content provider and receiver (#2268)
by Clarkok Zhang
· 6 weeks ago
61e9f7c
Fix #2270
by yhirose
· 6 weeks ago
1acf188
CMake: Add HTTPLIB_SHARED option, don't define BUILD_SHARED_LIBS (#2266)
by VZ
· 7 weeks ago
4b2b851
Fix HTTP 414 errors hanging until timeout (#2260)
by chansikpark
· 8 weeks ago
551f96d
Remove REMOTE_PORT dependency from UnixSocketTest.PeerPid
by yhirose
· 9 weeks ago
eacc1ca
Release v0.27.0
by yhirose
· 9 weeks ago
v0.27.0
ac9ebb0
Merge commit from fork
by yhirose
· 9 weeks ago
11eed05
Fix #2255 and #2256
by yhirose
· 9 weeks ago
f3bba06
Fix benchmark test issue on Windows (#2258)
by yhirose
· 9 weeks ago
2da189f
Fix EventDispatcher problem (#2257)
by yhirose
· 9 weeks ago
6e0f211
Fix problem with .gitignore for examples
by yhirose
· 9 weeks ago
318a3fe
Fix problem with installing OpenSSL for Windows (#2254)
by yhirose
· 9 weeks ago
2d8d524
Fix #2251
by yhirose
· 9 weeks ago
afa88db
Fix #2250
by yhirose
· 9 weeks ago
08133b5
Merge branch 'staticlibs-ssl_error_reporting'
by yhirose
· 9 weeks ago
8aedbf4
Add a unit test
by yhirose
· 9 weeks ago
cde2936
Merge branch 'ssl_error_reporting' of github.com:staticlibs/cpp-httplib into staticlibs-ssl_error_reporting
by yhirose
· 9 weeks ago
bae40fc
Resolve #2237
by yhirose
· 9 weeks ago
db561f5
[cmake] FindBrotli: do not add `Brotli::` targets if they already exist (#2249)
by crueter
· 2 months ago
35c52c1
build(meson): use C++17 for gtest >= 1.17.0 (#2241)
by Andrea Pappacoda
· 3 months ago
23ff9a5
Fix error reporting in SSLClient
by Alex Kasko
· 3 months ago
41be1e2
Code cleanup
by yhirose
· 3 months ago
6e52d0a
Fix UB by use of dangling references in getaddrinfo_with_timeout (#2232)
by Jonas van den Berg
· 3 months ago
f72b458
Fix: Fix Windows Cross-Compilation (#2234)
by apocelipes
· 3 months ago
89c932f
Release v0.26.0
by yhirose
· 4 months ago
v0.26.0
eb5a65e
Fix #2217
by yhirose
· 4 months ago
7a3b92b
Fix: handle EAI_ALLDONE from gai_suspend in getaddrinfo_with_timeout (#2228)
by kgokalp
· 4 months ago
eb11032
Fix platform problem
by yhirose
· 4 months ago
54e75dc
Add manual run
by yhirose
· 4 months ago
b20b5fd
Add 'release-docker' workflow
by yhirose
· 4 months ago
f4cc542
Fix Dockerfile problem with CMD
by yhirose
· 4 months ago
4285d33
Fix #2223 (#2224)
by yhirose
· 4 months ago
92b4f53
clang-format
by yhirose
· 4 months ago
b8e21ea
Initialize start time for server (#2220)
by tejas
· 4 months ago
3fae5f1
osx: fix inconsistent use of the macro TARGET_OS_OSX (#2222)
by Sergey
· 4 months ago
fe7fe15
build(meson): fix new build option names (#2208)
by Andrea Pappacoda
· 4 months ago
fbd6ce7
Make code sample compilable (#2207)
by Thomas Beutlich
· 5 months ago
dffce89
#2201 Fix 32-bit MSVC compiler error due to unknown command #warning (#2202)
by Thomas Beutlich
· 5 months ago
3f44c80
Release v0.25.0
by yhirose
· 5 months ago
v0.25.0
a2bb6f6
Update docker/main.cc
by yhirose
· 5 months ago
7012e76
CMake: Check pointer size at configure time (#2197)
by Thomas Beutlich
· 5 months ago
b1c1fa2
Code cleanup
by yhirose
· 5 months ago
fbee136
Fix #2193. Allow _WIN32
by yhirose
· 5 months ago
70cca55
Workaround for chocolatey issue with the latest OpenSSL
by yhirose
· 5 months ago
cdaed14
Update README
by yhirose
· 5 months ago
b52d7d8
ErrorLogger support (#870) (#2195)
by yhirose
· 5 months ago
acf28a3
#2191 Check for minimum required Windows version (#2192)
by Thomas Beutlich
· 5 months ago
0b3758e
Fix problem with Windows version check
by yhirose
· 5 months ago
a5d4c14
Release v0.24.0
by yhirose
· 5 months ago
v0.24.0
c0c36f0
Fix #2184, #2185 (#2190)
by yhirose
· 5 months ago
8e8a23e
Fix #2187
by yhirose
· 5 months ago
890a2dd
Fix #2189
by yhirose
· 5 months ago
ca5fe35
Release v0.23.1
by yhirose
· 5 months ago
v0.23.1
dd98d2a
build(meson): warn/fail on 32-bit machines (#2181)
by Benjamin Gilbert
· 5 months ago
1f110b5
Chang #error to #warning for the 32-bit environment check except 32-bit Windows
by yhirose
· 6 months ago
7b6867b
Fix #2021 (#2180)
by yhirose
· 6 months ago
8b28577
Resolve #366
by yhirose
· 6 months ago
55b3890
Resolve #1264
by yhirose
· 6 months ago
53ea9e8
Fix #2111 (#2179)
by yhirose
· 6 months ago
ecfd84c
Release v0.23.0
by yhirose
· 6 months ago
v0.23.0
b5b2a1d
Change uint64_t to size_t
by yhirose
· 6 months ago
Next »