AMQP-CPP/src
Richard Hodges 7c0642f30d build - added CMakeLists.txt to allow integration into a CMAKE build tree 2014-07-11 18:17:03 +01:00
..
CMakeLists.txt build - added CMakeLists.txt to allow integration into a CMAKE build tree 2014-07-11 18:17:03 +01:00
Makefile Use generic g++ version, and not 4.8 explicitly in makefile 2014-02-11 23:30:05 -08:00
amqpcpp added symlink in source directory otherwise it will not compile 2014-01-08 00:03:04 -08:00
array.cpp Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08: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 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
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 implemented channel.ack() method 2014-01-05 12:21:09 -08: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 implemented channel.ack() method 2014-01-05 12:21:09 -08: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 added support for recovering 2014-01-06 05:38:48 -08: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 implemented returned messages 2014-01-06 06:49:31 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 Channel::declareQueue() passive and durable flags were in conflict 2014-01-12 02:40:42 -08: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 {auto} if connection.close() was called before the connection was set up, the instructions that were called between setting up the connection and the call to close() were lost. This forced users to always use the onConnected() handler to wait for the first instruction to be sent. But this is not according to the library design, so now the instructions that are given before the close() will be executed too; 2014-02-21 00:54:40 -08: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 implemented returned messages 2014-01-06 06:49:31 -08:00
exception.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08: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 fix the library after the rename operation 2014-01-07 01:17:09 -08:00
messageimpl.h implemented returned messages 2014-01-06 06:49:31 -08:00
methodframe.h implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
monitor.h monitor class moved from include directory to src 2014-01-06 13:34:54 -08:00
protocolexception.h Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08: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 implemented consuming, refactored a lot of code from cpp files to header files 2014-01-05 09:50:41 -08:00
receivedframe.cpp Implemented nack/reject 2014-01-06 05:28:58 -08:00
returnedmessage.h implemented returned messages 2014-01-06 06:49:31 -08:00
table.cpp it now is possible to publish messages to an exchange with this library 2014-01-05 04:08:35 -08: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 Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08: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 Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08: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 Initial commit with the implementation of all methods apart from the publish and consume methods 2014-01-04 03:45:04 -08: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