Commit Graph

13 Commits (2f181d0027e31c61435e321a1d709a359ca3c1cf)

Author SHA1 Message Date
orbiter 11983bc936 redesigned some parts of the parser entry point:
15 years ago
orbiter 24e5faee75 added exif parsing for jpg images
15 years ago
lotus 85ca96227f fix for re-enable parser
15 years ago
orbiter 69c29acb6e no exception thread dump if parser cannot parse becuase that mime-type/extension is in the deny-set
15 years ago
orbiter 56e0d9bd01 - testings with image parser
15 years ago
orbiter fbd24c2d84 integrated the torrent parser
15 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
15 years ago
orbiter d2938c44a1 - added bmp parser to the document parsers
15 years ago
orbiter 1a146b0d73 added a patch to ignore bad mime-ignore patterns
15 years ago
orbiter 9b6762ec2e - added a csv "comma separated values" parser to parse OAI-PMH sources from
15 years ago
orbiter 52470d0de4 - fix for xls parser
15 years ago
orbiter 26fafd85a5 - more refactoring
15 years ago
orbiter 3528b970d6 - refactoring
15 years ago