summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Somehow did not include these in commit r1662027 for QPID-6312Stephen D. Huston2015-02-252-59/+56
* QPID-6411: [AMQP 1.0 JMS Client ] NPE during session#unsubscribe is link is r...Keith Wall2015-02-251-8/+28
* QPID-6408: [Java Broker] Expose the AMQP connection limits through the web ma...Keith Wall2015-02-256-38/+95
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding a...Keith Wall2015-02-255-11/+29
* Merge r1661450 changes (size_t detect) into 0.32 as approved in QPID-6312Stephen D. Huston2015-02-243-4/+4
* Merge SystemInfo.cpp to 0.32 - QPID-6312Stephen D. Huston2015-02-241-0/+201
* QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes n...Keith Wall2015-02-2414-60/+35
* QPID-6406: [Java Broker] ACO generates attribute set events even if the attri...Keith Wall2015-02-242-2/+87
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedKeith Wall2015-02-241-1/+1
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo pars...Keith Wall2015-02-2468-214/+424
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-244-5/+20
* QPID-6247: Updates to configuration files should maintain existing file permi...Keith Wall2015-02-2412-208/+454
|\
| * Merge from trunkAidan Skinner2009-10-1427-112/+568
| * Merge from trunkAidan Skinner2009-10-11327-5807/+13050
| * Fix bind error messageAidan Skinner2009-09-181-2/+2
| * MINANetworkDriverTest: Make sure we sleep for at least the alloted time.Aidan Skinner2009-09-181-16/+20
| * QPID-2104 AMQProtocolHandler: hand the actual write off to a seperate threadAidan Skinner2009-09-181-2/+9
| * Merge from trunkAidan Skinner2009-09-17198-2945/+4998
| * QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-1711-1003/+113
| * QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor service...Aidan Skinner2009-09-164-150/+2
| * QPID-2105: Merging the patch didn't uncomment this test, stoopid git. Aidan Skinner2009-09-161-3/+3
| * QPID-2106: Don't close connections if the broker has asked it to close andAidan Skinner2009-09-164-12/+40
| * QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-1624-487/+479
| * Merge from trunk Aidan Skinner2009-09-09304-2023/+25726
| * QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-042-3/+9
| * QPID-2025: remove dead classesAidan Skinner2009-09-032-342/+0
| * QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-0136-822/+1069
| * QPID-2024: Change send to stash the future and have flush join on that so tha...Aidan Skinner2009-08-192-4/+16
| * QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a NetworkDrive...Aidan Skinner2009-08-1810-22/+1124
* | QPID-6404 : Merge of 1661212,1661364,1661368,1661373 to 0.32Robert Godfrey2015-02-235-16/+23
* | QPID-6401 : Merge of 1661079 to 0.32Robert Godfrey2015-02-231-7/+8
* | QPID-6400 : Merge of r1661142 to 0.32 branchRobert Godfrey2015-02-231-0/+10
* | QPID-6359: Update version numbers on the 0.32 release branchJustin Ross2015-02-1913-16/+16
* | QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-198-13/+149
* | NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection is...Robert Godfrey2015-02-191-1/+1
* | QPID-6389: ensure source/target is null when responding to attach requests in...Gordon Sim2015-02-181-0/+2
* | QPID-6394 [linearstore] Make linearstore the default store for linux builds -...Kim van der Riet2015-02-182-2/+2
* | QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the Ano...Keith Wall2015-02-186-92/+5
* | QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-183-5/+22
* | QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-186-2/+144
* | QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-1731-171/+792
* | QPID-6394 Make linearstore the default store for linux buildsKim van der Riet2015-02-172-2/+2
* | QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-1716-155/+279
* | QPID-6393: [Java Broker] Prevent possibility for the permature close of queue...Keith Wall2015-02-141-1/+1
* | QPID-6338 : [Java AMQP 1.0 Client] validate sections in created MessageRobert Godfrey2015-02-131-6/+173
* | QPID-6390: [Java Broker] Move setting of initial properties from Main into Br...Alex Rudyy2015-02-136-53/+172
* | QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover pr...Keith Wall2015-02-139-46/+140
* | QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
* | QPID-6386 : [AMQP 1.0 Common] close the sender if the TCP connection is termi...Robert Godfrey2015-02-121-0/+1
* | QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15