| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Summary: | Alan Conway | 2007-07-19 | 11 | -148/+299 |
| * | Fix memory error that was crashing broker. | Alan Conway | 2007-07-19 | 1 | -1/+5 |
| * | Added difference operator to the sequence number | Gordon Sim | 2007-07-19 | 2 | -0/+14 |
| * | removed the need to pass MethodContext/RequestId through proxy and handler/ad... | Gordon Sim | 2007-07-19 | 21 | -347/+402 |
| * | * src/qpid/broker/Daemon.cpp, .h | Alan Conway | 2007-07-19 | 2 | -142/+156 |
| * | Fixed MT safety issues pointed out by Gordon. | Carl C. Trieloff | 2007-07-18 | 5 | -8/+17 |
| * | Updated queue class, can run dispatch on seperate thread or on | Carl C. Trieloff | 2007-07-17 | 2 | -39/+40 |
| * | Some refactoring towards a more decoupled handler chain structure: | Gordon Sim | 2007-07-17 | 17 | -116/+452 |
| * | * src/qpid/sys/Serializer.h: Serialize calls to a function, | Alan Conway | 2007-07-16 | 5 | -15/+294 |
| * | * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop() | Alan Conway | 2007-07-13 | 1 | -0/+67 |
| * | * Add libuuid to libcommon link (for when apr goes away) | Andrew Stitcher | 2007-07-12 | 6 | -123/+430 |
| * | refactoring: | Gordon Sim | 2007-07-09 | 10 | -137/+287 |
| * | - replaced Mutexes with 2 RWlocks, about 2% less time in wait-state with change. | Carl C. Trieloff | 2007-07-05 | 2 | -13/+14 |
| * | - missing APR mutex update - should now all build again | Carl C. Trieloff | 2007-07-05 | 1 | -0/+52 |
| * | - Added RW lock | Carl C. Trieloff | 2007-07-05 | 14 | -30/+124 |
| * | * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame with | Alan Conway | 2007-07-05 | 9 | -58/+178 |
| * | Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all... | Gordon Sim | 2007-07-05 | 10 | -29/+79 |
| * | Encode/decode for UUIDs. | Alan Conway | 2007-07-04 | 4 | -1/+33 |
| * | 2007-07-02 <aconway@redhat.com | Alan Conway | 2007-07-04 | 10 | -323/+293 |
| * | * cluster/ClasifierHandler: classifies frames for clustering treatment. | Alan Conway | 2007-07-03 | 2 | -0/+121 |
| * | Added UUID type based on libuuid from e2fsprogs package. | Alan Conway | 2007-07-03 | 2 | -0/+103 |
| * | Fix (and test) for QPID-407. Messages are requeued at the head rather than th... | Gordon Sim | 2007-07-03 | 4 | -9/+24 |
| * | Autodeletable shared queues are now deleted as soon as the consumer count dro... | Gordon Sim | 2007-07-03 | 12 | -156/+22 |
| * | 2007-06-30 <aconway@redhat.com> | Alan Conway | 2007-07-02 | 9 | -328/+245 |
| * | Small fixes to enable the --disable-apr-platform build to carry on compiling | Andrew Stitcher | 2007-07-02 | 2 | -6/+7 |
| * | Updated AutoDelete, now only run when auto delete queues exist and | Carl C. Trieloff | 2007-06-29 | 5 | -44/+26 |
| * | * More work on asychronous network IO | Andrew Stitcher | 2007-06-29 | 6 | -43/+502 |
| * | * Summary: | Alan Conway | 2007-06-29 | 21 | -238/+571 |
| * | * src/qpid/broker/Plugin.h: Base class for plug-in objects. | Alan Conway | 2007-06-27 | 4 | -0/+195 |
| * | * src/qpid/framing/ChannelAdapter.cpp: Use handler chains | Alan Conway | 2007-06-27 | 15 | -117/+112 |
| * | Fixed missing POSIX implementation of Acceptor::getHost | Andrew Stitcher | 2007-06-27 | 3 | -28/+24 |
| * | Fixes and tests: | Gordon Sim | 2007-06-27 | 3 | -5/+4 |
| * | Added preview of exchange- and binding- query methods that have been approved... | Gordon Sim | 2007-06-27 | 15 | -1/+185 |
| * | Fixed client leak and python tests port | Alan Conway | 2007-06-27 | 2 | -19/+18 |
| * | Fix shutdown race in Connector. | Alan Conway | 2007-06-27 | 1 | -1/+1 |
| * | Make check now starts a broker on a dynamically assigned port, so | Alan Conway | 2007-06-27 | 10 | -252/+275 |
| * | * src/tests/cluster.mk: Replace sudo with newgrp for ais tests. | Alan Conway | 2007-06-26 | 1 | -1/+3 |
| * | * src/qpid/framing/Handler.h: Tempates for handlers and handler chains. | Alan Conway | 2007-06-26 | 2 | -8/+100 |
| * | 2007-06-25 <aconway@redhat.com> | Alan Conway | 2007-06-26 | 11 | -18/+567 |
| * | Intermediate checkin with preliminary work on epoll based net IO | Andrew Stitcher | 2007-06-18 | 19 | -363/+1314 |
| * | Parser for AMQP-95 URLs | Alan Conway | 2007-06-15 | 2 | -0/+196 |
| * | Minor update of log messages. | Gordon Sim | 2007-06-15 | 1 | -2/+2 |
| * | Fixed catch clauses to catch by const & and use std::exception for | Alan Conway | 2007-06-14 | 2 | -6/+6 |
| * | Add ability for a queue to record all bindings to it, such that these can be ... | Gordon Sim | 2007-06-14 | 6 | -3/+124 |
| * | Removed unused files src/qpid/client/ClientAdapter.cpp and .h. | Alan Conway | 2007-06-13 | 2 | -136/+0 |
| * | QPID-504: Print bound port if --port 0 is specified. Not yet used by tests. | Alan Conway | 2007-06-11 | 3 | -72/+90 |
| * | Handler refactoring notes for cluster. | Alan Conway | 2007-06-11 | 1 | -0/+161 |
| * | Timeout handling for dtx, plus tests. | Gordon Sim | 2007-06-08 | 14 | -60/+492 |
| * | Build support for clustering, initial CPG wrapper & tests. | Alan Conway | 2007-06-07 | 2 | -0/+184 |
| * | Made FieldTable argument of client::Channel::bind() optional. | Alan Conway | 2007-06-06 | 1 | -1/+2 |