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
...
*
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
*
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
6
-1
/
+265
*
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
*
Allow dumping live processes on OS X
ted.mielczarek@gmail.com
2010-08-13
4
-2
/
+135
*
Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...
ted.mielczarek@gmail.com
2010-08-13
13
-12
/
+984
*
fix typo in previous commit
ted.mielczarek@gmail.com
2010-08-12
1
-1
/
+1
*
Change exception_handler_test.cc to use Google Test
ted.mielczarek@gmail.com
2010-08-12
3
-48
/
+268
*
Allow passing certificate path to HTTPUpload::SendRequest
ted.mielczarek
2010-08-11
2
-0
/
+5
*
Remove i386 from the set of architectures that the Mac crash_report tool's
mark@chromium.org
2010-08-06
1
-2
/
+0
*
Breakpad uses x86 as the architecture name, not i386. Most tools don't care
mark@chromium.org
2010-08-06
2
-2
/
+9
*
Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...
ted.mielczarek
2010-08-02
1
-28
/
+50
*
review: http://breakpad.appspot.com/139001
dmaclach
2010-07-29
1
-0
/
+1
*
review: http://breakpad.appspot.com/138001
dmaclach
2010-07-29
6
-87
/
+235
*
Review: http://breakpad.appspot.com/137001
dmaclach
2010-07-28
3
-46
/
+55
*
Review: http://breakpad.appspot.com/136001
dmaclach
2010-07-28
5
-205
/
+80
*
Review: http://breakpad.appspot.com/135001
dmaclach
2010-07-27
1
-8
/
+8
*
Fixes up some style nits, and gets us compiling on Leopard again.
dmaclach
2010-07-27
4
-13
/
+6
*
Adding 11 languages to the crash uploader app on the Mac, contributed by the ...
stuart.morgan
2010-07-25
23
-0
/
+58
*
Fix unit tests that have not built since @610
ted.mielczarek
2010-07-23
7
-41
/
+41
*
Separate the "hello" message from the parameter messages in
mark@chromium.org
2010-07-21
1
-2
/
+3
*
Clean up build for 64 bit.
dmaclach
2010-07-19
53
-1032
/
+1739
*
Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...
jimblandy
2010-07-17
3
-7
/
+62
*
Breakpad Linux dumper: Don't map file into memory a second time just to compu...
jimblandy
2010-07-17
1
-1
/
+1
*
Add functionality to read the .gnu_debuglink section and load symbols from a ...
thestig@chromium.org
2010-07-16
3
-86
/
+280
*
Remove duplicate FUNC entries from dump_syms output.
thestig@chromium.org
2010-07-13
5
-34
/
+134
*
Fix a couple of tiny things for GCC pedantry
ted.mielczarek@gmail.com
2010-07-08
2
-2
/
+2
*
Remove some duplicate endianness code.
thestig@chromium.org
2010-07-06
1
-41
/
+40
*
Linux: Skip sections of type SHT_NOBITS when loading symbols.
thestig@chromium.org
2010-07-06
1
-3
/
+10
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
46
-100
/
+129
*
Breakpad DWARF CFI support: Cleanups requested by Neal
ted.mielczarek
2010-06-25
3
-10
/
+24
[prev]
[next]