summaryrefslogtreecommitdiff
path: root/cpp/examples/failover
Commit message (Expand)AuthorAgeFilesLines
* Add BOOST_ALL_DYN_LINK to projects' Visual Studio C++ preprocessor settings; ...Stephen D. Huston2010-02-093-12/+12
* Removed the Visual Studio solution/project files, as these are now generated ...Stephen D. Huston2009-11-201-0/+1
* Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst...Stephen D. Huston2009-11-133-36/+96
* Add examples building to cmake buildStephen D. Huston2009-05-081-0/+22
* Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...Stephen D. Huston2009-05-011-0/+5
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-123-0/+1122
* examples/makedist.mk and examples/*/Makefile.amManuel Teira Paz2009-03-101-0/+1
* Added ASF license to makefilesGordon Sim2008-12-151-0/+18
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-103-249/+1
* * Added some doxygen comments for FailoverManagerGordon Sim2008-11-072-52/+37
* * fix bug causing last message to occasionally be lost on replayGordon Sim2008-11-061-2/+11
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-043-6/+218
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-222-2/+6
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-172-167/+42
* Minor cleanup for client failover.Alan Conway2008-10-142-5/+6
* src/client/FailoverConnection.cpp: re-register callback after failuresAlan Conway2008-10-101-1/+2
* Failover client and example fixes & tidy up.Alan Conway2008-10-102-109/+64
* Failover client and example fixes & tidy up.Alan Conway2008-10-102-267/+274
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-104-0/+506