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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Create a static library to use Breakpad on iOS.
qsr@chromium.org
2011-11-23
9
-9
/
+564
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
8
-133
/
+157
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
12
-43
/
+46
*
Correct bug introduced by last commit: Interface on Breakpad is incorrect.
qsr@chromium.org
2011-11-16
2
-6
/
+8
*
Add an API to Breakpad to upload custom file to the crash server.
qsr@chromium.org
2011-11-16
5
-106
/
+178
*
Fix several error-case leaks on the Mac found by clang analysis
stuartmorgan
2011-11-14
2
-2
/
+8
*
Allow CrashGenerationClient to request that a dump of the parent process be w...
ted.mielczarek
2011-11-11
13
-4
/
+208
*
Correct leak.
qsr@chromium.org
2011-11-10
1
-2
/
+2
*
Fix problem with not NULL terminating mapping name.
kmixter@chromium.org
2011-11-09
1
-1
/
+2
*
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
*
Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessary
mark@chromium.org
2011-10-22
1
-1
/
+1
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
6
-30
/
+127
*
Correct incorrect bounds checking.
qsr@chromium.org
2011-10-20
1
-2
/
+2
*
Allow to retrieve id of a module from memory instead of going to disk for iOS.
qsr@chromium.org
2011-10-20
6
-31
/
+102
*
Fix svn:executable and svn:eol-style properties in src/client/windows.
mark@chromium.org
2011-10-20
16
-0
/
+0
*
Changing declaration order of field to correct compilation warnings.
qsr@chromium.org
2011-10-18
1
-4
/
+4
*
Add includes for unittests that appear to need them.
jessicag.feedback@gmail.com
2011-10-17
5
-4
/
+26
*
Use frame pointer to walk ARM stack on iOS.
qsr@chromium.org
2011-10-17
5
-30
/
+280
*
Breakpad implementation for ios.
qsr@chromium.org
2011-10-12
3
-0
/
+890
*
Handling reading arm executable.
qsr@chromium.org
2011-10-12
1
-0
/
+6
*
Minor formatting fix following r865.
mark@chromium.org
2011-10-11
1
-2
/
+2
*
More fixes following r862.
mark@chromium.org
2011-10-11
1
-6
/
+6
*
Additional fixes following r862.
mark@chromium.org
2011-10-11
2
-31
/
+34
*
Use fixed revisions for svn:externals:
mark@chromium.org
2011-10-11
0
-0
/
+0
*
Remove "using namespace std" from dwarf2reader.h. Using-directives are
mark@chromium.org
2011-10-11
5
-40
/
+41
*
Fix harmless warning in dwarf_cfi_to_module.cc.
mark@chromium.org
2011-10-11
1
-1
/
+1
*
Fix harmless printf abuse in symupload.
mark@chromium.org
2011-10-11
1
-1
/
+2
*
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
5
-1
/
+18
*
Use right header.
qsr@chromium.org
2011-10-10
1
-1
/
+1
*
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
7
-227
/
+328
*
Do not commit user preferences for xcodeproj.
qsr@chromium.org
2011-10-10
0
-0
/
+0
*
Move svn:externals definitions closer to their points of use.
mark@chromium.org
2011-10-07
0
-0
/
+0
*
Update linux-syscall-support (lss) to r7
mark@chromium.org
2011-10-07
0
-0
/
+0
*
#ifdef cpu specific code.
qsr@chromium.org
2011-10-07
6
-9
/
+160
*
10.4 SDK fix
mark@chromium.org
2011-10-06
3
-1
/
+21
*
Adding .dirstamp to svn:ignore for libdisasm.
qsr@chromium.org
2011-10-06
0
-0
/
+0
*
Adding svn:ignore properties for .deps and .dirstamp
qsr@chromium.org
2011-10-06
1
-0
/
+0
*
Address review comments from r843 (http://breakpad.appspot.com/307001)
mark@chromium.org
2011-10-05
4
-15
/
+25
*
Ensure crash reports will be uploaded on the Mac.
mark@chromium.org
2011-10-05
3
-2
/
+74
*
Use a bootstrap subset port for the inspector, tying the subset to the
mark@chromium.org
2011-10-03
1
-10
/
+26
*
Fix some compilation warnings and other errors due to API changes
mark@chromium.org
2011-09-29
3
-18
/
+13
*
Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. This
mark@chromium.org
2011-09-28
1
-23
/
+23
*
Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.strings
mark@chromium.org
2011-09-27
1
-1
/
+1
*
Fix some newlines.
mark@chromium.org
2011-09-27
6
-978
/
+978
[prev]
[next]