summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.1v0.9.1Dana Powers2014-08-101-1/+1
* Set module version in separate VERSION fileDana Powers2014-08-104-2/+8
* Merge pull request #184 from itsyarkee/masterMark Roberts2014-08-021-1/+2
|\
| * Update setup.pyYarkee Chou2014-07-191-1/+2
|/
* Merge pull request #166 from patricklucas/teach_producers_about_compressionDana Powers2014-05-194-31/+119
|\
| * Improve error handling and tests w.r.t. codecsPatrick Lucas2014-05-074-27/+91
| * Merge branch 'teach_producers_about_compression' into producer_compressionMark Roberts2014-05-073-25/+49
| |\
| | * Add 'codec' parameter to ProducerPatrick Lucas2014-05-033-24/+49
* | | Merge pull request #169 from snaury/patch-1Dana Powers2014-05-121-3/+1
|\ \ \
| * | | Support IPv6 hosts and networksAlexey Borzenkov2014-05-091-3/+1
|/ / /
* | | Merge pull request #163 from patricklucas/remove_distribute_dependencyDana Powers2014-05-081-1/+0
|\ \ \ | |/ / |/| |
| * | Remove 'distribute' dependencyPatrick Lucas2014-05-021-1/+0
| |/
* | Merge pull request #158 from wizzat/add_testsDana Powers2014-05-0737-2001/+2729
|\ \
| * | Make test suite more robust against very slow test suitesMark Roberts2014-05-061-2/+2
| * | Merge branch 'master' into add_testsMark Roberts2014-05-062-7/+39
| |\ \ | |/ / |/| |
* | | Merge pull request #139 from alexcb/masterDana Powers2014-05-062-24/+73
|\ \ \
| * | | added random_start param to SimpleProducer to enable/disable randomization of...Alex Couture-Beil2014-04-011-4/+11
| * | | Changed randomization to simply randomize the initial starting partition of t...Alex Couture-Beil2014-04-011-3/+7
| * | | Modified SimpleProducer-based integration tests to work now thatAlex Couture-Beil2014-03-121-23/+58
| * | | Modified SimpleProducer to randomize the initial round robin orderingAlex Couture-Beil2014-03-111-1/+4
* | | | Merge pull request #161 from maciejkula/bug/timeout_not_respectedDana Powers2014-05-052-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix lack of timeout support in KafkaClient and KafkaConnectionmaciejkula2014-04-162-2/+2
| | | * Attempt to fix travis build. Decrease complexity of service.py in favor of in...Mark Roberts2014-05-067-66/+38
| | | * Add pypy back to tox.iniMark Roberts2014-05-011-1/+1
| | | * Attempt to reenable py26 and pypy buildsMark Roberts2014-05-012-7/+21
| | | * Temporarily remove Python26 support from travis.ymlMark Roberts2014-04-301-9/+8
| | | * Add missing importMark Roberts2014-04-301-0/+1
| | | * Skip flaky test between osx/linuxMark Roberts2014-04-301-1/+1
| | | * Temporarily remove pypy supportMark Roberts2014-04-302-10/+7
| | | * Update travis.yml based on http://alexgaynor.net/2014/jan/06/why-travis-ci-is...Mark Roberts2014-04-301-7/+9
| | | * Remove libsnappy-javaMark Roberts2014-04-301-1/+0
| | | * Attempt to install libsnappy in the travis environmentMark Roberts2014-04-301-0/+2
| | | * Update travis.ymlMark Roberts2014-04-301-0/+1
| | | * Merge branch 'exception_refactor' into add_testsMark Roberts2014-04-303-54/+114
| | | |\
| | | | * Make commit() check for errors instead of simply assert no errorMark Roberts2014-04-301-1/+1
| | | | * Merge branch 'add_tests' into exception_refactorMark Roberts2014-04-302-2/+2
| | | | |\
| | | | * | Make BrokerRequestError a base class, make subclasses for each broker errorMark Roberts2014-04-303-53/+113
| | | * | | Update .travis.yml to support new test suiteMark Roberts2014-04-301-5/+6
| | | | |/ | | | |/|
| | | * | Build kafka 0.8.1 for only one version of scalaMiguel Eduardo Gil Biraud2014-04-301-1/+1
| | | * | Fix log directory as per documentation: http://kafka.apache.org/08/documentat...Miguel Eduardo Gil Biraud2014-04-301-1/+1
| | | |/
| | | * Various fixesMark Roberts2014-04-258-22/+146
| | | * Fix last remaining test by making autocommit more intuitiveMark Roberts2014-04-242-3/+3
| | | * Fix Python 2.6 supportMark Roberts2014-04-2312-54/+39
| | | * Update consumer_integration to flip the autocommit switch when testing kafka ...Mark Roberts2014-04-231-30/+36
| | | * Split out kafka version environments, default tox no longer runs any integrat...Mark Roberts2014-04-238-36/+96
| | | * Add test support for multiple versions of kafka. Uncomment first 0.8.1 speci...Mark Roberts2014-04-237-12/+51
| | | * Update READMEMark Roberts2014-04-231-23/+25
| | | * Add support for kafka 0.8.1Mark Roberts2014-04-238-4/+115
| | | * Move kafka-src to servers/0.8.0/kafka-src, move test/resources to servers/0.8...Mark Roberts2014-04-238-9/+11
| | | * Update fixtures to eliminate extraneous logging on non-errors, split out most...Mark Roberts2014-04-225-221/+240