[go: nahoru, domu]

  1. 34b2b00 Add compiler-specific "examine printf format" attributes to printfs. by evan@chromium.org · 15 years ago
  2. dd253cd0 Fix race condition in OCSPRequestSession. by ukai@chromium.org · 15 years ago
  3. 15a9c74 In the local file listing, we should pass time in UTC to ICU's date/time formatting apis instead of the localtime. by jshin@chromium.org · 15 years ago
  4. ca5ec6e In RestartIgnoringLastError, use connection_.socket()->IsConnectedAndIdle() by wtc@chromium.org · 15 years ago
  5. 5ed64d5 Try to find the cause of the crash in memcpy, called from DoSendBody. by vandebo@chromium.org · 15 years ago
  6. 24f4639 Http cache: Add the logic to cancel entry_ready_callback_. by rvargas@google.com · 15 years ago
  7. 6af25cc Remove the unnecessary suppressions. by mbelshe@google.com · 15 years ago
  8. 393ac773 Fix memory leak. by mbelshe@google.com · 15 years ago
  9. 3fb28be Another attempt to silence valgrind for a moment. by mbelshe@google.com · 15 years ago
  10. 40a6222 Suppress flip valgrind by mbelshe@google.com · 15 years ago
  11. 2931238b Fix two flip bugs. by mbelshe@google.com · 15 years ago
  12. 20d296d NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestContext it was using for downloads is destroyed. by eroman@chromium.org · 15 years ago
  13. 269a4cc Display application/json files inline. by thestig@chromium.org · 15 years ago
  14. 9c214d9 Don't call CancelURLRequest if request_is already NULL. by ukai@chromium.org · 15 years ago
  15. 8b6d757 Add histograms for data connection error types. by phajdan.jr@chromium.org · 15 years ago
  16. 8d9ccb45 Try to fix valgrind error in nss_ocsp.cc by ukai@chromium.org · 15 years ago
  17. 3bae725 Build fix: don't check deps in net/third_party. by agl@chromium.org · 15 years ago
  18. 7e52ed7 Linux: enable building with a local version of libssl. by agl@chromium.org · 15 years ago
  19. 30a06c1 Linux: fix uninit warnings when building -Os. by agl@chromium.org · 15 years ago
  20. cfc06f12 Move NULLing of OCSP context from UI thread to IO thread, to avoid possible races. by eroman@chromium.org · 15 years ago
  21. 8b07037 Add a test for verifying that SYN_REPLY headers are properly by mbelshe@google.com · 15 years ago
  22. 74d4987 Try https proxy for websocket connection. by ukai@chromium.org · 15 years ago
  23. 60998a6 Reverting 32045. Review URL: http://codereview.chromium.org/396009 by ukai@chromium.org · 15 years ago
  24. 8123fd0 Try https proxy for websocket connection. by ukai@chromium.org · 15 years ago
  25. 354bd7c Add modp_b64 dependency to net_base. This is used by net/base/Base64.cc. by maruel@chromium.org · 15 years ago
  26. 809d43d Fix bad last checkin which broke everything in flip. by mbelshe@google.com · 15 years ago
  27. 7f11485 Fix multi-valued headers to and from the server. by mbelshe@google.com · 15 years ago
  28. 2581e57 Propagate the "first party for cookies" from WebKit to the network stack by wtc@chromium.org · 15 years ago
  29. e547e0c Fix crash if we get an EOF after a large packet with unterminated headers. by cevans@chromium.org · 15 years ago
  30. b9f9383 Split *AndAdjustOffset() functions into their own header, to restore utf_string_conversions.h to a simple, readable state. by pkasting@chromium.org · 15 years ago
  31. 3701eb6 Close immediately if no context is set by ukai@chromium.org · 15 years ago
  32. a42148b Style nit -- bind asterisks to the left rather than right. by eroman@chromium.org · 15 years ago
  33. c6f27df Plumb LoadLog into SocketStream by ukai@chromium.org · 15 years ago
  34. a89ada7 Condense the output of LoadLog for empty BEGIN/END blocks. by eroman@chromium.org · 15 years ago
  35. ab6a5c4 Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time was spent reading/writing headers and reading/writing body. by eroman@chromium.org · 15 years ago
  36. 11203f01 After draining the body of a 401/407 response, verify that by wtc@chromium.org · 15 years ago
  37. c8b4944 Fix Coverity defects in the FLIP code. by wtc@chromium.org · 15 years ago
  38. ff57bb8 Enable FLIP POST with unittest. by mbelshe@google.com · 15 years ago
  39. 8999373f Map a return value of 0 to ERR_CONNECTION_CLOSED for by wtc@chromium.org · 15 years ago
  40. 584460d Enable async IO completions on MockSockets through the SocketDataProvider. by mbelshe@google.com · 15 years ago
  41. 983a1da Http Cache: Split HttpCache::Transaction to its own set of files. by rvargas@google.com · 15 years ago
  42. c7f689be Metrics of SocketStream by ukai@chromium.org · 15 years ago
  43. 5ecc992a4 There was confusion in the mock socket classes due to by mbelshe@google.com · 15 years ago
  44. b4037d13 Lands http://codereview.chromium.org/379007 for Dave: by sky@chromium.org · 15 years ago
  45. 04f1602f Use GURL::is_valid() in place of !GURL::is_empty() in a condition. by eroman@chromium.org · 15 years ago
  46. bc389d7 Add a couple of methods to the StaticMockSocket for verifying by mbelshe@google.com · 15 years ago
  47. fadf9cdd Grab SOCKS settings from system prefs. by avi@chromium.org · 15 years ago
  48. b6f936c Distinguish between old and new FTP LIST response parsers by phajdan.jr@chromium.org · 15 years ago
  49. f247be8 Get rid of unused function, UTF8ToFilePathString. by tony@chromium.org · 15 years ago
  50. 776e175 After further discussion, do not try to handle memory errors, but make assertions about allocation parameters stronger. by vandebo@chromium.org · 15 years ago
  51. b47c97c Pickup some server nits from the checkin on the GFE side. by mbelshe@google.com · 15 years ago
  52. f3ab0724 Use URLRequestContext's host_resolver instead of SystemHostResolver. by ukai@chromium.org · 15 years ago
  53. 7ba1d1c Fix a style nit in client_socket.h. by wtc@chromium.org · 15 years ago
  54. 2500a0f Clean up recent string conversion function changes, part 1: Remove unnecessary code. Thanks to a change in escape.cc I can basically revert the ICU conversions back to what they used to be; I can also get rid of half the conversions immediately since they aren't used. by pkasting@chromium.org · 15 years ago
  55. 0d435ea Fix integer overflow in calculation of sparse I/O extent. by cevans@chromium.org · 15 years ago
  56. 3dcc4fbf Switch chrome to requesting full-urls over FLIP rather than by mbelshe@google.com · 15 years ago
  57. 7719ee4a Fix some over-80-char lines. by mbelshe@google.com · 15 years ago
  58. 019041b Remove unnecessary null pointer tests to avoid a false Coverity by wtc@chromium.org · 15 years ago
  59. 6373cf4 Use the new FTP LIST parsing code in the browser. by phajdan.jr@chromium.org · 15 years ago
  60. 5e6c1e4 Disable an FTP test which contains a date with year 2079 due to year-2038 problem on Linux. by phajdan.jr@chromium.org · 15 years ago
  61. 8c79c20 Implement Windows FTP directory listing parser. by phajdan.jr@chromium.org · 15 years ago
  62. cfc076e Clear disk cache when the cache is not initialized by hclam@chromium.org · 15 years ago
  63. ce85f60 Fix various problems with inline autocomplete and URLs that change length during fixup: by pkasting@chromium.org · 15 years ago
  64. 22eb968 Take3: by mbelshe@google.com · 15 years ago
  65. b196ce9 Revert 31277 - Take 2: by willchan@chromium.org · 15 years ago
  66. ad80d5e Take 2: by mbelshe@google.com · 15 years ago
  67. 60c4c41 Improve the display of LoadLogs when truncation occurs. by eroman@chromium.org · 15 years ago
  68. c4e52f0d Use GetSwitchValueASCII. by tony@chromium.org · 15 years ago
  69. 2bda2f0 Add some instrumentation to SystemHostResolverProc() to capture the hostname when getaddrinfo() crashes. by eroman@chromium.org · 15 years ago
  70. 9a248ef Revert 31252 - Rework the FlipProtocol to separate the Clike structs from the by willchan@chromium.org · 15 years ago
  71. cbf8777 Rework the FlipProtocol to separate the C-like structs from the by mbelshe@google.com · 15 years ago
  72. 7f78b59 Change some logging for better debugging of abandoned streams. by mbelshe@chromium.org · 15 years ago
  73. d50dc06 Improve Mac SSL code: by avi@chromium.org · 15 years ago
  74. 1ccf985 Add Websocket::DetachDelegate by ukai@chromium.org · 15 years ago
  75. f5aba662b Fix the "ls -l" FTP LIST format parser to understand correctly by phajdan.jr@chromium.org · 15 years ago
  76. 8cb9e2de Add error reporting in net/websockets by ukai@chromium.org · 15 years ago
  77. 3a54a511 OCSPTrySendAndReceive should always set *http_response_data_len, even on by wtc@chromium.org · 15 years ago
  78. 34437af8 Flip: Refactor Flip stream reading and writing out of FlipNetworkTransaction into FlipStreamParser. by willchan@chromium.org · 15 years ago
  79. 666b8f5 Fix Linux build break. by jam@chromium.org · 15 years ago
  80. 5389bc7 Second patch in making destructors of refcounted objects private. by jam@chromium.org · 15 years ago
  81. 3cf35d9e Disk Cache: New interface that enables asynchronous completion by rvargas@google.com · 15 years ago
  82. a3eee21 HTTP cache: Add tests to verify that we don't remove the by rvargas@google.com · 15 years ago
  83. fcc68140 Coverity: Fix leaking UCharsetDetector in ftp code. by mattm@chromium.org · 15 years ago
  84. 3e821c4c Fix kServerHandshakeHeader by ukai@chromium.org · 15 years ago
  85. d3d8285 Map WSAEACCES (which is reported by connect if Windows Firewall by wtc@chromium.org · 15 years ago
  86. b073546 Improve error code mapping between our network error codes and the by wtc@chromium.org · 15 years ago
  87. 61b94be Implement VMS FTP directory listing parser. by phajdan.jr@chromium.org · 15 years ago
  88. 630947c Enable localization of default downloaded filename. by tony@chromium.org · 15 years ago
  89. a6cf2a3e Fix memory leak in WebSocketThrottle. by ukai@chromium.org · 15 years ago
  90. 4c4eac0 Implement websocket throttling. by ukai@chromium.org · 15 years ago
  91. b862327 Minor fixes in SocketStream. by ukai@chromium.org · 15 years ago
  92. d1eda93 Flip: FlipSessionPool changes. by willchan@chromium.org · 15 years ago
  93. eebc0b4 Update the FLIP session to use the FlipIOBuffer. by mbelshe@google.com · 15 years ago
  94. 793618a Http cache: Make sure that we handle byte range requests that by rvargas@google.com · 15 years ago
  95. d120c372 Allow trailing dots on hostnames. by pkasting@chromium.org · 15 years ago
  96. 9697c5a Add a command line flag to force all network traffic through a particular server. by mbelshe@google.com · 15 years ago
  97. e75e8af Http cache: Always preserve extra headers when dealing with byte range requests. by rvargas@google.com · 15 years ago
  98. 5a05c47a Add LoadLog to ClientSocket::Connect(). TODO: Use LoadLog in FLIP code. by willchan@chromium.org · 15 years ago
  99. f2ee745 Http cache: Allow multiple external validation headers. by rvargas@google.com · 15 years ago
  100. 071990cc Correctly handle FTP servers which unexpectedly close the control connection. by phajdan.jr@chromium.org · 15 years ago