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
/
tls
/
asio
/
asio_stream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: forward executor through async_shutdown wrapper
Hannes Rantzsch
2021-03-30
1
-21
/
+29
*
use boost::beast provided lowest_layer utilities
Hannes Rantzsch
2020-03-17
1
-6
/
+19
*
implement server-side of TLS::Stream
Hannes Rantzsch
2020-03-17
1
-27
/
+36
*
implement async_shutdown
Hannes Rantzsch
2020-03-17
1
-5
/
+47
*
FIX: Detect stream truncation errors
Hannes Rantzsch
2020-03-17
1
-76
/
+118
*
fail gracefully when using Stream w/o handshake
Hannes Rantzsch
2020-03-16
1
-1
/
+6
*
Try to appease MSVC
Jack Lloyd
2019-10-25
1
-4
/
+3
*
Fix various Doxygen warnings
Jack Lloyd
2019-10-25
1
-12
/
+15
*
TLS::Context holds references rather than pointers
Hannes Rantzsch
2019-06-13
1
-25
/
+26
*
Update comments as suggested per review
Hannes Rantzsch
2019-06-04
1
-8
/
+7
*
Use TLS::Context::verifyCallback as tls_verify_cert_chain callback
Hannes Rantzsch
2019-06-03
1
-22
/
+62
*
fix Stream::async_handshake documentation
Hannes Rantzsch
2019-05-23
1
-1
/
+1
*
make template friends compile on clang and MSVC
Hannes Rantzsch
2019-05-03
1
-3
/
+3
*
review: buffer accessors visibility, ignore ALERT::CLOSE_NOTIFY, docs
Hannes Rantzsch
2019-04-29
1
-65
/
+67
*
simplify read_some and shutdown
Hannes Rantzsch
2019-04-26
1
-36
/
+23
*
simplify error_code handling for handshake and write
Hannes Rantzsch
2019-04-26
1
-39
/
+16
*
Further cleanup of asio stream header files
Hannes Rantzsch
2019-04-26
1
-94
/
+94
*
tidy up StreamCore as an implementation detail of Stream
Hannes Rantzsch
2019-04-26
1
-94
/
+105
*
start restructuring asio stream headers
Hannes Rantzsch
2019-04-24
1
-96
/
+170
*
remove convertException entirely
Hannes Rantzsch
2019-04-23
1
-8
/
+50
*
use ErrorType instead of TLS::error and remove convert_exceptions header
Hannes Rantzsch
2019-04-23
1
-9
/
+10
*
use existing TLS::Connection_Side instead of handshake_type
Hannes Rantzsch
2019-04-23
1
-15
/
+15
*
remove superfluous #ifdef guards
Hannes Rantzsch
2019-04-23
1
-3
/
+0
*
review: low hanging fruits
Hannes Rantzsch
2019-04-16
1
-19
/
+14
*
Apply comment suggestions from code review
René Meusel
2019-04-16
1
-1
/
+2
*
include build.h in all headers to make sure definitions are available
Hannes Rantzsch
2019-04-16
1
-0
/
+2
*
documentation and minor fixes for async ops
Hannes Rantzsch
2019-04-16
1
-17
/
+15
*
fix: require boost 1.66
Hannes Rantzsch
2019-04-16
1
-1
/
+1
*
handle exceptions directly where native_handle is used
Hannes Rantzsch
2019-04-16
1
-42
/
+33
*
improve constructor interface of Stream
Hannes Rantzsch
2019-04-16
1
-19
/
+10
*
add docs for asio_stream.h pulblic functions
Tim Oesterreich
2019-04-16
1
-0
/
+128
*
async_write_some returns amount of bytes commited to the core, instead of byt...
Tim Oesterreich
2019-04-16
1
-0
/
+2
*
async ops will now call operator() from their constructor -> initiating funct...
Tim Oesterreich
2019-04-16
1
-4
/
+0
*
do not call completion_handler directly; allow async ops to be constructed wi...
Tim Oesterreich
2019-04-16
1
-1
/
+7
*
don't pass int to size_t
Tim Oesterreich
2019-04-16
1
-3
/
+3
*
factor out template-independent code
Tim Oesterreich
2019-04-16
1
-37
/
+47
*
properly handle iterator access
Tim Oesterreich
2019-04-16
1
-5
/
+7
*
ensure boost version > 1.66.0
Tim Oesterreich
2019-04-16
1
-1
/
+8
*
review: minor changes
Hannes Rantzsch
2019-04-16
1
-3
/
+2
*
improve async ops
Hannes Rantzsch
2019-04-16
1
-9
/
+8
*
do not use make_error_code and smaller PR review issues
Tim Oesterreich
2019-04-16
1
-4
/
+4
*
review: use specific buffer type where applicable
Tim Oesterreich
2019-04-16
1
-16
/
+18
*
catch std::exception rather than (...) and exceptions as const
Hannes Rantzsch
2019-04-16
1
-5
/
+5
*
review: c'tors and handler type deduction in async ops
Hannes Rantzsch
2019-04-16
1
-65
/
+32
*
fix #6: write_some to buffer_sequence
Hannes Rantzsch
2019-04-16
1
-15
/
+25
*
add documentation
René Meusel
2019-04-16
1
-9
/
+15
*
cleanup asio::ssl::stream compatibility interfaces
Hannes Rantzsch
2019-04-16
1
-60
/
+51
*
don't call async_write handler directly
Hannes Rantzsch
2019-04-16
1
-6
/
+8
*
FIX: add legal information
René Meusel
2019-04-16
1
-0
/
+8
*
rename member variables like 'm_***'
René Meusel
2019-04-16
1
-23
/
+24
[next]