Commit Graph

135 Commits (75dfe4098ce17ba853cd690298ce68fd9d04e70d)

Author SHA1 Message Date
orbiter 57d729e377 fix for negative numbers in network statistic 15 years ago
orbiter 5841ee83d3 refactoring 16 years ago
orbiter bea3b99aff moved table and util classes 16 years ago
orbiter 1d8d51075c refactoring: 16 years ago
orbiter 5bb8074150 removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 16 years ago
orbiter ca72ed7526 -removed superfluous crawl cache 16 years ago
orbiter 154bbc3364 code cleanup: call of static methods directly to the class 16 years ago
orbiter 99bf0b8e41 refactoring of plasmaWordIndex: 16 years ago
orbiter c01d6f43e1 - fixed problem with thread dump if no arguments are given 16 years ago
f1ori bde88b684a * splitt off yacyRelease from yacyVersion 16 years ago
orbiter 14a1c33823 refactoring of wordIndex class 16 years ago
orbiter e2e7949feb replaced old PPM computation with a better one that simply sums up events that had been stored in the profiling table. 16 years ago
orbiter efcd95dc37 simplification of (internal) query process / refactoring 16 years ago
orbiter c12bb8a6d0 - refactoring of the http client 16 years ago
orbiter c25c334b75 replaced old DHT transmission method with new method. Many things have changed! some of them: 16 years ago
orbiter 7ee494fde5 more refactoring of kelondro: 16 years ago
orbiter bf93767ec6 refactoring of kelondro database classes 16 years ago
orbiter fc27bf8c4c refactoring of kelondro classes: 16 years ago
lotus 7f4d411c0d npe-fix 17 years ago
orbiter 7860d5d632 fix for bug in seed list management (cause was bad class overloading, only visual effects!) 17 years ago
lotus 603282bcf4 fix for out of bounds exception 17 years ago
orbiter ffed5fc415 fixed problem with lost peers in database 17 years ago
orbiter 6e7d113eac fix for wrong index initialization after network switch 17 years ago
lotus 029e16b653 replaced some put(String, String) by putHTML(String, String) on serverObjects respond 17 years ago
orbiter 0cd0fee546 fixed bug with wrong proxy result enqueueing. See: 17 years ago
orbiter 536e77e8b7 modifications towards a single database operation to read/write http header and cached file at once: 17 years ago
danielr 3bb870bfcd added final where possible 17 years ago
orbiter c3d461d191 - removed superfluous copyright statement 17 years ago
orbiter 3ca98fee42 removed superfluous copyright statement 17 years ago
orbiter a6719dfd2b - refactoring of robots parser 17 years ago
orbiter e81be7d4f2 added many missing user-agent declarations for yacy http client connections. 17 years ago
danielr 7feae906aa - organize imports 17 years ago
orbiter b21598bdd0 - enhanced handling of own IP address inside seed 17 years ago
orbiter 2f381b8d7a - fixed at least two causes for a NPE after a use case switch. 17 years ago
orbiter 11e00a0849 - refactoring of seedURL handling 17 years ago
orbiter cfe6790498 - added option to switch between yacy networks, especially between the two default networks (freeworld and intranet), 17 years ago
orbiter d2ba1fd2ab major step forward to network switching (target is easy switch to intranet or other networks .. and back) 17 years ago
orbiter 202a3adb3e refactoring of HttpClient Writer processes 17 years ago
orbiter c3342e1178 - removed class with only one static method 17 years ago
danielr ab330cfdca Network.html: removed ; from location 17 years ago
danielr 41e9c5723c try to fix shown location (instead of 'Europe/de) JakartaHttpClient/3.') 17 years ago
danielr 5c3c1fdf41 replaced httpc with Apache Jakarta Commons HttpClient (includes some refactoring ;) 17 years ago
orbiter 541b817502 refactoring of switchboard queueing 17 years ago
orbiter 9d693ee635 more generics 17 years ago
fuchsi d517e96714 last cleanup bits to serverDate before the release. only safe refactoring (method renaming) changes outside of serverDate. 17 years ago
orbiter 0eb60cfe6f better handling of seed properties 18 years ago
fuchsi a718858e8b seed.CCOUNT is interpreted as a double value not int 18 years ago
fuchsi 0e1738899f * Complete number localization and provide a more reasonable interface to serverObjects: 18 years ago
fuchsi f717beecb1 - Changed yFormatter handling to be more flexible and produce more readable code for server pages. There are serverObject.putNum() methods to allow adding of number type values in a formatted form, and put() methods for number types that add them without formatting. This reduces the need to transform them into Strings in server pages and removes the HTML encoding step which is unecessary for numbers. 18 years ago
fuchsi 3352474dd8 Remove grouping separator in Network.xml (yacystats will woork without it) and format a few more numbers. 18 years ago