summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-023-6/+198
* Added Timer class which uses boost intrusive_ptr. This needs to be made into ...Kim van der Riet2007-11-022-6/+136
* Sending of results must be synchronised w.r.t. other frames (e.g. message del...Gordon Sim2007-11-021-0/+1
* Simplified/improved qpid::sys::RefCountedMap, unit test session attachment us...Alan Conway2007-11-012-159/+148
* locking around access to the unacked out bufferGordon Sim2007-11-013-3/+10
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-015-5/+286
* Preparation for session thread safety overhaul:Alan Conway2007-11-0131-166/+299
* - fixed buildCarl C. Trieloff2007-10-311-0/+1
* Patch from TedCarl C. Trieloff2007-10-3119-29/+339
* Simple fix to prevent concurrent disconnection and sending of frames causing ...Gordon Sim2007-10-314-7/+92
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-317-53/+15
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-315-4/+12
* - QPID-667Carl C. Trieloff2007-10-318-65/+84
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-302-22/+24
* 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-298-25/+25
* 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
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-26110-1480/+1790
* - 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-199-511/+194
* 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-1612-54/+110
* Include declarations of the specialisations we define to make sure they are p...Andrew Stitcher2007-10-161-0/+16
* 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-1619-168/+661
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-163-14/+22