FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for client_https.hpp - NortheBridge/Simple-Web-Server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NortheBridge
/
Simple-Web-Server
Public
forked from
LizardByte-infrastructure/Simple-Web-Server
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
Simple-Web-Server
client_https.hpp
on
master
User selector
Datepicker
Commit history
Commits on Apr 3, 2025
Fixed deprecated calls
eidheim
committed
2621502
View commit details
Copy full SHA for 2621502
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
Corrected ASIO_STANDALONE definition checks
eidheim
committed
7c4f63c
View commit details
Copy full SHA for 7c4f63c
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Improved SSL_R_SHORT_READ check
eidheim
committed
8856984
View commit details
Copy full SHA for 8856984
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
Set a timeout for https async_resolve
Hungpo DU
committed
bdb1057
View commit details
Copy full SHA for bdb1057
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
Client: enables TLS 1.3
eidheim
committed
8c8045a
View commit details
Copy full SHA for 8c8045a
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
Fixes #317: Make use of ASIO_STANDALONE when using standalone asio in order to compile on older asio versions without boost
eidheim
committed
1bb89e1
View commit details
Copy full SHA for 1bb89e1
View code at this point
Browse repository at this point
Commits on Feb 4, 2020
Cleanup of timeout handling: timeouts are no longer reset on partial reads and sends
eidheim
committed
84455ac
View commit details
Copy full SHA for 84455ac
View code at this point
Browse repository at this point
Commits on Feb 1, 2020
Client: async request handlers are now called multiple times if response content is larger than Config::max_response_streambuf_size. Also improved streambuf to streambuf copy, and streambuf to stri…
Show description for 3be6762
eidheim
committed
3be6762
View commit details
Copy full SHA for 3be6762
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Removed unnecessary check
eidheim
committed
08a0764
View commit details
Copy full SHA for 08a0764
View code at this point
Browse repository at this point
Commits on Jul 26, 2019
Improved comments on public functions and variables as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-514946444
eidheim
committed
ed46b43
View commit details
Copy full SHA for ed46b43
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
Cleanup of include guards
eidheim
committed
fc43fc3
View commit details
Copy full SHA for fc43fc3
View code at this point
Browse repository at this point
Commits on Jun 23, 2019
Added SimpleWeb::error, and simplified request size checks on server
eidheim
committed
31e6819
View commit details
Copy full SHA for 31e6819
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Further fix of #246 : corrected use of response streambuf after reconnect (wrong response object was used in Session::callback). Also closes connection when appropriate, and simplified Session::cal…
Show description for dbd2287
eidheim
committed
dbd2287
View commit details
Copy full SHA for dbd2287
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Added support for new asio api
eidheim
committed
5087f5d
View commit details
Copy full SHA for 5087f5d
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Minor cleanups
eidheim
committed
f39f21b
View commit details
Copy full SHA for f39f21b
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
Removed unnecessary cstddef includes
eidheim
committed
bc4c491
View commit details
Copy full SHA for bc4c491
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
Mini refactoring: using std::size_t and std::numeric_limits
knowledge4igor
committed
2cfaa0e
View commit details
Copy full SHA for 2cfaa0e
View code at this point
Browse repository at this point
Fixes #155: added max streambuf config items to limit large requests/responses if needed
eidheim
committed
69f945f
View commit details
Copy full SHA for 69f945f
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Change 'typedef' constructions to type aliases
knowledge4igor
committed
3ab6cd8
View commit details
Copy full SHA for 3ab6cd8
View code at this point
Browse repository at this point
Commits on Aug 22, 2017
Fixes #152: Added client support for Server Name Indication
eidheim
committed
41891d3
View commit details
Copy full SHA for 41891d3
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
noexcept cleanup
eidheim
committed
7c2f714
View commit details
Copy full SHA for 7c2f714
View code at this point
Browse repository at this point
Added noexcept
eidheim
committed
7dd2d21
View commit details
Copy full SHA for 7dd2d21
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
Renamed ScopesContinue to ScopeRunner, and some related cleanup
eidheim
committed
474fab9
View commit details
Copy full SHA for 474fab9
View code at this point
Browse repository at this point
Renamed ContinueScopes to ScopesContinue
eidheim
committed
70e8c31
View commit details
Copy full SHA for 70e8c31
View code at this point
Browse repository at this point
Cancel handlers feature: replaced readers-writer lock with a spinlock implementation
eidheim
committed
35f835a
View commit details
Copy full SHA for 35f835a
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
Moved request and response message parsing to utility.hpp
eidheim
committed
b89f563
View commit details
Copy full SHA for b89f563
View code at this point
Browse repository at this point
Commits on Jul 15, 2017
Client: now lets socket destructor close itself
eidheim
committed
35ea8a9
View commit details
Copy full SHA for 35ea8a9
View code at this point
Browse repository at this point
Fixes #142: a new socket is created when a https connection is reconnected, since a second SSL handshake cannot be made on the same socket. Also now removing failed connections from the connections…
Show description for eeaf66c
eidheim
committed
eeaf66c
View commit details
Copy full SHA for eeaf66c
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
Session and Connection cleanup
eidheim
committed
d8b8716
View commit details
Copy full SHA for d8b8716
View code at this point
Browse repository at this point
Commits on Jul 8, 2017
No longer stores pointer to Server/Client instance in Session objects. Some other cleanups as well.
eidheim
committed
6c2c8d6
View commit details
Copy full SHA for 6c2c8d6
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
Replaced Server/Client::shared_from_this with asio callback checks if the Server/Client has been destroyed. Also added SharedMutex to utility.hpp.
eidheim
committed
9b5063f
View commit details
Copy full SHA for 9b5063f
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
Reverted resource/response function parameter types shared_ptr& to shared_ptr. No real value added here, just more complicated code. Compiler might also optimise the now const lambda captures.
eidheim
committed
68f1e84
View commit details
Copy full SHA for 68f1e84
View code at this point
Browse repository at this point
Added timeout to Server::Response::send, and some cleanup
eidheim
committed
0662cbd
View commit details
Copy full SHA for 0662cbd
View code at this point
Browse repository at this point
Timeout timers and Client's connection close cleanup
eidheim
committed
c934c9a
View commit details
Copy full SHA for c934c9a
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
ClientBase now derives from and use std::enable_shared_from_this
eidheim
committed
026f47f
View commit details
Copy full SHA for 026f47f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL