| .. |
|
CMakeLists.txt
|
Make sure ssl files are included in the library and add missing libraries for linking the examples
|
2018-03-12 10:46:32 +01:00 |
|
addressinfo.h
|
simplified code, split up long methods in separate methods
|
2020-11-16 18:22:00 +01:00 |
|
connectionorder.h
|
Added check if the connectionOrder receives nullptr and not a valid string. This can be a case if address.option(connectionOrder) returns nullptr.
|
2020-11-16 19:56:28 +02:00 |
|
function.h
|
added ability to set the handle to the openssl library (so that programs that load openssl via dlopen() can still use amqp-cpp)
|
2018-03-09 15:08:52 +01:00 |
|
includes.h
|
work in progress on refactored tcp handling, to solve various issues, like the one that lost connections do not trigger operations to fail
|
2018-11-04 23:34:31 +01:00 |
|
openssl.cpp
|
SslHandshake set default verify path (#385)
|
2020-12-07 16:36:32 +01:00 |
|
openssl.h
|
SslHandshake set default verify path (#385)
|
2020-12-07 16:36:32 +01:00 |
|
pipe.h
|
Check pipe writes in linux_tcp to suppress Wunused-result in GCC
|
2019-02-05 08:33:28 +13:00 |
|
poll.h
|
select only supports upto fd 1024, and we need to support any possible fd
|
2020-10-30 11:51:29 +01:00 |
|
sslconnected.h
|
separate class for extracting errors
|
2021-07-13 11:23:08 +02:00 |
|
sslcontext.h
|
should be in working order now
|
2019-01-08 12:58:38 +01:00 |
|
sslerrorprinter.h
|
separate class for extracting errors
|
2021-07-13 11:23:08 +02:00 |
|
sslhandshake.h
|
separate class for extracting errors
|
2021-07-13 11:23:08 +02:00 |
|
sslshutdown.h
|
removed support for TcpConnection::flush() and removed internal TcpShutdown state
|
2018-11-06 18:11:27 +01:00 |
|
sslwrapper.h
|
work in progress on setting up tls connections to rabbitmq
|
2018-03-08 14:00:44 +01:00 |
|
tcpclosed.h
|
added TcpConnection::closed()
|
2018-11-14 14:15:52 +01:00 |
|
tcpconnected.h
|
handle case when tcp connection is lost during reading, that should report an error back to user-space too (fixes #266)
|
2018-12-03 08:29:17 +01:00 |
|
tcpconnection.cpp
|
simplified code, split up long methods in separate methods
|
2020-11-16 18:22:00 +01:00 |
|
tcpextstate.h
|
renamed onClosed to onLost to prevent confusion between TcpHandler::onClosed() and ConnectionHandler::onClosed()
|
2018-11-08 09:58:36 +01:00 |
|
tcpinbuffer.h
|
Change windows line endings to unix ones and fix whitespace (spaces not tabs).
|
2020-10-05 15:44:33 +02:00 |
|
tcpoutbuffer.h
|
should be in working order now
|
2019-01-08 12:58:38 +01:00 |
|
tcpresolver.h
|
signals can interrupt poll, which is now taken as a failure but should be retried
|
2020-11-23 09:57:35 +01:00 |
|
tcpstate.h
|
added TcpConnection::closed()
|
2018-11-14 14:15:52 +01:00 |