Commit Graph

  • d832908d2b Add note about Chrome message fragmentation to readme Gary Burd 2014-06-03 14:47:02 -0700
  • 10a95d14a3 Merge pull request #27 from AeroNotix/patch-1 Gary Burd 2014-05-10 06:54:10 -0700
  • b98fe92f10 Typo fix Aaron France 2014-05-10 14:30:27 +0200
  • 1a0ba5663b Merge 0e5a1210fe into db7a2a1679 Andreas Jaekle 2014-05-08 18:25:50 +0000
  • db7a2a1679 Improve client host header handling. Gary Burd 2014-05-08 11:21:56 -0700
  • 0e5a1210fe bugfix Host: should never contain a Port Andreas Jaekle 2014-05-08 17:43:22 +0200
  • 1e6e1281b0 Clear upgrader handshake deadline. Gary Burd 2014-04-21 06:28:28 -0700
  • db1c080f90 Improve readme. Gary Burd 2014-04-20 21:48:25 -0700
  • 82a29af075 Update readme files Gary Burd 2014-04-20 21:14:06 -0700
  • bbe4cde693 Use Upgrader in client/server test. Gary Burd 2014-04-20 12:08:24 -0700
  • df94ef6daa Various improvements to Upgrader. Gary Burd 2014-04-20 11:38:35 -0700
  • f867cb5c72 Cleanup issues reported by golint. Gary Burd 2014-04-20 07:20:03 -0700
  • f5c69ea9ed Improve comparison with other packages in readme. Gary Burd 2014-04-19 07:16:39 -0700
  • 15aed3b4a4 Relicense to the Gorilla WebSocket Authors. Gary Burd 2014-04-18 14:25:11 -0700
  • 8ef6c85e37 Merge ecf9b98e31 into 03206ef31e Joachim Bauch 2014-04-17 22:40:24 +0000
  • ecf9b98e31 Updated docs. Joachim Bauch 2014-04-18 00:40:10 +0200
  • 0a7cd15dd1 Make subprotocol negotiation more flexible. Joachim Bauch 2014-04-18 00:25:32 +0200
  • 2b15a66741 Simplified returning of errors. Joachim Bauch 2014-04-18 00:20:46 +0200
  • 018944708b Removed unnecessary call to "http.Error". Joachim Bauch 2014-04-18 00:14:23 +0200
  • 8827bd1a23 Moved Upgrader variable to package level. Joachim Bauch 2014-04-18 00:13:15 +0200
  • b03dcbad2a Updated Origin check. The host in the Origin header must match the host of the request by default. Joachim Bauch 2014-04-18 00:07:36 +0200
  • f99474eb97 Renamed constants to match Go style guidelines. Joachim Bauch 2014-04-17 23:46:48 +0200
  • 56543ef6d6 Moved Upgrader code to server implementation. Joachim Bauch 2014-04-17 23:45:40 +0200
  • 2c95e6b09f Support "Sec-Websocket-Protocol" for old-style "Upgrade" calls. Joachim Bauch 2014-04-16 18:18:28 +0200
  • 9474333b60 Use new Upgrader API in examples Joachim Bauch 2014-04-16 17:42:15 +0200
  • b2f990180a Implement Upgrader API (#6). Joachim Bauch 2014-04-16 17:25:17 +0200
  • 03206ef31e Various improvements to README files. Gary Burd 2014-03-20 13:26:28 -0700
  • 05618edccc Add file watcher example. Gary Burd 2014-03-20 12:25:30 -0700
  • 4ec58d24a4 Merge pull request #21 from longsleep/underlyingConn Gary Burd 2014-03-18 09:27:49 -0700
  • ccad3db007 Added helper function UnderlyingConn to retrieve net.Conn from Conn objects. Simon Eisenmann 2014-03-18 15:26:10 +0100
  • 9b37ca9c4f Merge f9a8a54534 into 119002ce04 Simon Eisenmann 2014-03-17 14:35:07 +0000
  • f9a8a54534 Added SetLinger and SetNoDelay support. Simon Eisenmann 2014-03-17 15:33:27 +0100
  • 0dc3cb40ae Merge d56ec60076 into 119002ce04 Geert-Johan Riemer 2014-02-25 22:40:53 +0100
  • d56ec60076 Add ReadText method GeertJohan 2014-02-25 22:40:29 +0100
  • 1493d77904 Merge 592945ff2f into 119002ce04 Geert-Johan Riemer 2014-02-25 22:32:48 +0100
  • 592945ff2f Add (*Conn).WriteText(message string) GeertJohan 2014-02-25 22:22:40 +0100
  • 119002ce04 Merge pull request #16 from darabos/patch-1 Gary Burd 2014-02-17 21:22:10 -0800
  • 1b37ccbb61 Fix small inconsistency in example. Daniel Darabos 2014-02-15 13:48:14 +0100
  • 92334662ba Merge pull request #14 from ancarda/master Gary Burd 2013-12-31 08:31:07 -0800
  • 30354e97e2 Fixed Examples Mark Dain 2013-12-31 11:00:58 +0000
  • 53f7ba9715 Merge 99231a7a86 into 707d1f6c6b lidashuang 2013-12-31 00:47:30 -0800
  • 99231a7a86 fix typo lidashuang 2013-12-31 16:46:41 +0800
  • 707d1f6c6b Cleanup issues reported by golint. Gary Burd 2013-12-23 12:08:49 -0800
  • 67d178946a Implement net.Error on timeout errors. Gary Burd 2013-12-23 12:01:25 -0800
  • 7274f97ac5 Merge pull request #12 from 29decibel/master Gary Burd 2013-12-23 11:42:01 -0800
  • c50896b0f1 Update Travis config, Go 1.0 not supported. Gary Burd 2013-12-23 11:41:02 -0800
  • ccedd444b5 fix typo in ReadJSON deprecated comments Mike Li 2013-12-23 10:26:55 -0800
  • f273336ae2 Modify client to work with Chrome debug server. Gary Burd 2013-12-21 08:28:48 -0800
  • 5625e8a51f Fix tabs in overview examples. Gary Burd 2013-12-20 15:57:02 -0800
  • 9cdec41bda Improve Upgrade documentation. Gary Burd 2013-12-20 14:54:49 -0800
  • 536d8dd066 Fix typo in Upgrade example. Gary Burd 2013-12-20 13:49:38 -0800
  • b118f62ec0 Add subprotocol negotiation to Dialer. Gary Burd 2013-12-14 07:48:43 -0800
  • 87accaef66 Add Dialer. Gary Burd 2013-12-13 21:30:22 -0800
  • 2119675aad Add go 1.2 to travis.yml Kamil Kisiel 2013-12-04 23:16:17 -0800
  • 8e9f6b8cfd Add travis.yml Kamil Kisiel 2013-12-01 10:51:23 -0800
  • 93b1570a27 Improve documentation. Gary Burd 2013-10-29 17:43:03 -0700
  • 2903ebc236 Add more information to README.md. Gary Burd 2013-10-29 06:29:20 -0700
  • 6f2c4b6566 Merge 4c1b03581a into bc7ffd7c1e Craig Jackson 2013-10-27 18:40:29 -0700
  • bc7ffd7c1e Fix test for deprecated JSON funcs. Craig Jackson 2013-10-27 11:56:52 -0700
  • 3d66655aaa Added WriteJSON/ReadJSON deprecated methods for backwards compatibility. Craig Jackson 2013-10-27 11:50:42 -0700
  • 8e0dcebbf0 Use WriteJSON and ReadJSON on Conn struct. Craig Jackson 2013-10-26 01:13:32 -0700
  • 4c1b03581a Fix test for deprecated JSON funcs. Craig Jackson 2013-10-27 11:56:52 -0700
  • 9d9a930c1e Added WriteJSON/ReadJSON deprecated methods for backwards compatibility. Craig Jackson 2013-10-27 11:50:42 -0700
  • 1627eef2a3 Improve documentation. Gary Burd 2013-10-27 08:34:33 -0700
  • 80c1e5a741 Add Subprotocols helper function. Gary Burd 2013-10-26 06:52:30 -0700
  • bc91df87fe Use WriteJSON and ReadJSON on Conn struct. Craig Jackson 2013-10-26 01:13:32 -0700
  • 273ecadfca Initial commit Gary Burd 2013-10-16 09:41:47 -0700