summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-292-8/+11
* Bug fixes: corrected fragmentation of large messages in client, set buffer si...Gordon Sim2006-11-281-9/+11
* Bug fix, basic_qos_ok was set to wrong type.Gordon Sim2006-11-271-29/+29
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-225-43/+157
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-224-6/+6
* Added another example for client api.Gordon Sim2006-11-212-4/+10
* update Apache licenses to the current versionStephen Vinoski2006-11-1020-260/+320
* Some more riguorous 'const' declarations in basic header properties. Some mor...Gordon Sim2006-11-102-42/+42
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0918-55/+55
* Removed invalid and redundant include.Gordon Sim2006-11-091-1/+0
* More separation of concerns with APR, client side complete.Alan Conway2006-11-093-2/+261
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-084-59/+31
* Minor source reorg, see README.Alan Conway2006-11-066-22/+22
* Misc. cleanup.Alan Conway2006-11-011-1/+1
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-313-9/+9
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-242-3/+3
* Fixed various minor TODO issues.Alan Conway2006-10-191-3/+1
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-1618-0/+1688