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
...
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
14
-18
/
+930
*
Added the base exploitability module for windows. This only adds the very bas...
cdn@chromium.org
2010-09-22
9
-32
/
+288
*
Pull in linux_syscall_support.h r3 - remove duplicate ARM code.
thestig@chromium.org
2010-09-21
0
-0
/
+0
*
Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...
erikwright@chromium.org
2010-09-21
8
-589
/
+75
*
Fix CrashGenerationServer to recover from protocol errors and a test for same.
erikwright@chromium.org
2010-09-20
6
-77
/
+442
*
Add StaticMap implementation and unittest to breakpad.
SiyangXie@gmail.com
2010-09-20
7
-0
/
+1072
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-17
5
-8
/
+229
*
Fix ./configure --enable-m32
thestig@chromium.org
2010-09-16
2
-2
/
+4
*
Fix compilation for minidump-2-core.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Actually treat fatal error codes as fatal
nealsid
2010-09-16
1
-2
/
+1
*
Fix compilation of file_id_unittest.
thestig@chromium.org
2010-09-16
1
-5
/
+5
*
Initialize variables that currently may theoretically be used uninitialized
jessicag.feedback@gmail.com
2010-09-16
2
-7
/
+8
*
Add a free() to ExceptionHandlerTest.ChildCrash.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
13
-2964
/
+15
*
Revert revision 658 ('Add glog style logging to symupload').
erikwright@chromium.org
2010-09-15
4
-227
/
+8
*
Fix include paths in breakpad_client.gyp to make the build work
ted.mielczarek
2010-09-15
1
-0
/
+1
*
Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug.
SiyangXie@gmail.com
2010-09-15
2
-1
/
+43
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
4
-7
/
+7
*
Reducing severity of most commonly logged ERRORS.
jessicag.feedback@gmail.com
2010-09-09
2
-12
/
+15
*
Remove proto generated source files from svn.
jessicag.feedback@gmail.com
2010-09-08
3
-4158
/
+2
*
Issue 378 - Don't compile Linux client libraries on non-Linux systems
ted.mielczarek
2010-08-31
10
-8146
/
+8250
*
Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detection
ted.mielczarek
2010-08-31
1
-5
/
+19
*
Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's
mark@chromium.org
2010-08-27
2
-25
/
+123
*
Use <inttypes.h> macros for formatting fixed-width types.
mark@chromium.org
2010-08-27
1
-1
/
+7
*
Adding sytax setting to proto file
jessicag.feedback@gmail.com
2010-08-27
1
-0
/
+2
*
Fix memory leak in BasicSourceLineResolver::UnloadModule
ted.mielczarek
2010-08-27
1
-0
/
+2
*
Allow Linux dumper to work on PTRACE-hardened kernels
ted.mielczarek
2010-08-27
2
-0
/
+69
*
Limit the number of frames we try to walk to prevent runaway processors.
thestig@chromium.org
2010-08-26
2
-2
/
+13
*
Issue 176001: Add package to process_state.proto to prevent name clashes.
jessicag.feedback@gmail.com
2010-08-26
3
-107
/
+119
*
Cleanup: Remove a useless check.
thestig@chromium.org
2010-08-26
1
-8
/
+6
*
Update Makefile.am from r662 (which only updated Makefile.in)
ted.mielczarek
2010-08-25
2
-26
/
+36
*
In on_demand_symbol_supplier, recognize architecture x86 and transform it to
mmentovai
2010-08-25
1
-1
/
+9
*
Breakpad DWARF Reader: Ignore padding at the end of the compilation unit.
jimblandy
2010-08-25
1
-1
/
+5
*
Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>...
jimblandy
2010-08-25
1
-9
/
+5
*
Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.
jimblandy
2010-08-25
2
-4
/
+4
*
Commit issue 140001: fixes for 64-bit build cleanups.
jimblandy
2010-08-25
3
-22
/
+22
*
Adding process_state protobuf and derived C++ files. Included README as well.
jessicag.feedback@gmail.com
2010-08-24
4
-0
/
+4369
*
Patch from CDN to add support for an exploitability engine
nealsid
2010-08-24
7
-10
/
+286
*
Disable cookies in Windows HTTPUpload
ted.mielczarek
2010-08-20
1
-0
/
+1
*
Clean up old glog code and move deps to new reference in third_party.
jessicag.feedback@gmail.com
2010-08-19
6
-2051
/
+1
*
This checkin of the binaries was created by refresh_binaries.bat.
nealsid@gmail.com
2010-08-19
2
-0
/
+26
*
Add glog style logging to symupload
nealsid@gmail.com
2010-08-19
4
-8
/
+227
*
fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest f...
ted.mielczarek
2010-08-18
2
-2
/
+7
*
When done with crash-dumping, we need to terminate the application. Calling
thestig@chromium.org
2010-08-17
1
-8
/
+20
*
remove trailing comma that makes gcc -pedantic unhappy
ted.mielczarek
2010-08-16
1
-1
/
+1
*
Add missing stdint.h include to fix compilation on newer GCC.
ted.mielczarek
2010-08-16
1
-0
/
+1
*
Change ClientInfo into a class to match other platforms, rename the current C...
ted.mielczarek@gmail.com
2010-08-16
5
-13
/
+31
*
Put MachIPC into the google_breakpad namespace
ted.mielczarek@gmail.com
2010-08-16
4
-0
/
+14
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
4
-31
/
+311
*
Miscellaneous improvements to minidump-2-core.
thestig@chromium.org
2010-08-14
2
-72
/
+735
[prev]
[next]