source: gsdl/trunk/src/colservr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15851   16 years mdewsnip (Adding new DB support) A couple more SQLite path fixes.
(edit) @15836   16 years mdewsnip (Adding dynamic classifiers) Not sure if this is necessarily the best …
(edit) @15804   16 years mdewsnip (Adding dynamic classifiers) Adding support for the new …
(edit) @15802   16 years mdewsnip (Adding dynamic classifiers) Changing the way information is stored in …
(edit) @15797   16 years mdewsnip (Adding dynamic classifiers) Changed getmetadatavalues() to …
(edit) @15789   16 years mdewsnip Removed STLPATH variable from Makefiles, since this is only used once.
(edit) @15785   16 years mdewsnip (Adding new DB support) First cut at adding sqlite stuff to the …
(edit) @15778   16 years mdewsnip (Adding new DB support) Updated sqlite include path.
(edit) @15774   16 years mdewsnip (Adding dynamic classifiers) Added sqlbrowsefilter to Windows makefile.
(edit) @15771   16 years mdewsnip (Adding dynamic classifiers) Added a new "dynamic_classifiers" field …
(edit) @15766   16 years mdewsnip A couple more minor whitespace improvements.
(edit) @15765   16 years mdewsnip A couple of minor whitespace improvements.
(edit) @15764   16 years mdewsnip (Adding dynamic classifiers) Updated the FRmetadataValues request code …
(edit) @15760   16 years mdewsnip (Adding dynamic classifiers) Added a new "FRmetadataValues" request …
(edit) @15759   16 years mdewsnip (Adding dynamic classifiers) Now creates a sqlbrowsefilter if sqlite …
(edit) @15757   16 years mdewsnip (Adding dynamic classifiers) Added new sqlbrowsefilter class, which …
(edit) @15755   16 years mdewsnip Removed a couple of unnecessary definitions.
(edit) @15745   16 years mdewsnip Minor whitespace change.
(edit) @15729   16 years mdewsnip (Adding new DB support) Now the collection server looks at the …
(edit) @15684   16 years mdewsnip (Adding new DB support) Adding SQLITE definitions so compiling works …
(edit) @15682   16 years mdewsnip (Adding new DB support) Removed a few more "gdbm"s.
(edit) @15681   16 years mdewsnip Removed some unnecessary inclusions of "assert.h".
(edit) @15680   16 years mdewsnip (Adding new DB support) Now uses the new dbclass::getfileextension() …
(edit) @15617   16 years mdewsnip Fixed a nasty problem causing a segfault as a result of copying the …
(edit) @15595   16 years mdewsnip (Adding new DB support) Removed a bunch of "gdbm"s from comments etc.
(edit) @15594   16 years mdewsnip (Adding new DB support) Replaced all "gdbm_level" with "text_level".
(edit) @15593   16 years mdewsnip (Adding new DB support) Renamed mggdbmsourceclass to mgsourceclass, …
(edit) @15592   16 years mdewsnip (Adding new DB support) Renamed mggdbmsource to mgsource and …
(edit) @15591   16 years mdewsnip (Adding new DB support) Moved all the code in gdbmsource into source, …
(edit) @15590   16 years mdewsnip Removed unnecessary inclusions of the gdbm headers.
(edit) @15587   16 years mdewsnip (Adding new DB support) Changed a lot of "gdbmhome" to "dbhome".
(edit) @15584   16 years mdewsnip (Adding new DB support) Changed the gdbmsource classes to use dbclass …
(edit) @15580   16 years mdewsnip Hopefully the last of the makefile tidy ups.
(edit) @15579   16 years mdewsnip More tidy ups to all the Makefiles, this time to tidy up the targets …
(edit) @15558   16 years mdewsnip (Adding new DB support) Changed lots of "gdbm"s to "db"s, in …
(edit) @15551   16 years davidb Introduction of COMPAT32BITFLAGS to confirugre and Makefile.in files …
(edit) @15546   16 years mdewsnip Added a new "PACKAGE_DIRS" path value in the Makefiles to make paths a …
(edit) @15523   16 years mdewsnip More consistency improvements.
(edit) @15522   16 years mdewsnip A few consistency improvements to the win32.mak file.
(edit) @15519   16 years mdewsnip Big tidy up of win32.mak file.
(edit) @15509   16 years mdewsnip Added @GDBM_INCLUDE@ to handle cases where GDBM isn't on the default …
(edit) @15477   16 years mdewsnip Minor change to use a variable.
(edit) @15474   16 years mdewsnip Minor whitespace improvement.
(edit) @15469   16 years mdewsnip Minor consistency improvement.
(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) @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) @15448   16 years mdewsnip Removed a whole heap of unnecessary stuff from Makefile.in.
(edit) @15430   16 years mdewsnip (Adding new DB support) Changed a bunch of "infodbclass.h" to …
(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) @15423   16 years mdewsnip Removed the unused read-grs.cpp file.
(edit) @15421   16 years mdewsnip Fixed a few misleading comments.
(edit) @15419   16 years mdewsnip (Untangling colservr/recpt) Removed unnecessary inclusion of infodbclass.h.
(edit) @15416   16 years mdewsnip (Untangling colservr/recpt) Moved comtypes out of recpt and into …
(edit) @15413   16 years mdewsnip (Untangling colservr/recpt) Removed all the inclusions of …
(edit) @15406   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) @15402   16 years mdewsnip (Untangling colservr/recpt) Split recpt/recptconfig into two: …
(edit) @15401   16 years mdewsnip (Untangling colservr/recpt) Deleted setReceptionistServers() from …
(edit) @15162   16 years mdewsnip Changed to use "archivedir" instead of "assocfilepath" when generating …
(edit) @15049   16 years mdewsnip Fixed the Lucene jar file name and class name in the commented out …
(edit) @15002   16 years davidb Collections can now be put in to "groups" i.e. can be located inside …
(edit) @14376   17 years mdewsnip Changed to read custom collect.cfg file from "custom" collection …
(copy) @14119   17 years oranfry repository restructuring
copied from trunk/gsdl/src/colservr
(edit) @13982   17 years lh92 Added UseBook variable for Realistic Book
Note: See TracRevisionLog for help on using the revision log.