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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Move file operation code from UploadData to UploadDataStream
hashimoto@chromium.org
2012-09-01
1
-59
/
+0
*
net: Remove UploadElement::TYPE_CHUNK
hashimoto@chromium.org
2012-08-24
1
-2
/
+5
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
1
-6
/
+0
*
Revert 152528 - Split net::UploadData into two: for resource request IPC and ...
kinuko@chromium.org
2012-08-21
1
-0
/
+6
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
1
-6
/
+0
*
net: Make UploadData::Element an independent class
hashimoto@chromium.org
2012-08-21
1
-192
/
+7
*
net: Fix a regression that broke file uploading with http authentication
satorux@chromium.org
2012-05-22
1
-0
/
+14
*
Revert 138168 - net: Fix a regression that broke file uploading with http aut...
zea@chromium.org
2012-05-22
1
-14
/
+0
*
net: Fix a regression that broke file uploading with http authentication
satorux@chromium.org
2012-05-21
1
-0
/
+14
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-1
/
+1
*
net: Move the logic reading upload elements to UploadData::Element.
satorux@chromium.org
2012-02-25
1
-9
/
+76
*
net: Make UploadData::GetContentLength() asynchronous.
satorux@chromium.org
2012-02-10
1
-21
/
+39
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-3
/
+4
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-4
/
+3
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-3
/
+4
*
net: Allow IO when UpdateData closes its FileStream.
marja@chromium.org
2012-02-08
1
-1
/
+6
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-1
/
+1
*
net: Give more descriptive names for code around the request merging logic.
satorux@chromium.org
2012-01-24
1
-1
/
+5
*
net: Don't merge HTTP headers and body if the body is not in memory.
satorux@chromium.org
2012-01-24
1
-0
/
+12
*
Minor cleanup for UploadDataStream's constructor.
satorux@chromium.org
2012-01-13
1
-0
/
+3
*
Remove unused code from UploadData and URLRequest.
satorux@chromium.org
2012-01-12
1
-7
/
+1
*
Adding ScopedAllowIO in UploadData::Element::GetContentLength.
tzik@chromium.org
2011-05-31
1
-3
/
+18
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-9
/
+8
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-8
/
+9
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-9
/
+8
*
Add support for chunked encoding in ChromeFrame for POST requests. This fixes...
ananta@chromium.org
2011-01-26
1
-1
/
+0
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-12
/
+12
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
1
-2
/
+36
*
Coverity: Initialize data members in constructor.
kmadhusu@chromium.org
2010-10-18
1
-0
/
+1
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
1
-6
/
+56
*
Support sending BlobData to browser process. Also support sending UploadData
jianli@chromium.org
2010-08-27
1
-0
/
+3
*
Report unreadable files as size zero when uploading.
vandebo@chromium.org
2010-03-29
1
-6
/
+51
*
Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...
vandebo@chromium.org
2010-03-19
1
-56
/
+16
*
Fix the case where the browser livelocks if we cannot open a file.
vandebo@chromium.org
2010-03-19
1
-16
/
+56
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-03-01
1
-56
/
+16
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-26
1
-16
/
+56
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-02-24
1
-56
/
+16
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-24
1
-16
/
+56
*
Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...
agl@chromium.org
2010-02-19
1
-59
/
+18
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-19
1
-18
/
+59
*
Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...
vandebo@google.com
2010-02-04
1
-1
/
+4
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Make upload_data not be windows specific. Add it to the SCons build.
tc@google.com
2008-08-21
1
-11
/
+4
*
Large patch set (159 files total) to cleanup the includes.
maruel@google.com
2008-08-15
1
-1
/
+3
*
Add net to the repository.
initial.commit
2008-07-26
1
-0
/
+71