index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't output FUNC lines for 0-length functions (#139). r=bryner
mmentovai
2007-03-22
1
-0
/
+5
*
issue 134: reduce timeout period for minidump upload : reviwer waylonis
ladderbreaker
2007-03-16
1
-1
/
+5
*
issue 133: Mach-o UUID generation has problems - reviewed by waylonis
ladderbreaker
2007-03-16
1
-6
/
+13
*
Add Linux exception handler.
luly81
2007-03-12
8
-0
/
+1226
*
fixes for issue 129 : reviewed by Waylonis
ladderbreaker
2007-03-09
2
-24
/
+101
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
19
-35
/
+34
*
Change the symbol table parsing so that it will only use symbols that are fro...
waylonis
2007-02-08
1
-4
/
+13
*
Fix bug with mach-o walker not properly walking universal binary (Issue #125)
waylonis
2007-02-07
3
-5
/
+63
*
Only use the segments that contain sections in the identifer calculation.
waylonis
2007-01-31
2
-31
/
+49
*
Changes to support patch #108:
waylonis
2007-01-23
3
-104
/
+134
*
Library to handle SymSrv integration (#111). r=bryner
mmentovai
2007-01-18
2
-0
/
+54
*
Add classes to: walk mach-o files, look for identifiers, and return a 16 byte...
waylonis
2007-01-11
6
-0
/
+919
*
Added method to allow adding a file's contents directly. Fixes issue #105.
waylonis
2007-01-04
2
-12
/
+31
*
Allows the caller of CrashReportSender::SendCrashReport() to determine that
incrementalist
2007-01-03
2
-3
/
+16
*
Fix UTF32ToUTF16Char() conversion. Fixes issue #99. Reviewed by bryner.
waylonis
2006-12-20
1
-2
/
+2
*
Add Mac string utilities. Reviewed by mmentovai. Fixes issue #98.
waylonis
2006-12-19
2
-0
/
+132
*
Add Mac dump_syms tool and support class. Fixes issue #73.
waylonis
2006-12-19
2
-0
/
+875
*
Change function declarations to match those of the header file. Amazingly, g...
waylonis
2006-12-15
1
-12
/
+12
*
Add unicode.org UTF-8/16/32 conversion code.
waylonis
2006-12-15
4
-0
/
+895
*
Changed files_ to be a Dictionary.
waylonis
2006-12-14
2
-9
/
+9
*
Add the HTTP uploading class for Mac.
waylonis
2006-12-14
2
-0
/
+236
*
Fix capitalization of identifiers (#94). r=bryner
mmentovai
2006-12-12
1
-2
/
+6
*
Add an abstract interface to SourceLineResolver, and allow any implementation
bryner
2006-12-11
1
-1
/
+1
*
This patch fixes Airbag issue #44.
incrementalist
2006-12-08
2
-6
/
+76
*
symupload parameters don't match processor expectations (#91). r=bryner
mmentovai
2006-12-06
6
-59
/
+136
*
Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovai
bryner
2006-11-27
1
-3
/
+7
*
Support GUID-less PDBs (#77). r=bryner
mmentovai
2006-11-21
2
-19
/
+120
*
Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).
mmentovai
2006-11-15
4
-12
/
+167
*
Symbol file should contain module GUID at beginning (#66). r=bryner
mmentovai
2006-11-06
2
-13
/
+73
*
Disable exception handling warnings in Windows client code (#38).
mmentovai
2006-10-27
2
-0
/
+9
*
Support building with WIN32_LEAN_AND_MEAN (#60)
mmentovai
2006-10-26
6
-13
/
+114
*
Fix minor style problems (#58). r=bryner
mmentovai
2006-10-25
1
-1
/
+1
*
Update comments to reflect HTTPS support, r=mark.
bryner
2006-10-23
1
-2
/
+2
*
Add PUBLIC support to SourceLineResolver (resolve function names in Windows
mmentovai
2006-10-20
1
-1
/
+1
*
Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.
mmentovai
2006-10-20
2
-19
/
+334
*
Improvements for Windows client/tool-side code. r=bryner
mmentovai
2006-10-19
1
-7
/
+23
*
Implement a tool to upload symbols on Windows, given an exe or dll file with
bryner
2006-10-16
4
-0
/
+831