summaryrefslogtreecommitdiff
path: root/amqp-rabbitmq-0.9.1.json
Commit message (Collapse)AuthorAgeFilesLines
* Use the message-count domainGavin M. Roy2020-01-031-4/+5
|
* Set new-secret type to longstroauth2-credential-expiration-supportArnaud Cogoluègnes2019-06-251-1/+1
| | | | | Short strings are limited to 256 characters and tokens can easily be longer than this.
* Introduce connection.update-secret[-ok] methodsMichael Klishin2019-06-191-7/+16
| | | | | | | | | | | So that clients with expiring credentials/secrets, such as those using JWT/OAuth 2.0 tokens, would have a chance to provide updated credentials (e.g. a new JWT token) to the server without reconnecting. Pair: @gerhard. Per discussion with @acogoluegnes.
* URL CleanupSpring Operator2019-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://www.twiststandards.org/index.php?option=com_docman&task=cat_view&gid=28&&Itemid=90 (301) with 2 occurrences could not be migrated: ([https](https://www.twiststandards.org/index.php?option=com_docman&task=cat_view&gid=28&&Itemid=90) result SSLHandshakeException). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://github.com/tonyg/json-shapes with 2 occurrences migrated to: https://github.com/tonyg/json-shapes ([https](https://github.com/tonyg/json-shapes) result 200). * http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200). * http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301). * http://pypi.python.org/pypi/simplejson with 1 occurrences migrated to: https://pypi.python.org/pypi/simplejson ([https](https://pypi.python.org/pypi/simplejson) result 301). * http://www.mozilla.org/MPL/ with 2 occurrences migrated to: https://www.mozilla.org/MPL/ ([https](https://www.mozilla.org/MPL/) result 301).
* Update (c) inforabbitmq_v3_7_0_milestone4rabbitmq_v3_7_0_milestone3rabbitmq_v3_7_0_milestone2rabbitmq_v3_7_0_milestone1rabbitmq_v3_6_2_rc4rabbitmq_v3_6_2_rc3rabbitmq_v3_6_2_rc2rabbitmq_v3_6_2_rc1rabbitmq_v3_6_2_milestone5rabbitmq_v3_6_2_milestone4rabbitmq_v3_6_2_milestone3rabbitmq_v3_6_2_milestone2rabbitmq_v3_6_2_milestone1rabbitmq_v3_6_2rabbitmq_v3_6_1_rc2rabbitmq_v3_6_1_rc1rabbitmq_v3_6_1Michael Klishin2016-01-011-1/+1
|
* Merge bug25191Simon MacMullen2013-08-061-1/+7
|\
| * Move credit to an extension.Simon MacMullen2013-04-261-14/+1
| |
| * Merge defaultSimon MacMullen2013-04-161-1/+7
| |\
| | * Add connection.blocked and connection.unblocked extension methodsMichael Klishin2013-01-091-1/+7
| | |
* | | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-1/+1
| | |
* | | Move credit to an extension.Simon MacMullen2013-04-261-14/+1
|/ /
* | merge bug23749 into defaultMatthias Radestock2013-03-221-1/+1
|\ \
| * | Update copyright 2013Emile Joubert2013-01-231-1/+1
| |/
| * Update copyright 2012Emile Joubert2012-02-021-1/+1
| |
* | Now we don't need that any more either.Simon MacMullen2013-01-291-1/+0
| |
* | Simplify: convert basic.credit_state to basic.credit_drained, which ↵Simon MacMullen2013-01-291-5/+2
| | | | | | | | implicitly asserts that credit is 0, length 0 and drain is true, and tells you how much credit was discarded rather than the new delivery count (so we can soon remove all delivery count code from the broker).
* | I'm slightly paranoid that people will use these. Putting them at the end ↵Simon MacMullen2013-01-091-18/+18
| | | | | | | | and making their IDs not possible to express with the codec might help.
* | Merge in default.Simon MacMullen2011-07-221-0/+17
|\ \ | |/ |/|
| * Add count as a base for credit. This means messages in flight can be ↵Michael Bridgen2011-02-091-0/+2
| | | | | | | | accounted for -- the sender of basic.credit may not have received all the messages the queue has delivered.
| * Remove redundant fields from credit-ok.Simon MacMullen2011-02-031-4/+1
| |
| * Change mind again on how this should work - have a synchronous reply method, ↵Simon MacMullen2011-02-031-1/+8
| | | | | | | | and an async method for spontaneous notification.
| * In fact this should *not* be synchronous.Simon MacMullen2011-02-031-2/+1
| |
| * Mark basic.credit as synchronous, so that clients can interpret the ↵Simon MacMullen2011-02-031-1/+2
| | | | | | | | credit-state as the reply. I *think* this is non-evil.
| * Credit needs to be per ctag.Simon MacMullen2011-02-021-9/+11
| |
| * First pass at channel.credit.Simon MacMullen2011-02-011-0/+9
| |
* | Changed "name": "server properties" to "name": "server-properties" in both ↵rabbitmq_v2_4_0Steve Powell2011-03-091-1/+1
|/ | | | json files.
* Correct all copyright noticesMatthew Sackman2011-01-191-2/+1
|
* Merge with defaultSimon MacMullen2011-01-141-416/+416
|\
| * m-x untabifySimon MacMullen2011-01-141-411/+411
| |
* | Removed tabs from basic.nack sectionRob Harrop2011-01-121-4/+4
| |
* | Added requeue flag to basic.nackRob Harrop2011-01-121-1/+2
| |
* | Merge defaultRob Harrop2011-01-111-6/+6
|\ \ | |/
| * Merge bug23656 into defaultSimon MacMullen2011-01-111-6/+6
| |\
| | * default queue name to "" everywhereMatthias Radestock2011-01-071-6/+6
| | | | | | | | | | | | since the MRDQ feature operates everywhere
* | | Added basic.nack to the JSON protocol definitionRob Harrop2011-01-111-1/+5
|/ /
* | remove confirm.select{multiple}Alexandru Scvortov2010-12-301-1/+0
|/
* merge default into bug20284Alexandru Scvortov2010-10-181-1/+14
|\
| * merge default into bug20284Alexandru Scvortov2010-09-221-1/+1
| |\
| * | moved confirm extension into 0-9-1 jsonAlexandru Scvortov2010-09-031-1/+14
| | |
* | | cosmeticMatthias Radestock2010-09-271-2/+1
| | |
* | | exchange.unbind has nowaitMatthew Sackman2010-09-121-0/+1
| | |
* | | Implement exchange-to-exchange bindingsMatthew Sackman2010-09-111-1/+25
| |/ |/|
* | rename basic.consume's 'filter' arg to 'arguments', as per the 0-9-1 specMatthias Radestock2010-09-011-1/+1
|/
* Rename JSON files, and merge the 0-8 extensions back into our main 0-8 file.Simon MacMullen2010-07-021-0/+427