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
/
common
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
7
-38
/
+38
*
Fix a bunch of small nits.
thestig@chromium.org
2012-09-26
1
-1
/
+1
*
Make my_str_len/my_itos take uintmax_t
ted.mielczarek@gmail.com
2012-09-17
3
-32
/
+36
*
Use sys_fstat64 on Android
ted.mielczarek@gmail.com
2012-09-10
1
-4
/
+1
*
Fix Breakpad unit tests build for Android.
digit@chromium.org
2012-08-23
2
-0
/
+5
*
Improve Android support
digit@chromium.org
2012-08-21
2
-10
/
+0
*
Prepending file names with "src/" in #include directives is undesirable.
ivan.penkov@gmail.com
2012-08-06
1
-1
/
+1
*
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...
digit@chromium.org
2012-08-03
2
-112
/
+67
*
Remove some linux libc calls from client library.
digit@chromium.org
2012-08-01
1
-0
/
+228
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
2
-1
/
+41
*
Rework dump_symbols.cc using templates and traits classes to handle cross-wor...
ted.mielczarek
2012-07-18
5
-253
/
+371
*
Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}
ted.mielczarek
2012-07-18
3
-104
/
+204
*
Fixing various compiler warnings and applying minor tweaks to allow running of
ivan.penkov@gmail.com
2012-07-02
3
-7
/
+11
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
19
-159
/
+176
*
sym_upload: Show failure if symbol server gives redirect response
mkrebs@chromium.org
2012-05-24
2
-0
/
+12
*
Fix crash_generator error message
ted.mielczarek
2012-04-11
1
-1
/
+4
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
2
-2
/
+9
*
Remove static initializer in linux/guid_creator.cc.
qsr@chromium.org
2012-03-08
1
-8
/
+16
*
Modify CrashGenerator::CreateChildCrash to copy proc files.
benchan@chromium.org
2012-02-23
2
-7
/
+53
*
Change some functions in linux_libc_support.h to use intmax_t instead of int.
ted.mielczarek
2012-01-27
1
-2
/
+2
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
3
-3
/
+7
*
Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated.
benchan@chromium.org
2012-01-11
2
-11
/
+43
*
Build LinuxLibcSupportTest and make it pass.
thestig@chromium.org
2012-01-11
1
-2
/
+6
*
Add utilities for processing Linux core dump files.
benchan@chromium.org
2012-01-07
6
-23
/
+890
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
4
-3
/
+210
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
5
-22
/
+386
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
1
-6
/
+6
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
2
-11
/
+108
*
Minor formatting fix following r865.
mark@chromium.org
2011-10-11
1
-2
/
+2
*
More fixes following r862.
mark@chromium.org
2011-10-11
1
-6
/
+6
*
Linux/Mac: Add option to omit the CFI section in dump_syms.
thestig@chromium.org
2011-09-14
3
-15
/
+23
*
issue 243 - Linux dumper should use build id produced by ld --build-id if ava...
ted.mielczarek
2011-08-30
5
-96
/
+260
*
Fix libcurl include in http_upload (trivial, no bug)
ted.mielczarek
2011-08-30
1
-2
/
+1
*
Remove curl/types.h include, since this header has been deprecated for a long...
ted.mielczarek
2011-07-21
1
-1
/
+0
*
Add some unit tests for Linux WriteSymbolFile
ted.mielczarek
2011-07-06
7
-83
/
+796
*
Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...
ted.mielczarek
2011-07-06
4
-5
/
+710
*
Propagate failure if http uploads fail with http error codes.
kmixter@chromium.org
2010-12-08
1
-0
/
+3
*
Add specific curl headers to facilitate building on Ubuntu Lucid
nealsid
2010-11-17
2
-5
/
+2
*
Add support for building the Linux client code using the Android NDK
ted.mielczarek
2010-10-20
1
-0
/
+4
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
2
-283
/
+0
*
Fix compilation of file_id_unittest.
thestig@chromium.org
2010-09-16
1
-5
/
+5
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
3
-2951
/
+2
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-3
/
+3
*
Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's
mark@chromium.org
2010-08-27
2
-25
/
+123
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
1
-0
/
+18
*
Allow passing certificate path to HTTPUpload::SendRequest
ted.mielczarek
2010-08-11
2
-0
/
+5
*
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
2
-82
/
+272
*
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
[next]