| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix problem with verify script in ../../bin. | Alan Conway | 2008-02-18 | 1 | -1/+2 |
| * | Added sleep to verify script to avoid startup races. | Alan Conway | 2008-02-18 | 1 | -1/+3 |
| * | bumped spec release | Rafael H. Schloming | 2008-02-18 | 1 | -1/+4 |
| * | Requests to release a message that has not been acquired should be ignored. | Gordon Sim | 2008-02-18 | 1 | -1/+1 |
| * | Updated c++ and python fanout examples and verify scripts. | Alan Conway | 2008-02-15 | 10 | -109/+106 |
| * | bumped spec release | Rafael H. Schloming | 2008-02-14 | 1 | -1/+4 |
| * | Fixed bug in browsing that failed to deal correctly with 'gaps' in message se... | Gordon Sim | 2008-02-14 | 1 | -7/+14 |
| * | Broker::connect - connect to URL, return ConnectionInputHandler. | Alan Conway | 2008-02-13 | 8 | -14/+85 |
| * | Patches from Ted Ross: | Alan Conway | 2008-02-12 | 2 | -5/+7 |
| * | Fix verify error in Makefile.am | Alan Conway | 2008-02-12 | 2 | -2/+5 |
| * | Add -g to build flags to get debug info. | Alan Conway | 2008-02-12 | 1 | -3/+6 |
| * | Create a tar file of verify scripts suitable for untarring into and installed... | Alan Conway | 2008-02-12 | 3 | -88/+12 |
| * | Quote all non-printable ASCII characters (not just control characters) | Alan Conway | 2008-02-12 | 2 | -14/+15 |
| * | Create /var/lib/qpidd correctly. | Alan Conway | 2008-02-12 | 1 | -5/+8 |
| * | Fixed typo | Gordon Sim | 2008-02-12 | 1 | -1/+1 |
| * | Explicitly reset shared pointer; brokers destructor not called if started thr... | Gordon Sim | 2008-02-12 | 1 | -1/+2 |
| * | Remove dependency on sys::Socket for management ID of connections. | Alan Conway | 2008-02-11 | 4 | -8/+14 |
| * | bumped release for Beta 3 | Rafael H. Schloming | 2008-02-11 | 1 | -1/+3 |
| * | Added a test (currently disabled) that highlights a deadlock in the client wh... | Gordon Sim | 2008-02-11 | 1 | -8/+40 |
| * | Check valid listener (or handler) exist and log error if not. See QPID-783. | Gordon Sim | 2008-02-11 | 1 | -4/+11 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-782 | Alan Conway | 2008-02-08 | 4 | -9/+24 |
| * | yum correction | Carl C. Trieloff | 2008-02-08 | 1 | -1/+1 |
| * | cpp/examples/direct, fanout: Converted listener.cpp to SubscriptionManager. | Alan Conway | 2008-02-08 | 28 | -214/+265 |
| * | Added verify scripts to run mixed python/cpp examples. | Alan Conway | 2008-02-08 | 16 | -15/+214 |
| * | Refactored verify scripts, added verify for python Examples. | Alan Conway | 2008-02-08 | 6 | -93/+31 |
| * | Clean shutdown of broker: Moved signal unsafe code from Broker::shutdown | Alan Conway | 2008-02-07 | 6 | -16/+17 |
| * | Removed signal-unsafe code from shutdown handler. | Alan Conway | 2008-02-07 | 1 | -3/+15 |
| * | create missing dir | Nuno Santos | 2008-02-07 | 1 | -2/+3 |
| * | Disable QPID_DATA_DIR for verify tests. | Alan Conway | 2008-02-07 | 1 | -1/+1 |
| * | qpidc.spec.in: Build --without-cpg, no point adding the dependency till cluster | Alan Conway | 2008-02-07 | 1 | -1/+1 |
| * | Quote unprintable control characters in log output. | Alan Conway | 2008-02-07 | 2 | -1/+49 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-780 | Alan Conway | 2008-02-06 | 8 | -3/+135 |
| * | Replaced --enable-cluster option with --with-cpg to enable/disable CPG. | Alan Conway | 2008-02-06 | 4 | -26/+30 |
| * | Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551 | Alan Conway | 2008-02-05 | 7 | -14/+39 |
| * | Turn management on by defualt | Carl C. Trieloff | 2008-02-04 | 1 | -1/+1 |
| * | add interval pu/sub options to test many concurrent connections | Carl C. Trieloff | 2008-02-04 | 1 | -2/+12 |
| * | Remove includes to files no longer generated. | Gordon Sim | 2008-02-01 | 1 | -2/+0 |
| * | Use 'guest' as default uid and password for tests. | Gordon Sim | 2008-02-01 | 1 | -2/+2 |
| * | Missed a couple of new files in previous commit. | Gordon Sim | 2008-02-01 | 2 | -0/+162 |
| * | Oops, missed makefile in last commit. | Gordon Sim | 2008-02-01 | 1 | -0/+2 |
| * | Initial cut of inter-broker bridging | Gordon Sim | 2008-02-01 | 11 | -33/+363 |
| * | Cluster code fixed for changes in codebase. | Alan Conway | 2008-02-01 | 16 | -389/+210 |
| * | Added cluster URL configuration, defaults to all interfaces. | Alan Conway | 2008-02-01 | 9 | -44/+82 |
| * | Generate URLs for local host. | Alan Conway | 2008-01-31 | 2 | -1/+48 |
| * | Make ports accesible through socket interface. | Gordon Sim | 2008-01-31 | 4 | -4/+59 |
| * | From Ted Ross, https://issues.apache.org/jira/browse/QPID-767 | Alan Conway | 2008-01-30 | 1 | -1/+1 |
| * | Remove Socket param from Connection constructor, pass a string id instead. | Alan Conway | 2008-01-30 | 3 | -4/+4 |
| * | Parse out the userid and password from the response; a small step on the road... | Gordon Sim | 2008-01-30 | 3 | -4/+36 |
| * | Added Observer to SessionManager for cluster use. | Alan Conway | 2008-01-29 | 2 | -0/+21 |
| * | Re-enabled build of cluster code when openais is installed. | Alan Conway | 2008-01-29 | 10 | -251/+31 |