index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
windows
/
http_upload.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
1
-10
/
+16
*
Fix sizeof bug in HTTPUpload::SendRequest
ted.mielczarek
2012-07-20
1
-2
/
+2
*
allow uploading zero-byte files in HTTPUpload
ted.mielczarek@gmail.com
2010-12-15
1
-7
/
+6
*
Revert revision 658 ('Add glog style logging to symupload').
erikwright@chromium.org
2010-09-15
1
-58
/
+3
*
Disable cookies in Windows HTTPUpload
ted.mielczarek
2010-08-20
1
-0
/
+1
*
Add glog style logging to symupload
nealsid@gmail.com
2010-08-19
1
-3
/
+58
*
Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...
nealsid
2009-05-27
1
-9
/
+11
*
Fix for issue 304: symupload needs to support timeout specifications(wininet ...
nealsid
2009-03-20
1
-1
/
+18
*
The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so
mmentovai
2007-11-13
1
-3
/
+3
*
Fix compiler warning C4245: signed/unsigned mismatch when converting between
mmentovai
2007-09-28
1
-1
/
+2
*
Silences warning C4701: local variable 'claimed_size' may be used with out
bryner
2007-09-20
1
-1
/
+1
*
Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=br...
ted.mielczarek
2007-06-01
1
-2
/
+4
*
Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).
mmentovai
2007-04-04
1
-1
/
+4
*
Windows http_upload should allow response without Content-Length header (#144).
mmentovai
2007-04-02
1
-17
/
+33
*
vswprintf causes Purify to fail (#145). r=darin
mmentovai
2007-03-30
1
-2
/
+2
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
1
-3
/
+3
*
Allows the caller of CrashReportSender::SendCrashReport() to determine that
incrementalist
2007-01-03
1
-2
/
+12
*
This patch fixes Airbag issue #44.
incrementalist
2006-12-08
1
-4
/
+60
*
Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovai
bryner
2006-11-27
1
-3
/
+7
*
Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).
mmentovai
2006-11-15
1
-1
/
+12
*
Disable exception handling warnings in Windows client code (#38).
mmentovai
2006-10-27
1
-0
/
+3
*
Support building with WIN32_LEAN_AND_MEAN (#60)
mmentovai
2006-10-26
1
-2
/
+2
*
Improvements for Windows client/tool-side code. r=bryner
mmentovai
2006-10-19
1
-7
/
+23
*
Implement a tool to upload symbols on Windows, given an exe or dll file with
bryner
2006-10-16
1
-0
/
+271