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
*
Support statically-linked libcurl for HTTP uploads in Linux
mattdr.breakpad@gmail.com
2014-01-29
1
-1
/
+11
*
Fix missing semi-colons from r1267.
thestig@chromium.org
2014-01-17
1
-3
/
+3
*
Windows: Fix remaining level 4 warnings.
thestig@chromium.org
2013-12-18
1
-3
/
+5
*
Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...
thestig@chromium.org
2013-12-18
1
-0
/
+17
*
Switch scoped_ptr.h to a compatible google3 implementation.
thestig@chromium.org
2013-12-18
1
-209
/
+278
*
Misc Android-related fixes.
digit@chromium.org
2013-12-13
2
-4
/
+15
*
Add include guards and avoid redefinition of false/true in convert_UTF.
mark@chromium.org
2013-12-05
2
-0
/
+10
*
Do not read CFI section when not outputing CFI information.
qsr@chromium.org
2013-12-04
1
-10
/
+14
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
1
-16
/
+13
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
3
-10
/
+20
*
Switch to scoped_array instead of inappropriate scoped_ptr.
jessicag.feedback
2013-10-28
1
-1
/
+1
*
Support symbol dumping for ARMV8 iOS apps.
qsr@chromium.org
2013-10-15
2
-0
/
+37
*
In NonAllocatingMap, remove asserts around key/value length.
rsesek@chromium.org
2013-10-01
2
-15
/
+0
*
Fix the Android/MIPS build.
digit@chromium.org
2013-09-25
2
-0
/
+55
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
6
-6
/
+115
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
4
-9
/
+38
*
Fix build on Android.
mark@chromium.org
2013-06-28
1
-0
/
+5
*
Eliminate redundant initialization following r1188,
mark@chromium.org
2013-06-20
1
-2
/
+1
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
2
-11
/
+17
*
Thanks to Matthew Riley who noticed this issue and provided the initial propo...
ivan.penkov@gmail.com
2013-05-23
2
-12
/
+36
*
Use std::vector with a custom allocator wrapping PageAllocator for wasteful_v...
ted.mielczarek@gmail.com
2013-05-17
1
-70
/
+29
*
Always read CFI section, even when not outputing CFI information.
qsr@chromium.org
2013-05-16
1
-8
/
+6
*
Fix following r1175: the section name is __debug_info, not .debug_info.
mark@chromium.org
2013-05-09
1
-1
/
+1
*
Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...
thestig@chromium.org
2013-05-08
1
-0
/
+2
*
Fix mac dump_syms after r1163.
thestig@chromium.org
2013-05-08
2
-15
/
+31
*
NULL-check the entry in NonAllocatingMap before setting on it.
rsesek@chromium.org
2013-05-08
2
-5
/
+10
*
Fix GetLoadingAddress() to work for Native Client executables
mark@chromium.org
2013-05-06
1
-4
/
+6
*
Add explicit OMAP support to dump_syms.
chrisha@chromium.org
2013-05-01
9
-47
/
+1588
*
Fixing a clang warning.
ivan.penkov@gmail.com
2013-04-25
1
-1
/
+3
*
Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule.
thestig@chromium.org
2013-04-24
2
-13
/
+13
*
Add an option to not handle DWARF inter-compilation unit references in Linux ...
thestig@chromium.org
2013-04-24
6
-119
/
+280
*
Fix Clang warning regarding null pointer argument.
ivan.penkov@gmail.com
2013-04-24
1
-1
/
+3
*
Rewrite SimpleStringDictionary with NonAllocatingMap.
rsesek@chromium.org
2013-04-24
4
-287
/
+367
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
4
-0
/
+151
*
Get SimpleStringDictionary compiling on Linux.
rsesek@chromium.org
2013-04-19
1
-5
/
+7
*
Move SimpleStringDictionary from common/mac/ to just common/.
rsesek@chromium.org
2013-04-18
3
-35
/
+249
*
Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...
thestig@chromium.org
2013-04-10
4
-8
/
+49
*
Remove auto_ptr usage in Breakpad. Also fix some lint errors.
thestig@chromium.org
2013-04-09
1
-9
/
+11
*
Try to find a build-id through PT_NOTE program headers
ted.mielczarek@gmail.com
2013-04-04
4
-10
/
+138
*
Support generic Elf notes, with unit tests
ted.mielczarek@gmail.com
2013-04-04
4
-27
/
+63
*
Refactor BasicElf synth_elf unitest
ted.mielczarek@gmail.com
2013-04-04
3
-7
/
+183
*
Refactor file_id_unittest
ted.mielczarek@gmail.com
2013-03-29
1
-102
/
+35
*
Add tests for section headers in synth_elf unittest
ted.mielczarek@gmail.com
2013-03-29
1
-0
/
+24
*
Refactor BasicElf synth_elf unitest
ted.mielczarek@gmail.com
2013-03-29
1
-49
/
+23
*
Defer adding sections until ELF::Finish in synth_elf
ted.mielczarek@gmail.com
2013-03-29
2
-6
/
+33
*
Provide a ReadSymbolData API for Mac dump_syms
ted.mielczarek@gmail.com
2013-03-06
2
-5
/
+29
*
Allow building symbol dumping without STABS support
ted.mielczarek@gmail.com
2013-03-06
1
-0
/
+8
*
Allow reading just CFI data when reading symbols
ted.mielczarek@gmail.com
2013-03-06
9
-175
/
+247
*
Minor Android fixup for symbol dumping code
ted.mielczarek@gmail.com
2013-03-06
1
-4
/
+9
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
19
-180
/
+180
[next]