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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsid
ted.mielczarek
2008-12-08
2
-0
/
+39
*
Issue 284 - DWARF dumper doesn't output function names including arguments. r...
ted.mielczarek
2008-12-08
3
-3
/
+17
*
issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogers
ted.mielczarek
2008-12-03
2
-85
/
+16
*
follow up for issue 281 - dump_syms fails to find dylib symbol file inside of...
ted.mielczarek
2008-12-01
1
-7
/
+6
*
issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. r=n...
ted.mielczarek
2008-12-01
1
-3
/
+5
*
Followup to address some review comments from Issue 259
ted.mielczarek
2008-11-25
1
-9
/
+15
*
Issue 259 - crash when generating large .sym files with dump_syms on Linux. P...
ted.mielczarek
2008-11-24
1
-34
/
+56
*
Fix for dump_syms to ignore line number information for addresses that don't ...
nealsid
2008-11-03
1
-16
/
+25
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
1
-2
/
+8
*
Fix for DWARF processing when inline functions were encountered. Inline func...
nealsid
2008-10-14
1
-5
/
+37
*
Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...
nealsid
2008-10-08
12
-14
/
+2862
*
Fix to ignore source files that have a text address of 0 in their stabs entry
nealsid
2008-05-19
1
-0
/
+10
*
issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...
ted.mielczarek
2008-03-18
1
-47
/
+140
*
issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me
ted.mielczarek
2008-02-24
2
-0
/
+3
*
Use swprintf_s for VC8 or newer. r=mento
ted.mielczarek
2008-02-04
1
-0
/
+4
*
Fix issue 235, properly handling included(inlined) code.
luly81
2007-12-13
1
-53
/
+157
*
slight fixup from issue 225
ted.mielczarek
2007-12-03
1
-1
/
+1
*
Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...
ted.mielczarek
2007-11-20
1
-54
/
+88
*
The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so
mmentovai
2007-11-13
1
-3
/
+3
*
Issue 221 - HTTPUpload::SendRequest should provide error code or error descri...
ted.mielczarek
2007-11-02
2
-2
/
+10
*
Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me
mmentovai
2007-09-28
7
-13
/
+648
*
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 208: Reviewer waylonis
ladderbreaker
2007-09-19
1
-1
/
+5
*
Issue 199: Reviewed by Waylonis
ladderbreaker
2007-08-17
1
-3
/
+6
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-1
/
+8
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-7
/
+9
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-11
/
+13
*
Solaris port of minidump generator. Port by Alfred Peng. r=me
mmentovai
2007-08-07
6
-0
/
+453
*
Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 ...
ted.mielczarek
2007-07-02
1
-1
/
+2
*
issue 154: reviewed by Waylonis
ladderbreaker
2007-06-06
1
-2
/
+10
*
Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=br...
ted.mielczarek
2007-06-01
1
-2
/
+4
*
Allow building with -pedantic (#186). r=ted.mielczarek
mmentovai
2007-05-31
1
-1
/
+1
*
Issue 166 - reviewer Waylonis
ladderbreaker
2007-05-09
1
-4
/
+1
*
Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...
ted.mielczarek
2007-05-08
1
-0
/
+5
*
simply fix no newline at end of file
ladderbreaker
2007-05-04
1
-1
/
+1
*
Issue 158: reviewer ladderbreaker
ladderbreaker
2007-05-03
1
-84
/
+22
*
Add md5 implementation into code base to get rid of
luly81
2007-05-03
3
-5
/
+284
*
Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers
ted.mielczarek
2007-05-03
5
-7
/
+187
*
Merge Ted's patch for writing symbols to stdout for linux.
luly81
2007-05-02
2
-8
/
+2
*
Emergency crash fix, tbr=bryner
mmentovai
2007-04-25
1
-1
/
+2
*
c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Dave
mmentovai
2007-04-12
1
-37
/
+37
*
Issue 147 - reviewer Waylonis
ladderbreaker
2007-04-11
1
-10
/
+32
*
Wrong version of swprintf used with VS 2003/7.1 CRT. r=bryner
mmentovai
2007-04-09
1
-0
/
+9
*
Revert previous patch, see google-breakpad-dev
mmentovai
2007-04-05
1
-1
/
+0
*
Fix temp file leak. Patch by Thomas Thiriez. r=me
mmentovai
2007-04-05
1
-0
/
+1
*
Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).
mmentovai
2007-04-04
4
-23
/
+20
*
Discard age field in the dumped symbol file.
luly81
2007-04-04
1
-1
/
+1
*
Issue 147 - reviewer Waylonis
ladderbreaker
2007-04-03
1
-0
/
+3
*
Issue 146 - reviewer Waylonis
ladderbreaker
2007-04-02
2
-45
/
+76
[next]