Commit Graph

6 Commits

Author SHA1 Message Date
theli
89ee215ff0 *) better detection of svn revision number in old xml format
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2736 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-10-10 09:32:05 +00:00
theli
b5904705ab *) Bugfix for "determineRevisionNr: build.xml:98: SVN entries file does not exist" bug
See: http://www.yacy-forum.de/viewtopic.php?t=2824

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2585 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-15 04:38:36 +00:00
theli
99699a4d70 *) bugfix for new svn revision number ant task
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2562 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-13 10:19:22 +00:00
theli
da9f67a56d *) bugfix needed because of new svn version 1.4 (new .svn/entries file format)
- lib/svnRevNr.jar: customized ant task to read the revision number out of the .svn/entries file
   - build.xml: calling new ant task

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2561 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-13 09:59:32 +00:00
(no author)
a1d3e1b896 *) Adding apache license file to lib dir
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@28 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-04-19 07:14:30 +00:00
(no author)
f39812da91 *) Some performance improvements
- many classes set to final
- implementation of a session-thread pool
- reusage of the server handler class (normally the httpd object)
  within the session thread
- implementation of a httpc object pool
- introduction of a linebuffer in httpd which can be reused
- reusing the properties table in the httpc
- added to apache libs (commons-collections, commons-pool) which 
  are needed for the object/thread pool implementation

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@26 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-04-19 06:55:57 +00:00