- b3673d1 Issue 224 - add Tell method to Minidump class. r=mento by ted.mielczarek · 17 years ago
- e8eafaa slight fixup from issue 225 by ted.mielczarek · 17 years ago
- 4139a40 fix Mac build by adding stackwalker_amd64.cc to project by ladderbreaker · 17 years ago
- 68b4798 Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz <ajschult@verizon.net>, r=Liu Li by ted.mielczarek · 17 years ago
- f0a0774 Fix compile bustage from issue 221 by ted.mielczarek · 17 years ago
- 299c816 Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEXT_X86 by luly81 · 17 years ago
- bbd9b47 The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so by mmentovai · 17 years ago
- feff0b3 Issue 221 - HTTPUpload::SendRequest should provide error code or error description to callers. r=Liu Li by ted.mielczarek · 17 years ago
- 8eb7111 Issue 196 - Breakpad processor support for x86-64. r=mento by ted.mielczarek · 17 years ago
- 11e180c Fix warning regarding initialization order compared to definition order by mmentovai · 17 years ago
- d732add Issue 222 - processor fails if an entry in the ModuleList is bad. r=mento by ted.mielczarek · 17 years ago
- f4021f0 Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvain by mmentovai · 17 years ago
- e47d3a6 Remove assertion for a variable that doesn't exist. Patch by Alfred Peng by mmentovai · 17 years ago
- 56d93f4 Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>. by mmentovai · 17 years ago
- a100421 fix crash_report build due to link error by ladderbreaker · 17 years ago
- d7d6c74 Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patch by mmentovai · 17 years ago
- 657a6c4 Assertion in CrashReportSender (windows) when no checkpoint file is desired by mmentovai · 17 years ago
- 68004c8 Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me by mmentovai · 17 years ago
- f2fa084 Fix compiler warning C4245: signed/unsigned mismatch when converting between by mmentovai · 17 years ago
- 13f0b26 Update EXTRA_DIST for packaging. by mmentovai · 17 years ago
- ea2bba9 Add SPARC/Solaris support to client handler and processor (#201, 200). by mmentovai · 17 years ago
- 278946c Fix crash reason switching to allow proper behavior for Linux. Spotted by by mmentovai · 17 years ago
- 0e6f5c9 Allow Breakpad processor library to build on Solaris with the native Sun by mmentovai · 17 years ago
- 7e2b64f Fix license boilerplate on these two files. Apparently these were missed by mmentovai · 17 years ago
- 28c645f Silences warning C4701: local variable 'claimed_size' may be used with out by bryner · 17 years ago
- 48309a2 Issue 208: Reviewer waylonis by ladderbreaker · 17 years ago
- 30dfc3d Issue 208: Reviewer waylonis by ladderbreaker · 17 years ago
- 649967c Issue 209: Reviewer waylonis by ladderbreaker · 17 years ago
- 99b36ba Adds the ability to designate a folder with sym files in it that will be used for symbol matching by dmaclach · 17 years ago
- d792274 Issue203 : reviewed by Waylonis by ladderbreaker · 17 years ago
- 69d2422 Issue 202: reviewed by Waylonis by ladderbreaker · 17 years ago
- 9982e65 Issue 199: Reviewed by Waylonis by ladderbreaker · 17 years ago
- 6a3f879 Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lucas Eckels. r=me by mmentovai · 17 years ago
- 70c7438 Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
- 8597ff9 Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
- 7d8a79b Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
- 8aef89f Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
- 9abfe3d Solaris port of minidump generator. Port by Alfred Peng. r=me by mmentovai · 17 years ago
- b62d014 Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento by ted.mielczarek · 17 years ago
- 8408a20 issue 151 - Crash when processing file names less than 4 bytes. r=me by ted.mielczarek · 17 years ago
- 43a81da issue 194: reviewed by waylonis by ladderbreaker · 17 years ago
- 3c07b28 These should be int to allow them to be ORed together. Ted, please review. by mmentovai · 17 years ago
- 6a844b1 Allow finer control over installed handler types (#193). r=ted.mielczarek by mmentovai · 17 years ago
- 1260067 Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoulos, r=me by ted.mielczarek · 17 years ago
- fb6be7c Add an API to pass exception information into the handler (#192). by mmentovai · 17 years ago
- bd7b425 Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 bit overflow). r=Liu Li by ted.mielczarek · 17 years ago
- b5c78cc issue 185 - Need constants / stringification for Linux exception codes. r=mento by ted.mielczarek · 17 years ago
- 21d58c7 Issue 182: linux handler doesn't have sigcontext if called from a previous signal handler. r=mento / Liu Li by ted.mielczarek · 17 years ago
- 2e86dfe issue 154: reviewed by Waylonis by ladderbreaker · 17 years ago
- 684649a Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=bryner by ted.mielczarek · 17 years ago
- f68536a Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_generator. r=Liu Li by ted.mielczarek · 17 years ago
- 3114dc8 C++ file gets a C++ comment by mmentovai · 17 years ago
- 2e0e223 Allow building with -pedantic (#186). r=ted.mielczarek by mmentovai · 17 years ago
- e96a791 Check allocation and array sizes in minidump.cc (#12). r=bryner by mmentovai · 17 years ago
- 46b6080 Updated test data from Issue 143 by ted.mielczarek · 17 years ago
- 90e050e Issue 143 - MinidumpProcessor should extract number of processors. r=mento by ted.mielczarek · 17 years ago
- 0e94332 Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mento by ted.mielczarek · 17 years ago
- 6ed453a Processor can attempt processing all threads even when interrupted (#177). by mmentovai · 17 years ago
- 32b802d Provide for logging initialization routines (#179). r=bryner by mmentovai · 17 years ago
- 1ef60aa Fix bustage introduced in [172] by mmentovai · 17 years ago
- cb449c6 Fixup crashreport tool on the mac by dmaclach · 17 years ago
- 026b28e issue 167: reviewed by Benjamin Smedberg by ladderbreaker · 17 years ago
- fabb871 Strengthen range checks in minidump.cc (#173). r=bryner by mmentovai · 17 years ago
- 65571f1 Add logging to minidump processor (#82). Part 2: add messages to the rest of by mmentovai · 17 years ago
- 08c8c4d Add an optional per-day limit to the number of crash reports sent. The state by bryner · 17 years ago
- 32d4064 - Add const keyword / casting to supress more stringient compiler warnings by waylonis · 17 years ago
- af3c43f Add logging to minidump processor (#82). First part: logging infrastructure by mmentovai · 17 years ago
- 95be2b6 Issue 168 - Output debug file and debug identifier in minidump_stackwalk machine-readable output. r=mento by ted.mielczarek · 17 years ago
- 822ead1 Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento by ted.mielczarek · 18 years ago
- b86e7ec Issue 162 - handle pure virtual function calls in VC++. r=mento by ted.mielczarek · 18 years ago
- b44d391 Fixing comment about cpuid vendor_id by ted.mielczarek · 18 years ago
- 8deb7b7 Issue 166 - reviewer Waylonis by ladderbreaker · 18 years ago
- 436801f Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=me by mmentovai · 18 years ago
- 0e668e0 Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp, r=Chris Rogers by ted.mielczarek · 18 years ago
- 980f6dc Extraneous newline in format string by ted.mielczarek · 18 years ago
- 3d55532 Issue 161: reviewer Waylonis by ladderbreaker · 18 years ago
- 0c70be6 Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + update XCode project by ted.mielczarek · 18 years ago
- 40a5c0f simply fix no newline at end of file by ladderbreaker · 18 years ago
- 663b790 oops, committed accidentally by ted.mielczarek · 18 years ago
- 9a3263a Issue 160 - Reviewer Chris Rogers by ted.mielczarek · 18 years ago
- 9be806e missed header renames from Issue 152 by ted.mielczarek · 18 years ago
- 1fa8046 Issue 158: reviewer ladderbreaker by ladderbreaker · 18 years ago
- 265726e Add md5 implementation into code base to get rid of openssl dependency. by luly81 · 18 years ago
- 255bbe9 Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers by ted.mielczarek · 18 years ago
- de2fd15 Issue 159: reviewer Waylonis by ladderbreaker · 18 years ago
- c455a76 Issue 159: reviewer Waylonis by ladderbreaker · 18 years ago
- e219ba1 Merge Ted's patch for writing symbols to stdout for linux. by luly81 · 18 years ago
- 3c27dcc Minidump without context crashes the processor (#153). r=bryner by mmentovai · 18 years ago
- 329e6a9 Emergency crash fix, tbr=bryner by mmentovai · 18 years ago
- b63740b Truncated Windows/x86 stacks when using FPO. Add stack scanning to recover by mmentovai · 18 years ago
- 1d4ce0a c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Dave by mmentovai · 18 years ago
- e9017f3 Issue 147 - reviewer Waylonis by ladderbreaker · 18 years ago
- 29789d8 Wrong version of swprintf used with VS 2003/7.1 CRT. r=bryner by mmentovai · 18 years ago
- 375931a Revert previous patch, see google-breakpad-dev by mmentovai · 18 years ago
- fe60ba9 Fix temp file leak. Patch by Thomas Thiriez. r=me by mmentovai · 18 years ago
- 30fc9ce Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). by mmentovai · 18 years ago
- 8258402 Discard age field in the dumped symbol file. by luly81 · 18 years ago
- e2abee6 Issue 147 - reviewer Waylonis by ladderbreaker · 18 years ago
- aa870d0 Issue 146 - reviewer Waylonis by ladderbreaker · 18 years ago
- 1de8bed Windows http_upload should allow response without Content-Length header (#144). by mmentovai · 18 years ago