summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-315-4/+12
* - QPID-667Carl C. Trieloff2007-10-318-65/+84
* Generate doxygen comments for Session_0_10 using AMQP <doc> elements.Alan Conway2007-10-303-12/+81
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-304-205/+187
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-2918-288/+195
* Rename client::Session as client::Session_0_10Alan Conway2007-10-299-28/+28
* Check that session is attached before accepting delivery from queue (note fur...Gordon Sim2007-10-291-0/+4
* ##-*-text-*-Alan Conway2007-10-293-14/+39
* Avoid use of wait(AbsTime::farFuture()) - causes hanging on 32 bit.Alan Conway2007-10-291-7/+4
* Fixed stray #include QpidError.h missed in previous commit.Alan Conway2007-10-263-3/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-26111-1494/+1844
* - added patch from TeddCarl C. Trieloff2007-10-2613-202/+413
* Fixes to handling of non-acquired subscribersGordon Sim2007-10-251-4/+15
* Don't requeue released messages.Gordon Sim2007-10-251-1/+1
* Hack for no-local when used with jms topicsGordon Sim2007-10-236-28/+102
* - removed debug coutCarl C. Trieloff2007-10-231-1/+0
* More tidying up of field table APIAndrew Stitcher2007-10-236-26/+56
* -added missing file from checkinCarl C. Trieloff2007-10-231-0/+40
* - flush async IO if present on sync for 0-10Carl C. Trieloff2007-10-235-7/+46
* Record peer address (for logging purposes) on initiation rather than on every...Gordon Sim2007-10-221-11/+14
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-1915-10/+857
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-1910-511/+195
* Fix to allocation algorithm in queue: prevents infinite loop when first consu...Gordon Sim2007-10-193-9/+12
* Fixed typo in messageCarl C. Trieloff2007-10-191-1/+1
* Fix for leak on receiving eof on networkAndrew Stitcher2007-10-191-7/+3
* - added init for dir and async options for storeCarl C. Trieloff2007-10-196-2/+46
* More rearranging of template specialisation to avoid gccisms and conform corr...Andrew Stitcher2007-10-182-24/+12
* - added options for aysnc store & store dir locationCarl C. Trieloff2007-10-182-2/+10
* Lock active session id map when removing id for closed session.Gordon Sim2007-10-183-1/+8
* Recast int to FixedWidthValue conversions to avoid tamplate specialisation an...Andrew Stitcher2007-10-182-130/+18
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-183-6/+60
* Fix for QPID-644Gordon Sim2007-10-184-6/+6
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-172-1/+17
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-178-101/+120
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-1617-170/+218
* Include declarations of the specialisations we define to make sure they are p...Andrew Stitcher2007-10-161-0/+16
* Editorial changes to man page text.Alan Conway2007-10-161-3/+3
* Restored missing TestOptions.hAlan Conway2007-10-161-1/+1
* Edits to --help message and man page to improve readabiliity.Alan Conway2007-10-166-25/+28
* Log a warning if we close a connection with unsent dataAndrew Stitcher2007-10-162-1/+6
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-1620-170/+663
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-163-14/+22
* Locking for updates to subscriber credit. Revised log statements to reduce no...Gordon Sim2007-10-151-8/+18
* Fix compilation errorGordon Sim2007-10-151-1/+1
* Added missing framing:: qualifier.Alan Conway2007-10-151-1/+1
* Added assert.cpp to makefile.Alan Conway2007-10-151-0/+1
* QPID_ASSERT: assert a condition. In a debug build abort if condition is false,Alan Conway2007-10-152-0/+82
* Include information on the client connection in io traces.Gordon Sim2007-10-153-17/+61
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-153-11/+3
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-143-28/+48