leftmenu converted to mark down
corrected left menu for Git
added baseURL
corrected left menu for Git
Added support for parameter crawltime - used for limiting max time spent
Fixed crash when no defautt masks were used.
Released as 0.28
Released as 0.27
ctags file added to ignorelist
added support for log=reject, must have feature for link-extracting web crawler.
Fixed few typos in manual, added cnf-immediate section,
Add support for timeunits in delay parameter.
localstore null renamed to none
don't end processing at q= mask directive, don't set rejected URL priority
Added support for \ escaping & and , in options. can be used in URL masks
Updated TODO.
Fixed crash in nullstore.
util now supports java.util.regexps too
removed unused function findString
Updated TODO
Print error about bad timeunit to stderr instead of stdout
Rename distribution jar to scloader.jar
fix index out of range crash during strip server
Compress distribution ZIP with AdvanceZIP
Initial import of Smart Cache Loader 0.27 branch from CVS.
location.ANY changed to location.ANYTHING, added comments for explaining
constants NAME VERSION COPYRIGHT renamed to PROG_NAME, ...
per-location crawl delay added.
released as 0.29
Fixed crash when running without config file, fixed semantic warnings by
fixed JAR created message
activating of localstores fixed
zip file building fully replaced by Maven
We now decoding page text before starting to extract links.
LRU cache engine replaced
Added support for generating docbook documentation on Ubuntu
Fixed jar plugin version
Fix jar:jar task. Current jar plugin has slightly different configuration
Added version to manifest.mf
removed makefiles, will use maven only
Version increased to 0.32
remove .cvsignore
added maven2 build file for compiling and zip making
corrected test for checking objects for update in upd=update. was reversed
included *.xml files + history, todo in generated zip file by maven2
removed unused variable
use type safe HashMap
another version bump to 0.32
distribution content
changed groupID in maven2
fix Makefile for LRUHashtable
retab + encourage users to read manual
Use project basedir not /
improved extracturl doc
oops, forgot to remove debug print
remove $CVS$ tags from imported source
release as 0.31
corrected typo in variable name causing lot of smartcache objects not loaded from filesystem.
.cvsignore files removed we are not using CVS anymore
add Makefile to maven2 generated archive
change groupid in pom.xml to be consistent with dmachine
added support for debuging htmlscanner, it can take file argument and parse document from command-line
apend directory name to localstore.toString()
Replacement for LruHashTable
updated .classpath file for Eclipse
remove unused label
htmlscanner converted to use hashmap
version increased to 0.31
visited and referers converted to ConcurrentHashMap
new server options rememberseen/remembervisited.
maven2 now generates correct distribution zip file (except processed SGML docs)
request class renamed to domain
added support for reading .cacheinfo version 4
regenerated .classpath file - just formating changes
repo changed to git
assembly target is :single
write changelog for 0.32
added field comments
argz converted to arraylist
send Host: header in HTTP/1.0 requests
improved field comments
remove unused local variable
added maven plugin versions. retabed
added maven2 build file. We can just make executable jar now, not entire distro.
Fixed handling of high bit characters in page text.
fixed maven assembly descriptor for maven 2.1
request gzip encoded pages from server
merged maven2 build fixes
remove unused imports
Build correct output file name
synchronized logging for not overlaping log messages from different threads
unused imports removed
support spaces in path to smart cache configuration file
make update and size limits long
added serialVersionUID and made compare method type safe
added target (from Maven2) and .settings (from Eclipse) directories to bazaar ignore file
defaultextracturl done
binarysearch in JDK returns <0 on failure
corrected error in docbook xml markup
sizelimit and updatelimit is long in domain class too