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
...
*
fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJ
ted.mielczarek
2008-10-10
1
-1
/
+1
*
Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...
nealsid
2008-10-08
21
-31
/
+8525
*
Generate Windows full memory dumps as a separate file. Patch by Huan Ren
mmentovai
2008-09-16
1
-7
/
+56
*
Include what you use: include <algorithm> and <string.h> as needed. Patch by
mmentovai
2008-09-15
2
-0
/
+2
*
Log a failure message in case of LOCATE_NOT_FOUND error.
doshimun
2008-07-30
1
-0
/
+6
*
Now we provide our own implementation of the MIG function exc_server, as reco...
nealsid
2008-07-11
4
-0
/
+2083
*
In the destructor of ClientInfo, currently the wait on the clent_crashed_even...
doshimun
2008-06-09
1
-10
/
+10
*
Client process uptime is a very useful metric for crashes. Instead of each cl...
doshimun
2008-06-06
2
-3
/
+42
*
Modified symupload to correctly handle spaces in module names when processing...
nealsid
2008-06-05
1
-3
/
+18
*
Fix the following bug:
doshimun
2008-06-05
1
-1
/
+1
*
Filter out duplicates from the image list when creating a minidump. See issu...
nealsid
2008-06-04
2
-0
/
+13
*
Set the dump thread id and the requesting thread id properties of MDRawBreakp...
doshimun
2008-05-31
1
-5
/
+9
*
Fix to ignore source files that have a text address of 0 in their stabs entry
nealsid
2008-05-19
1
-0
/
+10
*
Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:...
doshimun
2008-05-15
2
-2
/
+2
*
64-bit processor can't handle 32-bit ppc minidumps due to struct padding
mmentovai
2008-05-14
1
-0
/
+7
*
Fix to stop unit tests from being compiled & run for non-native architectures
nealsid
2008-05-08
1
-4
/
+1
*
Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-...
doshimun
2008-05-08
5
-7
/
+16
*
Some style guide compliance changes and changed the prototype of the method t...
doshimun
2008-05-07
4
-21
/
+25
*
Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...
nealsid
2008-05-07
2
-5
/
+4
*
Add a convenience method to CustomClientInfo struct to set both name and valu...
doshimun
2008-05-05
1
-0
/
+5
*
Add a way for the client apps to specify custom information in case of out-of...
doshimun
2008-05-05
10
-25
/
+187
*
Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi...
nealsid
2008-05-05
4
-140
/
+21
*
Style changes
nealsid
2008-04-30
2
-4
/
+3
*
Updated code to be compliant with style guidelines
nealsid
2008-04-29
9
-70
/
+185
*
Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...
nealsid
2008-04-25
12
-157
/
+429
*
Add one more parameter to the ClientDumpRequestCallback in crash generation s...
doshimun
2008-04-17
5
-10
/
+27
*
Fix a bug in start address calculation
nealsid
2008-04-17
1
-1
/
+1
*
As part of resolving issue 256 I'd like to check in some unit
nealsid
2008-04-15
6
-5
/
+426
*
Issue 254: The problem is that nlist() is compiled out of libc in
nealsid
2008-04-12
5
-9
/
+452
*
Add a parameter to CrashGenerationServer to let the callers set the
doshimun
2008-04-12
3
-2
/
+13
*
Some cosmetic/style changes to conform to style guidelines. This time
doshimun
2008-04-08
2
-23
/
+23
*
Fix newlines (#253). rs=ted.mielczarek
mmentovai
2008-04-07
29
-27796
/
+27796
*
Processor crashes on some truncated minidumps after #222. r=ted.mielczarek
mmentovai
2008-04-04
2
-6
/
+13
*
Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...
nealsid
2008-04-04
5
-192
/
+371
*
Minor style changes to comply with Google style guidelines.
doshimun
2008-04-03
4
-34
/
+39
*
issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...
ted.mielczarek
2008-03-18
11
-334
/
+687
*
Issue 245: refactoring minidump_format.h into architecture & platform specifi...
nealsid
2008-03-17
10
-706
/
+1321
*
TO BE REVIEWED.
doshimun@gmail.com
2008-03-11
3
-4
/
+15
*
This changelist contains the changes to the configuration of Visual Studio so...
doshimun@gmail.com
2008-03-10
6
-12
/
+325
*
Overview:
doshimun@gmail.com
2008-03-08
27
-178
/
+4227
*
Use "%" PRIx64 instead of "%llx" for 64-bit portability.
bryner
2008-03-04
1
-2
/
+2
*
Don't redefine __STDC_FORMAT_MACROS if it's already defined. r=mmentovai.
bryner
2008-03-04
1
-0
/
+2
*
Use "%" PRIx64 instead of "%llx" (#241). r=bryner
mmentovai
2008-02-25
5
-83
/
+94
*
issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me
ted.mielczarek
2008-02-24
5
-0
/
+6
*
Use swprintf_s for VC8 or newer. r=mento
ted.mielczarek
2008-02-04
1
-0
/
+4
*
Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...
mmentovai
2008-01-28
3
-12
/
+33
*
Fix issue 235, properly handling included(inlined) code.
luly81
2007-12-13
1
-53
/
+157
*
Issue 224 - add Tell method to Minidump class. r=mento
ted.mielczarek
2007-12-04
1
-0
/
+3
*
slight fixup from issue 225
ted.mielczarek
2007-12-03
1
-1
/
+1
*
fix Mac build by adding stackwalker_amd64.cc to project
ladderbreaker
2007-11-21
1
-0
/
+8
[prev]
[next]