[go: nahoru, domu]

  1. 88186bd5 Add a factory method to create url::Origin objects from GURL by Daniel Cheng · 7 years ago
  2. 8f9d7d395 Avoid WrapUnique(new) in //net. by Bence Béky · 7 years ago
  3. c6a0c82 Replace std::deque and std::queue in //net by Brett Wilson · 7 years ago
  4. 4c786d3 Enable WebSocketEndToEndTests with RemoteTestServer by Sergey Ulanov · 7 years ago
  5. a337dcd Enable WebSocket unittests on Fuchsia by Sergey Ulanov · 7 years ago
  6. 0579ed6 Replace base::MakeUnique with std::make_unique in net/. by Jeremy Roman · 7 years ago
  7. 9e8d6f3 Remove host argument from SpawnedTestServer constructor. by Sergey Ulanov · 7 years ago
  8. 83a6eee Add support for getting actual request headers to net::URLRequest by Andrey Kosyakov · 7 years ago
  9. b85da8ed Rename "first_party_for_cookies" to "site_for_cookies". by Mike West · 7 years ago
  10. 3b97978 Updating traffic annotation proto and annotations. by Ramin Halavati · 7 years ago
  11. acf1d04 Add README.md to WebSocket directories by Takeshi Yoshino · 7 years ago
  12. 56a7cdb2 Break down Net.WebSocket.ErrorCodes by localhost by ricea · 7 years ago
  13. b1989b9 cpplint fixes for //net/websockets by ricea · 7 years ago
  14. 813f94f WebSocket frame masking: use SIMD for ARM by ricea · 7 years ago
  15. 615cf2f Return WebSocketHandleStreamBase as unique_ptr from factory method. by bnc · 7 years ago
  16. 3e0003f6 Network traffic annotation added to websocket_stream. by rhalavati · 7 years ago
  17. 954090a Remove unused WebSocketSpdyHandshakeStream and CreateSpdyStream. by Bence Béky · 7 years ago
  18. 9b1cdf3 Remove deprecated ProxyDelegate API by tbansal · 7 years ago
  19. cce7ad6 Avoid sending double responding close control frames in WebSockets by landell · 8 years ago
  20. 0d99147 Switch SupportsUserData uses to use unique_ptr. by avi · 8 years ago
  21. 9ebaba7e Test network annotation tags added to unittests in net/. by rhalavati · 8 years ago
  22. 8f8f7d30 Split net/spdy into core and chromium subdirectories. by bnc · 8 years ago
  23. cd37901 Add a GetAlternativeService method to HttpStream to return any by rch · 8 years ago
  24. 75fe34f Track data use of WebSockets by rajendrant · 8 years ago
  25. 22b81f6 Add a TEAM line to the OWNERS file in the networking API related directories by tyoshino · 8 years ago
  26. 1c2d77f Vary the parameters to WebSocketDeflateStream in fuzzer by ricea · 8 years ago
  27. 6d9a625 Update zlib to 1.2.11 by mark · 8 years ago
  28. eef2c6c remove internal mailing list by ymzhang · 8 years ago
  29. 2ff3fe13 Rename WS handshake success error code; update enums. by pkalinnikov · 8 years ago
  30. c11dd43 Please help us to verify the TEAM/COMPONENT information. If the current information is incorrect, please suggest the correct team or component or None(if not applicable). by ymzhang · 8 years ago
  31. 96205c4 Cancel URLRequest with an appropriate code when WebSocket handshake succeeds by yhirano · 8 years ago
  32. c5b4bd2 Replace ad-hoc mock callbacks in net/ with base::MockCallback. by jbroman · 8 years ago
  33. 65594e0 net: Cleanup class/struct forward declarations by jbriance · 8 years ago
  34. cf72977 Remove unneeded stringprintf.h usage in chrome/ and net/ by thestig · 8 years ago
  35. 903c8cd Remove an unused file defining WebSocket multiplexing related constants by tyoshino · 8 years ago
  36. 3b96695 Add a QUIC proxy server to the list of QUIC servers supported at start up by tbansal · 8 years ago
  37. 4a59383 Provide child/frame IDs for WebSocket handshake request by yhirano · 8 years ago
  38. 987cf79 Make FuzzedDataProvider vend std::strings by csharrison · 8 years ago
  39. 0da77e92 Change WebSocketChannel to pass data via IOBuffer by darin · 8 years ago
  40. 81c46c1f Fix net_export.h includes. by bnc · 8 years ago
  41. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 8 years ago
  42. 60a0ae75 net: address review comments for NetLogWithSource renaming by tfarina · 8 years ago
  43. 4283411 net: rename BoundNetLog to NetLogWithSource by tfarina · 8 years ago
  44. 78e6d2b Update Token Binding code to the latest drafts by nharper · 8 years ago
  45. b9a1439 Removes the plumbing to get upload progress since URLRequest owns the by shivanisha · 8 years ago
  46. 7f60c8e Use modifed URLRequest API in net/websockets by maksim.sisov · 8 years ago
  47. 6631866 WebSocketExtensionParser: reject top-bit-set characters by ricea · 8 years ago
  48. e810037 Revert of Temporary: Detect WebSocket destruction order problem (patchset #2 id:20001 of https://codereview.chromium.org/2315213002/ ) by ricea · 8 years ago
  49. f9dcc09 Add fuzzer for WebSocketExtensionParser by ricea · 8 years ago
  50. 2deef68 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  51. 23169a0 Temporary: Detect WebSocket destruction order problem by ricea · 8 years ago
  52. 105ae61 Support split chunk input for WebSocketFrameParser fuzzer by ricea · 8 years ago
  53. fe5d0b11 Revert of Adjust callers and networking delegates in net/ to modified APIs (patchset #6 id:460001 of https://codereview.chromium.org/2265873002/ ) by mmenke · 8 years ago
  54. 65db2c4 Adjust callers and networking delegates in net/ to modified APIs by maksim.sisov · 8 years ago
  55. a7da6da Re-land: Only allow HTTP/0.9 support on default ports. by mmenke · 8 years ago
  56. 7b870e7 Add a fuzzer for WebSocketDeflateStream::ReadFrames() by ricea · 8 years ago
  57. 400eb58 Revert "Only allow HTTP/0.9 support on default ports." by mmenke · 8 years ago
  58. 398c105e Only allow HTTP/0.9 support on default ports. by mmenke · 8 years ago
  59. c3308d7 Race TCP connections to proxies with QUIC connections by tbansal · 8 years ago
  60. 3faa41e Pass ClientSocketHandle ownership around in unique_ptr. by bnc · 8 years ago
  61. a2dcd3bf Revert HTTP/0.9 removal by mmenke · 8 years ago
  62. b8f60ca net: Use stl utilities from the base namespace by skyostil · 8 years ago
  63. ccfcfde Rename/refactor WebSocket classes for readability by tyoshino · 8 years ago
  64. 7bd591a Removing load_flags from ProxyService and ProxyDelegate by ryansturm · 8 years ago
  65. e2172e4 Remove HTTP/0.9 support from HttpStreamParser. by mmenke · 8 years ago
  66. 8572d57 Fix WebSocket to set first party for cookies by tyoshino · 8 years ago
  67. 667fe3c Rename cookie names in WebSocket cookie tests by tyoshino · 8 years ago
  68. 214763f Refactor net tests to use GMock matchers for checking net::Error results by robpercival · 8 years ago
  69. cef397d [Devtools] Allow User-Agent header override for Websockets by allada · 8 years ago
  70. 58024d0 Revert "[Devtools] Allow User-Agent header override for Websockets" by penghuang · 8 years ago
  71. 8031445e [Devtools] Allow User-Agent header override for Websockets by allada · 8 years ago
  72. a69c79a Move net/base/test_data_directory.[cc,h] to net/test by rsleevi · 8 years ago
  73. 386ab5d Removing ProxyDelegate::OnBeforeSendHeaders by ryansturm · 8 years ago
  74. 1346cde Cleanup comparison with NULL for DCHECK. by melandory · 8 years ago
  75. 92e35a7 Remove MessageLoop::current()->RunUntilIdle() in net. by fdoray · 8 years ago
  76. f767595f Fix include path for moved thread_task_runner_handle.h header in net/ by gab · 8 years ago
  77. 1e912ea Reland 'Convert //net and //chromecast to std::unordered_*' by davidben · 9 years ago
  78. 9c5cab5 Change scoped_ptr to std::unique_ptr in //net/websockets. by danakj · 9 years ago
  79. 31ddcd5 Revert of Convert //net and //chromecast to std::unordered_* (patchset #5 id:80001 of https://codereview.chromium.org/1869503003/ ) by kjellander · 9 years ago
  80. 4241ad1d Convert //net and //chromecast to std::unordered_* by davidben · 9 years ago
  81. d2727df [WebSocket] Incoming close frame should not overtake data frames by yhirano · 9 years ago
  82. 92ae141 Convert //content/browser/cache_storage from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  83. 4bab0683 Bypass the DataReductionProxy for all POST requests by ryansturm · 9 years ago
  84. fe8659e Move network fuzzers from //testing/libfuzzer/fuzzers to //net. by eroman · 9 years ago
  85. acd23b7 net: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  86. 7de050c Moving proxy resolution logic out of NetworkDelegate and into ProxyDelegate for DataReductionProxy by ryansturm · 9 years ago
  87. d3641e1 Convert ignore_limits from a SocketParam to a socket request argument. by mmenke · 9 years ago
  88. b7441ef Set Token-Binding HTTP header by nharper · 9 years ago
  89. ee489a5 Remove use of void** from HttpResponseHeaders::EnumerateHeader by olli.raula · 9 years ago
  90. 33c282f Remove use of void** from HttpResponseHeaders::EnumerateHeaderLines by olli.raula · 9 years ago
  91. e01cd614 Return ChannelState from WebSocketChannel::SendFrame by ricea · 9 years ago
  92. 5858a505 Add current_send_quota() accessor to WebSocketChannel by ricea · 9 years ago
  93. c7eeda42 Convert Pass()→std::move() in //net by dcheng · 9 years ago
  94. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 9 years ago
  95. 8cb7685 Use const reference instead of value in WebSocketDeflateStreamTest. by paul.sapunaru · 9 years ago
  96. 10bf0e1 Fix comment typo. by ricea · 9 years ago
  97. ca364fbb Add two new members quic_connection_error_ and quic_net_error_ in QuicHttpStream to record and update the latest granular QUIC related errors to provide more detailed QUIC failures information. Propogate the errors to HttpNetworkTransaction layer on callback. Eventually plumb the QUIC granular errors to URLRequest so that DomainReliability monitor can fetch the errors and pass over to beacons. by zhongyi · 9 years ago
  98. 592ff7f Use std::vector<scoped_ptr<T>> instead of scoped_vector<T> in net/websockets. by yhirano · 9 years ago
  99. 5f8b6bc Switch //net from vector_as_array to vector::data. by davidben · 9 years ago
  100. 59a6343 Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 of https://codereview.chromium.org/1430973004/ ) by tommycli · 9 years ago