[go: nahoru, domu]

  1. 2e893e6 Get raw response headers using URLRequest::SetResponseHeadersCallback() by Andrey Kosyakov · 7 years ago
  2. 5e263d6 Remove NetLogObserver, use request headers callback instead by Andrey Kosyakov · 7 years ago
  3. b1b2f92 Delete unused HttpResponseHeaders constructor. by bnc · 7 years ago
  4. 75221e5 Remove stale-while-revalidate from net by scottmg · 7 years ago
  5. ff7fdbb29 net: remove GetNormalizedHeaders() function by tfarina · 8 years ago
  6. 69b49a8 Speed up sanitizing headers received from HTTP proxies. by mmenke · 8 years ago
  7. d43b2fb Cleaned up the API of HttpUtil::ParseContentRangeHeader(). by sclittle · 8 years ago
  8. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 8 years ago
  9. e74f617c Remove URLRequest::GetResponseCookies and URLRequestJob::GetResponseCookies. by martijn · 8 years ago
  10. 1e912ea Reland 'Convert //net and //chromecast to std::unordered_*' by davidben · 8 years ago
  11. 1fd259a0 Change scoped_ptr to std::unique_ptr in //net/http. by danakj · 8 years ago
  12. 31ddcd5 Revert of Convert //net and //chromecast to std::unordered_* (patchset #5 id:80001 of https://codereview.chromium.org/1869503003/ ) by kjellander · 8 years ago
  13. 4241ad1d Convert //net and //chromecast to std::unordered_* by davidben · 8 years ago
  14. 2a545c6 Fix number parsing problems with HttpResponseHeaders::GetAgeValue() to not accept invalid numbers. by eroman · 8 years ago
  15. 2edf0e7c Added HttpUtils::HasValidators and HttpResponse::HasValidators by jamartin · 9 years ago
  16. 585047a Attempt to improve comments for HttpResponseHeaders methods. by mek · 9 years ago
  17. ee489a5 Remove use of void** from HttpResponseHeaders::EnumerateHeader by olli.raula · 9 years ago
  18. 33c282f Remove use of void** from HttpResponseHeaders::EnumerateHeaderLines by olli.raula · 9 years ago
  19. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 9 years ago
  20. 84e7fb5 Do not assume "OK" response status text if missing. by bnc · 9 years ago
  21. be0f6af Remove HttpResponseHeaders::GetParsedHttpVersion(). by bnc · 9 years ago
  22. 05cfd8ddb Move Pickle to base namespace. by brettw · 9 years ago
  23. 5e5529d Change NetLog::ParametersCallback to return a scoped_ptr. by estade · 9 years ago
  24. 001c374 Refactor NetLog::LogLevel --> NetLogCaptureMode. by eroman · 9 years ago
  25. 87c53d6 Move NetLog code from src/net/base to src/net/log. by eroman · 9 years ago
  26. 48fc13b Remove deprecated methods from Pickle. by avi · 10 years ago
  27. f13c491 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 10 years ago
  28. b740bfe2 Remove deprecated methods from Pickle. by Avi Drissman · 10 years ago
  29. 4373698 Post-commit fixes for "stale-while-revalidate..." by ricea · 10 years ago
  30. 64c07d79 stale-while-revalidate experimental implementation. by ricea · 10 years ago
  31. f311c23 Initial implementation of Chrome-Freshness header. by ricea@chromium.org · 10 years ago
  32. cefb811 Moved data reduction proxy header processing out of net by bengr@chromium.org · 10 years ago
  33. d8fc472 Moved data reduction proxy bypass logic to a NetworkDelegate by bengr@chromium.org · 10 years ago
  34. deb7538 Collect data reduction proxy UMA on all platforms by bengr@chromium.org · 10 years ago
  35. a9c6da4 Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://codereview.chromium.org/251213004/) by henrika@chromium.org · 10 years ago
  36. 3bafa52 HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. by gunsch@chromium.org · 10 years ago
  37. a0a0693 Moved data reduction proxy chrome code to component by bengr@chromium.org · 10 years ago
  38. 313feebd Fix UMA reporting of data reduction proxy bypass reasons by bengr@chromium.org · 10 years ago
  39. 3d47dac962 Cleanup: have common HttpResponseHeaders routine to update with range by kinuko@chromium.org · 11 years ago
  40. 4a95f859 Support for new data reduction proxy via header by bengr@chromium.org · 11 years ago
  41. 89b4293 This is to allow extensions to determine the total length of Javascript blobs. by tommycli@chromium.org · 11 years ago
  42. a4fd43a Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies by bengr@chromium.org · 11 years ago
  43. 3d498f7 Added support for a new HTTP response header called Chrome-Proxy, which is restricted to only the data compression proxy. The header carries a comma-separated list of instructions for proxy/Chrome interaction. This change introduces one instruction, "bypass," which specifies a number of seconds that Chrome should bypass the proxy. by bengr@chromium.org · 11 years ago
  44. c3d4a0d Use a direct include of strings headers, delete some strings forwarding headers. by avi@chromium.org · 11 years ago
  45. 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  46. d5ce88e Avoid temporary std::string creation in net/http/ by digit@chromium.org · 11 years ago
  47. 7a299a9 Coalesce payload length statistics in ChromeNetworkDelegate by bengr@google.com · 12 years ago
  48. 97ce1ae Fix removal of headers by battre@chromium.org · 12 years ago
  49. 01c86ec Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  50. 3abacd6 Make NetLog take in callbacks that return Values rather by mmenke@chromium.org · 12 years ago
  51. ce208f87 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago
  52. 69d7ff44 Do not cache Strict-Transport-Security and Public-Key-Pins headers. by palmer@chromium.org · 13 years ago
  53. 74bdf9a Ensure HttpResponseHeaders::raw_headers_ always ends with 2 '\0' characters. by mpcomplete@chromium.org · 13 years ago
  54. e2bec39 Implement Drain() on HttpPipelinedStream. by simonjam@chromium.org · 13 years ago
  55. b85d14c Improve merging of header modifications in webRequest.OnHeadersReceived by battre@chromium.org · 13 years ago
  56. 2bcaf46 Don't interpret embeded NULLs in a response header line as a line terminator. by eroman@chromium.org · 13 years ago
  57. 172da1b Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. by darin@chromium.org · 13 years ago
  58. d9f7662 Net: Add NET_API to some http code. by rvargas@google.com · 13 years ago
  59. 3b63f8f4 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  60. ee2ef21 Remove unused HttpResponseHeaders::GetRawHeaders method. by adamk@chromium.org · 14 years ago
  61. f48b943 More reordering the methods in headers in net/. by erg@chromium.org · 14 years ago
  62. 4b3c95dd Start reordering the methods in headers in net/. by erg@google.com · 14 years ago
  63. 2adf288 Immediately reject empty cookie headers. by jochen@chromium.org · 14 years ago
  64. 9349cfb FBTF: A giant cleanup to net/ by erg@google.com · 14 years ago
  65. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  66. aef0427 Hooking GSSAPI code into HTTP authenticate Negotiate handler. by ahendrickson@google.com · 14 years ago
  67. 3f662f1 SpdySession now sets the following fields in HttpResponseInfo: by ahendrickson@google.com · 14 years ago
  68. dbd39fb Http cache: Avoid resuming (and keeping) truncated entries by rvargas@google.com · 15 years ago
  69. 86de13d ChromeFrame's host network stack implementation for IE full tab mode implicitly follows redirects. by ananta@chromium.org · 15 years ago
  70. 7eab0d226 Http Cache: More unit tests for byte range support. by rvargas@google.com · 15 years ago
  71. 44f873a6 Http cache: Extend support for byte range requests. by rvargas@google.com · 15 years ago
  72. 95792eb1 Http cache: Return valid Content-Range headers for a byte range request. by rvargas@google.com · 15 years ago
  73. 8bf26f49a Http Cache: First pass of byte-range requests support. by rvargas@google.com · 15 years ago
  74. d807bf9 Implement HttpResponseHeaders::GetContentRange and unittests by hclam@chromium.org · 15 years ago
  75. e2a2309 Fix incorrect include guards in net/, where the guard didn't match the filename. by deanm@chromium.org · 15 years ago
  76. 9f9f86c Clean up our fix for bug 7338 and bug 8473, which went by wtc@chromium.org · 16 years ago
  77. 72d1e59 Slight code change to make some global variables const. by maruel@google.com · 16 years ago
  78. d1ec5908 Sanitize proxy response codes to CONNECT requests. For by wtc@chromium.org · 16 years ago
  79. cd5b9a73 Add a flags to further control response header persistence. We use this to by darin@chromium.org · 16 years ago
  80. e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  81. 231d5a3 misc. http response status-line changes: by ericroman@google.com · 16 years ago
  82. 036d877 [new http] Normalize line continuations in response headers. by ericroman@google.com · 16 years ago
  83. bf09a50 Use a more compact license header in source files. by license.bot · 16 years ago
  84. 79867b59 Blind fix for net unittest failure. by evanm@google.com · 16 years ago
  85. 8a2a25f add http_cache to mac build. by ericroman@google.com · 16 years ago
  86. 586acc5fe Add net to the repository. by initial.commit · 16 years ago