1. 6562397 Remove many naked new statements from net/websockets. by Bence Béky · 7 years ago
  2. 9c5cab5 Change scoped_ptr to std::unique_ptr in //net/websockets. by danakj · 9 years ago
  3. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
  4. 592ff7f Use std::vector<scoped_ptr<T>> instead of scoped_vector<T> in net/websockets. by yhirano · 10 years ago
  5. ea94afc23 net/websockets: Remove basictypes.h includes. by tfarina · 10 years ago
  6. 8a2c66c2 net/websockets: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  7. 40e9c62f Add missing status codes to WebSocketError enum. by [email protected] · 12 years ago
  8. c0ccbb2 Use the optimised masking function MaskWebSocketFramePayload() in by [email protected] · 13 years ago
  9. a30b9400 [chromedriver] Write websocket client and sync websocket client. BUG=none by [email protected] · 13 years ago
  10. be5a782 Add WebSocketError to indicate decoding failure reason by [email protected] · 13 years ago
  11. 8308b1d1 Now WebSocketFrameChunk use std::vector<char> to hold payload data. by [email protected] · 13 years ago
  12. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  13. cf901f5 Add WebSocketFrameParser. by [email protected] · 13 years ago