6
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix regarding bug discovered by Andreas Constantinides More... over 15 years ago
grammar fix More... over 15 years ago
added reusage of xml output and removed toprettyxml which has lots and lots of problems (output once stored is not usable any more from any xml parser/reader because it adds whitespaces all over the output just to be more 'human' readable) More... over 15 years ago
Updated documentation More... over 15 years ago
some comments added More... over 15 years ago
minor update More... over 15 years ago
more unicode refactoring More... over 15 years ago
more dump/unicode cleanup More... over 15 years ago
Minor bug fix More... over 15 years ago
minor unimportant update More... over 15 years ago
fixing unicode mess More... over 15 years ago
multi-threading patch More... over 15 years ago
added keepalive module More... over 15 years ago
some comments regarding inference.py More... almost 16 years ago
Minor bug fix in common.py goGoodSamaritan(). Minor code cleanup and adjustments. More... almost 16 years ago
added some more common outputs More... almost 16 years ago
more updates/fixes More... almost 16 years ago
some changes regarding --common-outputs feature More... almost 16 years ago
added kb.cache for storing cached results (e.g. kb.cache.regex for storing compiled regular expressions and kb.cache.md5 for storing precalculated MD5 values during '--users --common-prediction' session) More... almost 16 years ago
Minor fixes More... almost 16 years ago
Added unicode support also to SQLite (2 and 3) connector - see #184. More... almost 16 years ago
Added unicode support also to MSSQL connector - see #184. More... almost 16 years ago
Minor bug fix and adjustment More... almost 16 years ago
This %TEMP% is a mere cause of problems (e.g. --os-cmd in MSSQL the BULK INSERT with '%TEMP%\foo' does not work), stick with C:/WINDOWS/Temp More... almost 16 years ago
Added unicode support also to Oracle connector - see #184. More... almost 16 years ago
Added unicode support also to PostgreSQL connector - see #184. More... almost 16 years ago
More replacements from open() to codecs.open(). conf.dataEncoding has to be used only for non-binary files. More... almost 16 years ago
Minor fix, leave like this More... almost 16 years ago
bug fix (unicode(unicode) results in “TypeError: decoding Unicode is not supported” (http://www.red-mercury.com/blog/eclectic-tech/python-mystery-of-the-day/) More... almost 16 years ago
minor update More... almost 16 years ago