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
...
*
Remove a bogus const.
mark@chromium.org
2011-08-10
1
-1
/
+1
*
Fix a typo in r817
ted.mielczarek
2011-07-27
1
-1
/
+1
*
Wean Mac Breakpad off of its OpenSSL libcrypto dependency.
mark@chromium.org
2011-07-27
7
-77
/
+51
*
Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...
ted.mielczarek
2011-07-26
3
-3
/
+6
*
Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar...
ted.mielczarek@gmail.com
2011-07-26
2
-1
/
+22
*
Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client.
jessicag.feedback@gmail.com
2011-07-21
1
-1
/
+1
*
Remove curl/types.h include, since this header has been deprecated for a long...
ted.mielczarek
2011-07-21
1
-1
/
+0
*
Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...
ted.mielczarek
2011-07-07
17
-4129
/
+7
*
Add some unit tests for Linux WriteSymbolFile
ted.mielczarek
2011-07-06
16
-228
/
+958
*
Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...
ted.mielczarek
2011-07-06
6
-7
/
+773
*
Fix an assertion encountered in UntypedMDRVA::Copy().
mmentovai
2011-07-01
1
-0
/
+9
*
Delete OS failing test cases and note failure in relevant .h file.
jessicag.feedback@gmail.com
2011-06-21
2
-36
/
+27
*
Add some headers necessary to build the Linux client code with the Android ND...
ted.mielczarek@gmail.com
2011-05-31
2
-0
/
+3
*
Fix null derefs in x86 dissasembler code.
cdn@chromium.org
2011-05-12
1
-2
/
+2
*
Fix linux-gate handling in LinuxDumper so it gets a valid debug ID
ted.mielczarek
2011-05-06
2
-2
/
+92
*
Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...
vitalybuka@chromium.org
2011-04-26
4
-12
/
+18
*
Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to
mmentovai
2011-04-05
2
-5
/
+68
*
Another attempt at signed / unsigned int resolution for linux minidump writer.
jessicag.feedback@gmail.com
2011-03-30
4
-11
/
+15
*
Adding header files at the request of Chrome.
jessicag.feedback@gmail.com
2011-03-22
1
-0
/
+2
*
Add trusted check
jessicag.feedback@gmail.com
2011-03-22
1
-2
/
+7
*
Issue 417: update unit tests after adding unnamed function detection
jimblandy
2011-03-14
1
-2
/
+2
*
Merge adjacent mappings with the same name into one module in LinuxDumper.
ted.mielczarek
2011-03-14
2
-23
/
+117
*
Protect "std::max", "std::min" against MACROs defined in WinDef.h.
SiyangXie@gmail.com
2011-03-11
1
-3
/
+3
*
Google Breakpad Issue 417: Handle DWARF that omits function names.
jimblandy
2011-03-11
5
-3
/
+48
*
Put PUBLIC lines in Mac symbol files.
ted.mielczarek
2011-03-04
9
-11
/
+270
*
Updating to ints from unsigned ints so -1 will be an acceptable value.
jessicag.feedback@gmail.com
2011-03-03
3
-5
/
+4
*
Fix compiler warning.
jessicag.feedback@gmail.com
2011-03-01
1
-1
/
+4
*
Make programs in src/tools/linux build via the automake build system
ted.mielczarek
2011-02-28
10
-478
/
+1254
*
Fix breakpad compilation on ubuntu 10.10.
mmentovai
2011-02-18
1
-0
/
+1
*
enable writing INFO CODE_ID line in symbol files
ted.mielczarek
2011-02-15
1
-3
/
+1
*
Fix printing of x86_64 registers from minidump_stackwalk
ted.mielczarek
2011-02-14
1
-15
/
+35
*
Fix(part II) for r768 about external item "src/third_party/glog".
SiyangXie@gmail.com
2011-02-02
0
-0
/
+0
*
Fix(part I) for r768 about external item "src/third_party/glog".
SiyangXie@gmail.com
2011-02-02
0
-0
/
+0
*
Update svn:externals property to add glog to correct path.
SiyangXie@gmail.com
2011-02-01
0
-0
/
+0
*
Dump MD_LINUX_MAPS from minidump_dump
ted.mielczarek
2011-01-28
1
-0
/
+4
*
Expose actual instruction from DisassemblerX86
ted.mielczarek
2011-01-26
2
-0
/
+12
*
Rename duplicate argument names to make it compile with CLang.
ted.mielczarek
2011-01-25
1
-8
/
+8
*
Add missing constructor to CPPLanguage class to make it compile with CLang.
ted.mielczarek
2011-01-25
1
-0
/
+1
*
Use a MinidumpCallback to force minidumps on Windows to include memory around...
ted.mielczarek
2011-01-25
3
-3
/
+416
*
Round-trip client/processor unittests for Windows
ted.mielczarek
2011-01-24
4
-4
/
+77
*
Fix some apparently longstanding crash bugs in Stackwalker implementations wh...
ted.mielczarek
2011-01-24
7
-13
/
+75
*
Fix clang warning / miscompile.
mmentovai
2011-01-24
1
-2
/
+2
*
Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in th...
ted.mielczarek
2011-01-19
2
-0
/
+12
*
Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...
ted.mielczarek
2011-01-13
4
-0
/
+400
*
Add structure definitions for the memory info list, as well as some other new...
ted.mielczarek
2011-01-13
1
-2
/
+73
*
Fix compile by adding needed includes.
thestig@chromium.org
2011-01-12
1
-6
/
+11
*
Fix review comment that I missed.
ted.mielczarek
2011-01-11
1
-2
/
+2
*
Make some parts of the processor compile on Win32/MSVC
ted.mielczarek
2011-01-11
4
-5
/
+29
*
Fixing typos that will soon be gyp errors.
thestig@chromium.org
2011-01-11
1
-1
/
+1
*
Make localization resizing of Mac uploader email line more robust. Review URL...
stuart.morgan
2011-01-05
1
-5
/
+18
[prev]
[next]