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
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
20
-73
/
+185
*
CertDatabase: Add GetCertTrust method.
mattm@chromium.org
2010-10-04
3
-0
/
+37
*
OpenSSL socket: Add SSLv3 fallback support
joth@chromium.org
2010-10-04
1
-1
/
+37
*
Logs a number of possible ssl failures in NetLog.
mmenke@chromium.org
2010-10-04
2
-30
/
+149
*
Fix a couple of warnings.
mbelshe@chromium.org
2010-10-04
2
-3
/
+3
*
implement certificate verification state machine
joth@chromium.org
2010-10-04
2
-35
/
+144
*
Remove spammy warning about reaching maximum socket count for the pool.
cbentzel@chromium.org
2010-10-04
1
-1
/
+0
*
GTTF: Get rid of the test server's /kill switch
phajdan.jr@chromium.org
2010-10-04
2
-112
/
+0
*
Verify server cert using default host CA cert store
joth@chromium.org
2010-10-04
2
-8
/
+50
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
10
-121
/
+70
*
Don't run CookieMonsterTest.GarbageCollectionTriggers under Valgrind as it ha...
rsesek@chromium.org
2010-10-02
1
-0
/
+3
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
51
-234
/
+279
*
Map PR_END_OF_FILE_ERROR to ERR_CONNECTION_CLOSED, otherwise
wtc@chromium.org
2010-10-01
1
-0
/
+2
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
20
-185
/
+73
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
20
-73
/
+185
*
This is the final change for issue 8850, changing the expiry behavior
rdsmith@google.com
2010-10-01
5
-221
/
+508
*
protobuf: switch to using third_party/protobuf
agl@chromium.org
2010-10-01
1
-1
/
+1
*
Reland 61124 - Disk Cache: Add a quick return path for truncating an empty st...
rvargas@google.com
2010-10-01
1
-3
/
+8
*
net: add Snap Start support to NSS sockets.
agl@chromium.org
2010-10-01
6
-25
/
+468
*
Update Dr. Memory suppressions, gtest_filters and also skip oob-write sanity ...
timurrrr@chromium.org
2010-10-01
1
-3
/
+5
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
13
-35
/
+1683
*
Revert 61124 To see if interactive_ui_test (AutocompleteEditViewTest)
rvargas@google.com
2010-10-01
1
-8
/
+3
*
net: fix two small issues with DnsRRResolver
agl@chromium.org
2010-10-01
1
-5
/
+10
*
Disk Cache: Add a quick return path for truncating an empty stream
rvargas@google.com
2010-09-30
1
-3
/
+8
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
22
-33
/
+105
*
Make chrome aware of text/x-sh mime type.
estade@chromium.org
2010-09-30
1
-4
/
+5
*
Call GetSSLInfo late, after we have received the response
wtc@chromium.org
2010-09-30
2
-9
/
+5
*
net: add caching and inflight merging to DnsRRResolver
agl@chromium.org
2010-09-30
6
-203
/
+550
*
Adds the ability for a link to set the filter in the events
mmenke@chromium.org
2010-09-30
2
-2
/
+20
*
Fixed compilation errors in flip_in_mem_edsm_server and dependencies.
mbelshe@chromium.org
2010-09-30
4
-7
/
+11
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
15
-106
/
+127
*
Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...
erikwright@chromium.org
2010-09-30
13
-247
/
+434
*
FTP: fix directory listing parser for ftp.usa.hp.com
phajdan.jr@chromium.org
2010-09-30
18
-36
/
+275
*
Revert 61034 - Refactor FTP unit tests.
phajdan.jr@chromium.org
2010-09-30
1
-530
/
+741
*
Refactor FTP unit tests.
phajdan.jr@chromium.org
2010-09-30
1
-741
/
+530
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
15
-127
/
+106
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
15
-106
/
+127
*
Disk cache: Change the way we delete files.
rvargas@google.com
2010-09-29
5
-16
/
+75
*
Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.
willchan@chromium.org
2010-09-29
2
-4
/
+15
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
33
-1059
/
+1658
*
Disk cache: Handle failures growing the user_buffer that
rvargas@google.com
2010-09-29
5
-18
/
+103
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
10
-19
/
+43
*
First step at OpenSSL client socket implementation.
joth@chromium.org
2010-09-29
4
-0
/
+767
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
15
-30
/
+72
*
add audio/x-wav mimetype for apache
fbarchard@chromium.org
2010-09-28
1
-0
/
+1
*
add audio/wav mimetype
fbarchard@chromium.org
2010-09-28
1
-2
/
+6
*
Add more LOG(ERROR) messages to track down bug 55678,
wtc@chromium.org
2010-09-28
1
-4
/
+8
*
Review URL: http://codereview.chromium.org/3402032
lzheng@chromium.org
2010-09-28
2
-2
/
+2
*
Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away.
willchan@chromium.org
2010-09-28
6
-14
/
+63
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
10
-43
/
+19
[next]