Commit Graph

353 Commits (a3bfd668aa98c13911c81f829f1e620a5f713022)

Author SHA1 Message Date
orbiter 66ec8b63c1 added a httpd access tracker:
18 years ago
karlchenofhell 8bff810d19 - fixed logging output of serverMemory.request()
18 years ago
karlchenofhell f05ca43780 - the wiki-parser works for remote wiki-code now, not displaying links anymore as if they were local (ViewProfile comment)
18 years ago
karlchenofhell 30c3d909b1 - fixed charset problem in ConfigProfil_p.html (use accept-charset="UTF-8" in forms)
18 years ago
theli e1a5babff1 *) Logging GUI handler: line-size is now set to max-size if max-size was exceeded
18 years ago
(no author) 94cc9f05f5 *) Improvements for restart via update wrapper
18 years ago
orbiter 33ad0c8246 added a web structure computation and logging:
18 years ago
karlchenofhell baa9402b97 - wiki-parser is now configurable via the config setting wikiParser.class which holds the class-name for the parser to use
18 years ago
karlchenofhell 601fc7d1c5 - added source to J7Zip-modifed.jar and it's license (changelog is still to come)
18 years ago
karlchenofhell 0a64047081 - plasmaParserDocument can process subdocuments now (other archive-parsers may want to use this method)
18 years ago
theli b30e64daab *) passing homepath to serverLog.configureLogging
18 years ago
orbiter b3f97b5c38 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3735 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell 086239da36 - added servlet: remote crawler queue overview
18 years ago
orbiter 2fa8b50e54 reverting svn 3691+3692
18 years ago
orbiter 22a0e9f117 more timeout-control
18 years ago
orbiter 24db55a541 added timeout for httpd-sockets during read
18 years ago
orbiter 7f56c8d4aa fixed some seed selection details
18 years ago
theli 0b5fc3c28c *) moving date functions to serverDate class
18 years ago
rramthun d6811ac243 *) Moving tar.jar from libx to lib
18 years ago
theli 469583ea80 *) new interface class. should be implemented by the updater to allow communication between the updater and yacy
18 years ago
theli 7c902996b5 *) changes required for the uploaderWrapper
18 years ago
orbiter 595ee10468 fixed datatabase inconsistency bugs
18 years ago
orbiter 7a7a1c7c29 fight against problems with remove-methods and synchronization
18 years ago
(no author) 6186185775 *) Moved some comments to javadoc
18 years ago
orbiter fcdf000fbc bugfix for http://www.yacy-forum.de/viewtopic.php?p=33838#33838
18 years ago
orbiter ba2c307ab3 optimized memory allocation in kelondroRow.Entry
18 years ago
orbiter a5d668c0c6 added speed-buttons for easy performance setting
18 years ago
orbiter d755a8026d - better OOM protection
18 years ago
orbiter 5d5e6ebfcc fix for http://www.yacy-forum.de/viewtopic.php?p=32631#32631
18 years ago
orbiter 51e12049fa third generation of R/W head path optimization
18 years ago
karlchenofhell 6fbe31425a - some code-cleanup (no more syntax-warnings here)
18 years ago
orbiter dc0c06e43d PLEASE MAKE A BACK-UP OF YOUR COMPLETE DATA DIRECTORY BEFORE USING THIS
18 years ago
karlchenofhell c016fcb10f - added streaming-support to CrawlURLFetchStack_p servlet
18 years ago
orbiter 1f1f398bfa enhanced speed of RAM cache flush by factor 20 (twenty times faster)
18 years ago
orbiter 7673f0869b minor enhancements
18 years ago
orbiter fcc11391a8 some redesign attempts because sorting of lastseen does not work correctly
18 years ago
orbiter 306c50ac40 QPM (queries per minute) statistic stub
18 years ago
orbiter 7598e1243e removed unused variables/imports
18 years ago
allo 98cb777e18 abstract wikiCode in putWiki
18 years ago
karlchenofhell 15f0334cd3 - fixed IllegalThreadStateException in LogParser
18 years ago
hydrox 814a09a0ed *) reversed r3250 and parts of r3252 (nanotime() is an java1.5 function)
18 years ago
hydrox f7623f5d24 *) added missing measuring points for Parser-Runtime
18 years ago
karlchenofhell 5d540b219e - LogalizerHandler skips interfaces again
18 years ago
allo e1fb3550ab fix for profile
18 years ago
hydrox 6faf9b70b7 *) LogParserPLASMA now counts its total runtime.
18 years ago
hydrox e5f854bc37 *) added LogalizerHandler-settings to yacy.logging.
18 years ago
karlchenofhell 77b73aa7a8 - log-entries 'Indexed' are parsed correctly now
18 years ago
karlchenofhell 71112b1fe6 - added LogStatistics_p.html servlet based on the logalizer (indexing values not functional yet due to charset/regex problems)
18 years ago
allo 0c81bd39d4 XSS-safe put as default.
18 years ago
karlchenofhell bdda9e802f - added some commented string constants to ease use of the result-table
18 years ago
karlchenofhell 4dce5ec261 - if mem is too low but former GCs helped, the word-cache limit is only decreased now, if a subsequent GC doesn't
18 years ago
hydrox c27e88104c *) getResults() should now work and compile properly with Java 1.4
18 years ago
hydrox a2fb54afff *) Quickfix for http://www.yacy-forum.de/viewtopic.php?p=29973#29973 getResults() used a java 1.5 function (Output is temporally disabled until a sulution with 1.4 functions is implemented)
18 years ago
hydrox 3acd90033c *) added functions to get results from log-parsers (not documented yet)
18 years ago
karlchenofhell 0336480a3e - the maxMemory-fix for the Sun JVM 1.4.2 wrongly also applied to 1.6, thx to NN
18 years ago
allo 6ff8359b98 possibility to use anonther bindPort than the externally reachable port.
18 years ago
karlchenofhell d6eb699e8e - fix for last commit (didn't know that the paragraph sign has an UTF-8-specific location)
18 years ago
karlchenofhell 41bc31d2c2 - ConfigAdvanced_p => XHTML (no invalid IDs)
18 years ago
borg-0300 a4f63d187d better map2string and NullPointer fix
18 years ago
borg-0300 05d0464377 only do 16 checks if "address" starts with "172.";
18 years ago
rramthun 1a525710c1 *) cursor jumps now to searchbox on searchpages again
18 years ago
karlchenofhell 52abbd4131 - fix for wrong public IP if no hostname was set and IP was from range 192.168.*.*
18 years ago
hydrox 2c69cc969a *) more special chars removed
18 years ago
hydrox ebb42906f8 *) removed special characters
18 years ago
theli 954db729db *) Bugfix for ArrayIndexOutOfBoundsException during SSL detection
18 years ago
orbiter ceb9e3aa17 - enhanced parser: collection of audio, video, image and application links
18 years ago
hydrox f442af956c *) first version of build-in logalizer
18 years ago
(no author) 24ac4e8860 Bugfix to "-UNRESOLVED_PATTERN- bei Hostname-Änderung" (http://www.yacy-forum.de/viewtopic.php?t=3093)
18 years ago
orbiter ba967c4875 - bugfixes and debug code
18 years ago
orbiter 114a76a86e - added flag to urlhash that shows that domain is a local domain
18 years ago
theli 5e57e0814d *) new soap function to display log
18 years ago
orbiter f21ede312e bugfixes for internals of database organization
18 years ago
orbiter 2a9d868f6d - removed object cache from kelondroTree
18 years ago
orbiter 278d8c3c7e - more asserts
18 years ago
orbiter 2d3f1a53fd handling of Missing byte-order mark exception
18 years ago
allo c35793fb46 fix for last commit
18 years ago
allo a831c83025 create servletProperties, with the servlet specific funktions from serverObjects
18 years ago
theli df49724f28 *) better error handling for seed upload - test download - problems
18 years ago
theli 5b114249ce *) Bugfix for ViewLog problem with multiline logging messages
18 years ago
theli de5e233766 *) Bugfix for GuiHandler sorting problem
18 years ago
theli fd94aa4bef *) Bugfix for IndexOutOfBound in GuiHandler
18 years ago
orbiter 2bb529cedb added peer tags for peers in robinson mode
18 years ago
orbiter f25f61d9d3 documentation of compile problem. See
18 years ago
orbiter db294687ea enhanced logging
18 years ago
theli f17ce28b6d *) plasmaHTCache:
18 years ago
theli 8b2ceddb91 *) Displaying servere and warning logging messages in different colors on ViewLog_p.html
18 years ago
orbiter df1629b05a - code cleanup
18 years ago
theli 813a8a8179 *) migration of mimeTypeParser to jmimemagic 0.1
18 years ago
allo b0a4fcce8c fix from theli
18 years ago
theli b6c7b91582 *) Parser now throws an ParserException instead of returning null on parsing errors (e.g. needed by snippet fetcher)
18 years ago
orbiter e03427871e enhanced surftipps:
18 years ago
theli cc667b0aa5 *) htmlFilterContentScraper.java: adding support for link tag
18 years ago
orbiter f453c14b5d removed unreacheable catch blocks and unused imports
18 years ago
theli ad7f600f25 *) Bugfix. re-enabling inheritance of serverCharBuffer from writer class
18 years ago
theli 97d2a08ef1 *) restructuring needed to support parsing of documents using various charsets
18 years ago
orbiter 3aac5b26da - added automatic tag generation when a web page from the search results is added
18 years ago
theli 0e84a969d6 *) Bugfix for serverCharBuffer read from file operation
18 years ago
theli 90ef19d778 *) first version of a serverCharBuffer
18 years ago
orbiter 1b48473bc5 bugfix to utf8 recognition
18 years ago
orbiter 90f7241b59 serverByteBuffer.trim() can now recognize utf-8 characters
18 years ago