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
*
Fix Linux build break.
jam@chromium.org
2009-11-06
1
-3
/
+0
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
77
-133
/
+333
*
Disk Cache: New interface that enables asynchronous completion
rvargas@google.com
2009-11-05
10
-6
/
+274
*
HTTP cache: Add tests to verify that we don't remove the
rvargas@google.com
2009-11-05
1
-5
/
+50
*
Coverity: Fix leaking UCharsetDetector in ftp code.
mattm@chromium.org
2009-11-05
4
-0
/
+61
*
Fix kServerHandshakeHeader
ukai@chromium.org
2009-11-05
2
-9
/
+9
*
Map WSAEACCES (which is reported by connect if Windows Firewall
wtc@chromium.org
2009-11-05
2
-14
/
+38
*
Improve error code mapping between our network error codes and the
wtc@chromium.org
2009-11-04
1
-6
/
+47
*
Implement VMS FTP directory listing parser.
phajdan.jr@chromium.org
2009-11-04
13
-79
/
+1006
*
Enable localization of default downloaded filename.
tony@chromium.org
2009-11-04
3
-59
/
+82
*
Fix memory leak in WebSocketThrottle.
ukai@chromium.org
2009-11-04
1
-1
/
+3
*
Implement websocket throttling.
ukai@chromium.org
2009-11-04
8
-25
/
+741
*
Minor fixes in SocketStream.
ukai@chromium.org
2009-11-04
1
-2
/
+8
*
Flip: FlipSessionPool changes.
willchan@chromium.org
2009-11-04
11
-90
/
+130
*
Update the FLIP session to use the FlipIOBuffer.
mbelshe@google.com
2009-11-04
4
-121
/
+49
*
Http cache: Make sure that we handle byte range requests that
rvargas@google.com
2009-11-03
2
-3
/
+30
*
Allow trailing dots on hostnames.
pkasting@chromium.org
2009-11-03
3
-14
/
+12
*
Add a command line flag to force all network traffic through a particular ser...
mbelshe@google.com
2009-11-03
4
-5
/
+103
*
Http cache: Always preserve extra headers when dealing with
rvargas@google.com
2009-11-03
4
-26
/
+48
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
31
-206
/
+543
*
Http cache: Allow multiple external validation headers.
rvargas@google.com
2009-11-02
2
-55
/
+153
*
Correctly handle FTP servers which unexpectedly close the control connection.
phajdan.jr@chromium.org
2009-11-02
2
-0
/
+35
*
Enable the Wells Fargo WellsSecure Public Root CA for EV.
wtc@chromium.org
2009-10-30
1
-0
/
+6
*
X509Certificate::Verify should honor the
wtc@chromium.org
2009-10-30
2
-13
/
+28
*
Re-apply DevTools: Support delete cookie by name.
pfeldman@chromium.org
2009-10-30
2
-6
/
+62
*
Reverting 30578.
pfeldman@chromium.org
2009-10-30
2
-61
/
+6
*
DevTools: Allow deleting cookies.
pfeldman@chromium.org
2009-10-30
2
-6
/
+61
*
Set STATE_CLOSE when error occured.
ukai@chromium.org
2009-10-30
1
-6
/
+23
*
Refactor SocketStream to report error to the delegate.
ukai@chromium.org
2009-10-30
2
-40
/
+57
*
Reverting 30551.
ukai@chromium.org
2009-10-30
2
-48
/
+35
*
Refactor SocketStream to report error to the delegate.
ukai@chromium.org
2009-10-30
2
-35
/
+48
*
Make LoadLog refcounted-thread safe.
eroman@chromium.org
2009-10-29
2
-10
/
+8
*
Rename PrioritizedIOBuffer to FlipIOBuffer, refactor it into
mbelshe@google.com
2009-10-29
3
-0
/
+74
*
FLIP: fix new[]/delete mismatch.
agl@chromium.org
2009-10-29
1
-1
/
+1
*
DevTools: Implement raw cookies access for inspector.
pfeldman@chromium.org
2009-10-29
2
-0
/
+35
*
Also parse file size in new FTP LIST parsing code.
phajdan.jr@chromium.org
2009-10-29
6
-15
/
+37
*
Rename FlipStreamImpl to FlipStream and separate it out into
mbelshe@chromium.org
2009-10-29
5
-182
/
+229
*
FLIP requests were missing the host header.
mbelshe@google.com
2009-10-29
2
-18
/
+26
*
Document that the handshake_failure alert message is also
wtc@chromium.org
2009-10-29
1
-2
/
+4
*
Pass the SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT flag
wtc@chromium.org
2009-10-29
1
-1
/
+10
*
Map errSSLPeerHandshakeFail to ERR_SSL_PROTOCOL_ERROR.
willchan@chromium.org
2009-10-29
1
-0
/
+3
*
Missed review comment. Minor change.
vandebo@chromium.org
2009-10-28
1
-2
/
+2
*
Change update threshold in CookieMonster for testing from 1s to 20ms to speed...
vandebo@chromium.org
2009-10-28
2
-9
/
+9
*
Cleanup the FlipDelegate API a bit in prep for fixing upload.
mbelshe@google.com
2009-10-28
4
-15
/
+50
*
Minor defense-in-depth tweak. end - start + 1 can actually go negative if
cevans@chromium.org
2009-10-28
1
-1
/
+1
*
Fix SCOPED_TRACE to not access memory in a wrong way.
phajdan.jr@chromium.org
2009-10-28
1
-1
/
+1
*
First parts of new FTP LIST response parsing code.
phajdan.jr@chromium.org
2009-10-28
12
-0
/
+748
*
Update the unit test to test the FLIP client writes as well
mbelshe@google.com
2009-10-28
3
-22
/
+126
*
Check cert_handle_ is not NULL to Verify()
ukai@chromium.org
2009-10-28
1
-10
/
+18
*
Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.
dkegel@google.com
2009-10-28
1
-1
/
+9
[next]