aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some build warningsnealsid2009-12-102-2/+2
* remove trailing comma from enum definition to make it compile with -pedanticted.mielczarek2009-12-031-1/+1
* remove empty file, leftover from r384ted.mielczarek2009-12-031-0/+0
* Upstreaming several patches from Chrome:nealsid2009-12-014-13/+19
* Forward exceptions in child processes to Apple's Crash Reporternealsid2009-11-181-0/+3
* Always export catch_exception_raise.mmentovai2009-11-111-1/+4
* Allow the Breakpad Mac framework to be built without -fexceptions.mmentovai2009-10-151-51/+45
* Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...ted.mielczarek2009-09-302-18/+5
* New uploader for Linux with unit tests, and gflags/glog librariesnealsid2009-09-293-9/+161
* Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.mmentovai2009-09-281-6/+8
* A better makefile for building the Linux client.nealsid2009-09-182-45/+51
* Fix text field resizing for 10.5+ SDKstuartmorgan2009-08-281-1/+4
* Merge of Breakpad Chrome Linux forknealsid2009-08-1720-2194/+2687
* Fix an INVALIDATE_ITERATOR defect reported by Coverity.nealsid2009-07-301-5/+5
* Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...nealsid2009-07-281-0/+151
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-2112-52/+287
* Integration test for Windows exception handler/minidump generation.nealsid2009-07-173-0/+440
* The symbol files necessary for the processor to walk stacks on Linux that hav...nealsid2009-06-252-0/+6
* Fix for crashs generation test app to not deadlocknealsid2009-06-221-1/+2
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-128-11/+38
* Fix for generating dumps on-demand to set the requesting thread to the curren...nealsid2009-06-121-1/+1
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-038-95/+481