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
/
base
/
upload_data_stream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Reset UploadDataStream on HttpNetworkTransaction destruction
hashimoto@chromium.org
2013-10-02
1
-1
/
+1
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
1
-2
/
+1
*
net: Remove UploadDataStream::merge_chunks_
hashimoto@chromium.org
2013-02-22
1
-13
/
+0
*
net: Allow UploadElementReader to report errors on Read()
hashimoto@chromium.org
2012-12-29
1
-0
/
+8
*
net: Split sync part of UploadFileElementReader as UploadFileElementReaderSync
hashimoto@chromium.org
2012-12-20
1
-12
/
+0
*
net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...
hashimoto@chromium.org
2012-12-15
1
-0
/
+5
*
net: Make UploadDataStream independent from UploadData
hashimoto@chromium.org
2012-12-11
1
-17
/
+22
*
net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequest
hashimoto@chromium.org
2012-11-28
1
-0
/
+4
*
net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...
hashimoto@chromium.org
2012-11-14
1
-2
/
+7
*
net: Allow calling UploadDataStream::Init() multiple times for reset purpose
hashimoto@chromium.org
2012-11-02
1
-6
/
+16
*
net: Delete special logic for chunked upload
hashimoto@chromium.org
2012-10-22
1
-14
/
+12
*
net: Make UploadDataStream::Read() asynchronous
hashimoto@chromium.org
2012-10-17
1
-11
/
+30
*
net: Make UploadDataStream::Init() asynchronous.
hashimoto@chromium.org
2012-09-18
1
-1
/
+29
*
net: Move data reading functionalities from UploadElement to UploadElementReader
hashimoto@chromium.org
2012-09-11
1
-1
/
+3
*
SPDY - chunked upload - cleanup of spdy_http_stream to read the data
rtenneti@chromium.org
2012-07-12
1
-2
/
+8
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
1
-1
/
+1
*
net: Move the logic reading upload elements to UploadData::Element.
satorux@chromium.org
2012-02-25
1
-15
/
+0
*
net: Rework UploadDataStream API by introducing Read().
satorux@chromium.org
2012-02-08
1
-46
/
+16
*
net: Replace UploadDataStream::Create() with Init().
satorux@chromium.org
2012-02-02
1
-8
/
+12
*
Improve readability of UploadDataStream.
satorux@chromium.org
2012-01-24
1
-17
/
+26
*
net: Don't merge HTTP headers and body if the body is not in memory.
satorux@chromium.org
2012-01-24
1
-0
/
+3
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-21
1
-6
/
+9
*
Revert 118265 (added a static initializer on linux)
thakis@chromium.org
2012-01-19
1
-5
/
+5
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-19
1
-5
/
+5
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-2
/
+2
*
net: Add NET_API to net/base
rvargas@google.com
2011-05-18
1
-3
/
+3
*
Fix a memory stomper possible during redirect of an HTTP POST:
eroman@chromium.org
2011-03-31
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-0
/
+20
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-20
/
+0
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-0
/
+20
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
1
-3
/
+10
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-3
/
+4
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-1
/
+2
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
tfarina@chromium.org
2010-06-07
1
-1
/
+1
*
Report unreadable files as size zero when uploading.
vandebo@chromium.org
2010-03-29
1
-5
/
+5
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-2
/
+11
*
Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...
vandebo@chromium.org
2010-03-19
1
-2
/
+2
*
Fix the case where the browser livelocks if we cannot open a file.
vandebo@chromium.org
2010-03-19
1
-2
/
+2
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-03-01
1
-2
/
+2
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-26
1
-2
/
+2
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-02-24
1
-2
/
+2
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-24
1
-2
/
+2
*
Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...
agl@chromium.org
2010-02-19
1
-2
/
+2
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-19
1
-2
/
+2
*
Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...
vandebo@google.com
2010-02-04
1
-1
/
+13
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
1
-1
/
+2
*
Use IOBuffers on UploadDataStream.
rvargas@google.com
2009-05-11
1
-2
/
+3
[next]