| .. |
|
linux_tcp
|
The Channel constructor now throws an exception if the max number of channels has been reached
|
2018-11-23 11:15:51 +01:00 |
|
address.h
|
fixed Address constructor
|
2018-03-10 10:32:48 +01:00 |
|
addresses.h
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
|
array.h
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
|
booleanset.h
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01: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
|
Merge pull request #218 from RZRCDR/fix_msvc_compiler_warnings
|
2018-10-27 12:52:07 +02:00 |
|
channel.h
|
The Channel constructor now throws an exception if the max number of channels has been reached
|
2018-11-23 11:15:51 +01:00 |
|
channelimpl.h
|
Merge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP
|
2018-11-23 11:16:03 +01:00 |
|
classes.h
|
Add BasicAckFrame and BasicNackFrame to class list
|
2018-05-14 21:05:07 +02:00 |
|
connection.h
|
added connection::usable()
|
2018-11-12 15:19:31 +01:00 |
|
connectionhandler.h
|
renamed ConnectionHandler::onConnectedO() to ConnectionHandler::onReady()
|
2018-11-08 08:34:58 +01:00 |
|
connectionimpl.h
|
added connection::usable()
|
2018-11-12 15:19:31 +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
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
|
deferred.h
|
added comments
|
2018-05-11 11:58:55 +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 |
|
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
|
Fixed MinGW compilation on Windows
|
2018-03-06 18:58:02 +02:00 |
|
entityimpl.h
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
|
envelope.h
|
Envelope: ensure const objects cannot be changed through _body
|
2018-04-20 18:27:53 -05: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
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
|
fieldproxy.h
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01: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 |
|
libboostasio.h
|
disable timer in libboostasio because it cannot handle multiple connections, fixes #251
|
2018-11-11 22:51:41 +01:00 |
|
libev.h
|
libevhandler only checks for heartbeats if not overridden by user
|
2018-11-12 22:07:48 +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
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
|
monitor.h
|
Monitor: avoid null pointer dereference when copying instances
|
2018-06-24 10:31:21 -05:00 |
|
numericfield.h
|
numericfield: cleanup for floating point types
|
2018-04-22 16:30:37 -05: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 |
|
receivedframe.h
|
Merge with upstream
|
2018-04-10 10:30:01 +02: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
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
|
table.h
|
added ConnectionHandler::onProperties and TcpConnectionHandler::onProperties
|
2018-11-07 23:22:25 +01:00 |
|
watchable.h
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |