AMQP-CPP/include/amqpcpp
Michael van der Werve ed62771667 fix nullptr_t compile error 2020-10-15 09:54:50 +02:00
..
linux_tcp make sure onLost and onDetached are always called 2020-09-28 16:37:12 +02:00
address.h case insensitive comparisons 2020-10-05 15:43:36 +02:00
addresses.h add string/cstring constructors to addresses.h; add addresses.h to include file 2020-09-23 17:09:27 +02:00
array.h the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame 2020-08-14 12:20:22 +02:00
booleanset.h the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame 2020-08-14 12:20:22 +02:00
buffer.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
bytebuffer.h added comments 2018-05-11 11:58:55 +02:00
callbacks.h onError handler can be set on throttle, and onError & onLost can also be set on messages sent via confirmed. 2020-10-12 12:02:04 +02:00
channel.h {auto} renamed the throttledchannel to AMQP::Throttle, since it is only a wrapper and not strictly a channel (#366) 2020-10-07 10:04:05 +02:00
channelimpl.h initial implementation 2020-10-06 15:14:42 +02:00
classes.h moved the ReceivedFrame class to the src-directory, as it is of no use for userspace applications 2020-08-14 12:24:40 +02:00
confirmed.h onError handler can be set on throttle, and onError & onLost can also be set on messages sent via confirmed. 2020-10-12 12:02:04 +02:00
connection.h Fixed issue where the negotiate was overwritten by the handler and the connection was closed but still a timeout was triggered 2020-02-19 11:19:12 +01:00
connectionhandler.h fixed issue when end-of-file was encountered, this fixes #266 2018-11-30 06:42:54 +01:00
connectionimpl.h Fixed issue where the negotiate was overwritten by the handler and the connection was closed but still a timeout was triggered 2020-02-19 11:19:12 +01:00
copiedbuffer.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
decimalfield.h the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame 2020-08-14 12:20:22 +02:00
deferred.h {auto} confirmed channel can now be closed correctly 2020-10-07 16:08:26 +02:00
deferredcancel.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferredconfirm.h Add onAck and onNack methods 2018-05-14 21:40:30 +02:00
deferredconfirmedpublish.h onError handler can be set on throttle, and onError & onLost can also be set on messages sent via confirmed. 2020-10-12 12:02:04 +02:00
deferredconsumer.h breaking changes: 2018-03-01 21:12:53 +01:00
deferreddelete.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferredextreceiver.h breaking changes: 2018-03-01 21:12:53 +01:00
deferredget.h Merge pull request #218 from RZRCDR/fix_msvc_compiler_warnings 2018-10-27 12:52:07 +02:00
deferredpublisher.h final step (although untested) for handling returned messages 2018-03-01 22:27:27 +01:00
deferredqueue.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferredreceiver.h breaking changes: 2018-03-01 21:12:53 +01:00
endian.h This simple change allows the library to be compiled under FreeBSD. 2018-12-03 13:00:00 +01:00
entityimpl.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
envelope.h ability to store and retrieve envelopes 2020-08-17 15:16:24 +02:00
exception.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
exchangetype.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
field.h Merge pull request #345 from tarhan/master 2020-10-14 21:02:12 +02:00
fieldproxy.h Added setting nullptr for Table's key 2020-07-29 18:35:11 +03:00
flags.h fixed autodelete flag for declaring an exchange and added support for internal exchange. this fixes #183 2018-02-06 21:54:56 +01:00
frame.h added comments 2018-05-11 11:58:55 +02:00
inbuffer.h the 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 2020-08-14 12:20:58 +02:00
libboostasio.h boost::placeholders in global namespace is deprecated. 2020-10-14 10:28:25 +03:00
libev.h Fixed issue where the negotiate was overwritten by the handler and the connection was closed but still a timeout was triggered 2020-02-19 11:19:12 +01:00
libevent.h optimizid dealing with ssl connections by not going back to the event loop that often, and prevented that object was staying in send state if it was endlessly sending data and not receiving anything, found this out when working on issue #207 2018-04-05 11:10:55 +02:00
libuv.h Build examples now with travis-ci to ensure new changes don't break existing code. Fixed warnings as a result of lambda captures. 2018-01-30 10:07:27 +00:00
linux_tcp.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
login.h fixed writing address to std::stream 2018-03-10 10:20:52 +01:00
message.h Envelope: ensure const objects cannot be changed through _body 2018-04-20 18:27:53 -05:00
metadata.h the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame 2020-08-14 12:20:22 +02:00
monitor.h Monitor: avoid null pointer dereference when copying instances 2018-06-24 10:31:21 -05:00
numericfield.h the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame 2020-08-14 12:20:22 +02:00
openssl.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
outbuffer.h Added virtual dtor to OutBuffer 2018-04-18 15:46:46 +03:00
protocolexception.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
stack_ptr.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
stringfield.h the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame 2020-08-14 12:20:22 +02:00
table.h fix nullptr_t compile error 2020-10-15 09:54:50 +02:00
throttle.h onError handler can be set on throttle, and onError & onLost can also be set on messages sent via confirmed. 2020-10-12 12:02:04 +02:00
voidfield.h fix voidfield issue 2020-10-15 09:41:59 +02:00
watchable.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00