Emiel Bruijntjes
|
f1c32242f7
|
Merge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP
|
2018-03-10 14:56:18 +01:00 |
Emiel Bruijntjes
|
d2b2d5af14
|
shared-ptr has been turned into a unique-ptr for the tcp-state
|
2018-03-10 14:55:57 +01:00 |
Emiel Bruijntjes
|
cea5a54487
|
fix bug: error about missing openssl was also reported when not even opening a secure connection
|
2018-03-08 10:44:42 +01:00 |
Emiel Bruijntjes
|
f23bcf19f1
|
improved docblocks in tcpstate.h header file, when an error or closed is reported to user space, the _handler variable is now reset to prevent that it will be used to report more than once (we still need to check if this does not trigger other errors), and the state object is no longer destructed after a reportClosed() call, so that it can clean up nicely (which we need to the tls shutdown anyway)
|
2018-03-08 10:02:42 +01:00 |
Tamas Elekes
|
342268e50a
|
support for amqps:// addresses in the AMQP::Address class (although it does not yet make a real secure connection)
|
2018-03-02 13:53:00 +01:00 |
Aart Stuurman
|
27f765b5f7
|
linux tcp is now opt-out instead of opt-in(to keep compatibility with the original lib).
|
2018-01-23 19:15:10 +01:00 |