aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Don't make MmapWrapper's destructor assertted.mielczarek@gmail.com2013-01-181-1/+0
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-217-38/+38
* Fix a bunch of small nits.thestig@chromium.org2012-09-261-1/+1
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-173-32/+36
* Use sys_fstat64 on Androidted.mielczarek@gmail.com2012-09-101-4/+1
* Fix Breakpad unit tests build for Android.digit@chromium.org2012-08-232-0/+5
* Improve Android supportdigit@chromium.org2012-08-212-10/+0
* Prepending file names with "src/" in #include directives is undesirable.ivan.penkov@gmail.com2012-08-061-1/+1
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-032-112/+67
* Remove some linux libc calls from client library.digit@chromium.org2012-08-011-0/+228
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-242-1/+41
* Rework dump_symbols.cc using templates and traits classes to handle cross-wor...ted.mielczarek2012-07-185-253/+371
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-183-104/+204
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-023-7/+11
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2819-159/+176
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-242-0/+12
* Fix crash_generator error messageted.mielczarek2012-04-111-1/+4
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-032-2/+9
* Remove static initializer in linux/guid_creator.cc.qsr@chromium.org2012-03-081-8/+16
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-232-7/+53
* Change some functions in linux_libc_support.h to use intmax_t instead of int.ted.mielczarek2012-01-271-2/+2
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-193-3/+7
* Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated.benchan@chromium.org2012-01-112-11/+43
* Build LinuxLibcSupportTest and make it pass.thestig@chromium.org2012-01-111-2/+6
* Add utilities for processing Linux core dump files.benchan@chromium.org2012-01-076-23/+890
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-214-3/+210
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-165-22/+386
* Correct compilation warning.qsr@chromium.org2011-11-231-6/+6
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-202-11/+108
* Minor formatting fix following r865.mark@chromium.org2011-10-111-2/+2
* More fixes following r862.mark@chromium.org2011-10-111-6/+6
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-143-15/+23
* issue 243 - Linux dumper should use build id produced by ld --build-id if ava...ted.mielczarek2011-08-305-96/+260
* Fix libcurl include in http_upload (trivial, no bug)ted.mielczarek2011-08-301-2/+1
* Remove curl/types.h include, since this header has been deprecated for a long...ted.mielczarek2011-07-211-1/+0
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-067-83/+796
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-064-5/+710
* Propagate failure if http uploads fail with http error codes.kmixter@chromium.org2010-12-081-0/+3
* Add specific curl headers to facilitate building on Ubuntu Lucid nealsid2010-11-172-5/+2
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-0/+4
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-232-283/+0
* Fix compilation of file_id_unittest.thestig@chromium.org2010-09-161-5/+5
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-153-2951/+2
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-3/+3
* Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org2010-08-272-25/+123
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-141-0/+18
* Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek2010-08-112-0/+5
* Breakpad Linux dumper: Don't map file into memory a second time just to compu...jimblandy2010-07-171-1/+1
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-162-82/+272
* Remove some duplicate endianness code.thestig@chromium.org2010-07-061-41/+40