| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix build warnings/errors on Windows | Stephen D. Huston | 2009-07-31 | 2 | -2/+3 |
| * | Fix race condition in cluster error handling. | Alan Conway | 2009-07-31 | 8 | -52/+75 |
| * | Make AMQFrame::getMethod() safe on frames with no body. | Alan Conway | 2009-07-31 | 1 | -2/+2 |
| * | handle fail setting last-node-standing with unit test, still needs system test | Carl C. Trieloff | 2009-07-31 | 1 | -10/+14 |
| * | Some clean up, and better error check | Carl C. Trieloff | 2009-07-31 | 1 | -3/+5 |
| * | Make replication of queue events not dependant on abs queue position, but rat... | Carl C. Trieloff | 2009-07-30 | 5 | -9/+30 |
| * | Set protocol versions correctly in cluster code. | Alan Conway | 2009-07-30 | 5 | -12/+29 |
| * | QPID-652 -- fixed by Marco Bisioli | Carl C. Trieloff | 2009-07-30 | 1 | -1/+3 |
| * | Change remaining broker Timer clients to use the single broker Timer | Andrew Stitcher | 2009-07-30 | 5 | -11/+11 |
| * | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-30 | 16 | -91/+78 |
| * | Added diagnostics to tell if timer callbacks overrun their allowed time | Andrew Stitcher | 2009-07-30 | 1 | -3/+21 |
| * | Fix sys::Timer code to push into priority list using the correct time | Andrew Stitcher | 2009-07-30 | 1 | -1/+1 |
| * | Provide more informative cluster logging at notice level | Alan Conway | 2009-07-29 | 5 | -28/+28 |
| * | Oops: eliminated a ternary operator giving the "else" instead of the "then". | Andrew Stitcher | 2009-07-28 | 1 | -1/+1 |
| * | Add a default constructor to LinkRegistry so that you don't need | Andrew Stitcher | 2009-07-28 | 2 | -2/+16 |
| * | Add missing mgnt counters for replication exchange | Carl C. Trieloff | 2009-07-25 | 2 | -3/+33 |
| * | Revert "Remove uninformative per-message info level log message." | Alan Conway | 2009-07-24 | 1 | -0/+3 |
| * | Remove uninformative per-message info level log message. | Alan Conway | 2009-07-23 | 1 | -3/+0 |
| * | Avoid creating unnecessary new deques (keep on recycling old ones) | Andrew Stitcher | 2009-07-23 | 2 | -1/+1 |
| * | Replace TRUE with _TRUE, FALSE with _FALSE to avoid macro conflicts on Window... | Stephen D. Huston | 2009-07-22 | 1 | -8/+8 |
| * | Never try to init a string with a zero pointer; fixes QPID-1998 | Stephen D. Huston | 2009-07-21 | 1 | -2/+5 |
| * | Use a loopback socket instead of a pipe on Windows; resolves part of QPID-1918 | Stephen D. Huston | 2009-07-21 | 1 | -13/+49 |
| * | Remove some unnecessary promotions of char* to std::string. | Alan Conway | 2009-07-21 | 4 | -24/+29 |
| * | QPID-1993: Patch from Chenta Lee to prevent compiler warnings with GCC 4.3.3 | Gordon Sim | 2009-07-20 | 2 | -3/+5 |
| * | Add "[shadow]" prefix to the log-ID for shadow and catch-up connections, to m... | Alan Conway | 2009-07-17 | 1 | -6/+12 |
| * | Move remaining needed Windows files from src/qpid/sys/windows to include/qpid... | Stephen D. Huston | 2009-07-17 | 3 | -124/+0 |
| * | Improved debug logging | Ted Ross | 2009-07-17 | 1 | -1/+8 |
| * | Move necessary files due to header file reorg; fixes Windows build | Stephen D. Huston | 2009-07-16 | 3 | -306/+0 |
| * | Update queue listeners in the correct order. | Alan Conway | 2009-07-16 | 8 | -46/+205 |
| * | Merge branch 'move_public_h_to_include' into trunk | Alan Conway | 2009-07-15 | 84 | -7959/+0 |
| * | Minor cluster optimizations. | Alan Conway | 2009-07-14 | 4 | -122/+11 |
| * | Add directory to #include | Alan Conway | 2009-07-14 | 408 | -955/+902 |
| * | Reapplied r793120 | Gordon Sim | 2009-07-14 | 2 | -3/+10 |
| * | Reapplied r793119 | Gordon Sim | 2009-07-14 | 3 | -5/+5 |
| * | Add missing externs for Queue methods; silence getenv() warnings on Windows b... | Stephen D. Huston | 2009-07-13 | 1 | -2/+2 |
| * | Replace getenv usage with more secure Windows calls - silences compile diagno... | Stephen D. Huston | 2009-07-13 | 4 | -5/+28 |
| * | Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea... | Kim van der Riet | 2009-07-13 | 20 | -99/+103 |
| * | Change remaining broker Timer clients to use the single broker Timer | Andrew Stitcher | 2009-07-10 | 5 | -8/+10 |
| * | Change all broker users of broker::Timer to use sys::Timer | Andrew Stitcher | 2009-07-10 | 16 | -91/+78 |
| * | Allow TimerTasks to be delayed correctly by separating out the time | Andrew Stitcher | 2009-07-10 | 2 | -3/+10 |
| * | Typos/Whitespace fixes | Andrew Stitcher | 2009-07-10 | 3 | -5/+5 |
| * | Correct the case where for very low ( bytes) staging threshhold management | Carl C. Trieloff | 2009-07-10 | 1 | -1/+4 |
| * | Fix cluster handling of multiple errors. | Alan Conway | 2009-07-10 | 3 | -19/+37 |
| * | Minor improvement to cluster logging. | Alan Conway | 2009-07-09 | 1 | -3/+6 |
| * | Simplified PollableCondition | Alan Conway | 2009-07-09 | 4 | -121/+32 |
| * | Move helper functions out of the public interface, as they are unsafe | Carl C. Trieloff | 2009-07-09 | 1 | -3/+4 |
| * | Fix to cover this case: | Carl C. Trieloff | 2009-07-08 | 3 | -1/+13 |
| * | fix for regression in patch & test to prevent regression again | Carl C. Trieloff | 2009-07-08 | 1 | -1/+1 |
| * | Now that broker expects clients to send heartbeats, the client half of an int... | Gordon Sim | 2009-07-08 | 1 | -3/+8 |
| * | More tests and complete fix for svn791672 commit -- correct requeue | Carl C. Trieloff | 2009-07-08 | 4 | -6/+23 |