summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 439476-447993,447995-448007,448009-448141,448143-448157,4481...Martin Ritchie2007-06-15138-4781/+7160
* Blocked revisions 537171,540169 via svnmergeGordon Sim2007-06-150-0/+0
* Minor update of log messages.Gordon Sim2007-06-151-2/+2
* Recorded merge of revisions 536253-536278,536280-536338,536340-536479,536481-...Gordon Sim2007-06-150-0/+0
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-146-11/+11
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-148-3/+176
* Removed unused files src/qpid/client/ClientAdapter.cpp and .h.Alan Conway2007-06-133-137/+0
* Examples update, exception handling.Alan Conway2007-06-133-3/+5
* Removed unused file.Gordon Sim2007-06-131-59/+0
* Example updates from jrobie.Alan Conway2007-06-132-12/+10
* Various minor fixes to build and test process:Gordon Sim2007-06-134-3/+4
* Initial examples directory with jrobies example programs and Makefile.am.Alan Conway2007-06-125-0/+279
* add libqpidcluster.so to installed libraries.Alan Conway2007-06-121-0/+1
* QPID-504: Print bound port if --port 0 is specified. Not yet used by tests.Alan Conway2007-06-116-148/+203
* Handler refactoring notes for cluster.Alan Conway2007-06-111-0/+161
* src/tests/Makefile.am: Fix typo in makefileAlan Conway2007-06-081-1/+1
* Add missing scripts to EXTRA_DISTAlan Conway2007-06-081-2/+3
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-0818-60/+672
* AddAlan Conway2007-06-070-0/+0
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-0716-32/+374
* Made FieldTable argument of client::Channel::bind() optional.Alan Conway2007-06-062-4/+3
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-0616-7/+932
* Fixed qpidd --trace flag to be equivalent to "--log.enable trace+"Alan Conway2007-06-061-1/+1
* Some tests and fixes for dtx preview.Gordon Sim2007-06-0517-96/+824
* Updates to dtx support.Gordon Sim2007-05-3110-25/+145
* Renamed fileGordon Sim2007-05-311-0/+0
* disabled the tests directory until the failures are fixedRafael H. Schloming2007-05-311-1/+1
* Changed class id to avoid clash with dtx.Gordon Sim2007-05-311-1/+1
* tests moved to test directoryRafael H. Schloming2007-05-301-38/+0
* added listener support to queues, also added support for non version specific...Rafael H. Schloming2007-05-306-13/+742
* example modsRafael H. Schloming2007-05-301-2/+2
* Load domain docs into the python spec structure.Rafael H. Schloming2007-05-301-9/+38
* * Add ignore for generated .valgrind.supp file.Alan Conway2007-05-300-0/+0
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-3050-168/+1516
* Fixed typo in spec fileGordon Sim2007-05-301-1/+1
* Remove dummy class defs.Gordon Sim2007-05-301-4/+0
* Include new dtx classes in generated code.Gordon Sim2007-05-302-6/+3
* new dtx class definitionsGordon Sim2007-05-291-0/+878
* Added to the JavadocRupert Smith2007-05-296-128/+156
* Ensure work is marked completed when recovered.Gordon Sim2007-05-252-8/+2
* Added support for recovering prepared transactions.Gordon Sim2007-05-2516-8/+333
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-2244-658/+1262
* All exceptions now have one contructor. Some multiple cons left in as depreca...Rupert Smith2007-05-224-14/+10
* Eliminated catch/rethrow where underlying cause was discarded. All causes now...Rupert Smith2007-05-225-75/+73
* Added batch synched queue implementation.Rupert Smith2007-05-2210-0/+1221
* Patch from Arnaud Simon (asimon@redhat.com) in connection with QPID-496. This...Gordon Sim2007-05-2213-276/+3344
* Documented remaining exceptions.Rupert Smith2007-05-2112-239/+277
* Refactored exceptions to have single constructors and made room for wrapped c...Rupert Smith2007-05-2195-972/+631
* Merged revisions 540107 via svnmerge from Rupert Smith2007-05-2147-214/+549
* Added performance test READMERupert Smith2007-05-212-146/+139