| .. |
|
CMakeLists.txt
|
renamed apple.h to endian.h because it turns out that it is also used for linux systems, and removed double implemented ChannelImpl::get() function
|
2014-08-14 15:25:44 +02:00 |
|
address.h
|
added "Address" class to parse "amqp://" urls
|
2015-10-31 18:22:41 +01:00 |
|
array.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
booleanset.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
buffer.h
|
The Connection::parse() method can now also be called with a buffer object, which allows the user to implement the buffer much more efficiently: it no longer has to be an array
|
2014-08-13 13:01:27 +02:00 |
|
bytebuffer.h
|
fixed apple incompatibility
|
2014-08-14 15:19:08 +02:00 |
|
callbacks.h
|
Received messages are now moved into the callback instead of provided as a const reference
|
2015-04-28 10:58:49 +02:00 |
|
channel.h
|
Fixed a few incorrect signatures in docblocks
|
2015-08-03 16:25:25 +02:00 |
|
channelimpl.h
|
Fix double ready bug for channel, fixes #25
|
2015-05-18 10:56:50 +02:00 |
|
classes.h
|
added Channel::get() that allows one to retrieve a single message from the channel
|
2014-08-07 11:00:06 +01:00 |
|
connection.h
|
Added a method to check how many channels a connection has
|
2015-09-10 14:33:25 +02:00 |
|
connectionhandler.h
|
update documentation, error callbacks now get a const char * instead of a std::string
|
2014-04-15 14:22:30 +02:00 |
|
connectionimpl.h
|
Added a method to check how many channels a connection has
|
2015-09-10 14:33:25 +02:00 |
|
decimalfield.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
deferred.h
|
When a deferred handler is in error state, registering a finalize callback should also cause it to be called immediately
|
2015-06-12 16:48:25 +02:00 |
|
deferredcancel.h
|
The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs
|
2014-09-02 10:32:55 +02:00 |
|
deferredconsumer.h
|
Received messages are now moved into the callback instead of provided as a const reference
|
2015-04-28 10:58:49 +02:00 |
|
deferreddelete.h
|
The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs
|
2014-09-02 10:32:55 +02:00 |
|
deferredget.h
|
The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs
|
2014-09-02 10:32:55 +02:00 |
|
deferredqueue.h
|
The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs
|
2014-09-02 10:32:55 +02:00 |
|
endian.h
|
Removed some macros for FreeBSD: Apparantly they are not needed. We might need to remove them for NetBSD and DragonFly as well
|
2015-07-01 09:48:56 +02:00 |
|
entityimpl.h
|
Add pragma once
|
2014-04-02 15:40:35 +02:00 |
|
envelope.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
exchangetype.h
|
Add pragma once
|
2014-04-02 15:40:35 +02:00 |
|
field.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
fieldproxy.h
|
Some bugfixes and performance enhancements
|
2015-04-30 14:18:18 +02:00 |
|
flags.h
|
implemented TcpConnection, so that users of the library do not have to setup their own tcp connections
|
2015-10-31 18:26:04 +01:00 |
|
login.h
|
use move semantics in Login class (small optimization)
|
2015-10-31 18:23:24 +01:00 |
|
message.h
|
Received messages are now moved into the callback instead of provided as a const reference
|
2015-04-28 10:58:49 +02:00 |
|
metadata.h
|
Some bugfixes and performance enhancements
|
2015-04-30 14:18:18 +02:00 |
|
monitor.h
|
Some bugfixes and performance enhancements
|
2015-04-30 14:18:18 +02:00 |
|
numericfield.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
outbuffer.h
|
Fixed a bug where a frame could be sent exceeding the maximum frame size (resulting in protocol errors) and added some optimizations
|
2015-04-30 10:59:03 +02:00 |
|
receivedframe.h
|
The Connection::parse() method can now also be called with a buffer object, which allows the user to implement the buffer much more efficiently: it no longer has to be an array
|
2014-08-13 13:01:27 +02:00 |
|
stringfield.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
table.h
|
Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields
|
2015-05-05 13:38:20 +02:00 |
|
tcpconnection.h
|
implemented TcpConnection, so that users of the library do not have to setup their own tcp connections
|
2015-10-31 18:26:04 +01:00 |
|
tcphandler.h
|
implemented TcpConnection, so that users of the library do not have to setup their own tcp connections
|
2015-10-31 18:26:04 +01:00 |
|
watchable.h
|
Add pragma once
|
2014-04-02 15:40:35 +02:00 |