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
/
tools
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows symupload after PE-only MD refactor.
Nelson Billing
2019-07-01
1
-1
/
+1
*
Explicitly LoadLibrary dbghelp.dll in symbol converter.
Nelson Billing
2019-06-28
1
-0
/
+54
*
Fix clang build warnings/errors for windows symbol converter.
Nelson Billing
2019-06-27
4
-26
/
+25
*
Fix windows symbol converter blacklisting.
Nelson Billing
2019-06-25
1
-2
/
+3
*
Fix dump_syms clang Windows build.
Nelson Billing
2019-06-25
1
-1
/
+1
*
Add PE-only MD support to Windows symbol converter.
Nelson Billing
2019-06-24
11
-52
/
+314
*
Fix 'debug_file' in PESourceLineWriter.
Nelson Billing
2019-06-19
1
-1
/
+1
*
Fix symbol converter after PE-only MD refactor.
Nelson Billing
2019-06-18
2
-2
/
+2
*
Move Windows Symbol Converter to breakpad
Nelson Billing
2019-06-18
21
-0
/
+3056
*
Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.
Nelson Billing
2019-06-12
4
-26
/
+290
*
Port new symbol upload API to Windows symupload tool.
Nelson Billing
2019-06-12
1
-36
/
+171
*
Fix dump_syms unit tests on Windows.
Nelson Billing
2019-03-18
6
-317
/
+317
*
Update binaries with dump_syms changes to write new field
Mike Wittman
2017-12-12
2
-0
/
+0
*
Write field indicating multiple symbols at an address in dump_syms
Mike Wittman
2017-12-11
6
-18
/
+8
*
Add optional field indicating multiple symbols at an address
Mike Wittman
2017-11-29
4
-4
/
+15
*
Update test data for identical-code-folded symbol changes
Mike Wittman
2017-11-28
6
-6
/
+6
*
Fix MSVC build on 64-bit
Orgad Shaneh
2017-09-25
1
-2
/
+2
*
Refresh refresh_binaries.bat
Orgad Shaneh
2017-09-24
1
-12
/
+8
*
Fix issues with Windows dump_syms_unittest
Jon Turney
2017-03-17
7
-2954
/
+2961
*
win: Set LargeAddressAware on symupload
Scott Graham
2017-02-28
1
-0
/
+5
*
Appveyor CI for Windows MSVS build
Jon Turney
2017-02-13
1
-0
/
+45
*
windows: update gtest/gmock paths
Mike Frysinger
2017-02-11
1
-3
/
+2
*
Change symbol upload message to include 'breakpad'
Bruce Dawson
2017-01-28
1
-1
/
+1
*
Support for multiple upload files in CrashReportSender/HTTPUpload
David Major
2015-10-06
1
-2
/
+4
*
Add parameter --product to symupload.exe
ivanpe@chromium.org
2014-11-17
3
-264
/
+40
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
3
-6
/
+6
*
Change PrintFunctions to print functions in address order and not print dupli...
wfh@chromium.org
2014-04-23
6
-14714
/
+13774
*
Change the way function and public symbols are obtained to use the findChildr...
wfh@chromium.org
2014-04-16
6
-13615
/
+14558
*
Allow symupload to upload to multiple URLs on the same command line.
wfh@chromium.org
2014-04-16
1
-30
/
+35
*
Adding support for 64-bit Windows modules to ms_symbol_server_converter.
ivan.penkov@gmail.com
2014-04-10
4
-384
/
+551
*
Moving directory 'build' one level up as it collides with a file named 'BUILD...
ivan.penkov@gmail.com
2014-04-10
2
-2
/
+2
*
Move build configuration to root of repository.
chrisha@chromium.org
2014-04-03
2
-4
/
+4
*
Check in new Windows binaries.
wfh@chromium.org
2014-03-26
2
-0
/
+0
*
Add support for Win64 stack unwind data as STACK CFI
wfh@chromium.org
2014-03-24
4
-0
/
+4568
*
Windows: Fix remaining level 4 warnings.
thestig@chromium.org
2013-12-18
1
-1
/
+1
*
Check in new Windows binaries.
chrisha@chromium.org
2013-05-09
2
-0
/
+0
*
Add GYP file for tools\windows\symupload.
chrisha@chromium.org
2013-05-01
2
-0
/
+65
*
Add explicit OMAP support to dump_syms.
chrisha@chromium.org
2013-05-01
14
-14100
/
+18463
*
Fix some newlines.
mark@chromium.org
2011-09-27
1
-1
/
+1
*
Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...
vitalybuka@chromium.org
2011-04-26
3
-10
/
+11
*
Make dump_syms output an INFO CODE_ID line that includes the code file and co...
ted.mielczarek
2010-10-05
1
-2
/
+2
*
Revert revision 658 ('Add glog style logging to symupload').
erikwright@chromium.org
2010-09-15
2
-110
/
+5
*
This checkin of the binaries was created by refresh_binaries.bat.
nealsid@gmail.com
2010-08-19
2
-0
/
+26
*
Add glog style logging to symupload
nealsid@gmail.com
2010-08-19
2
-5
/
+110
*
Updated binaries to use a statically linked CRT
nealsid
2010-05-18
2
-0
/
+0
*
Adding prebuilt dump_syms.exe.
nealsid
2010-05-11
1
-0
/
+0
*
This checkin of the binaries was created by refresh_binaries.bat.
nealsid
2010-05-10
1
-0
/
+0
*
Fix for issue 304: symupload needs to support timeout specifications(wininet ...
nealsid
2009-03-20
1
-6
/
+29
*
Log a failure message in case of LOCATE_NOT_FOUND error.
doshimun
2008-07-30
1
-0
/
+6
*
Fix newlines (#253). rs=ted.mielczarek
mmentovai
2008-04-07
3
-772
/
+772
[next]