source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @15386   16 years oranfry an icon for greenstone3
(edit) @15385   16 years oranfry Made the README to \r\n line endings so it shows up nicely on all OSs
(edit) @15384   16 years ak19 Minor but useful changes to demo-client code
(edit) @15383   16 years ak19 Moved an out-of-place comment
(edit) @15382   16 years oranfry a language update for the start menu shortcuts target
(edit) @15381   16 years oranfry installer now has the ability to add start menu shortcuts
(edit) @15380   16 years mdewsnip Three fixes to the resumption token code to prevent crashes when …
(edit) @15379   16 years ak19 Removed the html bold formatting as they had no effect on already-bold …
(edit) @15378   16 years ak19 Error message spans two lines instead of a three
(edit) @15377   16 years ak19 Exception dialog explicitly indicates failure to connect to …
(edit) @15376   16 years ak19 Dialog explicitly indicates it requires Greenstone 3's QBRSOAPServer …
(edit) @15375   16 years ak19 Grammatical mistake
(edit) @15374   16 years ak19 FedoraLogin allows for looping whenever connecting to a Fedora server fails
(edit) @15373   16 years ak19 1. FedoraLogin loops on exception; 2. When using FLI and GS server is …
(edit) @15372   16 years oranfry checking in the cp.jar files with fixed manifest files, also adding …
(edit) @15371   16 years anna Fixed references to the move_down button. Also updated translations, …
(edit) @15370   16 years anna Fixed references to the move down buttons.
Note: See TracRevisionLog for help on using the revision log.