summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-23Properly define separate structs for TTCHeader and TTCHeaderVersion1Behdad Esfahbod1-16/+55
2010-04-22Cleanup Extension lookupsBehdad Esfahbod2-53/+33
2010-04-22Add comment re bsearch effect on sanitizeBehdad Esfahbod2-5/+5
2010-04-22CosmeticBehdad Esfahbod2-4/+4
2010-04-22Convert the last set of cast macros to templatesBehdad Esfahbod5-42/+57
2010-04-22Remove unused macroBehdad Esfahbod1-1/+0
2010-04-22Cleanup Extension sanitize()Behdad Esfahbod4-40/+33
2010-04-22Fail sanitize on major version mismatchBehdad Esfahbod3-4/+4
2010-04-22More sanitize cleanupBehdad Esfahbod2-24/+4
2010-04-22Minor cleanup of sanitizeBehdad Esfahbod1-9/+9
2010-04-22Check for (impossible) overflowBehdad Esfahbod1-0/+1
2010-04-22Cleanup ContextFormat3 sanitizeBehdad Esfahbod1-2/+3
2010-04-22Add commentBehdad Esfahbod1-1/+3
2010-04-22MinorBehdad Esfahbod1-1/+1
2010-04-22Remove integrity check in Tag sanitizeBehdad Esfahbod2-10/+1
2010-04-22Don't sanitize raw table dataBehdad Esfahbod1-6/+9
2010-04-22Add comentBehdad Esfahbod1-0/+1
2010-04-22Remove unnecessary castsBehdad Esfahbod1-4/+4
2010-04-22Avoid overflow in TableDirectory sanitizeBehdad Esfahbod1-1/+1
2010-04-22Make casts more explicitBehdad Esfahbod2-4/+4
2010-04-22Make sure semicolon is expected after DEFINE_NULL_DATA()Behdad Esfahbod1-2/+3
2010-04-22Improve Subst/Pos SubTable access and sanitizeBehdad Esfahbod2-4/+4
2010-04-22Simplify Extension offset now that our int types have no alignmentBehdad Esfahbod1-6/+3
2010-04-22Sanitize shallow in Lookup since the generic SubLookup has no methodsBehdad Esfahbod1-1/+1
2010-04-22Watch for overflow in Array sanitizeBehdad Esfahbod2-7/+16
2010-04-22Rename const_sub_array to sub_array since all consts are implicit nowBehdad Esfahbod3-5/+5
2010-04-22CosmeticBehdad Esfahbod1-3/+3
2010-04-22Simplify Lookup sanitizeBehdad Esfahbod1-1/+1
2010-04-22Change header commentBehdad Esfahbod42-42/+42
2010-04-21More cast simplificationBehdad Esfahbod1-3/+3
2010-04-21Rename ConstCharP to CharP (overloaded now)Behdad Esfahbod5-32/+32
2010-04-21Cleanup de-const-casting during sanitizeBehdad Esfahbod4-24/+23
2010-04-21Add more commentsBehdad Esfahbod1-0/+1
2010-04-21Add commentBehdad Esfahbod1-0/+1
2010-04-21Add commentBehdad Esfahbod1-0/+1
2010-04-21Improve commentBehdad Esfahbod1-1/+1
2010-04-21Further simplify IntType struct defsBehdad Esfahbod1-9/+12
2010-04-21Rename const_array() to array() (overloaded)Behdad Esfahbod4-19/+19
2010-04-21Remove ArrayAfter, use StructAfter in placeBehdad Esfahbod1-15/+6
2010-04-21Convert NEXT() and ARRAY_AFTER() macros to templatesBehdad Esfahbod4-29/+47
2010-04-21Use templates for const char * castsBehdad Esfahbod6-56/+56
2010-04-21Const correctnessBehdad Esfahbod2-17/+17
2010-04-21Use templates for defining int typessBehdad Esfahbod2-30/+46
2010-04-21Remove unused macroBehdad Esfahbod1-15/+0
2010-04-21Rename macrosBehdad Esfahbod2-18/+18
2010-04-21MinorBehdad Esfahbod1-6/+6
2010-04-21Move macros aroundBehdad Esfahbod1-60/+62
2010-04-21Remove unused macrosBehdad Esfahbod1-7/+0
2010-04-21GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced from Value...Behdad Esfahbod1-11/+36
2010-04-21WIPBehdad Esfahbod1-21/+81