summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add missing file to distribution list.Gordon Sim2009-01-261-0/+1
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-16/+3
* Include file in distributed headers.Gordon Sim2009-01-211-1/+1
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-0/+2
* Latency measurements, compiled out of production code.Alan Conway2009-01-201-0/+2
* Initial commit for QPID-1567 requires PollableQueue.h/PollableCondition.h to ...Gordon Sim2009-01-151-2/+2
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-0/+3
* Move dispatcher code from iocpDispatcher.cpp (no longer needed) to IocpPoller...Stephen D. Huston2009-01-131-1/+0
* Created new Timer code in qpid::sysAndrew Stitcher2009-01-131-1/+3
* Fixed automake files so c++ console headers are properly packaged.Ted Ross2009-01-081-2/+2
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-2/+15
* Insert Apache license in vcproj files past line 1; reset list of generated fi...Stephen D. Huston2008-12-231-0/+1
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-191-0/+1
* Added ASF license to makefilesGordon Sim2008-12-151-0/+19
* QPID-1280: fixed performance regression for multiple subscribers on shared queueGordon Sim2008-11-291-0/+2
* Add Windows-specific files to EXTRA_DIST so they are in releases; fixes QPID-...Stephen D. Huston2008-11-181-1/+38
* File missing from last commit.Ted Ross2008-11-121-1/+1
* Added back header file that I mistakenly removed in r712653.Gordon Sim2008-11-121-0/+1
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-101-7/+0
* Remove unused class broker::IncomingExecutionContext.Alan Conway2008-11-061-2/+0
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+1
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-041-0/+4
* Include qpidd.h file in listed sourcesGordon Sim2008-10-301-1/+1
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-291-1/+2
* Split platform-specific qpidd code out to posix/QpiddBroker.cpp; allows Windo...Stephen D. Huston2008-10-291-1/+3
* Ensure required header files are installed (we may want to revise this, but a...Gordon Sim2008-10-291-5/+5
* Refactor duplicated Module-handling from broker/client to commonStephen D. Huston2008-10-261-0/+2
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-5/+10
* Fix Address wrapper to compile on MS VC8; discussed with Alan ConwayStephen D. Huston2008-10-241-2/+3
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-241-0/+2
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-3/+0
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-0/+2
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-0/+4
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-161-0/+4
* configure.ac: check for presence of libboost_threads vs. libboost_threads-mtAlan Conway2008-10-161-1/+0
* Compile boost.spirit library in thread-safe mode.Alan Conway2008-10-161-0/+1
* enable build without xml installedCarl C. Trieloff2008-10-161-0/+2
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-151-26/+22
* QPID-1341 from JonathanCarl C. Trieloff2008-10-151-12/+1
* Update to periodic purge of expired messages: check the dequeue rate to avoid...Gordon Sim2008-10-141-0/+2
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+2
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-2/+8
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-0/+1
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-1/+2
* Add uuid wrapper for Windows; resolves QPID-1328Stephen D. Huston2008-10-081-1/+2
* Fixed a couple of distribution bugsTed Ross2008-10-081-0/+1
* Add ManagementEvent.h to distributed files.Gordon Sim2008-10-081-0/+1
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-2/+4
* Abstract native file-locking and directory detection/creation to portable cla...Stephen D. Huston2008-10-071-1/+3
* Cluster join & brain-dumps working.Alan Conway2008-10-031-0/+1