aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Setting version to 0.0.3v0.0.3adamw2017-07-262-7/+7
* Adding a release step to input the password earlyadamw2017-07-261-0/+3
* #2: onCompleted() in async-http-client-handler sometimes wasn't called, calli...adamw2017-07-262-5/+40
* Add missing subproject to aggregatesadamw2017-07-261-0/+1
* Fix typoadamw2017-07-251-1/+1
* Setting version to 0.0.3-SNAPSHOTadamw2017-07-251-1/+1
* Setting version to 0.0.2v0.0.2adamw2017-07-252-7/+7
* Add missing UI pluginadamw2017-07-251-1/+3
* UpdateImpact integrationadamw2017-07-251-0/+3
* Setting version to 0.0.1.6-SNAPSHOTadamw2017-07-251-1/+1
* Setting version to 0.0.1.5v0.0.1.5adamw2017-07-252-7/+7
* Removing coursier as it conflicted with sbt-releaseadamw2017-07-253-6/+3
* Setting version to 0.0.1.3-SNAPSHOTadamw2017-07-251-1/+1
* Setting version to 0.0.1.2v0.0.1.2adamw2017-07-252-7/+7
* Testing releaseadamw2017-07-251-2/+2
* Testing releaseadamw2017-07-251-1/+1
* Add readme to CVSadamw2017-07-251-0/+5
* Setting version to 0.0.1.2-SNAPSHOTadamw2017-07-251-1/+1
* Release processv0.0.1.1adamw2017-07-251-1/+1
* Release processadamw2017-07-254-10/+54
* Removing sbt-release-early for nowadamw2017-07-252-18/+0
* Preparing for sbt-releaseadamw2017-07-254-15/+25
* Splitting the model package into files, adding Xlint to compiler optionsadamw2017-07-248-86/+87
* Splitting the package object into smaller classesadamw2017-07-243-312/+340
* Automatically setting content-length, where possibleadamw2017-07-242-8/+73
* Additional empty-body testsadamw2017-07-243-4/+8
* Hiding specific implementation typesadamw2017-07-245-11/+17
* Closing the async http client if created by sttpadamw2017-07-244-18/+37
* Adding streaming to the monix async http client handleradamw2017-07-246-48/+315
* sbt-release-early experiments, part 4adamw2017-07-241-3/+5
* sbt-release-early experiments, part 3adamw2017-07-241-0/+3
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-245-19/+44
* Better responseAs mapping, done on the client thread pooladamw2017-07-2411-105/+170
* Experimenting with sbt-release-early, part 2adamw2017-07-241-2/+2
* Experimenting with sbt-release-early, part 1adamw2017-07-245-30/+30
* Add contributing infoadamw2017-07-231-0/+5
* Readmeadamw2017-07-211-3/+1
* Quickstart with Ammoniteadamw2017-07-211-0/+12
* Making the general AsyncHttpClientHandler interface publicadamw2017-07-214-8/+7
* Monix handleradamw2017-07-215-8/+75
* Scalaz version of the async http client handler, wrapping responses in a Taskadamw2017-07-217-35/+135
* Update scalafmtadamw2017-07-211-2/+2
* AcceptEncoding + response decompressionadamw2017-07-215-13/+98
* Initial support for async-http-clientadamw2017-07-215-2/+161
* Badgesadamw2017-07-201-0/+2
* New reformatterv0.0.1adamw2017-07-194-52/+53
* Nothing is everythingadamw2017-07-191-1/+1
* Mapping responsesadamw2017-07-196-43/+83
* Better non-compilation testsadamw2017-07-193-13/+39
* How the response should be handled is now part of the request definitionadamw2017-07-1910-169/+193