source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15486   16 years ak19 Now it tells users to bear in mind what index name they choose when …
(edit) @15485   16 years ak19 Added in basicQuery method and merged query with protected …
(edit) @15484   16 years ak19 Added in basicQuery
(edit) @15483   16 years ak19 Dimensions of demo-client window are smaller than full-screen size on …
(edit) @15482   16 years mdewsnip Changed to using gsdlcolservr.a and gsdlprotocol.a instead of …
(edit) @15481   16 years ak19 Added basicQuery method/operation and merged query with protected …
(edit) @15480   16 years mdewsnip Changed to using gsdlcolservr.a and gsdlprotocol.a instead of …
(edit) @15479   16 years mdewsnip Now generates a gsdlprotocol.a file.
(edit) @15478   16 years mdewsnip Huge tidy up of src/recpt Makefile. Z39.50 stuff has been removed but …
(edit) @15477   16 years mdewsnip Minor change to use a variable.
(edit) @15476   16 years mdewsnip Minor whitespace improvement.
(edit) @15475   16 years mdewsnip Minor whitespace improvement.
(edit) @15474   16 years mdewsnip Minor whitespace improvement.
(edit) @15473   16 years mdewsnip Minor whitespace improvement.
(edit) @15472   16 years mdewsnip Removed a bunch more CORBA-related crap out of src/recpt/Makefile.in …
(edit) @15471   16 years mdewsnip Moved all the CORBA stuff in src/recpt into src/corba, because it …
(edit) @15470   16 years mdewsnip Big tidy up to Makefile.
(edit) @15469   16 years mdewsnip Minor consistency improvement.
(edit) @15468   16 years mdewsnip Minor improvements.
(edit) @15467   16 years mdewsnip Removed unnecessary definition.
(edit) @15466   16 years mdewsnip Updated to generate a gsdlcolservr.a library for easier inclusion by …
(edit) @15465   16 years mdewsnip Updated copyright date.
(edit) @15464   16 years mdewsnip Big tidy up of Makefile.
(edit) @15463   16 years mdewsnip Moved all the CORBA stuff from lib into src/corba, to prevent it from …
(edit) @15462   16 years mdewsnip Moved all the CORBA stuff into the src/corba directory, to prevent it …
(edit) @15461   16 years mdewsnip Oops, accidently added a bit of CORBA stuff into this file.
(edit) @15460   16 years mdewsnip Big tidy up of Makefile.
(edit) @15459   16 years mdewsnip Started to move all the CORBA stuff out into a new "src/corba" …
(edit) @15458   16 years mdewsnip Removed log comment block.
(edit) @15457   16 years mdewsnip Big tidy up of Makefile.
(edit) @15456   16 years davidb Tweak to expap and XMLParse that help things compile on a 'Rocks' …
(edit) @15455   16 years mdewsnip Fixed up some references to nullproto and recptproto, which are now in …
(edit) @15454   16 years mdewsnip Removed a few unnecessary inclusions.
(edit) @15453   16 years mdewsnip Removed some unnecessary inclusions of header files from colservr/protocol.
(edit) @15452   16 years mdewsnip Tidied up include directories required in the recpt directory.
(edit) @15451   16 years mdewsnip Now generates a Makefile in src/protocol too.
(edit) @15450   16 years mdewsnip (Untangling colservr/recpt) Created a new src/protocol directory, and …
(edit) @15449   16 years ak19 Updated src code
(edit) @15448   16 years mdewsnip Removed a whole heap of unnecessary stuff from Makefile.in.
(edit) @15447   16 years ak19 Updated src code
(edit) @15446   16 years davidb Fixed incorrect variable name. ::encoding needed as 's' at the end.
(edit) @15445   16 years mdewsnip Removed a couple of unnecessary inclusions of "mggdbmsource.h".
(edit) @15444   16 years ak19 Added an ensure-check-java-version target so that …
(edit) @15443   16 years ak19 Change made to main class about how an exception is displayed
(edit) @15442   16 years mdewsnip Added empty destructor.
(edit) @15441   16 years ak19 Added indexName member variable
(edit) @15440   16 years ak19 Fixed display of exception output displayed in JOptionPane. Previously …
(edit) @15439   16 years ak19 Exception output strings changed in method …
(edit) @15438   16 years ak19 RemoteException cause is shown so that the actual reasons for …
(edit) @15437   16 years ak19 Introduced GSearchConnection member indexName set in its constructor …
(edit) @15436   16 years mdewsnip (Adding new DB support) Created stub dbclass that gdbmclass (and …
(edit) @15435   16 years mdewsnip Fixed a syntax warning.
(edit) @15434   16 years mdewsnip Removed the inclusion of sysfuncs.h from these two files, as it …
(edit) @15433   16 years mdewsnip (Adding new DB support) Removed unnecessary inclusions of "infodbclass.h".
(edit) @15432   16 years mdewsnip (Adding new DB support) Changing a few "infodbclass.h" to "gdbmclass.h".
(edit) @15431   16 years oranfry getting rid of the unnecessary 'build' directory
(edit) @15430   16 years mdewsnip (Adding new DB support) Changed a bunch of "infodbclass.h" to …
(edit) @15429   16 years mdewsnip (Adding new db support) Moved gdbmclass out of infodbclass into its …
(edit) @15428   16 years mdewsnip Changed all the "OIDtools.h" to "recptprototools.h".
(edit) @15427   16 years mdewsnip (Untangling colservr/recpt) At last, the colservr directory can be …
(edit) @15426   16 years mdewsnip Lots of improvements to the colservr Makefile, particularly tidying up …
(edit) @15425   16 years mdewsnip (Untangling colservr/recpt) Moved all the z3950 files out of …
(edit) @15424   16 years mdewsnip Removed the unused read-grs file.
(edit) @15423   16 years mdewsnip Removed the unused read-grs.cpp file.
(edit) @15422   16 years mdewsnip The infodbclass is no longer in src/recpt.
(edit) @15421   16 years mdewsnip Fixed a few misleading comments.
(edit) @15420   16 years mdewsnip (Untangling colservr/recpt) Moved infodbclass.cpp/h from src/recpt …
(edit) @15419   16 years mdewsnip (Untangling colservr/recpt) Removed unnecessary inclusion of infodbclass.h.
(edit) @15418   16 years mdewsnip (Untangling colservr/recpt) Split recpt/OIDtools into two: …
(edit) @15417   16 years mdewsnip (Untangling colservr/recpt) Removed three unused functions.
(edit) @15416   16 years mdewsnip (Untangling colservr/recpt) Moved comtypes out of recpt and into …
(edit) @15415   16 years mdewsnip Removed an unnecessary inclusion of comtypes.h.
(edit) @15414   16 years mdewsnip Removed an unnecessary inclusion of comtypes.h.
(edit) @15413   16 years mdewsnip (Untangling colservr/recpt) Removed all the inclusions of …
(edit) @15412   16 years mdewsnip Changed to use the new "gsdlsitecfg.h" instead of "recptconfig.h".
(edit) @15411   16 years mdewsnip Removed unnecessary inclusion of maincfg.o in z3950server.
(edit) @15410   16 years mdewsnip Updated Windows makefile to use maincfg.cpp/h instead of recptconfig.cpp/h.
(edit) @15409   16 years mdewsnip Changed to use "gsdlsitecfg.h" instead of "recptconfig.h".
(edit) @15408   16 years mdewsnip Removed unnecessary inclusion of recptconfig.h.
(edit) @15407   16 years mdewsnip Updated Windows makefile to add new gsdlsitecfg.cpp/h files.
(edit) @15406   16 years mdewsnip Removed the GCC.mak files, with Stefan's approval. These were created …
(edit) @15405   16 years mdewsnip Removed the GCC.mak files, with Stefan's approval. These were created …
(edit) @15404   16 years mdewsnip Fixed compilation warning message by removing the "home == NULL" test, …
(edit) @15403   16 years mdewsnip (Untangling colservr/recpt) Removed some unused references to recptconfig.
(edit) @15402   16 years mdewsnip (Untangling colservr/recpt) Split recpt/recptconfig into two: …
(edit) @15401   16 years mdewsnip (Untangling colservr/recpt) Deleted setReceptionistServers() from …
(edit) @15400   16 years ak19 Changed HowTo docs as FLI now works with Remote Greenstone server, so …
(edit) @15399   16 years ak19 Changed HowTo docs as FLI now works with Remote Greenstone server, so …
(edit) @15398   16 years ak19 FLI now works with Remote Greenstone server, so this is no longer a …
(edit) @15397   16 years ak19 For FLI: Removed gsdl.xml file creation from java file Gatherer.java …
(edit) @15396   16 years ak19 For FLI: Removed gsdl.xml file creation from java file Gatherer.java …
(edit) @15395   16 years ak19 For FLI: Removed gsdl.xml file creation from java file Gatherer.java …
(edit) @15394   16 years ak19 Added HowTo file on FLI
(edit) @15393   16 years ak19 Changes to GS3Democlient code's display strings
(edit) @15392   16 years ak19 Added HTML document on How to run FLI
(edit) @15391   16 years ak19 Added HTML document on How to run FLI
(edit) @15390   16 years ak19 Added HTML document on How to run FLI
(edit) @15389   16 years ak19 Updated to remind FLI users to first source the setup script for the …
(edit) @15388   16 years ak19 Readme file on how to run FLI--to be modified in future when some …
(edit) @15387   16 years mdewsnip Quickly adding resumption token support to the ListSets action: this …
Note: See TracRevisionLog for help on using the revision log.