Commit Graph

  • 4f2cfb1c31 Merge branch 'patch-1' of https://github.com/AlekSi/websocket into AlekSi-patch-1 Gary Burd 2018-02-18 22:55:28 -0800
  • 558cb55cf3
    Merge 7f1fd58832 into 8fbc40be62 Alexey Palazhchenko 2018-02-19 00:08:54 +0000
  • 91bf127807
    Merge 071913c407 into 8fbc40be62 README Bot 2018-02-19 00:01:18 +0000
  • 8fbc40be62 Simplify echo example client (#349) claudia-jones 2018-02-18 16:00:50 -0800
  • 9b3eb2f3cb
    Simplify echo example client claudia-jones 2018-02-18 11:40:31 -0800
  • 071913c407 Add CodeTriage badge to gorilla/websocket codetriage-readme-bot 2018-02-18 13:13:08 -0600
  • 7f1fd58832
    Use latest patch releases of Go Alexey Palazhchenko 2018-02-16 00:24:17 +0300
  • f68770a434 mod: unnecessary format change misu 2018-02-09 10:16:19 +0900
  • e9a52af44b mod: unnecessary format change misu 2018-02-09 10:13:43 +0900
  • 6282a7bdcf mod: doc.go misu 2018-02-07 11:36:55 +0900
  • df2a0ccfb1 mod: comment misu 2018-02-07 11:02:34 +0900
  • 1bf0779923 Merge branch 'master' into feature/context-takeover misu 2018-02-02 15:44:19 +0900
  • 4131adc64e upgrade: remove readBench, it read blank data misu 2018-02-02 14:30:07 +0900
  • e79bb70823 upgrade: add context-takeover test to client_server_test misu 2018-02-02 13:48:44 +0900
  • c83088956f upgrade: TestFraming misu 2018-02-02 12:15:47 +0900
  • 8e146c3b73 mod: remove unnecessary field misu 2018-02-01 19:04:12 +0900
  • 7c6832cc73 mod: NextWriter if compress misu 2018-02-01 18:38:15 +0900
  • 83a133897c mod: NextReader if compress misu 2018-02-01 18:34:03 +0900
  • e7575e215d upgrade: compressContextTakeover reader misu 2018-02-01 18:26:02 +0900
  • aca4275801 Merge branch 'feature/upgrade_writer' into feature/context-takeover misu 2018-02-01 15:06:24 +0900
  • b9e2343c7d mod: set compressionLevel to conn, if EnabeleCompression misu 2018-02-01 15:05:47 +0900
  • ee5a233748
    Merge pull request #14 from smith-30/feature/upgrade_writer smith30 2018-02-01 14:58:15 +0900
  • 3452ab8a61 mod: client & server setting for context-takeover misu 2018-02-01 14:57:00 +0900
  • b822eaaf2b
    Merge pull request #13 from smith-30/feature/upgrade_writer smith30 2018-02-01 13:00:26 +0900
  • f8b4a0f71d mod: flate.writer for context-takeover misu 2018-02-01 12:59:30 +0900
  • fb7d67a34a mod: fmt variables of conn.go misu 2018-02-01 11:56:17 +0900
  • 4ac909741d
    Improve control message handler doc Gary Burd 2018-01-31 17:52:56 -0800
  • ff989a6cfc Improve control message handler doc Gary Burd 2018-01-31 14:15:26 -0800
  • ee46f8548a add: comment misu 2018-01-31 20:52:04 +0900
  • 62df16a55d mod: compressContextTakeover method. misu 2018-01-31 19:40:12 +0900
  • fededdd187 mod: detach compressContextTakeover method and add debug comment. misu 2018-01-31 19:29:01 +0900
  • b2e3d3e30b
    Merge pull request #12 from smith-30/feature/upgrade_writer smith30 2018-01-30 19:07:54 +0900
  • 9bbb0dedd9 Merge 2472e6d800 into 91f589db02 smith30 2018-01-30 10:03:53 +0000
  • 2472e6d800 upgrade: use pool for writerdict misu 2018-01-30 19:02:50 +0900
  • f2a68e2d21 add: call compress method test misu 2018-01-30 18:37:52 +0900
  • a9475f2ccf mod: remove judge dict nil misu 2018-01-29 18:12:43 +0900
  • e2dd00db3d mod: dict strategy misu 2018-01-29 15:10:19 +0900
  • d0e8769234
    Merge pull request #11 from smith-30/feature/add_test smith30 2018-01-26 17:54:04 +0900
  • e873eb1ee0 mod: test and write compression misu 2018-01-26 17:52:23 +0900
  • 91f589db02
    Improve check origin documentation Gary Burd 2018-01-25 10:51:21 -0800
  • 717a890ade Improve check origin documentation Gary Burd 2018-01-25 07:49:15 -0800
  • dc1e943520 Merge 50391a1a84 into 292fd08b25 Ruben Vermeersch 2018-01-25 12:08:16 +0000
  • 50391a1a84 Fix a data race related to readErrCount Ruben Vermeersch 2018-01-25 13:07:12 +0100
  • 70abf7287b mod: .gitignore to ignore .test file misu 2018-01-25 19:01:58 +0900
  • 67b993939f
    Merge pull request #10 from smith-30/feature/mod_add_dict smith30 2018-01-25 14:00:15 +0900
  • 80a809717d mod: add dict process misu 2018-01-25 13:55:52 +0900
  • bf99740cc4
    Merge pull request #8 from smith-30/feature/remove_dict_lock smith30 2018-01-24 23:09:56 +0900
  • cecdf7ced4 mod: remove mutex. misu 2018-01-24 23:09:03 +0900
  • 538a96d70f
    Merge pull request #7 from smith-30/feature/client_context_takeover smith30 2018-01-24 20:01:03 +0900
  • dfe35b789b add: context-takeover option to client misu 2018-01-24 20:00:09 +0900
  • ad97036825
    Merge pull request #6 from smith-30/feature/split_dict smith30 2018-01-24 18:10:20 +0900
  • eec63bf9bc mod: split dict to rx and tx misu 2018-01-24 18:08:43 +0900
  • 8ddcb400fb
    Merge pull request #4 from smith-30/feature/impl_compressContextTakeover smith30 2018-01-24 18:02:42 +0900
  • f7abc95255 mod: method args name misu 2018-01-24 18:01:48 +0900
  • 579bf5e960 Merge a366cdf616 into 292fd08b25 smith30 2018-01-24 08:54:55 +0000
  • a366cdf616 impl: compressContextTakeover misu 2018-01-24 17:53:38 +0900
  • 36c43970ee impl: decompressContextTakeover misu 2018-01-24 16:52:47 +0900
  • e0da4e377f mod: .gitignore misu 2018-01-21 17:56:13 +0900
  • a2b487748b Merge branch 'feature/add_extension_header' into feature/impl_decompressContextTakeover misu 2018-01-21 15:28:20 +0900
  • 9177fe8645 mod: comment out misu 2018-01-21 15:11:52 +0900
  • 785fa70cb3 add server header option misu 2018-01-21 15:10:50 +0900
  • 053a620207 add: validation misu 2018-01-19 01:43:04 +0900
  • 8a8329be68 modify: header option misu 2018-01-18 01:41:59 +0900
  • 292fd08b25
    Replace "frame" with "message" in documentation Gary Burd 2018-01-10 06:15:25 -0800
  • f7360000bb Replace "frame" with "message" in documentation Gary Burd 2018-01-10 05:24:59 -0800
  • 58729a2165
    Don't log 1006 error in chat example Gary Burd 2018-01-09 12:15:58 -0800
  • 05f18d6700 Don't log 1006 error in chat example Gary Burd 2018-01-09 11:14:44 -0800
  • 861eca3e5d Merge 82792d75a5 into d965e9adc6 SALLEYRON Julien 2018-01-04 20:27:35 +0000
  • 82792d75a5 Expose internal buffer reader for read raw data Julien Salleyron 2018-01-04 15:50:20 +0100
  • a92bfd22a7 support legacy non rfc compliant client Aleksei Samoilik 2017-12-29 12:39:10 +0300
  • d965e9adc6
    Handle no status in FormatCloseMessage Gary Burd 2017-12-28 07:29:59 -0800
  • dec267bd5c Handle no status in FormatCloseMessage Gary Burd 2017-12-27 04:20:42 -0800
  • f4a1fa4f9e Merge 218298a8e5 into cdedf21e58 invzhi 2017-12-27 08:27:45 +0000
  • 218298a8e5 Fix mistake in chat example invzhi 2017-12-27 16:13:44 +0800
  • 422404bbe7 Merge 0a03b43b0d into cdedf21e58 invzhi 2017-12-21 04:08:23 +0000
  • 0a03b43b0d Update README.md in chat example invzhi 2017-12-21 12:02:38 +0800
  • dad49c62a4 Use empty struct instead of bool in map value invzhi 2017-12-21 11:56:10 +0800
  • cdedf21e58 examples/chat/client.go: avoid allocating []byte{} for PingMessage (#312) Jordan Pittier 2017-12-10 04:53:53 +0100
  • 2882200587
    examples/chat/client.go: avoid allocating []byte{} for PingMessage Jordan Pittier 2017-12-09 23:36:45 +0100
  • c55883f973
    Add parseExtensions test case (#310) Gary Burd 2017-12-05 11:45:40 -0800
  • ba8c3e34af Add parseExtensions test case Gary Burd 2017-12-05 11:31:11 -0800
  • b89020ee79
    Add SOCKS5 support Gary Burd 2017-11-30 17:43:01 -0800
  • 8c6cfd493d
    Improve bad handshake error text Gary Burd 2017-11-30 16:45:44 -0800
  • 75a02e120a Improve bad handshake error text Gary Burd 2017-11-30 16:09:42 -0800
  • caef5f26d7 Add SOCKS5 support Gary Burd 2017-11-30 11:51:50 -0800
  • 2b58522131 update README.md fising 2017-11-29 23:20:15 +0800
  • eeb54b3792 update README.md fising 2017-11-29 22:37:17 +0800
  • b648f206c2 Use ASCII case folding in same origin test David Dollar 2017-11-27 19:10:45 -0500
  • a85bd31d90
    use equalASCIIFold for comparison David Dollar 2017-11-24 18:12:01 -0500
  • bd84001a25
    compare lowercase strings rather than using EqualFold David Dollar 2017-11-23 01:35:07 -0500
  • 3f26ff43ec
    origin host check should be case insensitive David Dollar 2017-11-22 18:23:18 -0500
  • 23059f2957 Update with gofmt on tip Gary Burd 2017-11-22 23:25:25 -0800
  • 25351070aa Update with gofmt on tip Gary Burd 2017-11-22 23:25:25 -0800
  • 447c2df769 Compare request header tokens with ASCII case folding Gary Burd 2017-11-22 21:55:10 -0800
  • 6876cbb636 Compare request header tokens with ASCII case folding Gary Burd 2017-11-22 21:55:10 -0800
  • aa5ed01c91 Improve control message handling documentation Gary Burd 2017-11-19 13:55:18 -0800
  • d68dd6ec49 Merge c6e8ef86f1 into 7ca4275b84 Pierre PACI 2017-11-19 17:01:42 +0000
  • c6e8ef86f1
    update control message doc Pierre PACI 2017-11-19 17:59:05 +0100
  • 7ca4275b84 More consistent error handling in doc Sebastian Waisbrot 2017-11-12 09:01:55 -0300
  • 86947c68b2
    More consistent error handling in doc Sebastian Waisbrot 2017-11-12 09:01:55 -0300