summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/BrokerChannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed u_int<n>_t to uint<n>_t for posix compliance.Alan Conway2007-03-151-7/+7
* Merged revisions 496317 via svnmerge from Alan Conway2007-03-131-0/+1
* r1237@fuschia: andrew | 2007-02-23 15:40:44 +0000Andrew Stitcher2007-02-231-3/+1
* * cpp/lib/common/sys/ProducerConsumer.h:Alan Conway2007-02-141-2/+2
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-131-8/+21
* * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to ProxyAlan Conway2007-02-131-51/+44
* Handle invalid channels.Gordon Sim2007-02-091-10/+10
* Fix to close connection when issuing a connection exception (ideally would wa...Gordon Sim2007-02-091-0/+2
* r1104@fuschia: andrew | 2007-02-09 02:14:00 +0000Andrew Stitcher2007-02-091-4/+3
* r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000Andrew Stitcher2007-02-091-7/+14
* * broker/BrokerMessage.cpp: Added ConnectionToken publisher.Alan Conway2007-02-071-1/+3
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-061-7/+8
* Inline transferred messages deliveredAndrew Stitcher2007-02-061-0/+11
* * broker/Reference, tests/ReferenceTest: class representing a reference.Alan Conway2007-02-061-14/+16
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-021-14/+60
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-181-13/+22
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-171-6/+10
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-201-5/+6
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-191-1/+1
* Allow xid to be associated with publication and acknowledgements.Gordon Sim2006-12-111-1/+1
* Thanks Alan the static_cast does prevent the warning on rhel4/x86_64Steven Shaw2006-12-081-1/+1
* Added new configuration option for staging threshold (size above which messages Gordon Sim2006-12-061-3/+3
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-0/+257