orbiter
3ca8f71cbb
refactoring of dbtest to create separated kelondro sql connector interface
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4042 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
61f93cbf14
some code-cleanup
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4040 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e76e996737
fixed umlaute-problem
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4039 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
4798044708
fixed compile problem with svn 4037
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4038 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
24e25e1141
enhanced SSI server-side support:
...
- SSIs may now refer to servlets, not only files
- calling a servlet, the servlet/SSI engine is called recursively
- SSIs now work also for non-chunked-encoding supporting clients
This will support the new search page functionality, to show search results
dynamically without using javascript. To test this method, a test page has been added
http://localhost:8080/ssitest.html
..calls dynamicalls 3 servlets, which produce some delays during their execution
please verify that you can see the result step-by-step on your browser
To implement this feature, some refactoring had been taken place, mostly code
had been made static and will execute faster.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4037 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
c8e5a4a6b7
*) fixed bug described by Huppi in http://forum.yacy-websuche.de/viewtopic.php?t=239
...
*) added a preview function to message system
*) removed some old comments, I hope that's OK
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4036 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5c1b444690
some redesign of min/max and normalization computation during search result ordering
...
this saves about 1 millisecond for each URL reference, which has some good effect
on the search result computation if a word is searched that appears very often
(speed-up of 1 second and more)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4033 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9678d1b282
fixed new EcoRecords-Nodes. Here I omitted object content copying before
...
to avoid massive System.arraycopy. That did obviously not protect enough the Node objects
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4032 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
1af0e3bd84
refactoring
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4031 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5605887571
refactoring of search processes
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4030 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
62347b50f4
added security layer for ViewImage:
...
- images may be requested by localhost and authorized users only, if the request is done using a clear-text URL
- the image may be requested also using a code that can be a license to retrieve a URL for everyone
- some servelets produce URL licenses for ViewImage, like image search results
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4027 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9a860cf397
bugfix for wrong record tracker message
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4026 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
69d640b041
added missing synchronization in crawl balancer
...
to avoid that the synchronization is triggered during many-time-used size() operation
a notEmpty method was added that can avoid the synchronization many times
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4025 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9628db6cdc
enhanced memory allocation during database access:
...
- refactoring of kelondroRecords; this class is now divided into
kelondroAbstractRecords, kelondroRecords, kelondroCachedRecords, kelondroHandle and kelondroNode
- better abstraction of kelondroNodes, such nodes may now be crated by different classes
- a new Node defining class kelondroEcoRecords defines Nodes that do not need so much allocation and System.arraycopy
- there is less memory transfer on the bus, especially for collection index
- now half of memory needed for web index access
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4024 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
57a5b6fa71
some generalization of remote proxy configuration and setting handling in httpc
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4023 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
367fc28928
corrected Brausse->Brausze
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4020 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
ea05c7d463
*) characters are saved in ASCII-safe notation in language data files now ('\u0063' instead of 'a'), this hopefully avoids lots of problems
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4019 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
757703a938
synchronization of access tracker to avoid java-internal loop in TreeMap during shutdown
...
see http://forum.yacy-websuche.de/viewtopic.php?p=1178#p1178
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4017 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
beb2e062a7
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=192&p=1129#p1129
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4016 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e76fe1c078
- replaced unicode characters in copyright holder name ('Brausse')
...
- more logging for bootstrap seedlist loading
- larger DHT chunks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4015 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
31023dbc7a
added package declaration for language package
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4014 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
255e754257
*) Removed unnecessary condition (always true).
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4013 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
a42d233944
*) Filename for output file is created from language code + .ldf now (e.g. en-GB.ldf)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4012 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
ffc607d65d
*) Fixed a small bug found by Lotus.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4011 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
33e2423bde
*) Tool to find out the percentage of letters in a text. First step to build a tool which detects the language a text is written in.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4010 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
8d6aa7a66d
replaced detailed search page by ranking definition page (this is what it essentially is)
...
the ranking definition there will influence the normal web search
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4006 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
7ff4357184
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=206&hilit=&p=1130#p1130
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4004 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
75d1437340
fix for http://forum.yacy-websuche.de/viewtopic.php?p=1123#p1123
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4002 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9ca46a8c69
indexing of local (intranet) urls enabled
...
To do this, one must create a separate YaCy network that has a local URL domain
A description how to do this is here: http://www.yacy-websuche.de/wiki/index.php/De:Netzdefinition
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4001 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
c48c9735cb
bugfix for property table loader (did not exclude comment lines)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4000 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
6758beae9c
fix for http://forum.yacy-websuche.de/viewtopic.php?p=1092#p1092
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3999 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
511dcbb172
fixed encoding bug made in SVN 3993
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3998 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
ec817a2ff5
removed JAR command from ftpc - produces warnings and is not used by YaCy
...
see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=193&hilit=
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3997 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f5a4efb76e
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=192&hilit=&p=1034#p1034
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3996 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
bf6f6820ec
fix for another BMP parser problem. This is not a bug, I guess it was caused by a corrupted graphics file.
...
see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=180&hilit=&p=1017#p1017
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3995 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
40b0547611
- documentaton changes (removed old forum links)
...
- different handling of link quotation
- different handling of link normalization
- enhanced html/unicode en/de-coding
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3993 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
dcb8687904
fix to update cycle
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3992 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
cff019464e
fix for BMP/ICO magic detection
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3991 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
557f8d80e4
- better logging
...
- fixed bugs in auto-update
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3990 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
f323e1813d
added commons.logging again (is used by mimeTypeParser)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3989 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
michitux
a695c93662
Fix of the Status-page for IE:
...
- reverted revision 3982 and 3979
- added a real fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=163
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3988 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
b6d9cca67e
- fixed problem with yacyVersion and own version generation
...
- within this context: generalized date format handling
- extended Update interface:
* a version lookup can be triggered manually
* a complete lookup + download + re-boot process can be triggered with one click
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3986 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
b1630e73c8
addition to fix 3983
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3985 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
6071668c3b
better error message in case that a mime type cannot be found.
...
see also http://forum.yacy-websuche.de/viewtopic.php?f=6&t=132&p=587#p587
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3984 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
d477773fa3
fix for b/w color mode in BMP parser http://forum.yacy-websuche.de/viewtopic.php?f=6&t=180&hilit=&p=942#p942
...
see also
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3983 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
e7a99d765e
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=171
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3977 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
03847bebc1
removed unused libs
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3971 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
9da0e53fe8
repaired rss feed reader
...
- removed old rss parser
- removed unused rss parser libraries
- added new rss reader
- added previously removed FeedReader_p.java and adopted it to new rss parser
- adopted parser interface for rss indexing to new rss parser
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3970 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
26ddf797eb
added bmp and ico image format to all parser/viewing methods
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3969 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
5444b07674
fixed bug with decompression of index abstracts
...
this fixes a problem that occurred when searching for several words
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3968 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago