summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upgrade tokio-tls and native-tls to 0.2HEADmasterNathan Perry2018-12-254-14/+18
* Remove trait bound `I` on `Reader::recv_message`Zeyla Hellyer2017-11-221-3/+1
* Update dependenciesZeyla Hellyer2017-11-214-16/+16
* Bump to v0.0.2Zeyla Hellyer2017-10-221-1/+1
* Remove lazy_static dependency and usage of locksZeyla Hellyer2017-10-226-64/+69
* Add authors and descriptionZeyla Hellyer2017-09-251-1/+6
* Make crate name snake_caseZeyla Hellyer2017-09-251-2/+2
* Remove searchable informationZeyla Hellyer2017-09-253-132/+6
* Add debug logs to header and fix decimal output.opcode-fixMaiddog2017-09-202-5/+30
* Only unwrap onceMaid Dog2017-09-191-6/+8
* Add some debug loggingMaid Dog2017-09-191-0/+5
* Update commentsMaid Dog2017-09-191-1/+2
* Save raw length data to prevent inconsistent stateMaiddog2017-09-181-3/+16
* CommentsMaiddog2017-09-181-0/+9
* Reset header on errorMaid Dog2017-09-171-8/+27
* Add state tracker for read_headerMaid Dog2017-09-173-44/+94
* Use hashmapMaiddog2017-09-171-40/+40
* Add changes from PR 143Maiddog2017-09-173-20/+16
* Initial changesMaiddog2017-09-176-11/+37
* Remove log from CargoMaid Dog2017-09-121-1/+0
* Get rid of unused variableMaid Dog2017-09-111-10/+7
* Remove loggingMaid Dog2017-09-114-24/+2
* Get rid of some loggingMaid Dog2017-09-111-21/+4
* Issue is fixedMaid Dog2017-09-114-7/+77
* Add logging stuffMaid Dog2017-09-015-3/+24
* Fix typosWalfie2017-08-079-13/+13
* Expose websocket::server::upgrade::validateMichael Smith2017-07-291-1/+2
* Create example for parallel server (#131)Jan Nils Ferner2017-06-302-0/+187
* Version bump v0.20.2v0.20.2Michael Eden2017-06-191-1/+1
* Bump bitflags to 0.9 and bump versionBastien Orivel2017-06-192-7/+7
* Disable travis caching, lint test is flakey.Michael Eden2017-06-191-1/+0
* Re-enable travis caching but with set rustfmt version.Michael Eden2017-05-311-1/+2
* Use the ? operator (#124)Neil Ashford2017-05-3016-121/+108
* Version bump 0.20.1v0.20.1Michael Eden2017-05-282-3/+3
* Keyword count down to 5.Michael Eden2017-05-281-1/+1
* Merge pull request #128 from cyderize/fix/dataframe-payloadMichael Eden2017-05-284-19/+25
|\
| * Removed uneeded TODOs.fix/dataframe-payloadMichael Eden2017-05-284-13/+1
| * Use mem::replace instead of cloning.Michael Eden2017-05-281-5/+1
| * Dataframe must read entire payload.Michael Eden2017-05-281-2/+24
|/
* Version bump 0.20.0v0.20.0Michael Eden2017-05-282-4/+4
* Merge pull request #111 from illegalprime/feat/tokioMichael Eden2017-05-2846-1525/+4136
|\
| * fixupMichael Eden2017-05-283-4/+5
| * Finished docs and updated tests, removed warnings.feat/tokioMichael Eden2017-05-2812-187/+277
| * Added even more docs and examples.Michael Eden2017-05-2810-18/+723
| * Added more docs and examples.Michael Eden2017-05-267-3/+114
| * Fixed bug in async SSL connections.Michael Eden2017-05-262-22/+89
| * Added async rw impl for rwpair.Michael Eden2017-05-261-9/+26
| * Updated doc examples and tests, added to travis.Michael Eden2017-05-2510-64/+72
| * Updated to published tokio-io crate.Michael Eden2017-05-251-15/+12
| * Added async autobahn server, better closing behaviour.Michael Eden2017-05-252-2/+63