aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-1313-12/+984
* Add protobuf external reference to third_party.jessicag.feedback@gmail.com2010-08-130-0/+0
* Update readme and fix glog properties.jessicag.feedback2010-08-131-0/+41
* Add glog external reference to third party.jessicag.feedback@gmail.com2010-08-130-0/+0
* 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
* Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek2010-08-112-0/+5
* Remove i386 from the set of architectures that the Mac crash_report tool'smark@chromium.org2010-08-061-2/+0
* Breakpad uses x86 as the architecture name, not i386. Most tools don't caremark@chromium.org2010-08-062-2/+9
* 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-296-87/+235
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-283-46/+55
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-285-205/+80
* Review: http://breakpad.appspot.com/135001dmaclach2010-07-271-8/+8
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-274-13/+6
* Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan2010-07-2523-0/+58
* Fix unit tests that have not built since @610ted.mielczarek2010-07-237-41/+41
* Separate the "hello" message from the parameter messages inmark@chromium.org2010-07-211-2/+3
* Clean up build for 64 bit.dmaclach2010-07-1953-1032/+1739
* Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...jimblandy2010-07-173-7/+62
* 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-163-86/+280
* Remove duplicate FUNC entries from dump_syms output.thestig@chromium.org2010-07-135-34/+134
* Fix a couple of tiny things for GCC pedantryted.mielczarek@gmail.com2010-07-082-2/+2
* Remove some duplicate endianness code.thestig@chromium.org2010-07-061-41/+40
* Linux: Skip sections of type SHT_NOBITS when loading symbols.thestig@chromium.org2010-07-061-3/+10
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-2546-100/+129
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-253-10/+24
* Breakpad Linux symbol dumper: Remove unneeded objects from test executablested.mielczarek2010-06-251-4/+0
* Breakpad CFI parser: Add unit tests to XCode project.ted.mielczarek2010-06-251-10/+1385
* Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...ted.mielczarek2010-06-251-2/+2
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-255-1236/+640
* Breakpad DWARF support: Stop #including unneeded headers.ted.mielczarek2010-06-251-2/+0
* Breakpad DWARF support: Check for DWARF line info under Mac OS X section names.ted.mielczarek2010-06-251-0/+4
* Breakpad Mac dumper: Change the dumper to be more C++-ish.ted.mielczarek2010-06-251-45/+32
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-2511-31/+3306
* Convert files in .nib format to .xib format.mark@chromium.org2010-06-239-168/+4056
* Add codereview.settings so we can use gcl.thestig@chromium.org2010-06-191-0/+5
* Fix test breakage caused by my last checkin :-(nealsid2010-06-044-4/+4
* Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid2010-06-042-1/+28
* Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...ted.mielczarek2010-06-031-0/+1
* Remove LOG statements from linux utilities so there's no dependency on log li...nealsid2010-05-273-26/+33
* 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
* Updated binaries to use a statically linked CRTnealsid2010-05-182-0/+0
* Delete svn:executable from the DEPS file. Hans has a badly configured client ...thestig@chromium.org2010-05-181-0/+0
* Changed two files end-line to make it work better with GYP. They were DOS (CR...hansl@google.com2010-05-142-111/+111
* Fix for uninitialized variable in basic_source_line_resolver.ccnealsid2010-05-131-1/+1
* Added a death test for the pure virtual function call.hansl@google.com2010-05-133-8/+174