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
*
Treat 0 returned from HttpStream::ReadResponseBody correctly.
paivanof@gmail.com
2012-10-17
2
-22
/
+66
*
net: Make UploadDataStream::Read() asynchronous
hashimoto@chromium.org
2012-10-17
2
-4
/
+6
*
Use the NSS internal key slot for all temporary key operations
rsleevi@chromium.org
2012-10-17
1
-1
/
+1
*
Receiving Connection: Proxy-Bypass induces proxy fallback.
piatek@google.com
2012-10-16
2
-5
/
+197
*
fix uninitialized variable warning for vs2012 compilation
scottmg@chromium.org
2012-10-13
2
-4
/
+4
*
Http cache: Fix the last access time for the infinite cache simulation.
rvargas@google.com
2012-10-12
2
-24
/
+41
*
net-internals: Add HTTP_TRANSACTION_SEND_REQUEST_BODY event
mmenke@chromium.org
2012-10-11
1
-1
/
+32
*
Fix bug in percentage increase computation for cache sensitivity analysis,
tburkard@chromium.org
2012-10-03
1
-6
/
+4
*
Track ga.js through the cache.
willchan@chromium.org
2012-09-29
2
-13
/
+77
*
SPDY proxy authentication support.
piatek@google.com
2012-09-28
2
-0
/
+2
*
Sensitivity Analysis to see how cache performance affects PLTs.
tburkard@chromium.org
2012-09-27
2
-16
/
+114
*
Http Cache: Small adjustment to the logic that determines the reuse status of...
rvargas@google.com
2012-09-21
1
-6
/
+6
*
Http cache: Make sure we separate the infinite cache simulation from the real...
rvargas@google.com
2012-09-20
3
-18
/
+20
*
Use net::UploadDataStream::Init() instead of InitSync()
hashimoto@chromium.org
2012-09-19
2
-8
/
+30
*
Cleanup: avoid foo ? true : false, part 2.
thestig@chromium.org
2012-09-19
1
-1
/
+1
*
Http Cache: Fix a histogram name.
rvargas@google.com
2012-09-18
1
-1
/
+1
*
net: Make UploadDataStream::Init() asynchronous.
hashimoto@chromium.org
2012-09-18
2
-7
/
+7
*
Httpb Cache: handle error codes when reading data from the net,
rvargas@google.com
2012-09-17
1
-0
/
+3
*
net: Enable the infinite cache simulation.
rvargas@google.com
2012-09-15
1
-1
/
+1
*
net: don't run InfiniteCache.DeleteBetween on Android.
rvargas@google.com
2012-09-14
1
-0
/
+2
*
Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
7
-5
/
+1417
*
Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
7
-1416
/
+5
*
Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
7
-5
/
+1416
*
net: Move data reading functionalities from UploadElement to UploadElementReader
hashimoto@chromium.org
2012-09-11
2
-6
/
+8
*
Revert 153131 (Histograms showed it doesn't help much)
mmenke@chromium.org
2012-09-11
3
-51
/
+33
*
Plumbing for the Infinite Cache.
tburkard@chromium.org
2012-09-10
2
-0
/
+10
*
Use HttpAuthController in SocketStream
bashi@chromium.org
2012-09-08
2
-1
/
+30
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
10
-155
/
+40
*
net: Move file operation code from UploadData to UploadDataStream
hashimoto@chromium.org
2012-09-01
2
-2
/
+0
*
Brace style fixes in http_cache_transaction.cc
gavinp@chromium.org
2012-08-31
1
-13
/
+19
*
net: Return size of upload as well as position from HttpTransaction::GetUploa...
hashimoto@chromium.org
2012-08-30
17
-23
/
+28
*
Add WARN_UNUSED_RESULT to scoped_refptr::release.
xiaomings@google.com
2012-08-28
1
-1
/
+1
*
Reland of http://codereview.chromium.org/10854204/, which
mmenke@chromium.org
2012-08-24
3
-33
/
+51
*
Revert 153025 - Automatically retry failed network requests.
mmenke@chromium.org
2012-08-23
3
-47
/
+29
*
Automatically retry failed network requests.
mmenke@chromium.org
2012-08-23
3
-29
/
+47
*
SPDY - Alternate-Protocol to be enabled when SPDY/3 protocol is negotiated.
rtenneti@google.com
2012-08-22
1
-0
/
+1
*
net: Make UploadData::Element an independent class
hashimoto@chromium.org
2012-08-21
2
-12
/
+12
*
Add histograms for network activity, and total/cumulative
tburkard@chromium.org
2012-08-20
4
-30
/
+111
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
8
-31
/
+52
*
Add HttpCache histograms focussed on blocking and transaction type.
gavinp@chromium.org
2012-08-09
4
-9
/
+207
*
Fix proxy CONNECT response handling
ttuttle@chromium.org
2012-08-09
11
-114
/
+310
*
SPDY - Handle incomplete headers during server push.
rtenneti@chromium.org
2012-08-06
1
-2
/
+7
*
Http cache: Always revalidate PUT and DELETE requests.
rvargas@google.com
2012-08-02
2
-6
/
+5
*
Http cache: Make sure that issuing a byte range request
rvargas@google.com
2012-07-30
4
-28
/
+80
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
12
-90
/
+236
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
2
-2
/
+2
*
Give MockRead and MockWrite distinct types.
yutak@chromium.org
2012-07-27
4
-16
/
+16
*
Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...
rch@chromium.org
2012-07-26
2
-4
/
+4
*
Fix removal of headers
battre@chromium.org
2012-07-24
3
-54
/
+62
*
Make disk cache tests ETags more HTTP standard conformant.
gavinp@chromium.org
2012-07-22
2
-7
/
+7
[next]