Matt Broadstone
|
d4b1824b46
|
merged Client Connection and Network classes, fixed a bug allowing for proper
connecting and disconnecting from a broker
|
2014-06-03 16:11:30 -04:00 |
Matt Broadstone
|
fde4bcf39a
|
overhauled tests, added TestCase class, made a few skeleton auto tests
|
2014-06-03 13:48:50 -04:00 |
Matt Broadstone
|
128f350cf8
|
refactored QAMQP::Network to include a dptr, made whole class private as it is
not meant to be used externally (only used by Client internally)
|
2014-06-03 12:28:12 -04:00 |
Matt Broadstone
|
60bcfabe2b
|
refactor Connection into a private class, since it can only be created by a Client.
moved ConnectionPrivate methods into Connection
|
2014-06-03 11:50:24 -04:00 |
Matt Broadstone
|
9eabe0587e
|
refactored Connection to take a Network in the ctor
standardized variable names
decoupled Connection and Client (they are no longer friends)
|
2014-06-03 09:13:37 -04:00 |
Matt Broadstone
|
c6d0c57d5f
|
remove crufty unused functions, used constBegin/End for iterations, store itEnd during loop, various other cleanups
|
2014-05-30 14:33:24 -04:00 |
Matt Broadstone
|
e325037fdd
|
remove needless function duplication in private class
|
2014-05-29 14:10:38 -04:00 |
Matt Broadstone
|
3d69359431
|
renamed open/close methods to connectToHost/disconnectFromHost (to mirror Qt socket API), added the first auto tests!
|
2014-05-29 10:16:33 -04:00 |
Matt Broadstone
|
8f39b2a367
|
missed a few namespace cleanups
|
2014-05-28 16:28:45 -04:00 |
Matt Broadstone
|
64f23fd648
|
namespace cleanup
|
2014-05-28 14:58:18 -04:00 |
Matt Broadstone
|
cd33957147
|
rename amqp => amqp_client
|
2014-05-28 13:05:51 -04:00 |