6
I Use This!
High Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Minor bug fix More... almost 16 years ago
Major bug fix in multipartpost and minor adjustments elsewhere More... almost 16 years ago
Adapted and merged in patch to support XML output (-x switch) - still in beta. Minor bug fixes and adjustments. More... almost 16 years ago
Minor bug fixes and code refactoring More... almost 16 years ago
minor fix More... almost 16 years ago
quick fix More... almost 16 years ago
just removing unneded and possible future source of confusion More... almost 16 years ago
removed that "leftover" More... almost 16 years ago
minor refactoring More... almost 16 years ago
more and more fixes More... almost 16 years ago
fix for properly displaying unicode characters to sys.stdout (known python issue) More... almost 16 years ago
str() -> unicode() More... almost 16 years ago
few fixes here and there More... almost 16 years ago
Minor bug fix to parse properly also unicode characters from configuration file More... almost 16 years ago
removing previous fix More... almost 16 years ago
utf8 decoding of program arguments More... almost 16 years ago
Minor bug fix to correctly deal with unicode queries with -d More... almost 16 years ago
some renaming More... almost 16 years ago