summaryrefslogtreecommitdiff
path: root/cpp/lib/client/ClientChannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed u_int<n>_t to uint<n>_t for posix compliance.Alan Conway2007-03-151-4/+4
* Merged revisions 507582 via svnmerge from Alan Conway2007-03-141-1/+1
* * cpp/lib/client/Basic.*, ClientChannel.*: Extracted Basic functionalityAlan Conway2007-02-221-221/+43
* Thread safety fixes for race conditions on incoming messages.Alan Conway2007-02-211-172/+130
* ClientChannel: removed server proxy, not used.Alan Conway2007-02-171-10/+2
* * cpp/lib/client/ClientMessage.h/.cpp: Added Message constructor taking data.Alan Conway2007-02-171-2/+2
* Added durability property to queues and pass this to broker on declare. (This...Gordon Sim2007-02-141-1/+1
* * cpp/lib/common/sys/ProducerConsumer.h:Alan Conway2007-02-141-6/+0
* * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to ProxyAlan Conway2007-02-131-0/+12
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-021-16/+12
* * client/* framing/*: fixed client-side request ID processing.Alan Conway2007-01-301-20/+19
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-291-162/+246
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-191-0/+10
* In case any channel is waiting for a response on termination of the connectio...Gordon Sim2007-01-181-0/+1
* Use amqp 0-9 request/response framing in broker and client.Alan Conway2007-01-121-3/+3
* version back merge from trunk rev 494553.Carl C. Trieloff2007-01-091-19/+19
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-191-4/+10
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-0/+428