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
...
*
Fix compiler warning C4245: signed/unsigned mismatch when converting between
mmentovai
2007-09-28
1
-1
/
+2
*
Add SPARC/Solaris support to client handler and processor (#201, 200).
mmentovai
2007-09-26
15
-40
/
+1023
*
Fix crash reason switching to allow proper behavior for Linux. Spotted by
mmentovai
2007-09-26
1
-1
/
+2
*
Allow Breakpad processor library to build on Solaris with the native Sun
mmentovai
2007-09-26
8
-4
/
+44
*
Fix license boilerplate on these two files. Apparently these were missed
mmentovai
2007-09-26
2
-20
/
+50
*
Silences warning C4701: local variable 'claimed_size' may be used with out
bryner
2007-09-20
1
-1
/
+1
*
Issue 208: Reviewer waylonis
ladderbreaker
2007-09-19
1
-1
/
+5
*
Issue 208: Reviewer waylonis
ladderbreaker
2007-09-19
1
-14
/
+52
*
Issue 209: Reviewer waylonis
ladderbreaker
2007-09-19
1
-1
/
+1
*
Adds the ability to designate a folder with sym files in it that will be used...
dmaclach
2007-09-15
4
-12
/
+101
*
Issue203 : reviewed by Waylonis
ladderbreaker
2007-08-29
1
-7
/
+24
*
Issue 202: reviewed by Waylonis
ladderbreaker
2007-08-27
3
-0
/
+207
*
Issue 199: Reviewed by Waylonis
ladderbreaker
2007-08-17
1
-3
/
+6
*
Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu...
mmentovai
2007-08-17
1
-0
/
+6
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-10
/
+63
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-1
/
+8
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-7
/
+9
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-11
/
+13
*
Solaris port of minidump generator. Port by Alfred Peng. r=me
mmentovai
2007-08-07
17
-1
/
+2317
*
Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento
ted.mielczarek
2007-07-05
2
-3
/
+3
*
issue 151 - Crash when processing file names less than 4 bytes. r=me
ted.mielczarek
2007-07-05
1
-2
/
+3
*
issue 194: reviewed by waylonis
ladderbreaker
2007-07-03
1
-2
/
+3
*
These should be int to allow them to be ORed together. Ted, please review.
mmentovai
2007-07-02
2
-3
/
+3
*
Allow finer control over installed handler types (#193). r=ted.mielczarek
mmentovai
2007-07-02
3
-28
/
+53
*
Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoul...
ted.mielczarek
2007-07-02
2
-2
/
+1
*
Add an API to pass exception information into the handler (#192).
mmentovai
2007-07-02
2
-1
/
+9
*
Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 ...
ted.mielczarek
2007-07-02
1
-1
/
+2
*
issue 185 - Need constants / stringification for Linux exception codes. r=mento
ted.mielczarek
2007-06-11
2
-1
/
+140
*
Issue 182: linux handler doesn't have sigcontext if called from a previous si...
ted.mielczarek
2007-06-11
7
-25
/
+87
*
issue 154: reviewed by Waylonis
ladderbreaker
2007-06-06
1
-2
/
+10
*
Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=br...
ted.mielczarek
2007-06-01
1
-2
/
+4
*
Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_genera...
ted.mielczarek
2007-05-31
1
-1
/
+30
*
C++ file gets a C++ comment
mmentovai
2007-05-31
1
-1
/
+1
*
Allow building with -pedantic (#186). r=ted.mielczarek
mmentovai
2007-05-31
10
-63
/
+191
*
Check allocation and array sizes in minidump.cc (#12). r=bryner
mmentovai
2007-05-31
2
-17
/
+152
*
Updated test data from Issue 143
ted.mielczarek
2007-05-30
2
-1
/
+2
*
Issue 143 - MinidumpProcessor should extract number of processors. r=mento
ted.mielczarek
2007-05-30
3
-3
/
+18
*
Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mento
ted.mielczarek
2007-05-29
1
-1
/
+2
*
Processor can attempt processing all threads even when interrupted (#177).
mmentovai
2007-05-25
1
-3
/
+9
*
Provide for logging initialization routines (#179). r=bryner
mmentovai
2007-05-25
11
-15
/
+61
*
Fix bustage introduced in [172]
mmentovai
2007-05-25
1
-0
/
+2
*
Fixup crashreport tool on the mac
dmaclach
2007-05-24
1
-0
/
+4
*
issue 167: reviewed by Benjamin Smedberg
ladderbreaker
2007-05-22
1
-32
/
+96
*
Strengthen range checks in minidump.cc (#173). r=bryner
mmentovai
2007-05-21
1
-22
/
+38
*
Add logging to minidump processor (#82). Part 2: add messages to the rest of
mmentovai
2007-05-21
15
-53
/
+221
*
Add an optional per-day limit to the number of crash reports sent. The state
bryner
2007-05-21
2
-10
/
+125
*
- Add const keyword / casting to supress more stringient compiler warnings
waylonis
2007-05-19
5
-17
/
+20
*
Add logging to minidump processor (#82). First part: logging infrastructure
mmentovai
2007-05-17
5
-154
/
+948
*
Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach...
ted.mielczarek
2007-05-16
2
-15
/
+20
*
Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento
ted.mielczarek
2007-05-11
1
-0
/
+29
[prev]
[next]