index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
url_request
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TestURLRequestContextGetter to url_request_test_util.{h,cc}
akalin@chromium.org
2012-03-02
2
-0
/
+45
*
Replace chrome/common/net/http_return.h with net/http/http_status_code.h
akalin@chromium.org
2012-02-27
1
-2
/
+4
*
Fixed issues with interrupting a download at the start.
ahendrickson@chromium.org
2012-02-25
1
-1
/
+6
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-24
1
-3
/
+6
*
Disk Cache: Remove the deleted list experiment.
rvargas@google.com
2012-02-23
1
-30
/
+5
*
Revert change to delay network requests on startup for webRequest extensions.
mpcomplete@chromium.org
2012-02-23
1
-2
/
+0
*
Expose a static configuration value for the host to use for URLRequestTestHTT...
erikwright@chromium.org
2012-02-22
3
-13
/
+73
*
net: FileStream::Read/Write() to take IOBuffer* instead of char*
satorux@chromium.org
2012-02-16
1
-1
/
+1
*
Add extra data to BrowserContext so that content layer and other embedders ca...
jam@chromium.org
2012-02-15
3
-38
/
+7
*
Revert 121887 - Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky.
rsleevi@chromium.org
2012-02-15
1
-2
/
+1
*
Fix bug in HasMetadata: Updates argument even if it fails.
palmer@chromium.org
2012-02-15
1
-2
/
+0
*
Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky.
joi@chromium.org
2012-02-14
1
-1
/
+2
*
Flakiness cleanup: disable flaky tests under net/
evan@chromium.org
2012-02-14
1
-9
/
+9
*
Do not cache Strict-Transport-Security and Public-Key-Pins headers.
palmer@chromium.org
2012-02-13
1
-0
/
+76
*
Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...
tsepez@chromium.org
2012-02-10
1
-31
/
+0
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-2
/
+2
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-2
/
+2
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-2
/
+2
*
Revert 120836 - Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't s...
jchaffraix@chromium.org
2012-02-07
1
-0
/
+31
*
Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...
tsepez@chromium.org
2012-02-07
1
-31
/
+0
*
Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...
mkwst@chromium.org
2012-02-03
1
-0
/
+3
*
Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().
mkwst@chromium.org
2012-02-03
1
-3
/
+0
*
net: Use ClosePlatformFile() instead of close/CloseHandle().
satorux@chromium.org
2012-02-03
1
-0
/
+3
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-1
/
+2
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
2
-5
/
+3
*
Add origin bound certs to BrowsingDataRemover and extensions clear API.
mattm@chromium.org
2012-01-25
1
-0
/
+8
*
Fix nit: Clarify code by using locally-declared alias for complex expression.
palmer@chromium.org
2012-01-21
1
-1
/
+1
*
Do not clobber dynamic public key pins when handling the Strict-Transport-Sec...
palmer@chromium.org
2012-01-18
1
-20
/
+35
*
Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
8
-25
/
+28
*
Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
8
-28
/
+25
*
Rename is_hsts_host to fatal.
palmer@chromium.org
2012-01-17
8
-25
/
+28
*
Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...
battre@chromium.org
2012-01-13
5
-20
/
+286
*
Revert "Debug checks that URLRequest::set_method arguments match the contract."
apavlov@chromium.org
2012-01-13
1
-4
/
+1
*
Debug checks that URLRequest::set_method arguments match the contract.
cbentzel@chromium.org
2012-01-13
1
-1
/
+4
*
Revert 117342 - Prevent callbacks after URLRequest/URLRequestJob have been ca...
battre@chromium.org
2012-01-13
3
-281
/
+15
*
Remove unused code from UploadData and URLRequest.
satorux@chromium.org
2012-01-12
3
-27
/
+9
*
Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...
battre@chromium.org
2012-01-12
3
-15
/
+281
*
Resolve style nits and clean up Strict-Transport-Security header handling code.
palmer@chromium.org
2012-01-11
2
-12
/
+11
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+1
*
Implement HTTP header-based public key pinning.
palmer@chromium.org
2012-01-05
2
-3
/
+45
*
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
dcheng@chromium.org
2011-12-30
1
-2
/
+2
*
Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...
dcheng@chromium.org
2011-12-29
1
-2
/
+2
*
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
dcheng@chromium.org
2011-12-29
1
-2
/
+2
*
Turn on prefetching again
gavinp@chromium.org
2011-12-27
1
-0
/
+8
*
Simple change to simplify TransportSecurityState.
palmer@chromium.org
2011-12-27
1
-2
/
+1
*
Link rel=prefetch was disabled during prerender development; for now
gavinp@chromium.org
2011-12-27
1
-4
/
+4
*
base::Bind: Finish up net/url_request.
jhawkins@chromium.org
2011-12-22
3
-17
/
+12
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-5
/
+4
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-4
/
+5
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-5
/
+4
[next]