11
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Typos More... over 14 years ago
Add more mimetypes to the cpp analyzer. More... over 14 years ago
Improve cpp analyzer. More... over 14 years ago
Fix crash due to deep nesting of calls. More... over 14 years ago
The sizeof(wchar_t) is either, 4, or 2, or something else, not 4, then 2 or something else. More... over 14 years ago
Save one allocation in the use of BZip2InputStream. More... over 14 years ago
Save one allocation in the use of GZipInputstream. More... over 14 years ago
Prevent assertion failure in gconv.c: assert (outbuf != NULL && *outbuf != NULL) which happens when len == 0, so no buffer is allocated. Instead of making sure that there is always a buffer we just do nothing at all if len == 0, which should be simpler and faster. CCMAIL: [email protected], [email protected] More... over 14 years ago
Spelling: I am pretty sure that Bebop is a jazz style, Bebob is not More... over 14 years ago
Increase version number to 0.7.1. More... over 14 years ago
Fix unit test testScanWithUnreadableDir. More... over 14 years ago
Add unit test for handling directories that are not readable More... over 14 years ago
Always define _REENTRANT for libxml2 in strigi, since this build failure has also been reported on Ubuntu Karmic. More... over 14 years ago
in find_library() and find_paths(), use HINTS and not PATHS to locate stuff. now finding stuff using pkg-config can really work. More... over 14 years ago
use the CLUCENE_MIN_VERSION variable in the "missing CLucene" message so it stays consistent with the other messages about CLucene. More... over 14 years ago
Another go at solving the Snow Leopard compilation issue. More... over 14 years ago
Fix the build on OSX. libxml2 wrongly assumes that _REENTRANT will be set, for multithreading capable systems, and enables thread safety conditionally on that. This is a well known problem, the solution is to define _REENTRANT ourselves. Not pretty, but it works. More... over 14 years ago
Add test for a thread safety in libxml2. More... over 14 years ago
Fix race issue that limits performance. More... over 14 years ago
Add some extra includes required when trying to port to the active CLucene branch. More... over 14 years ago
CLucene 0.9.20 contains serious bugs that cause crashes, so we require 0.9.21. More... over 14 years ago
Fix compilation for Windows. Including 'unistd.h' does not work. Added 'direct.h' for mkdir support on Windows. More... over 14 years ago
on windows mkdir takes only one argument More... over 14 years ago
Add license. More... over 14 years ago
Fix crash: check if a child() actually exists before using it. More... over 14 years ago
Only use one thread in deepfind to keep the paths printed in a nice order. More... over 14 years ago
Fix uninitialized values for non-existant file. More... over 14 years ago
Fix abort on corrupt tar file. More... over 14 years ago
Add test setup with directories needed. More... over 14 years ago
optimizegraphics: Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4". Reduced disk space: 10144KB (9MB) More... over 14 years ago