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
/
client
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
1
-1
/
+1
*
Allow the Mac and iOS Breakpad clients to build without exceptions when the C...
mark@chromium.org
2012-12-11
2
-3
/
+29
*
Explicitly include unistd.h for getpagesize().
mark@chromium.org
2012-12-07
1
-0
/
+1
*
Update dump_syms to correctly filter on cpu subtype.
qsr@chromium.org
2012-10-04
1
-3
/
+5
*
Fix an analyzer warning due to value assigned but not used.
kenbongort@gmail.com
2012-10-03
1
-2
/
+0
*
Add custom implementation of NXGetArchInfoXXX to allow adding new arch.
qsr@chromium.org
2012-10-03
1
-0
/
+12
*
Fix a bunch of small nits.
thestig@chromium.org
2012-09-26
1
-52
/
+50
*
Turn on more warnings in ios / mac projects.
qsr@chromium.org
2012-09-21
3
-18
/
+25
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
1
-42
/
+3
*
Getting context information from the kernel when catching a SIGABRT on iOS.
qsr@chromium.org
2012-08-20
4
-9
/
+39
*
Ignore -Wdeprecated-declarations for bootstrap_create_service in
mark@chromium.org
2012-07-23
1
-0
/
+3
*
Add a filter callback to CrashGenerationServer on mac
ted.mielczarek
2012-07-20
3
-10
/
+76
*
Fix compilation for iOS on XCode 4.5
qsr@chromium.org
2012-07-09
2
-2
/
+1
*
Change #imports that should have been #includes to #include.
mark@chromium.org
2012-07-02
1
-6
/
+6
*
Remove 1 static initializer.
mark@chromium.org
2012-07-02
1
-1
/
+0
*
Fix uploader so that it send the guid to the server.
qsr@chromium.org
2012-06-06
1
-0
/
+1
*
Increase kMinidumpFileLengthLimit from 800000 to 2MB.
mark@chromium.org
2012-05-15
1
-1
/
+1
*
Unprotect the allocator before trying to create a minidump from a signal.
qsr@chromium.org
2012-05-14
1
-5
/
+13
*
Bits necessary to send the reports along with the minidumps.
mark@chromium.org
2012-05-11
1
-5
/
+10
*
Fix one more -Wnull-conversion warning.
mark@chromium.org
2012-03-30
1
-1
/
+2
*
Fix -Wnull-conversion warnings in breakpad.
mark@chromium.org
2012-03-30
2
-2
/
+2
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
1
-7
/
+9
*
Change iOS implementation to not use exc_server
qsr@chromium.org
2012-03-09
1
-86
/
+89
*
Add SIGABRT handler for mac and iOS.
qsr@chromium.org
2012-03-09
3
-10
/
+90
*
Removing breakpad_exc_server and all references.
qsr@chromium.org
2012-03-08
3
-2085
/
+2
*
Correct various compilation warnings.
qsr@chromium.org
2012-03-07
2
-14
/
+16
*
Send uptime as milliseconds for Mac and iOS.
qsr@chromium.org
2012-03-02
2
-6
/
+10
*
Move away from the 10.4 SDK.
mark@chromium.org
2012-02-21
1
-3
/
+0
*
Funnel all bootstrap_register calls through a routine that doesn't care that
mark@chromium.org
2012-02-21
3
-9
/
+29
*
Creating minidump for uncaught exception on iOS.
qsr@chromium.org
2012-02-14
1
-4
/
+12
*
createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)
mark@chromium.org
2012-02-09
1
-45
/
+4
*
Fix clang warning about format string.
mark@chromium.org
2012-02-09
1
-1
/
+1
*
NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.
mark@chromium.org
2012-02-06
1
-8
/
+9
*
Fix several clang warnings in breakpad.
mark@chromium.org
2012-01-26
2
-4
/
+4
*
Create a static library to use Breakpad on iOS.
qsr@chromium.org
2011-11-23
6
-80
/
+26
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
4
-118
/
+48
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
2
-17
/
+16
*
Add an API to Breakpad to upload custom file to the crash server.
qsr@chromium.org
2011-11-16
3
-106
/
+138
*
Fix several error-case leaks on the Mac found by clang analysis
stuartmorgan
2011-11-14
2
-2
/
+8
*
Add mach_vm_deallocate to the set of function not available on iOS5.
qsr@chromium.org
2011-10-24
1
-0
/
+1
*
Do not use mach_vm.h on iOS.
qsr@chromium.org
2011-10-24
5
-15
/
+56
*
Allow to retrieve id of a module from memory instead of going to disk for iOS.
qsr@chromium.org
2011-10-20
2
-7
/
+25
*
Breakpad implementation for ios.
qsr@chromium.org
2011-10-12
1
-0
/
+6
*
Remove duplicate definition of GTMLoggerDebug.
mark@chromium.org
2011-10-11
1
-3
/
+0
*
Adding missing method.
qsr@chromium.org
2011-10-11
1
-0
/
+5
*
#include BreakpadDefines.h as "BreakpadDefines.h" and not
mark@chromium.org
2011-10-11
1
-1
/
+1
*
Extract constants from Breakpad.h.
qsr@chromium.org
2011-10-11
9
-65
/
+98
*
Handle ios dump.
qsr@chromium.org
2011-10-11
1
-0
/
+4
*
Extract the uploader process from crash_report_sender
qsr@chromium.org
2011-10-10
5
-570
/
+695
*
Extracting the config file class from the Inspector to be able to reuse it.
qsr@chromium.org
2011-10-10
5
-224
/
+325
[next]