Commit Graph

  • a6f041ac33 Merge pull request #40 from stchris/patch-1 Gary Burd 2014-09-10 23:42:24 -07:00
  • 0a52d61198 fixed typo in comment Christian Stefanescu 2014-09-11 08:36:21 +02:00
  • 4292df70df Check and handle error return from hijack. Gary Burd 2014-08-15 20:25:38 -07:00
  • 365b7a442d Merge pull request #38 from hydrogen18/master Gary Burd 2014-08-11 07:57:55 -07:00
  • ade0fc90f7 Correct documentation, the "ReadJSON" function depends on "Unmarshal", not "Marshal" Eric Urban 2014-08-10 20:42:52 -05:00
  • f940e88c0e Merge pull request #37 from jcbohin/patch-1 Gary Burd 2014-08-04 22:03:22 -07:00
  • acc8d8706f Changing a swap in README.md for autobahn Jean-Christophe Bohin 2014-08-04 23:58:41 +02:00
  • bda3d7d128 Fix mask key. Gary Burd 2014-07-23 20:32:33 -07:00
  • 10afcadf69 Cleanup EOF handling. Gary Burd 2014-07-10 19:36:51 -07:00
  • aef42a8ae6 Add note about reading the connection. Gary Burd 2014-07-07 09:33:43 -07:00
  • 0e7b5f878f Do not mask bytes when reading on the client. Gary Burd 2014-07-05 13:56:34 -07:00
  • 411599d366 Cleanup client/server tests. Gary Burd 2014-07-05 08:39:32 -07:00
  • 0f32413e5e Relax default origin test. Gary Burd 2014-06-30 14:57:20 -07:00
  • 3d0e89148e Clear deadlines set by HTTP server. Gary Burd 2014-06-29 19:47:15 -07:00
  • bc19d3d337 Improve chat example. Gary Burd 2014-06-27 13:08:22 -07:00
  • d2dc86f575 Add maskBytes benchmark. Gary Burd 2014-06-27 13:06:07 -07:00
  • efd7f76a14 Cleanup read operations. Gary Burd 2014-06-06 09:12:15 -07:00
  • f4076986b6 Improve Set{Read,Write}Deadline doc. Gary Burd 2014-06-05 15:19:54 -07:00
  • 95caf726f7 Update README.md Gary Burd 2014-06-05 13:56:06 -07:00
  • 6afc23d053 Improve readme. Gary Burd 2014-06-03 15:01:48 -07:00
  • d832908d2b Add note about Chrome message fragmentation to readme Gary Burd 2014-06-03 14:47:02 -07:00
  • 10a95d14a3 Merge pull request #27 from AeroNotix/patch-1 Gary Burd 2014-05-10 06:54:10 -07:00
  • b98fe92f10 Typo fix Aaron France 2014-05-10 14:30:27 +02:00
  • db7a2a1679 Improve client host header handling. Gary Burd 2014-05-08 11:21:56 -07:00
  • 1e6e1281b0 Clear upgrader handshake deadline. Gary Burd 2014-04-21 06:28:28 -07:00
  • db1c080f90 Improve readme. Gary Burd 2014-04-20 21:48:25 -07:00
  • 82a29af075 Update readme files Gary Burd 2014-04-20 21:14:06 -07:00
  • bbe4cde693 Use Upgrader in client/server test. Gary Burd 2014-04-20 12:08:24 -07:00
  • df94ef6daa Various improvements to Upgrader. Gary Burd 2014-04-20 11:38:35 -07:00
  • f867cb5c72 Cleanup issues reported by golint. Gary Burd 2014-04-20 07:20:03 -07:00
  • f5c69ea9ed Improve comparison with other packages in readme. Gary Burd 2014-04-19 07:16:39 -07:00
  • 15aed3b4a4 Relicense to the Gorilla WebSocket Authors. Gary Burd 2014-04-18 14:25:11 -07:00
  • ecf9b98e31 Updated docs. Joachim Bauch 2014-04-18 00:40:10 +02:00
  • 0a7cd15dd1 Make subprotocol negotiation more flexible. Joachim Bauch 2014-04-18 00:25:32 +02:00
  • 2b15a66741 Simplified returning of errors. Joachim Bauch 2014-04-18 00:20:46 +02:00
  • 018944708b Removed unnecessary call to "http.Error". Joachim Bauch 2014-04-18 00:14:23 +02:00
  • 8827bd1a23 Moved Upgrader variable to package level. Joachim Bauch 2014-04-18 00:13:15 +02:00
  • 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 +02:00
  • f99474eb97 Renamed constants to match Go style guidelines. Joachim Bauch 2014-04-17 23:46:48 +02:00
  • 56543ef6d6 Moved Upgrader code to server implementation. Joachim Bauch 2014-04-17 23:45:40 +02:00
  • 2c95e6b09f Support "Sec-Websocket-Protocol" for old-style "Upgrade" calls. Joachim Bauch 2014-04-16 18:18:28 +02:00
  • 9474333b60 Use new Upgrader API in examples Joachim Bauch 2014-04-16 17:42:15 +02:00
  • b2f990180a Implement Upgrader API (#6). Joachim Bauch 2014-04-16 17:25:17 +02:00
  • 03206ef31e Various improvements to README files. Gary Burd 2014-03-20 13:26:28 -07:00
  • 05618edccc Add file watcher example. Gary Burd 2014-03-20 12:25:30 -07:00
  • 4ec58d24a4 Merge pull request #21 from longsleep/underlyingConn Gary Burd 2014-03-18 09:27:49 -07:00
  • ccad3db007 Added helper function UnderlyingConn to retrieve net.Conn from Conn objects. Simon Eisenmann 2014-03-18 15:26:10 +01:00
  • 119002ce04 Merge pull request #16 from darabos/patch-1 Gary Burd 2014-02-17 21:22:10 -08:00
  • 1b37ccbb61 Fix small inconsistency in example. Daniel Darabos 2014-02-15 13:48:14 +01:00
  • 92334662ba Merge pull request #14 from ancarda/master Gary Burd 2013-12-31 08:31:07 -08:00
  • 30354e97e2 Fixed Examples Mark Dain 2013-12-31 11:00:58 +00:00
  • 707d1f6c6b Cleanup issues reported by golint. Gary Burd 2013-12-23 12:08:49 -08:00
  • 67d178946a Implement net.Error on timeout errors. Gary Burd 2013-12-23 12:01:25 -08:00
  • 7274f97ac5 Merge pull request #12 from 29decibel/master Gary Burd 2013-12-23 11:42:01 -08:00
  • c50896b0f1 Update Travis config, Go 1.0 not supported. Gary Burd 2013-12-23 11:41:02 -08:00
  • ccedd444b5 fix typo in ReadJSON deprecated comments Mike Li 2013-12-23 10:26:55 -08:00
  • f273336ae2 Modify client to work with Chrome debug server. Gary Burd 2013-12-21 08:28:48 -08:00
  • 5625e8a51f Fix tabs in overview examples. Gary Burd 2013-12-20 15:57:02 -08:00
  • 9cdec41bda Improve Upgrade documentation. Gary Burd 2013-12-20 14:54:49 -08:00
  • 536d8dd066 Fix typo in Upgrade example. Gary Burd 2013-12-20 13:49:38 -08:00
  • b118f62ec0 Add subprotocol negotiation to Dialer. Gary Burd 2013-12-14 07:48:43 -08:00
  • 87accaef66 Add Dialer. Gary Burd 2013-12-13 21:30:22 -08:00
  • 2119675aad Add go 1.2 to travis.yml Kamil Kisiel 2013-12-04 23:16:17 -08:00
  • 8e9f6b8cfd Add travis.yml Kamil Kisiel 2013-12-01 10:51:23 -08:00
  • 93b1570a27 Improve documentation. Gary Burd 2013-10-29 17:43:03 -07:00
  • 2903ebc236 Add more information to README.md. Gary Burd 2013-10-29 06:29:20 -07:00
  • bc7ffd7c1e Fix test for deprecated JSON funcs. Craig Jackson 2013-10-27 11:56:52 -07:00
  • 3d66655aaa Added WriteJSON/ReadJSON deprecated methods for backwards compatibility. Craig Jackson 2013-10-27 11:50:42 -07:00
  • 8e0dcebbf0 Use WriteJSON and ReadJSON on Conn struct. Craig Jackson 2013-10-26 01:13:32 -07:00
  • 1627eef2a3 Improve documentation. Gary Burd 2013-10-27 08:34:33 -07:00
  • 80c1e5a741 Add Subprotocols helper function. Gary Burd 2013-10-26 06:52:30 -07:00
  • 273ecadfca Initial commit Gary Burd 2013-10-16 09:41:47 -07:00