summaryrefslogtreecommitdiff
path: root/keystoneclient/session.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify setting socket_optionsBrant Knudson2015-08-021-22/+24
* Remove check for requests versionBrant Knudson2015-08-021-23/+22
* Set reasonable defaults for TCP Keep-AliveIan Cordasco2015-07-231-3/+28
* Merge "Removes unused debug logging code"Jenkins2015-06-181-22/+7
|\
| * Removes unused debug logging codeDavid Stanek2015-05-301-22/+7
* | Merge "Add get_communication_params interface to plugins"Jenkins2015-06-091-0/+66
|\ \
| * | Add get_communication_params interface to pluginsJamie Lennox2015-05-261-0/+66
* | | Stop using function deprecated in Python 3Brant Knudson2015-06-081-2/+2
|/ /
* | Fix auth required message translationJamie Lennox2015-05-261-7/+11
|/
* Merge "Ensure that failing responses are logged"Jenkins2015-05-201-1/+1
|\
| * Ensure that failing responses are loggedJamie Lennox2015-05-051-1/+1
* | Drop use of 'oslo' namespace packageDoug Hellmann2015-05-081-2/+2
|/
* Make process_header privateJamie Lennox2015-04-141-4/+4
* Merge "Improve feedback message in SSL error"Jenkins2015-03-241-2/+3
|\
| * Improve feedback message in SSL errorRodrigo Duarte Sousa2015-03-201-2/+3
* | Allow passing logger object to requestJamie Lennox2015-03-161-20/+28
|/
* Merge "Make remove_service_catalog private"Jenkins2015-02-131-2/+2
|\
| * Make remove_service_catalog privateJamie Lennox2015-02-101-2/+2
* | Ignore all failures removing catalog when logging tokenBrant Knudson2015-02-121-8/+13
|/
* Merge "Change oslo.config to oslo_config"Jenkins2015-02-101-7/+7
|\
| * Change oslo.config to oslo_configBrant Knudson2015-01-311-7/+7
* | Merge "Change oslo.serialization to oslo_serialization"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Change oslo.serialization to oslo_serializationBrant Knudson2015-01-311-1/+1
* | Merge "Switch from oslo.utils to oslo_utils"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-311-1/+1
* | Merge "Add get_headers interface to authentication plugins"1.1.0Jenkins2015-02-091-14/+32
|\ \
| * | Add get_headers interface to authentication pluginsJamie Lennox2015-02-021-14/+32
| |/
* | Merge "Configure TCP Keep-Alive for certain Sessions"Jenkins2015-02-021-0/+15
|\ \ | |/ |/|
| * Configure TCP Keep-Alive for certain SessionsIan Cordasco2015-01-211-0/+15
* | Surface the user_id and project_id beyond the pluginJamie Lennox2015-01-231-19/+46
|/
* don't log service catalog in every token responseSean Dague2015-01-091-1/+16
* Merge "Log the CA cert with the debug statement"Jenkins2014-12-111-0/+2
|\
| * Log the CA cert with the debug statementJamie Lennox2014-10-241-0/+2
* | Correct Session docstringBrant Knudson2014-12-041-61/+110
* | Merge "Docstring cleanup for return type"Jenkins2014-12-021-2/+4
|\ \
| * | Docstring cleanup for return typeBrant Knudson2014-10-151-2/+4
* | | Curl statements to include globoff for IPv6 URLssridhargaddam2014-11-241-1/+1
* | | Merge "Cleanup docs - raises class"Jenkins2014-11-181-4/+6
|\ \ \
| * | | Cleanup docs - raises classBrant Knudson2014-10-181-4/+6
| |/ /
* | | I18nBrant Knudson2014-10-281-16/+18
| |/ |/|
* | Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-2/+2
|/
* Log token with sha1Brant Knudson2014-10-021-1/+5
* Redact x-subject-token from response headersankitagrawal2014-09-241-9/+13
* Allow retrying some failed requestsJamie Lennox2014-09-161-17/+48
* Allow providing an endpoint_override to requestsJamie Lennox2014-09-011-4/+14
* Merge "Move fake session to HTTPClient"Jenkins2014-08-261-17/+1
|\
| * Move fake session to HTTPClientJamie Lennox2014-08-211-17/+1
* | Revert "Use oslo.utils"Matt Riedemann2014-08-171-1/+1
* | Use oslo.utilsBrant Knudson2014-08-051-1/+1
* | Redact tokens in request headersBrant Knudson2014-07-301-1/+8