2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 14 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
not. More... over 12 years ago
- parse either argv locations or config file locations - Create only as much workers as needed More... over 12 years ago
Enable argument parsing for supplying test urls More... over 12 years ago
First part of new crawler implementation. Just config file parsing and setting up Pools and workers. Please note that the syntax of crawler.ini has slightly changed in order to provide a more safe parsing mechanism (eval is evil...) More... over 12 years ago
Starting crawler.py from total scratch. More... over 12 years ago
crawler package, ftp and smbc More... over 12 years ago
Preliminary fs_ftp and corresponding tests! Due to f**cking performance of my NAS, I couldn't do specific testing, but if ftputil is available, it shouldn't be much difficult to get it running. More... over 12 years ago
updated documentation More... over 12 years ago
fixed small bug in interpreting ip ranges More... over 12 years ago
Documentation and fixed filename typo More... almost 13 years ago
Cleaning up debugging code, finished. More... almost 13 years ago
Updated analyze and mergeTree to actually cope with all special cases like "share does not exist already" and so on. More... almost 13 years ago
Make all type columns ('polymorphic_identity') contain unicode values to get rid of sqlalchemys warnings about that! More... almost 13 years ago
We definitely should use the minimized version of jQuery. But why do we need it anyway??? More... almost 13 years ago
Code cleanup More... almost 13 years ago
Sorry! Doesn't work that way, when __mapper_args__ is on top of the Column definitions. More... almost 13 years ago
Code cleanup More... almost 13 years ago
Code cleanup! - Moved properties to end of classes - Moved comments to previous lines (more easy to read than behind a line [vertical scrolling]) More... almost 13 years ago
Drastical change to the crawler: It now supports different services per host (each specified by username and password) to workaround Issue 29 More... almost 13 years ago
Cleaned up configuration files to make them use same words for same texts o.O More... almost 13 years ago
switched to iptools library (never import it directly, always use utils.py) More... almost 13 years ago
fix XHTML rendering issues concerning firefox More... almost 13 years ago
fixed a small typo More... almost 13 years ago
bootstrap.sh - a script to build noodle in userspace More... almost 13 years ago
r100-update: replacement of old ip methods with iptools More... almost 13 years ago
git-svn-id: https://noodle-ng.googlecode.com/svn/trunk@98 8aa6f4f4-6411-944d-c798-68ba1b83f409 More... almost 13 years ago
Some comments More... almost 13 years ago
added support for external config file for the crawler included the lib iptools from http://code.google.com/p/python-iptools More... almost 13 years ago
simplified ipToInt(2) and intToIp(2) in utils.py -- ipToInt seems to be wrong More... almost 13 years ago
simplified intToIp method (intToIp2) in utils.py -- please confirm if this is easier to understand More... almost 13 years ago