summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempt to resolve apicheck errors.bump-pydocstyleOmer Katz2017-07-141-1/+1
* Bump version: 2.2.0 → 2.2.1v2.2.1Omer Katz2017-07-144-4/+4
* Update changelog.Omer Katz2017-07-141-0/+13
* Convert mechanisms to bytes if it is a string (#157)Omer Katz2017-07-143-2/+20
* Update release date for 2.2.0.Omer Katz2017-07-141-1/+1
* Fix #132.Omer Katz2017-07-121-2/+2
* Bump version: 2.1.4 → 2.2.0v2.2.0Omer Katz2017-07-124-4/+4
* Release notes for 2.2.0 (#146)Omer Katz2017-05-311-0/+39
* SNI PR fixes (#150)Dhananjay Sathe2017-05-301-13/+27
* Fix _wrap_socket_sni method definition (#149)Dhananjay Sathe2017-05-261-1/+1
* Drain events should read until message is ready (#144)Robert Kopaczewski2017-05-223-10/+16
* Fix travis.yml after recent merge (#143)Jon Dufresne2017-04-171-3/+1
* Document and test all supported Python versions (#140)Jon Dufresne2017-04-164-11/+41
* Use Logger.warning() as Logger.warn() is deprecated (#142)Jon Dufresne2017-04-161-1/+1
* Enable pip cache for Travis CI (#141)Jon Dufresne2017-04-161-1/+1
* don't fail if collect already called (#128)gord chung2017-04-132-1/+7
* changed python version check to < 2.7.7 so compatibility code will execute fo...Jonathan Schuff2017-04-132-1/+6
* win32: TCP_MAXSEG isn't available for setsockopt (#136)Tony Breeds2017-04-132-2/+13
* Add support for setting the SNI hostname header (#139)Dhananjay Sathe2017-04-132-5/+25
* Fixed a typo in a doc string (#133)Michael2017-01-271-1/+1
* fix flake8 (#129)gord chung2017-01-041-0/+1
* Refactored to make authn modular; added GSSAPI (#110)Alexander Dutton2016-12-298-32/+421
* do not reconnect on collect (#121)gord chung2016-12-292-1/+9
* Bump version: 2.1.3 → 2.1.4v2.1.4Ask Solem2016-12-144-4/+4
* Updates ChangelogAsk Solem2016-12-141-0/+32
* CI: Removes pypy3 from build matrixAsk Solem2016-12-142-5/+0
* flakesAsk Solem2016-12-141-0/+1
* Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)Ask Solem2016-12-149-110/+145
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-12-147-97/+98
* Improve Linux version parsing to handle + and other characters. Closes #119Ask Solem2016-12-142-3/+20
* flakesAsk Solem2016-12-141-2/+0
* Fixes build on LinuxAsk Solem2016-12-141-1/+2
* Set default KEEPIDLE/KEEPCNT/KEEPINTVL and TCP_USER_TIMEOUTAsk Solem2016-12-141-15/+21
* Bump version: 2.1.2 → 2.1.3v2.1.3Ask Solem2016-12-074-4/+4
* Updates ChangelogAsk Solem2016-12-071-0/+8
* Revert "Pass fmt string as a str object to struct functions (#112)"Ask Solem2016-12-077-97/+97
* flakes2.1Ask Solem2016-12-071-0/+1
* flakesAsk Solem2016-12-072-2/+3
* Bump version: 2.1.1 → 2.1.2v2.1.2Ask Solem2016-12-074-4/+4
* Updates ChangelogAsk Solem2016-12-071-0/+6
* Adds Jon Dufresne to AUTHORSAsk Solem2016-12-071-0/+1
* Adds amqp.platform.TCP_USER_TIMEOUTAsk Solem2016-12-0717-31/+103
* Transport: _set_socket_option remove user_timeout as argumentAsk Solem2016-12-071-1/+2
* TCP_OPTS now a setAsk Solem2016-12-051-3/+3
* Fixes typoAsk Solem2016-12-051-1/+1
* Merge branch 'master' of github.com:celery/py-amqpAsk Solem2016-12-052-0/+9
|\
| * CI: Add pypy3 to allowed_failures (#116)Jelte Fennema2016-11-232-0/+9
* | Adds Jelte Fennema to AUTHORSAsk Solem2016-12-051-0/+1
* | Improvements for #114Ask Solem2016-12-051-20/+26
* | Set TCP_USER_TIMEOUT if available for better failoverJelte Fennema2016-11-231-0/+21
|/