|
|
Choosing A Webhost: |
7141: trunk/xapian-core/ trunk/xapian-core/api/ trunk/xapian-core/backends/: msg#00020search.xapian.cvs
SVN root: svn://svn.xapian.org/xapian Changes by: olly Revision: 7141 Date: 2006-07-16 02:13:57 +0100 (Sun, 16 Jul 2006) Log message (17 lines): Makefile.am,api/,backends/Makefile.am,backends/database.cc, backends/dbfactory_remote.cc,backends/flint/flint_database.cc, backends/flint/flint_termlist.cc,backends/flint/flint_termlist.h, backends/inmemory/inmemory_database.cc, backends/inmemory/inmemory_database.h, backends/multi/multi_termlist.cc,backends/multi/multi_termlist.h, backends/net/,backends/quartz/quartz_termlist.cc, backends/quartz/quartz_termlist.h,backends/remote/,bin/Makefile.am, bin/xapian-progsrv.cc,bin/xapian-tcpsrv.cc,common/,configure.ac, docs/remote_protocol.html,include/xapian/,matcher/,net/,tests/, testsuite/backendmanager.cc,testsuite/backendmanager.h: Rewrite most of the remote backend. It now supports most operations which a local database does (including writing!), the protocol used is more compact, and a number of layers of classes have been eliminated and the sequences of method calls simplified, so the code should be easier to understand and maintain despite doing more. A number of bugs have been fixed in the process. Modified files: U trunk/xapian-core/ChangeLog U trunk/xapian-core/Makefile.am U trunk/xapian-core/api/maptermlist.h U trunk/xapian-core/api/omdatabase.cc U trunk/xapian-core/api/omenquire.cc U trunk/xapian-core/api/omquery.cc U trunk/xapian-core/api/omqueryinternal.cc U trunk/xapian-core/api/omtermlistiterator.cc U trunk/xapian-core/api/vectortermlist.h U trunk/xapian-core/backends/Makefile.am U trunk/xapian-core/backends/database.cc U trunk/xapian-core/backends/dbfactory_remote.cc U trunk/xapian-core/backends/flint/flint_database.cc U trunk/xapian-core/backends/flint/flint_termlist.cc U trunk/xapian-core/backends/flint/flint_termlist.h U trunk/xapian-core/backends/inmemory/inmemory_database.cc U trunk/xapian-core/backends/inmemory/inmemory_database.h U trunk/xapian-core/backends/multi/multi_termlist.cc U trunk/xapian-core/backends/multi/multi_termlist.h D trunk/xapian-core/backends/net/ U trunk/xapian-core/backends/quartz/quartz_termlist.cc U trunk/xapian-core/backends/quartz/quartz_termlist.h A trunk/xapian-core/backends/remote/ U trunk/xapian-core/backends/remote/Makefile.am D trunk/xapian-core/backends/remote/net_database.cc U trunk/xapian-core/backends/remote/net_document.h U trunk/xapian-core/backends/remote/net_termlist.cc U trunk/xapian-core/backends/remote/net_termlist.h A trunk/xapian-core/backends/remote/remote-database.cc U trunk/xapian-core/bin/Makefile.am U trunk/xapian-core/bin/xapian-progsrv.cc U trunk/xapian-core/bin/xapian-tcpsrv.cc U trunk/xapian-core/common/Makefile.am U trunk/xapian-core/common/alltermslist.h A trunk/xapian-core/common/c_strtod.cc U trunk/xapian-core/common/database.h U trunk/xapian-core/common/documentterm.h D trunk/xapian-core/common/match.h U trunk/xapian-core/common/multimatch.h D trunk/xapian-core/common/net_database.h D trunk/xapian-core/common/netserver.h D trunk/xapian-core/common/netutils.cc D trunk/xapian-core/common/netutils.h U trunk/xapian-core/common/networkstats.h U trunk/xapian-core/common/omdebug.h U trunk/xapian-core/common/omenquireinternal.h D trunk/xapian-core/common/omerr_string.h U trunk/xapian-core/common/omstringstream.h U trunk/xapian-core/common/postlist.h U trunk/xapian-core/common/progclient.h D trunk/xapian-core/common/progserver.h A trunk/xapian-core/common/remoteconnection.h A trunk/xapian-core/common/remoteprotocol.h A trunk/xapian-core/common/remoteserver.h U trunk/xapian-core/common/rset.h A trunk/xapian-core/common/serialise.h D trunk/xapian-core/common/socketclient.h D trunk/xapian-core/common/socketcommon.h D trunk/xapian-core/common/socketserver.h A trunk/xapian-core/common/submatch.h U trunk/xapian-core/common/tcpclient.h U trunk/xapian-core/common/tcpserver.h U trunk/xapian-core/common/termlist.h U trunk/xapian-core/common/utils.h U trunk/xapian-core/configure.ac U trunk/xapian-core/docs/remote.html U trunk/xapian-core/docs/remote_protocol.html U trunk/xapian-core/docs/tests.html U trunk/xapian-core/include/xapian/database.h U trunk/xapian-core/include/xapian/dbfactory.h U trunk/xapian-core/include/xapian/enquire.h U trunk/xapian-core/include/xapian/termiterator.h U trunk/xapian-core/matcher/Makefile.am U trunk/xapian-core/matcher/branchtermlist.h D trunk/xapian-core/matcher/emptymatch.h A trunk/xapian-core/matcher/emptysubmatch.cc A trunk/xapian-core/matcher/emptysubmatch.h U trunk/xapian-core/matcher/localmatch.cc U trunk/xapian-core/matcher/localmatch.h U trunk/xapian-core/matcher/mergepostlist.cc U trunk/xapian-core/matcher/msetpostlist.cc U trunk/xapian-core/matcher/msetpostlist.h U trunk/xapian-core/matcher/multimatch.cc D trunk/xapian-core/matcher/networkmatch.cc D trunk/xapian-core/matcher/networkmatch.h A trunk/xapian-core/matcher/remotesubmatch.cc A trunk/xapian-core/matcher/remotesubmatch.h U trunk/xapian-core/matcher/stats.cc U trunk/xapian-core/net/Makefile.am D trunk/xapian-core/net/omerr_string.cc U trunk/xapian-core/net/progclient.cc D trunk/xapian-core/net/progserver.cc A trunk/xapian-core/net/remoteconnection.cc A trunk/xapian-core/net/remoteserver.cc A trunk/xapian-core/net/serialise.cc D trunk/xapian-core/net/socketclient.cc D trunk/xapian-core/net/socketcommon.cc D trunk/xapian-core/net/socketserver.cc U trunk/xapian-core/net/tcpclient.cc U trunk/xapian-core/net/tcpserver.cc U trunk/xapian-core/tests/Makefile.am U trunk/xapian-core/tests/api_db.cc U trunk/xapian-core/tests/api_wrdb.cc U trunk/xapian-core/tests/apitest.cc U trunk/xapian-core/tests/internaltest.cc U trunk/xapian-core/tests/remotetest.cc U trunk/xapian-core/testsuite/backendmanager.cc U trunk/xapian-core/testsuite/backendmanager.h Links: http://xapian.org/C?7141 http://xapian.org/C?7141?trunk/xapian-core/ChangeLog http://xapian.org/C?7141?trunk/xapian-core/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/api/maptermlist.h http://xapian.org/C?7141?trunk/xapian-core/api/omdatabase.cc http://xapian.org/C?7141?trunk/xapian-core/api/omenquire.cc http://xapian.org/C?7141?trunk/xapian-core/api/omquery.cc http://xapian.org/C?7141?trunk/xapian-core/api/omqueryinternal.cc http://xapian.org/C?7141?trunk/xapian-core/api/omtermlistiterator.cc http://xapian.org/C?7141?trunk/xapian-core/api/vectortermlist.h http://xapian.org/C?7141?trunk/xapian-core/backends/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/backends/database.cc http://xapian.org/C?7141?trunk/xapian-core/backends/dbfactory_remote.cc http://xapian.org/C?7141?trunk/xapian-core/backends/flint/flint_database.cc http://xapian.org/C?7141?trunk/xapian-core/backends/flint/flint_termlist.cc http://xapian.org/C?7141?trunk/xapian-core/backends/flint/flint_termlist.h http://xapian.org/C?7141?trunk/xapian-core/backends/inmemory/inmemory_database.cc http://xapian.org/C?7141?trunk/xapian-core/backends/inmemory/inmemory_database.h http://xapian.org/C?7141?trunk/xapian-core/backends/multi/multi_termlist.cc http://xapian.org/C?7141?trunk/xapian-core/backends/multi/multi_termlist.h http://xapian.org/C?7141?trunk/xapian-core/backends/quartz/quartz_termlist.cc http://xapian.org/C?7141?trunk/xapian-core/backends/quartz/quartz_termlist.h http://xapian.org/C?7141?trunk/xapian-core/backends/remote/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/backends/remote/net_document.h http://xapian.org/C?7141?trunk/xapian-core/backends/remote/net_termlist.cc http://xapian.org/C?7141?trunk/xapian-core/backends/remote/net_termlist.h http://xapian.org/C?7141?trunk/xapian-core/backends/remote/remote-database.cc?A http://xapian.org/C?7141?trunk/xapian-core/bin/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/bin/xapian-progsrv.cc http://xapian.org/C?7141?trunk/xapian-core/bin/xapian-tcpsrv.cc http://xapian.org/C?7141?trunk/xapian-core/common/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/common/alltermslist.h http://xapian.org/C?7141?trunk/xapian-core/common/c_strtod.cc?A http://xapian.org/C?7141?trunk/xapian-core/common/database.h http://xapian.org/C?7141?trunk/xapian-core/common/documentterm.h http://xapian.org/C?7141?trunk/xapian-core/common/multimatch.h http://xapian.org/C?7141?trunk/xapian-core/common/networkstats.h http://xapian.org/C?7141?trunk/xapian-core/common/omdebug.h http://xapian.org/C?7141?trunk/xapian-core/common/omenquireinternal.h http://xapian.org/C?7141?trunk/xapian-core/common/omstringstream.h http://xapian.org/C?7141?trunk/xapian-core/common/postlist.h http://xapian.org/C?7141?trunk/xapian-core/common/progclient.h http://xapian.org/C?7141?trunk/xapian-core/common/remoteconnection.h?A http://xapian.org/C?7141?trunk/xapian-core/common/remoteprotocol.h?A http://xapian.org/C?7141?trunk/xapian-core/common/remoteserver.h?A http://xapian.org/C?7141?trunk/xapian-core/common/rset.h http://xapian.org/C?7141?trunk/xapian-core/common/serialise.h?A http://xapian.org/C?7141?trunk/xapian-core/common/submatch.h?A http://xapian.org/C?7141?trunk/xapian-core/common/tcpclient.h http://xapian.org/C?7141?trunk/xapian-core/common/tcpserver.h http://xapian.org/C?7141?trunk/xapian-core/common/termlist.h http://xapian.org/C?7141?trunk/xapian-core/common/utils.h http://xapian.org/C?7141?trunk/xapian-core/configure.ac http://xapian.org/C?7141?trunk/xapian-core/docs/remote.html http://xapian.org/C?7141?trunk/xapian-core/docs/remote_protocol.html http://xapian.org/C?7141?trunk/xapian-core/docs/tests.html http://xapian.org/C?7141?trunk/xapian-core/include/xapian/database.h http://xapian.org/C?7141?trunk/xapian-core/include/xapian/dbfactory.h http://xapian.org/C?7141?trunk/xapian-core/include/xapian/enquire.h http://xapian.org/C?7141?trunk/xapian-core/include/xapian/termiterator.h http://xapian.org/C?7141?trunk/xapian-core/matcher/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/matcher/branchtermlist.h http://xapian.org/C?7141?trunk/xapian-core/matcher/emptysubmatch.cc?A http://xapian.org/C?7141?trunk/xapian-core/matcher/emptysubmatch.h?A http://xapian.org/C?7141?trunk/xapian-core/matcher/localmatch.cc http://xapian.org/C?7141?trunk/xapian-core/matcher/localmatch.h http://xapian.org/C?7141?trunk/xapian-core/matcher/mergepostlist.cc http://xapian.org/C?7141?trunk/xapian-core/matcher/msetpostlist.cc http://xapian.org/C?7141?trunk/xapian-core/matcher/msetpostlist.h http://xapian.org/C?7141?trunk/xapian-core/matcher/multimatch.cc http://xapian.org/C?7141?trunk/xapian-core/matcher/remotesubmatch.cc?A http://xapian.org/C?7141?trunk/xapian-core/matcher/remotesubmatch.h?A http://xapian.org/C?7141?trunk/xapian-core/matcher/stats.cc http://xapian.org/C?7141?trunk/xapian-core/net/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/net/progclient.cc http://xapian.org/C?7141?trunk/xapian-core/net/remoteconnection.cc?A http://xapian.org/C?7141?trunk/xapian-core/net/remoteserver.cc?A http://xapian.org/C?7141?trunk/xapian-core/net/serialise.cc?A http://xapian.org/C?7141?trunk/xapian-core/net/tcpclient.cc http://xapian.org/C?7141?trunk/xapian-core/net/tcpserver.cc http://xapian.org/C?7141?trunk/xapian-core/tests/Makefile.am http://xapian.org/C?7141?trunk/xapian-core/tests/api_db.cc http://xapian.org/C?7141?trunk/xapian-core/tests/api_wrdb.cc http://xapian.org/C?7141?trunk/xapian-core/tests/apitest.cc http://xapian.org/C?7141?trunk/xapian-core/tests/internaltest.cc http://xapian.org/C?7141?trunk/xapian-core/tests/remotetest.cc http://xapian.org/C?7141?trunk/xapian-core/testsuite/backendmanager.cc http://xapian.org/C?7141?trunk/xapian-core/testsuite/backendmanager.h
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Changes in www.xapian.org/, Olly Betts |
|---|---|
| Next by Date: | 7142: trunk/xapian-core/ trunk/xapian-core/common/, olly |
| Previous by Thread: | 7140: trunk/xapian-core/ trunk/xapian-core/tests/, olly |
| Next by Thread: | 7142: trunk/xapian-core/ trunk/xapian-core/common/, olly |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |