summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2011-03-08*) set SVN propertieslow012
2011-03-07better performance computing search targets with index abstractsorbiter
2011-03-07enhanced secondary search: index abstracts decompression is now much faster a...orbiter
2011-03-07*) set SVN propertieslow012
2011-03-07*) minor changeslow012
2011-03-07use less peers for remote searchorbiter
2011-03-07reverted SVN 7557 because these classes are called using reflection. The clas...orbiter
2011-03-07replaced all 'new String' with default encoding (missing) or UTF-8 encoding w...orbiter
2011-03-07*) removed unused code (I assume that most of the code was really dead, but i...low012
2011-03-07less synchronization, better thread dump toolorbiter
2011-03-07more patches for a better out-of-memory managementorbiter
2011-03-06- even less memory for circle toolorbiter
2011-03-06reduce size of static memory usage: use short instead of int in circle coordi...orbiter
2011-03-06removed (most probably!?!) superfluos System.err outputorbiter
2011-03-05one more patch again OOM during secondary remote searchorbiter
2011-03-04this asserts prevents a network operation in case of sabotage and must be rem...orbiter
2011-03-04small bug fixes and experiments with search speed enhancementorbiter
2011-03-04introduction of a new remote search load control: the remote search has taken...orbiter
2011-03-04fix for bug in deletion of old seedsorbiter
2011-03-03memory/performance hacks, less synchronization, better concurrencyorbiter
2011-03-03stupid me: revert placement of closing connection which caused unclosed conne...sixcooler
2011-03-01Not storing external header in an Header-Array and reduce a loop for its conv...sixcooler
2011-03-01- fixed a memory leak in the httpc.post method (no finish)orbiter
2011-02-28better concurrency (less locking on date formatting) more logging and minor b...orbiter
2011-02-27* implement url proxy, a proxy via the url http://peer:port/proxy.html?url=ht...f1ori
2011-02-27Tray.java: Broke the build on with wrong non UTF-8 encoded file and french um...mikeworks
2011-02-27Tray.java: Added localization for french tray icon command - although this ca...mikeworks
2011-02-26more logging for OOMsorbiter
2011-02-26some more performance hacksorbiter
2011-02-25performance hack: excluded map encoding in many cases from synchronization bl...orbiter
2011-02-25continuing the fight against deadlocks during time formatting: better caching.orbiter
2011-02-25added convenience class to generate UTF StringBody objects with a default UTF...orbiter
2011-02-25performance hack: replaced generic row.getColBytes() call with row.getPrimary...orbiter
2011-02-25- enhanced date formatter cacheorbiter
2011-02-25speed hacks in BLOB ArrayStack:orbiter
2011-02-25performance enhancements using an alternative to a insensitive collator (a co...orbiter
2011-02-25enhancement in synchronisationorbiter
2011-02-25next try to fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=3193&st...sixcooler
2011-02-25Enhanced Base64Order transformation: less overhead (transformation between St...orbiter
2011-02-25more explanationorbiter
2011-02-25emergency commit (sorry sixcooler for not waiting) because without that autom...orbiter
2011-02-24fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=3193&start=0&sid=b9...sixcooler
2011-02-24- fixed bug in orderingorbiter
2011-02-23- fix for missing favicons in search widgetsorbiter
2011-02-23- do not delete idx and gap files if the heap is not modifiedorbiter
2011-02-23- increased default peer ping time from 2 minutes to 1 minuteorbiter
2011-02-23- removed locks from WordReferenceorbiter
2011-02-22added dns resolve to HTTPClient POST using a dns cache to prevent that that n...orbiter
2011-02-22removed unnecessary recording function that caused also a performance problem...orbiter
2011-02-22- removed synchronization in serverSwitch which should improve speedorbiter