11
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 24 hours ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for parsing XESAM xml-language. More... about 15 years ago
Do not call mkstemp here, it makes no sense and always returns a failure, because it expects the passed template to end on 'XXXXXX' More... about 15 years ago
Fix issue, that the width and height of certain JPG files are not shown. The patch has been written by Szczepan Hołyszewski. More... about 15 years ago
Always read the image size of the JPEG from the header, as an available EXIF information does not assure that the image size is stored. More... about 15 years ago
Fix building without clucene: ELSE->ELSEIF
mghansen256
as Michael Georg Hansen
More... about 15 years ago
Fix crash due to file format being unrecognized. More... about 15 years ago
Fail gracefully when encountering a malformed archive More... about 15 years ago
SVN_SILENT: logging framework compilation fix More... about 15 years ago
fixed previous commit More... about 15 years ago
fixed warnings found by tittiatcoke More... about 15 years ago
added missing CLucene1 cmake finder More... about 15 years ago
new cluceneng backend More... about 15 years ago
Increase the allowed LZMA dictionary size limit to fit the actual sizes encountered "in the wild" More... about 15 years ago
SVN_CILENT: Cleanup More... about 15 years ago
Check compressed stream type in all cases More... about 15 years ago
Added checkHeader static function to GZipInputStream to bring it in line with other compressed streams More... about 15 years ago
Fix crash due to improper GZipInputStream use More... about 15 years ago
Not require java if ENABLE_REGENERATEXSD is OFF More... about 15 years ago
Solaris compilation fix Patch by tropikhajma More... about 15 years ago
SVN_SILENT: Removed duplicate #includes More... about 15 years ago
Hopefully this fixes compilation in Solaris using both sunstudio compiler and gcc Patch by Thorsten Hirsch More... about 15 years ago
Consider the standard CMAKE_LIBRARY_PATH option value when searching for CLucene More... about 15 years ago
Fixed a nasty overflow when decoding quoted-printable encoded e-mail headers. BUG: 248047 More... about 15 years ago
Add a very simple logging framework More... about 15 years ago
Do not return Ok if there is not enough data left to read. More... over 15 years ago
reinclude config.h for large file support More... over 15 years ago
-Wmissing-include-dirs More... over 15 years ago
pkgconfig doesn't exist for Windows, no need to look for it in this case. More... over 15 years ago
UsePkgConfig is also deprecated (and useless here) More... over 15 years ago
Fix FindFFMPEG. Previously, cmake was setting _COMPONENT_FOUND true even if the headers weren't found. The new version should work much better. The deprecated 'pkgconfig' was also replaced. More... over 15 years ago