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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't log FTP commands being issued.
phajdan.jr@chromium.org
2009-09-01
1
-1
/
+0
*
Http cache: reorder some functions. No code change.
rvargas@google.com
2009-09-01
1
-77
/
+74
*
Move Mozilla FTP LIST response parsing code to net/third_party directory.
phajdan.jr@chromium.org
2009-09-01
5
-15
/
+16
*
Make GetLoadState virtual in ConnectJob().
willchan@chromium.org
2009-09-01
5
-13
/
+27
*
Http cache: Cleanup from tracking of bug 9952.
rvargas@google.com
2009-09-01
2
-68
/
+12
*
Speed up net_unittests by re-using one FTP test server instance.
phajdan.jr@chromium.org
2009-08-31
2
-73
/
+68
*
Disk Cache: Function re-ordering. No code change.
rvargas@google.com
2009-08-31
3
-94
/
+101
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
2
-12
/
+0
*
Sanitizing the referrer header before starting the automation request.TEST=Ru...
tommi@chromium.org
2009-08-31
3
-9
/
+17
*
Adding command-line option to override bans on certain port numbers through a...
mirandac@chromium.org
2009-08-31
3
-1
/
+79
*
Control the amount of time to leave an unused socket idle before closing it.
willchan@chromium.org
2009-08-29
4
-13
/
+106
*
Linux: get GNOME or KDE proxy settings.
mdm@chromium.org
2009-08-28
5
-142
/
+615
*
Disk cache: Add a histogram to measure the latency of
rvargas@google.com
2009-08-28
2
-13
/
+20
*
Add histograms for FTP server types encountered by users.
phajdan.jr@chromium.org
2009-08-28
5
-1
/
+125
*
Don't trust server's PASV response that much in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-08-28
5
-49
/
+137
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
12
-55
/
+47
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
12
-47
/
+55
*
Http cache: Bypass the cache for range requests that have validation headers.
rvargas@google.com
2009-08-28
2
-1
/
+41
*
Fix access control.
maruel@chromium.org
2009-08-28
1
-2
/
+4
*
Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...
hawk@chromium.org
2009-08-27
7
-97
/
+547
*
Avoid crashing the test process when InterceptRedirector InterceptRestartRequ...
tommi@chromium.org
2009-08-27
1
-2
/
+6
*
Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntry
hclam@chromium.org
2009-08-27
2
-2
/
+2
*
Update eTLD data for changes to .cr. Parallels https://bugzilla.mozilla.org/...
pkasting@chromium.org
2009-08-26
2
-3
/
+16
*
POSIX: Don't convert backslashes in filenames into forward slashes.
estade@chromium.org
2009-08-26
1
-0
/
+5
*
Fix transaction hang when downloading certain FTP files.
phajdan.jr@chromium.org
2009-08-26
4
-4
/
+105
*
Implement RestartWithAuth for NewFtpTransaction.
phajdan.jr@chromium.org
2009-08-26
7
-35
/
+198
*
Convert internal time format to Windows 1601 epoch on Linux & Mac.
brettw@chromium.org
2009-08-26
1
-0
/
+11
*
Add the ability to not send cookies or send user name/password.
levin@chromium.org
2009-08-26
6
-6
/
+170
*
Moving NetTestSuite to a header file for reuse.
tommi@chromium.org
2009-08-26
2
-36
/
+53
*
Correctly join paths in FTP directory listing.
phajdan.jr@chromium.org
2009-08-25
1
-2
/
+2
*
Refactor function to unpack an Entry from its pickle to a HttpResponseInfo.
mbelshe@google.com
2009-08-25
2
-12
/
+22
*
Alphabetize and detabify some gyp files.
mdm@chromium.org
2009-08-25
1
-2
/
+2
*
Disk cache: Reduce the chance of failing a unit test under Posix.
rvargas@google.com
2009-08-25
1
-4
/
+15
*
Add UMA Histogram for FieldTrial for Async Socket SlowStart
mbelshe@google.com
2009-08-25
1
-1
/
+14
*
Try one more time to lock down content sniffing for
aa@chromium.org
2009-08-25
1
-1
/
+2
*
Implement a read-size throttle within the TCP socket.
mbelshe@google.com
2009-08-25
1
-1
/
+42
*
Fix a typo IsCertStatusError. It should be IsCertificateError.
wtc@chromium.org
2009-08-25
1
-3
/
+5
*
Remove uses of deprecated version of FileUtil::ResolveShortcut.
evan@chromium.org
2009-08-25
1
-2
/
+2
*
Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.
willchan@chromium.org
2009-08-24
3
-6
/
+9
*
Clear the gzip filter to file names with gz/tgz extensions only when the mime...
thestig@chromium.org
2009-08-24
2
-12
/
+168
*
Add more histograms to understand idle sockets.
willchan@chromium.org
2009-08-24
1
-10
/
+50
*
Add code for enabling or disabling CRLs and OCSP correctly.
wtc@chromium.org
2009-08-24
1
-2
/
+18
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-24
3
-39
/
+56
*
Resend on IO errors on late bound sockets that were idle.
willchan@chromium.org
2009-08-22
2
-4
/
+5
*
Consider "certificate revoked" as the most serious certificate
wtc@chromium.org
2009-08-22
1
-2
/
+2
*
Improve certificate error mapping.
wtc@chromium.org
2009-08-21
1
-2
/
+9
*
If the HTTP response code is -1, don't call OCSPSetResponse because the
wtc@chromium.org
2009-08-21
1
-1
/
+6
*
Revert cl 24015
rvargas@google.com
2009-08-21
3
-55
/
+39
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-21
3
-39
/
+55
*
Cleanups for SSLConfigService and SSLConfigServiceManager.
mattm@chromium.org
2009-08-21
7
-19
/
+43
[next]