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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Trim unintentional whitespace and fix style nits
thestig@chromium.org
2014-03-18
1
-9
/
+9
*
Fixing compiler warnings:
ivan.penkov@gmail.com
2014-02-28
5
-9
/
+9
*
Initialize file descriptors to -1, not 0, in MachoWalker.
mark@chromium.org
2014-02-26
1
-2
/
+2
*
Update GTM and enable -Wundef and strict C++11 flags.
dmaclach
2014-02-26
6
-101
/
+51
*
Fixup breakpad compile for Xcode 5.1 iOS release
dmaclach
2014-02-24
4
-9
/
+9
*
Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.
dmaclach
2014-02-18
7
-25
/
+29
*
When the Breakpad.h header gets compiled by standard C compilers
dmaclach
2014-02-18
3
-6
/
+15
*
Make Linux ExceptionHandler::HandleSignal public
ted.mielczarek@gmail.com
2014-02-05
1
-1
/
+3
*
Create a new tool to upload Mac system library symbols.
rsesek@chromium.org
2014-02-03
6
-0
/
+815
*
Support statically-linked libcurl for HTTP uploads in Linux
mattdr.breakpad@gmail.com
2014-01-29
1
-1
/
+11
*
Windows: Fix 64-bit compitation of crash_generation_app.
thestig@chromium.org
2014-01-21
1
-7
/
+1
*
Fix missing semi-colons from r1267.
thestig@chromium.org
2014-01-17
1
-3
/
+3
*
Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...
cdn@chromium.org
2014-01-17
5
-260
/
+262
*
Fix VS project generation for the crash generation app.
cdn@chromium.org
2014-01-17
1
-0
/
+3
*
Submitting on bahalf of Michele Aiello.
ivan.penkov@gmail.com
2014-01-13
1
-2
/
+3
*
Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.
blundell@chromium.org
2014-01-13
4
-9
/
+33
*
Don't do work inside assert(). Ever.
mark@chromium.org
2014-01-10
2
-32
/
+26
*
Fix #include order from r1268.
mark@chromium.org
2014-01-10
1
-2
/
+2
*
Fix compilation with macos-target=10.9
ted.mielczarek@gmail.com
2014-01-03
1
-0
/
+2
*
Windows: Fix remaining level 4 warnings.
thestig@chromium.org
2013-12-18
2
-4
/
+6
*
Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...
thestig@chromium.org
2013-12-18
2
-1
/
+19
*
Switch scoped_ptr.h to a compatible google3 implementation.
thestig@chromium.org
2013-12-18
1
-209
/
+278
*
Fix warnings from the Windows build.
thestig@chromium.org
2013-12-17
1
-2
/
+10
*
Run svn propdel svn:executable on source code files.
thestig@chromium.org
2013-12-17
4
-0
/
+0
*
Fix error r1258.
thestig@chromium.org
2013-12-17
1
-12
/
+14
*
Making the Mac build of crash_report work again after the last SVN sync. This...
ivan.penkov@gmail.com
2013-12-17
2
-1
/
+27
*
Fix gcc vs clang cpuid.h discrepency.
thestig@chromium.org
2013-12-14
1
-1
/
+4
*
Misc Android-related fixes.
digit@chromium.org
2013-12-13
2
-4
/
+15
*
Expose the ability to supply additional user streams in the windows dump gene...
cdn@chromium.org
2013-12-12
2
-5
/
+57
*
Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.
altse@chromium.org
2013-12-12
5
-89
/
+5
*
Add -[BreakpadController resetConfiguration] for iOS.
blundell@chromium.org
2013-12-12
2
-4
/
+15
*
disable unittests under ASAN that use memory crashes
vapier@chromium.org
2013-12-11
3
-5
/
+39
*
Address additional comments from r1248. Fix the register to check and fix som...
thestig@chromium.org
2013-12-10
1
-5
/
+5
*
Conditionalize use of <cpuid.h> header
mcgrathr@chromium.org
2013-12-10
1
-1
/
+4
*
Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-mode
ted.mielczarek@gmail.com
2013-12-10
1
-0
/
+5
*
check for and enable Large File Support automatically
vapier@chromium.org
2013-12-10
1
-0
/
+6
*
Fix Windows release build error due to unreferenced variables.
thestig@chromium.org
2013-12-09
1
-22
/
+15
*
Add MMX detection when getting registers in Linux.
thestig@chromium.org
2013-12-09
1
-2
/
+11
*
Back out r1244
mark@chromium.org
2013-12-09
1
-1
/
+11
*
Switch armv7 setting to arm_version==7.
mark@chromium.org
2013-12-08
1
-6
/
+6
*
Add include guards and avoid redefinition of false/true in convert_UTF.
mark@chromium.org
2013-12-05
2
-0
/
+10
*
Avoid redefinition of global static debug flag and remove unneeded
mark@chromium.org
2013-12-05
1
-11
/
+1
*
Do not read CFI section when not outputing CFI information.
qsr@chromium.org
2013-12-04
1
-10
/
+14
*
Fix unused method warning.
ivan.penkov@gmail.com
2013-12-03
1
-0
/
+2
*
Fixing several instances of wrong printf format specifiers.
ivan.penkov@gmail.com
2013-12-03
1
-3
/
+3
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
4
-19
/
+16
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
7
-19
/
+26
*
Re-enable ios_exception_minidump_generator being built on non-ARM.
blundell@chromium.org
2013-12-02
1
-5
/
+9
*
In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...
qsr@chromium.org
2013-11-26
1
-2
/
+1
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
11
-10
/
+1342
[prev]
[next]