AMQP-CPP/src
Emiel Bruijntjes 7b20f46519 removed channel parameter from the callbacks, because this can easily be captured 2014-04-15 08:52:49 +02:00
..
Makefile removed channel parameter from the callbacks, because this can easily be captured 2014-04-15 08:52:49 +02:00
amqpcpp added symlink in source directory otherwise it will not compile 2014-01-08 00:03:04 -08:00
array.cpp added const access for operator[] (issue #7) 2014-04-14 16:06:29 +02:00
basicackframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basiccancelframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basiccancelokframe.h Moved the remaining methods over to deferred handlers 2014-04-10 12:51:04 +02:00
basicconsumeframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
basicconsumeokframe.h Moved the remaining methods over to deferred handlers 2014-04-10 12:51:04 +02:00
basicdeliverframe.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
basicframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basicgetemptyframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basicgetframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
basicgetokframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basicheaderframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
basicnackframe.h Implemented nack/reject 2014-01-06 05:28:58 -08:00
basicpublishframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
basicqosframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
basicqosokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
basicrecoverasyncframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basicrecoverframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basicrecoverokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
basicrejectframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
basicreturnframe.h Moved the remaining methods over to deferred handlers 2014-04-10 12:51:04 +02:00
bodyframe.h implemented returned messages 2014-01-06 06:49:31 -08:00
channelcloseframe.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
channelcloseokframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
channelflowframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
channelflowokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
channelframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
channelimpl.cpp removed channel parameter from the callbacks, because this can easily be captured 2014-04-15 08:52:49 +02:00
channelopenframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
channelopenokframe.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
connectioncloseframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
connectioncloseokframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
connectionframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
connectionimpl.cpp Implemented deferred consumers and a setTimeout method on the connection handler for indicating immediate failures on deferred objects 2014-04-14 14:10:57 +02:00
connectionopenframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
connectionopenokframe.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
connectionsecureframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
connectionsecureokframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
connectionstartframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
connectionstartokframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
connectiontuneframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
connectiontuneokframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
consumedmessage.h Moved the remaining methods over to deferred handlers 2014-04-10 12:51:04 +02:00
exception.h Three fixes to get this lib compiled on linux g++ 4.7.3 2014-03-03 17:29:50 +01:00
exchangebindframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
exchangebindokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
exchangedeclareframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
exchangedeclareokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
exchangedeleteframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
exchangedeleteokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
exchangeframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
exchangeunbindframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
exchangeunbindokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
extframe.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
field.cpp cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
flags.cpp Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
frame.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
framecheck.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
headerframe.h it now is possible to publish messages to an exchange with this library 2014-01-05 04:08:35 -08:00
heartbeatframe.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
includes.h fixed operator[] for arrays and strings, implemented << operator for field and fieldproxy objects to simplify debugging (reported from issue #7) 2014-04-14 13:34:46 +02:00
messageimpl.h Moved the remaining methods over to deferred handlers 2014-04-10 12:51:04 +02:00
methodframe.h removed noreturn attribute because not supported on gcc 4.7 (issue #10) 2014-04-14 17:17:17 +02:00
monitor.h monitor class moved from include directory to src 2014-01-06 13:34:54 -08:00
protocolexception.h Three fixes to get this lib compiled on linux g++ 4.7.3 2014-03-03 17:29:50 +01:00
protocolheaderframe.h it now is possible to publish messages to an exchange with this library 2014-01-05 04:08:35 -08:00
queuebindframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
queuebindokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
queuedeclareframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
queuedeclareokframe.h Added a generic callback class that acts as a container for the different types of callbacks 2014-04-08 16:12:04 +02:00
queuedeleteframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
queuedeleteokframe.h Added a generic callback class that acts as a container for the different types of callbacks 2014-04-08 16:12:04 +02:00
queueframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
queuepurgeframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
queuepurgeokframe.h Added a generic callback class that acts as a container for the different types of callbacks 2014-04-08 16:12:04 +02:00
queueunbindframe.h Initialized a number of unused and deprecated variables to zero. This was not a big issue, because the information was unused, but it caused valgrind to report errors about using unitialized data 2014-02-11 23:27:07 -08:00
queueunbindokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
receivedframe.cpp Implemented nack/reject 2014-01-06 05:28:58 -08:00
returnedmessage.h Moved the remaining methods over to deferred handlers 2014-04-10 12:51:04 +02:00
table.cpp Bug fix on array serialization 2014-04-11 11:22:24 +02:00
transactioncommitframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
transactioncommitokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
transactionframe.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00
transactionrollbackframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
transactionrollbackokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
transactionselectframe.h Removed and implemented many @todo tags from the source code, and added extra safety checks if some ignorant user decides to destruct channels or objects while they are still in use, implemented correct closing handshake for both connections and channels 2014-01-06 08:15:21 -08:00
transactionselectokframe.h Work in progress to convert channel handler to callback system 2014-04-08 14:42:07 +02:00
watchable.cpp Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08:00