1. 5b9d782 html/template, net/http, websocket: fix import paths in comments by Lucio De Re · 13 years ago
  2. fd34e78 various: reduce overuse of os.EINVAL + others by Russ Cox · 13 years ago
  3. 45e3bcb renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* by Rob Pike · 13 years ago
  4. de3d647 websocket: return an error HTTP response for bad websocket request. by Fumitoshi Ukai · 13 years ago
  5. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  6. d296fa1 websocket: tweak hybi ReadHandshake to supports Firefox implementation by Luca Greco · 13 years ago
  7. 3603678 http: remove Request.RawURL by Brad Fitzpatrick · 13 years ago
  8. 9a0a30e websocket: add hybi-13 support by Fumitoshi Ukai · 13 years ago
  9. c31f987 websocket: better error message in a test by Brad Fitzpatrick · 13 years ago
  10. aeaa817 websocket: remove use of container/vector by Russ Cox · 14 years ago
  11. e4790b5 websocket: add mutex to make websocket full-duplex by Fumitoshi Ukai · 14 years ago
  12. e81d721 websocket: rename websocket.WebSocketAddr to *websocket.Addr. by Russ Cox · 14 years ago
  13. 73fd9e7 websocket: Fix infinite recursion in WebSockAddr String() by Tarmigan Casebolt · 14 years ago
  14. 1f523e2 websocket: fix incorrect prints found by govet by Robert Hencke · 14 years ago
  15. ebf19fb websocket: Implements new version of WebSocket protocol. by Fumitoshi Ukai · 14 years ago
  16. 1d8f822 url: new package by Rob Pike · 14 years ago
  17. 2f4632f container/vector: removed some uses of container/vector in other pkgs by John Asmuth · 14 years ago
  18. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  19. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  20. 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
  21. 05a1b7e http: remove finalURL from Client.Get; move to Response by Brad Fitzpatrick · 14 years ago
  22. 43b97ce websocket: include *http.Request in websocket.Conn by Andrew Gerrand · 14 years ago
  23. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  24. a58fe3b websocket: fix socket leak in test by Dave Cheney · 14 years ago
  25. 5546cc7 update tree for package net changes by Russ Cox · 14 years ago
  26. aae7b69 http: move RemoteAddr & UsingTLS from ResponseWriter to Request by Brad Fitzpatrick · 14 years ago
  27. 545a1ee http: add Hijacker type; remove Hijack from ResponseWriter by Brad Fitzpatrick · 14 years ago
  28. ce65b72 websocket: use httptest.Server for tests by Robert Hencke · 14 years ago
  29. b8fa618 http: introduce Header type, implement with net/textproto by Petar Maymounkov · 14 years ago
  30. eea18d9 log: rename Exit* to Fatal* by Rob Pike · 14 years ago
  31. 1ce6245 throughout: fix broken calls to Printf etc. by Rob Pike · 14 years ago
  32. b15c424 crypto/tls: add *Config argument to Dial by Russ Cox · 14 years ago
  33. 64cc5be web socket: fix short Read by Fumitoshi Ukai · 14 years ago
  34. 12da5a9 log: new interface by Rob Pike · 14 years ago
  35. fd9a5d2 http: revised http Handler interface by Stephen Ma · 15 years ago
  36. 50e0fb4 websocket: Add support for secure WebSockets by Jukka-Pekka Kekkonen · 15 years ago
  37. 9401e3d websocket: fix missing Sec-WebSocket-Protocol on server response. by Jukka-Pekka Kekkonen · 15 years ago
  38. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  39. c78be46 once: replace all uses of package once with sync.Once. by Rob Pike · 15 years ago
  40. 1badb46 websocket: correct challenge response by Tarmigan Casebolt · 15 years ago
  41. 6d37724 websocket: fix bug involving spaces in header keys by Bill Neubauer · 15 years ago
  42. 48e4d67 websocket: fix comment indentation by Andrew Gerrand · 15 years ago
  43. 96d35c6 pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests by Russ Cox · 15 years ago
  44. 1231382 single argument panic on non-darwin and in comments by Russ Cox · 15 years ago
  45. c7122a3 simplify various code using new map index rule by Russ Cox · 15 years ago
  46. 00f9f0c single argument panic by Russ Cox · 15 years ago
  47. 371496e websocket: implement new protocol by Fumitoshi Ukai · 15 years ago
  48. f15447c websocket: use URL.RawPath to construct WebSocket-Location: header by Fumitoshi Ukai · 15 years ago
  49. 1f3222a strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go by Andrey Mirtchovski · 15 years ago
  50. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  51. 4f8a000 websocket: fix binary frame size decoding by Timo Savola · 15 years ago
  52. 2161e3e http: avoid server crash on malformed client request by Fumitoshi Ukai · 15 years ago
  53. 535e427 Regularize the comments for the websocket package and document all functions and methods. by Rob Pike · 15 years ago
  54. 914c626 Significant extension to http.Response, which now adheres to the by Petar Maymounkov · 15 years ago
  55. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  56. 4f6dbc6 Explicitly return values where it's shadowing the parameter. by Christopher Wedgwood · 15 years ago
  57. be98bc4 websocket: avoid $GOROOT in case it has spaces by Russ Cox · 15 years ago
  58. f9f0184e Add WebSocket server framework hooked into http. by Fumitoshi Ukai · 15 years ago