| .. |
|
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
|
When building the address url, username and password should be split with a colon
|
2015-11-02 17:53:43 +01:00 |
|
array.h
|
added "override" keywords to overridden methods, fixed buffer overflow in setting up a connection
|
2015-11-28 11:38:15 +01:00 |
|
booleanset.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01: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
|
Added TcpChannel class so that Connection and Channel class are once again completely protocol agnostic
|
2015-11-01 09:51:43 +01:00 |
|
channelimpl.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
classes.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
connection.h
|
fixed formatting
|
2015-11-01 11:10:01 +01:00 |
|
connectionhandler.h
|
clients can now intercept the heartbeat negotiation, and install a shorter of longer heartbeat interval, and clients can be notified for received heartbeat frames
|
2015-12-02 10:46:55 +01:00 |
|
connectionimpl.h
|
clients can now intercept the heartbeat negotiation, and install a shorter of longer heartbeat interval, and clients can be notified for received heartbeat frames
|
2015-12-02 10:46:55 +01:00 |
|
decimalfield.h
|
added "override" keywords to overridden methods, fixed buffer overflow in setting up a connection
|
2015-11-28 11:38:15 +01: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
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
envelope.h
|
Merge pull request #44 from Kojoley/envelope-copyctor-fix
|
2015-11-01 05:14:27 -05:00 |
|
exchangetype.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
field.h
|
added "override" keywords to overridden methods, fixed buffer overflow in setting up a connection
|
2015-11-28 11:38:15 +01:00 |
|
fieldproxy.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
flags.h
|
added "override" keywords to overridden methods, fixed buffer overflow in setting up a connection
|
2015-11-28 11:38:15 +01:00 |
|
libev.h
|
added include guard
|
2015-11-17 11:17:21 +01:00 |
|
login.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
message.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
metadata.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
monitor.h
|
Some bugfixes and performance enhancements
|
2015-04-30 14:18:18 +02:00 |
|
numericfield.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
outbuffer.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
receivedframe.h
|
added Connection::waiting() method to find out if the connection object is waiting/expecting an answer from the rabbitmq server
|
2015-10-31 18:26:52 +01:00 |
|
stringfield.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |
|
table.h
|
added extra Table::set() methods
|
2015-11-28 17:30:02 +01:00 |
|
tcpchannel.h
|
Added TcpChannel class so that Connection and Channel class are once again completely protocol agnostic
|
2015-11-01 09:51:43 +01:00 |
|
tcpconnection.h
|
clients can now intercept the heartbeat negotiation, and install a shorter of longer heartbeat interval, and clients can be notified for received heartbeat frames
|
2015-12-02 10:46:55 +01:00 |
|
tcphandler.h
|
clients can now intercept the heartbeat negotiation, and install a shorter of longer heartbeat interval, and clients can be notified for received heartbeat frames
|
2015-12-02 10:46:55 +01:00 |
|
watchable.h
|
moved the #pragma once statement
|
2015-11-01 10:48:13 +01:00 |