c58cb6748donError handler can be set on throttle, and onError & onLost can also be set on messages sent via confirmed.
Michael van der Werve
2020-10-12 12:02:04 +0200
{auto} renamed the throttledchannel to AMQP::Throttle, since it is only a wrapper and not strictly a channel (#366)
Michael van der Werve
2020-10-07 10:04:05 +0200
Bump version to 4.2.0
Rafal Goslawski
2020-09-23 18:55:23 +0200
723470d6d6add string/cstring constructors to addresses.h; add addresses.h to include file
Bas van Berckel
2020-09-23 17:09:27 +0200
69026c31a3fixed crash because the wrong size was passed
Emiel Bruijntjes
2020-08-18 12:33:38 +0200
96a6fa9a5cability to store and retrieve envelopes
Emiel Bruijntjes
2020-08-17 15:16:24 +0200
5d95ba824fmoved the ReceivedFrame class to the src-directory, as it is of no use for userspace applications
Emiel Bruijntjes
2020-08-14 12:24:40 +0200
a779ee7c14Merge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP
Emiel Bruijntjes
2020-08-14 12:21:12 +0200
92d21c5dddthe ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame, this commit adds the newly introduced classes
Emiel Bruijntjes
2020-08-14 12:20:58 +0200
b03cc6ff1cthe ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame
Emiel Bruijntjes
2020-08-14 12:20:22 +0200
ee6ed20430added more parameter-types to set properties in the envelope
Emiel Bruijntjes
2020-08-14 11:52:08 +0200
6c87bcdcb8Cleanup copy-pasted part
Dmitriy Lekomtsev
2020-07-29 19:07:44 +0300
8fc8f826f7Fixed the typo in the Readme.MD file
Mikhail Basanets
2020-07-23 23:00:40 +0300
1c08399ab0valid file descriptors that can be closed are >= 0
Michael van der Werve
2020-05-08 13:30:08 +0200
ab0a292a0efile descriptor should not be monitored any more when the tcp connection is destructed.
Michael van der Werve
2020-05-08 13:20:10 +0200
e7f76bc75dthe TcpConnection class no longer calls back to userspace / to the user-supplied handler if user-space explicitly destructs the object
Emiel Bruijntjes
2020-04-30 21:41:41 +0200
a75b3d5d18fix compiling on freebsd (fixes#300)
Emiel Bruijntjes
2020-04-20 17:34:41 +0200
31e4a8596cThe onFinalize() callback could be called more than once, which is not ok
Emiel Bruijntjes
2020-04-18 16:50:14 +0200
da26b1112eprevent crash when channelimpl unregistered from the connectionimpl, (hopefully) fixes#299 and fixes#326
Emiel Bruijntjes
2020-03-13 09:44:29 +0100
7124975d4fMerge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP
Emiel Bruijntjes
2020-03-13 09:21:43 +0100
599764ebb8fix bug in Channel destructor for objects that were already moved
Emiel Bruijntjes
2020-03-13 09:21:26 +0100
1e44e6b68bFixed issue where the negotiate was overwritten by the handler and the connection was closed but still a timeout was triggered
aljar
2020-02-19 11:19:12 +0100
949dc933ebfixed obvious typo in comment
Emiel Bruijntjes
2020-02-12 07:43:08 +0100
Bump version to 4.1.4
Rafal Goslawski
2019-03-07 17:19:30 +0100
b4a67ac618fixed dealing with timers in libev handler
Emiel Bruijntjes
2019-03-06 12:53:35 +0100
d3f35fb524fix duplicate _connection->remove call on ConnectionImpl objects that were already destroyed, but didn't detach in case of errors
tilsche
2019-03-04 16:53:31 +0100
Fix cmake call in travis
Rafal Goslawski
2019-01-22 11:00:08 +0100
a18e518ac8when heartbeats were disabled, the event loop refcount would not be restored correctly after the timer expired. This has been fixed (#281)
thijs-blom
2019-01-17 16:16:38 +0100
a3c68009e7Give the server more time to send a heartbeat to make sure one missed heartbeat does not close the connection
Thijs Blom
2019-01-15 13:12:57 +0100