aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-1/+1
* Allow Linux dumper to work on PTRACE-hardened kernelsted.mielczarek2010-08-272-0/+69
* Clean up old glog code and move deps to new reference in third_party.jessicag.feedback@gmail.com2010-08-191-1/+1
* When done with crash-dumping, we need to terminate the application. Callingthestig@chromium.org2010-08-171-8/+20
* remove trailing comma that makes gcc -pedantic unhappyted.mielczarek2010-08-161-1/+1
* Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com2010-08-165-13/+31
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-162-0/+8
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-143-31/+293
* Miscellaneous improvements to minidump-2-core.thestig@chromium.org2010-08-141-0/+74
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-134-2/+135
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-1310-7/+920
* fix typo in previous committed.mielczarek@gmail.com2010-08-121-1/+1
* Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com2010-08-123-48/+268
* Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...ted.mielczarek2010-08-021-28/+50
* review: http://breakpad.appspot.com/139001dmaclach2010-07-291-0/+1
* review: http://breakpad.appspot.com/138001dmaclach2010-07-292-67/+35
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-282-44/+53
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-284-199/+74
* Review: http://breakpad.appspot.com/135001dmaclach2010-07-271-8/+8
* Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan2010-07-2523-0/+58
* Separate the "hello" message from the parameter messages inmark@chromium.org2010-07-211-2/+3
* Clean up build for 64 bit.dmaclach2010-07-1921-513/+1365
* Convert files in .nib format to .xib format.mark@chromium.org2010-06-239-168/+4056
* Remove LOG statements from linux utilities so there's no dependency on log li...nealsid2010-05-271-2/+4
* Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...ted.mielczarek2010-05-192-16/+6
* Patch from Vitaly to remove synchronization and make exception handling code ...nealsid2010-05-181-3/+1
* Changed two files end-line to make it work better with GYP. They were DOS (CR...hansl@google.com2010-05-142-111/+111
* Added a death test for the pure virtual function call.hansl@google.com2010-05-133-8/+174
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-1211-399/+793
* Changes to fix build warnings on newer versions of GCC, and a fix to not try ...nealsid2010-05-103-2/+20
* Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc...hansl@google.com2010-05-053-0/+484
* Replacing solutions with gyp files. Moving tests for windows clients in unitt...hansl@google.com2010-05-0318-1320/+1822
* Fix dependency on Visual C++ 9 introduced by revision 557.nealsid2010-04-291-1/+1
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-292-12/+37
* Patch from Zhurun to fix build breaks in gcc 4.4.1nealsid2010-04-261-1/+3
* [ Mistakenly committed older version of patch. This is the right one. ]jimblandy2010-03-291-3/+3
* Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.jimblandy2010-03-292-10/+19
* Fix HandleInvalidParameter to provide a locally created exception record for ...siggi@chromium.org2010-03-261-3/+23
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-0211-83/+290
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-099-9/+9
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-0510-40/+878
* Move file_id.cc from test_src to lib_srcnealsid2010-01-121-3/+3
* Make Mac comment and email text field placeholders localizable. r=nealsidstuart.morgan2010-01-012-0/+6
* Add email mapping for Socorro. r=nealsidstuart.morgan2010-01-011-2/+2
* fix compilation on 64-bit, followup from issue 357ted.mielczarek2009-12-231-0/+3
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-235-20/+105
* Fix build break for 64-bit compilation.nealsid2009-12-171-1/+1
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-162-4/+36
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-3/+3
* Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ...ted.mielczarek2009-12-141-0/+15