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
*
Simple Cache: DoomEntriesBetween()
pasko@google.com
2013-04-18
10
-41
/
+199
*
Support overlapping operations on the SimpleEntryImpl.
felipeg@chromium.org
2013-04-18
3
-65
/
+235
*
Write the Index File to disk after 20 seconds elapsed since the last cache op...
felipeg@chromium.org
2013-04-18
2
-11
/
+68
*
Fix bug in MemEntryImpl, which caused browser crash during clearing
vchigrin@yandex-team.ru
2013-04-18
2
-5
/
+137
*
Code quality and standards in SimpleBackend.
gavinp@chromium.org
2013-04-18
9
-71
/
+78
*
Minor mimetype list cleanup according to various RFCs.
zvorygin@google.com
2013-04-18
1
-2
/
+2
*
Add some missing includes for IO functions.
raphael.kubo.da.costa@intel.com
2013-04-18
3
-0
/
+3
*
[SPDY] Avoid leaking bytes from the session flow control send window
akalin@chromium.org
2013-04-18
8
-241
/
+436
*
Merge spdy2 and spdy3 versions of SpdyHeaderInfo.
ttuttle@chromium.org
2013-04-18
7
-35
/
+33
*
[net/dns] Use only NullDnsSocketPool.
szym@chromium.org
2013-04-18
1
-1
/
+1
*
FlashCache refactorings.
agayev@chromium.org
2013-04-18
10
-151
/
+133
*
Disk cache: Make sure that the CacheCreator captures the required arguments.
rvargas@google.com
2013-04-17
2
-2
/
+4
*
[net/dns] Add test DualFamilyLocalhost and fix it when DnsClient enabled.
szym@chromium.org
2013-04-17
3
-8
/
+106
*
[SPDY] Avoid leaking bytes from the session flow control receive window
akalin@chromium.org
2013-04-17
14
-120
/
+300
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net.
dcheng@chromium.org
2013-04-17
1
-1
/
+1
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-04-17
47
-332
/
+680
*
Disk cache: Make sure that entry_ and node_ are not saved after doom.
rvargas@google.com
2013-04-17
1
-1
/
+4
*
Make SimpleEntryImpl ref counted.
gavinp@chromium.org
2013-04-17
8
-111
/
+95
*
[SPDY] Fix memory leak introduced by r194564
akalin@chromium.org
2013-04-17
1
-1
/
+10
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
34
-421
/
+775
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
34
-775
/
+422
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
34
-422
/
+775
*
Re-land greedy read support for SpdySession
rtenneti@chromium.org
2013-04-17
11
-89
/
+1118
*
Refactor our SimpleIndex file format and serialization to use Pickle instead ...
felipeg@chromium.org
2013-04-16
17
-476
/
+795
*
Revert 194387 "Refactor our SimpleIndex file format and serializ..."
felipeg@chromium.org
2013-04-16
1
-66
/
+0
*
Refactor our SimpleIndex file format and serialization to use Pickle instead ...
felipeg@chromium.org
2013-04-16
1
-0
/
+66
*
Revert 194347
cpu@chromium.org
2013-04-16
17
-794
/
+476
*
[net/dns] Rename SystemHostResolverProc and CallSystemHostResolverProc.
szym@chromium.org
2013-04-16
5
-27
/
+37
*
Refactor our SimpleIndex file format and serialization to use Pickle instead ...
felipeg@chromium.org
2013-04-16
17
-476
/
+794
*
Guard all uses of index_ in SimpleEntryImpl.
gavinp@chromium.org
2013-04-16
1
-2
/
+4
*
Add SimpleSynchronousEntry::Doom(), and use it to clean up after errors.
gavinp@chromium.org
2013-04-15
9
-62
/
+213
*
Use uint64 as the hash_key for the EntryMetadata in the SimpleIndex.
felipeg@chromium.org
2013-04-15
5
-51
/
+79
*
net: add (*.)bassh.net to the HSTS preloaded list.
agl@chromium.org
2013-04-15
2
-1
/
+3
*
Cache Backend Proxy to intercept all cache events from the IO thread.
pasko@chromium.org
2013-04-15
8
-3
/
+475
*
Revert 193992 "Lets try this again."
jochen@chromium.org
2013-04-15
2
-11
/
+11
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
27
-340
/
+597
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-13
13
-470
/
+585
*
Remove file_util::IsDot and ::IsDotDot.
brettw@chromium.org
2013-04-13
2
-6
/
+11
*
Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.
pkasting@chromium.org
2013-04-13
1
-14
/
+11
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
80
-84
/
+84
*
[net/dns] When testing for IPv6, discard link local and Teredo addresses (mea...
szym@chromium.org
2013-04-12
1
-4
/
+22
*
Linux: fix expectations for USE_SYSTEM_ZLIB
phajdan.jr@chromium.org
2013-04-12
1
-4
/
+4
*
Lets try this again.
michaeln@google.com
2013-04-12
2
-11
/
+11
*
Revert 193958 "Cache Backend Proxy to intercept all cache events..."
rnk@chromium.org
2013-04-12
6
-469
/
+3
*
Revert 193968 "Roll the DEPS for google-url."
michaeln@google.com
2013-04-12
2
-11
/
+11
*
Roll the DEPS for google-url.
tfarina@chromium.org
2013-04-12
2
-11
/
+11
*
Cache Backend Proxy to intercept all cache events from the IO thread.
pasko@google.com
2013-04-12
6
-3
/
+469
*
Simplify prerender and network/cache stats histograms by removing the field t...
tburkard@chromium.org
2013-04-12
2
-110
/
+0
*
Initial attempt at fast open UMA.
rdsmith@chromium.org
2013-04-12
2
-4
/
+102
*
Asynchronous initialization in Simple Index.
felipeg@chromium.org
2013-04-12
6
-98
/
+250
[next]