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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Stop using base::WorkerPool from UploadFileElementReader
hashimoto@chromium.org
2013-01-10
3
-7
/
+13
*
This is the first in an intended sequence of CLs to refactor
unsafe@trevp.net
2013-01-08
3
-0
/
+814
*
Http Pipelinining: Make unit tests more friendly to greedily
mmenke@chromium.org
2013-01-08
1
-6
/
+13
*
Roll ICU and convert include style to standard Chromium style,
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+1
*
Integrate QUIC info into net-internals.
rch@chromium.org
2013-01-05
2
-0
/
+14
*
Fix miss counting on http cache transactions.
gavinp@chromium.org
2013-01-04
1
-0
/
+1
*
Rename ancient NetworkTransaction tests to accurately
mmenke@chromium.org
2013-01-04
2
-2
/
+2
*
Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...
rch@chromium.org
2013-01-03
1
-0
/
+1
*
Track occurance of Open/Create races on http cache transactions.
gavinp@chromium.org
2013-01-02
1
-1
/
+4
*
Add the GetRandomGenerator() method to QuicConnectionHelperInterface
wtc@chromium.org
2012-12-22
1
-2
/
+2
*
Http Cache: Invalidate cached GETs after a successful POST.
rvargas@google.com
2012-12-21
4
-4
/
+251
*
net: Split sync part of UploadFileElementReader as UploadFileElementReaderSync
hashimoto@chromium.org
2012-12-20
2
-8
/
+10
*
Use generated shim headers for zlib.
phajdan.jr@chromium.org
2012-12-18
1
-5
/
+0
*
Http cache: Increase the number of entries stored by the infinite cache simul...
rvargas@google.com
2012-12-18
1
-1
/
+1
*
Add UMA for measuring Content-Dispostion header use and abuse.
asanka@chromium.org
2012-12-17
3
-20
/
+158
*
Integrating the QuicStreamFactory into the network stack.
rch@chromium.org
2012-12-16
5
-3
/
+52
*
Revert 173311
rch@chromium.org
2012-12-15
5
-52
/
+3
*
Integrating the QuicStreamFactory into the network stack.
rch@chromium.org
2012-12-15
5
-3
/
+52
*
Move DecodeFilenameValue and DecodeExt value into http_content_disposition.
asanka@chromium.org
2012-12-15
1
-0
/
+326
*
Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...
joaodasilva@chromium.org
2012-12-14
4
-6
/
+7
*
Http cache: Track unused entries on the infinite cache simulation.
rvargas@google.com
2012-12-13
1
-0
/
+13
*
net: Make UploadDataStream independent from UploadData
hashimoto@chromium.org
2012-12-11
4
-82
/
+83
*
Add a QuicHttpStream class.
rch@chromium.org
2012-12-04
1
-0
/
+5
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
6
-11
/
+37
*
Clean up SpdySessionDependencies to remove code duplication.
rch@chromium.org
2012-12-02
4
-1000
/
+796
*
Http cache: fix a bug that prevented the infinite cache simulation from saving
rvargas@google.com
2012-11-30
2
-5
/
+36
*
Move EnableSpdy from HttpNetworkLayer to IOThread.
rch@chromium.org
2012-11-30
2
-69
/
+8
*
For Cache Sensitivity Analysis, add createentry/openentry delays.
tburkard@chromium.org
2012-11-28
2
-22
/
+61
*
Infinite cache comparison histograms.
gavinp@chromium.org
2012-11-23
1
-0
/
+47
*
Track unconditionalizable http requests.
gavinp@chromium.org
2012-11-17
2
-31
/
+40
*
Http cache: Modify the Vary header behavior.
rvargas@google.com
2012-11-16
3
-8
/
+57
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
2
-6
/
+6
*
net: Pass the real IP address and port for mock TCP sockets where possible.
phajdan.jr@chromium.org
2012-11-16
2
-4
/
+4
*
Http cache: Count RESUMABLE requets as REVALIDATEABLE on the infinite cache.
rvargas@google.com
2012-11-15
1
-1
/
+1
*
net: Remove UploadDataStream* argument from HttpStream::SendRequest
hashimoto@chromium.org
2012-11-15
16
-152
/
+117
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
5
-83
/
+83
*
net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...
hashimoto@chromium.org
2012-11-14
9
-103
/
+156
*
net: Change type of UploadData::elements from std::vector to ScopedVector
hashimoto@chromium.org
2012-11-14
2
-30
/
+8
*
Http cache: Increase the maximum number of entries tracked by the infinite ca...
rvargas@google.com
2012-11-14
1
-1
/
+1
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
1
-1
/
+1
*
Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac...
dharani@google.com
2012-11-12
2
-45
/
+16
*
For Cache Sensitivity Analysis, fix createentry/openentry race condition
tburkard@chromium.org
2012-11-10
2
-16
/
+45
*
Introduce HttpStreamBase
bashi@chromium.org
2012-11-09
8
-121
/
+161
*
Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.
tburkard@chromium.org
2012-11-09
1
-3
/
+3
*
Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.
tburkard@chromium.org
2012-11-08
1
-3
/
+3
*
Treat 0 returned from HttpStream::ReadResponseBody correctly.
paivanof@gmail.com
2012-11-04
4
-23
/
+244
*
Update an outdated comment.
eroman@chromium.org
2012-11-03
1
-3
/
+3
*
Add net/base/test_data_directory.h
toyoshim@chromium.org
2012-11-01
2
-0
/
+2
*
net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...
hashimoto@chromium.org
2012-11-01
14
-231
/
+157
*
Process only the first Strict-Transport-Security header.
palmer@chromium.org
2012-10-30
1
-1
/
+4
[next]