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
/
url_request_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Allow extensions to redirect requests in onBeforeRequest."
mpcomplete@chromium.org
2011-04-13
1
-94
/
+0
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-13
1
-0
/
+94
*
Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF...
ananta@chromium.org
2011-04-07
1
-8
/
+8
*
Remove async functionality from net::CookiePolicy.
willchan@chromium.org
2011-04-06
1
-98
/
+2
*
Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ...
ananta@chromium.org
2011-04-06
1
-2
/
+4
*
Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.
mpcomplete@chromium.org
2011-03-30
1
-2
/
+2
*
Do not send empty Accept-Language / Accept-Charset headers.
willchan@chromium.org
2011-03-30
1
-4
/
+36
*
Remove all "net::" prefixes under net/url_request for code that's
adamk@chromium.org
2011-03-24
1
-156
/
+160
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-7
/
+6
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-6
/
+7
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-7
/
+6
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-2
/
+2
*
Send fatal proxy errors to the network delegate.
jochen@chromium.org
2011-02-23
1
-0
/
+60
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-0
/
+30
*
Add unique identifier to url requests
jochen@chromium.org
2011-02-17
1
-0
/
+9
*
Fix the expectation in OverrideUserAgent net test to ensure that it passes with
ananta@chromium.org
2011-02-04
1
-3
/
+3
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-2
/
+1
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+2
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-2
/
+1
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
1
-0
/
+62
*
Fix the newly added OverrideUserAgent net test so that it works in ChromeFram...
ananta@chromium.org
2011-01-21
1
-1
/
+5
*
Honor User-Agent header added by WebCore
caseq@google.com
2011-01-21
1
-0
/
+29
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-8
/
+8
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-17
/
+17
*
net: Remove typedef net::URLRequestTestJob URLRequestTestJob;
tfarina@chromium.org
2011-01-11
1
-24
/
+24
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-4
/
+4
*
Make the cookie list a class (instead of a typedef inside CookieMonster)...
jochen@chromium.org
2010-12-03
1
-1
/
+1
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-47
/
+47
*
Restrict file protocol on chromeos to certain whitelisted directories. Disabl...
achuith@chromium.org
2010-11-11
1
-0
/
+4
*
base: Move CaseInsensitiveCompare traits into the base namespace.
tfarina@chromium.org
2010-11-03
1
-1
/
+1
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-18
/
+18
*
Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...
rsleevi@chromium.org
2010-10-28
1
-3
/
+9
*
In a fake SSLInfo, set security_bits to -1 instead of 0
wtc@chromium.org
2010-10-15
1
-2
/
+6
*
GTTF: Get rid of the test server's /kill switch
phajdan.jr@chromium.org
2010-10-04
1
-79
/
+0
*
Immediately reject empty cookie headers.
jochen@chromium.org
2010-09-27
1
-0
/
+20
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-8
/
+10
*
Fix ChromeFrame HTTPs net tests which started failing with the change to vali...
ananta@chromium.org
2010-08-29
1
-0
/
+4
*
Add regression tests for issue 53366. Check that the
wtc@chromium.org
2010-08-28
1
-4
/
+21
*
Reintegrate certificate selection in HttpNetworkTransaction DoLoop
davidben@chromium.org
2010-08-21
1
-0
/
+11
*
Test server cleanup patch of death:
phajdan.jr@chromium.org
2010-08-17
1
-202
/
+239
*
Add rudimentary support for client auth in testserver.py and unit tests
davidben@chromium.org
2010-08-07
1
-0
/
+46
*
Mark URLRequestTestFTP.FTPCheckWrongPassword and .FTPCheckWrongUser as flaky.
viettrungluu@chromium.org
2010-08-05
1
-2
/
+4
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-4
/
+4
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
1
-0
/
+4
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-14
/
+18
*
GTTF: test server cleanup:
phajdan.jr@chromium.org
2010-07-23
1
-27
/
+84
*
Changed type CookieList to being a vector CanonicalCookies.
rdsmith@google.com
2010-07-21
1
-1
/
+1
*
GTTF: Move net/socket/ssl_test_util to net/test/test_server
phajdan.jr@chromium.org
2010-07-21
1
-1
/
+1
*
TTF: enable HTTPS* tests on mac.
dmuir@chromium.org
2010-07-15
1
-37
/
+3
[next]