index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
utils
/
http_util
/
http_util.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some misc additional clang-tidy warnings
Jack Lloyd
2022-02-06
1
-10
/
+17
*
Use C++17's concat namespace feature
Jack Lloyd
2022-02-06
1
-5
/
+1
*
Fix clang-tidy performance warnings
Jack Lloyd
2022-02-06
1
-3
/
+3
*
Make scan_name.h, cpuid.h and http_util.h internal
Jack Lloyd
2020-11-28
1
-1
/
+1
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Fix Clang warning
Jack Lloyd
2020-10-04
1
-1
/
+1
*
Moved seperation of port number from hostname to http_sync function
Jelle van Geel
2020-09-26
1
-19
/
+19
*
Updated HTTP Utils so that OCSP responder URLs that contain a non standard po...
Jelle van Geel
2020-09-17
1
-2
/
+15
*
Add -Werror mode for CI build
Jack Lloyd
2019-12-03
1
-1
/
+2
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Add an overall timeout to the HTTP request
Jack Lloyd
2017-12-17
1
-0
/
+8
*
Expose timeouts to the HTTP API
Jack Lloyd
2017-12-17
1
-8
/
+19
*
Add timeouts to Asio sockets
Jack Lloyd
2017-12-17
1
-1
/
+1
*
Move socket implementation into module http_util
Simon Warta
2017-10-03
1
-0
/
+1
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
1
-6
/
+6
*
Refactor network code used in http_util
Jack Lloyd
2017-09-03
1
-138
/
+18
*
Use anonymous namespace to fix static build
René Korthaus
2017-08-04
1
-0
/
+4
*
Add support for Windows sockets to http_util
René Korthaus
2017-08-04
1
-1
/
+46
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-7
/
+7
*
Add missing netinet includes for sockaddr_in
louiz’
2016-12-08
1
-0
/
+1
*
MSVC doesnt support #warning
Jack Lloyd
2016-11-23
1
-1
/
+1
*
Somewhat better errors in HTTP
Jack Lloyd
2016-11-23
1
-5
/
+9
*
Remove remaining old style casts.
Jack Lloyd
2016-11-09
1
-1
/
+1
*
HTTP for plain sockets
Jack Lloyd
2016-10-30
1
-23
/
+91
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
1
-5
/
+0
*
String comparision fixes
Daniel Neus
2016-01-04
1
-2
/
+2
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+0
*
Disable asio serial port support to avoid Darwin braindamage. GH #350
Jack Lloyd
2015-12-11
1
-1
/
+9
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-8
/
+8
*
lib/utils: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-3
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Check Content-Length of HTTP responses
lloyd
2014-04-05
1
-1
/
+10
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+220