source: gsdl/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15619   16 years ak19 Reads collectionConfig.xml file's collection name and description as …
(edit) @15617   16 years mdewsnip Fixed a nasty problem causing a segfault as a result of copying the …
(edit) @15611   16 years ak19 Added a comment to a regex to explain what it does
(edit) @15607   16 years ak19 Dr Bainbridge corrected call to encodings::encodings (previously …
(edit) @15605   16 years ak19 Corrected some discrepancies so that it now works on Windows: the …
(edit) @15604   16 years ak19 Change made to two locations: Corrected last commit: composition of …
(edit) @15603   16 years mdewsnip (Adding new DB support) Quick implementation of setinfo().
(edit) @15602   16 years mdewsnip (Adding new DB support) Partly implemented the sqliteclass::getinfo() …
(edit) @15601   16 years mdewsnip (Adding new DB support) Started adding sqliteclass internals, …
(edit) @15600   16 years ak19 Removed funny newline symbol possibly introduced by gedit
(edit) @15599   16 years mdewsnip (Adding new DB support) Added a stub sqliteclass that will be filled …
(edit) @15598   16 years mdewsnip (Adding new DB support) Moved some non-GDBM-specific code out of …
(edit) @15597   16 years mdewsnip Removed "gdbm" from a couple of comments.
(edit) @15596   16 years mdewsnip Minor comment fix.
(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) @15589   16 years mdewsnip (Adding new DB support) Replacing almost all "gdbmhome" with "dbhome".
(edit) @15588   16 years mdewsnip (Adding new DB support) Changed the "gdbmhome" to "dbhome".
(edit) @15587   16 years mdewsnip (Adding new DB support) Changed a lot of "gdbmhome" to "dbhome".
(edit) @15586   16 years mdewsnip (Adding new DB support) Changed userdbclass and keydbclass so they can …
(edit) @15585   16 years mdewsnip (Adding new DB support) Added a bunch more functions into the dbclass …
(edit) @15584   16 years mdewsnip (Adding new DB support) Changed the gdbmsource classes to use dbclass …
(edit) @15583   16 years ak19 In method doctxt_to_xlink, made sure that backslashes in filepaths (as …
(edit) @15582   16 years ak19 Dr Bainbridge added code to make sure that on Windows other perl …
(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) @15578   16 years mdewsnip Hopefully the last set of fixes for the CORBA compilation.
(edit) @15577   16 years mdewsnip Now generates a gsdlrecpt.a library, for use with the corba stuff and …
(edit) @15576   16 years mdewsnip More improvements to the Makefile for compiling the CORBA stuff.
(edit) @15575   16 years mdewsnip Fixed a few of the .cc/.h files so this compiles with new versions of …
(edit) @15574   16 years mdewsnip Updated as a result of the recptprototools move.
(edit) @15573   16 years mdewsnip Fixed up another problem compiling the Z39.50 stuff on Windows.
(edit) @15572   16 years mdewsnip Moved recptprototools.cpp/h from src/recpt into src/protocol.
(edit) @15571   16 years mdewsnip Ooops... z3950server.exe was being installed in the wrong place.
(edit) @15570   16 years mdewsnip Now ignores the Windows z3950server.exe program.
(edit) @15569   16 years mdewsnip Some win32.mak fixes so that the Z39.50 stuff compiles successfully …
(edit) @15568   16 years mdewsnip A couple of fixes to Windows compilation of the Z39.50 client (part of …
(edit) @15567   16 years mdewsnip Now ignores the unpacked Windows packages.
(edit) @15566   16 years mdewsnip Now ignores the server.exe file once installed.
(edit) @15565   16 years mdewsnip Now ignores the server.exe file.
(edit) @15563   16 years mdewsnip Moved the CORBA Makefile a bit closer to working (still not there yet).
(edit) @15558   16 years mdewsnip (Adding new DB support) Changed lots of "gdbm"s to "db"s, in …
(edit) @15557   16 years mdewsnip (Adding new DB support) Set up dbclass as an abstract class that …
(edit) @15556   16 years davidb Support for compiling on a 64-bit machine added
(edit) @15555   16 years davidb Added in -I.../mg for sysfuncs.h as this had got left out at some point
(edit) @15554   16 years davidb Changed typecast of memory location from (int) to (unsigned long) to …
(edit) @15553   16 years davidb Rengerated by Gnu autoconf
(edit) @15552   16 years davidb Introduction of COMPAT32BITFLAGS to confirugre and Makefile.in files …
(edit) @15551   16 years davidb Introduction of COMPAT32BITFLAGS to confirugre and Makefile.in files …
(edit) @15550   16 years mdewsnip Fixed problem using GSDLOS when installing the z3950server executable.
(edit) @15549   16 years mdewsnip Fixed previous change.
(edit) @15548   16 years mdewsnip Added a big temporary if statement around the whole of the Makefile so …
(edit) @15547   16 years mdewsnip Added the second half of the Z39.50 stuff: creating the z3950server …
(edit) @15546   16 years mdewsnip Added a new "PACKAGE_DIRS" path value in the Makefiles to make paths a …
(edit) @15545   16 years mdewsnip Some improvements for compiling with the Z39.50 client stuff included.
(edit) @15544   16 years mdewsnip Added the tabcomplete object file to the library.
(edit) @15543   16 years mdewsnip The beginnings of a Windows makefile for src/z3950.
(edit) @15542   16 years mdewsnip Fix for local library compilation.
(edit) @15541   16 years mdewsnip Big tidy up of win32.mak file.
(edit) @15540   16 years mdewsnip Added "configaction" to the list, for the local library.
(edit) @15539   16 years mdewsnip Minor fixes.
(edit) @15538   16 years mdewsnip Minor fixes.
(edit) @15537   16 years mdewsnip Minor fix.
(edit) @15536   16 years mdewsnip Minor improvements.
(edit) @15535   16 years mdewsnip Various fixes, mainly for the local library installation.
(edit) @15534   16 years mdewsnip Now ignores the Windows executables too.
(edit) @15533   16 years mdewsnip Now ignores a couple of Windows executables.
(edit) @15532   16 years ak19 The gsdlprotocol.lib has been added to LIBS and protocol folder to …
(edit) @15531   16 years mdewsnip Big tidy up of src/oaiservr win32.mak file.
(edit) @15530   16 years mdewsnip Big tidy up of win32.mak file; some stuff still to come (e.g. local …
(edit) @15529   16 years mdewsnip Added extra header to get this to compile on Windows.
(edit) @15528   16 years mdewsnip Removed the unnecessary C compilation stuff.
(edit) @15527   16 years mdewsnip Updated copyright date.
(edit) @15526   16 years mdewsnip Various consistency improvements.
(edit) @15525   16 years mdewsnip Couple more consistency improvements.
(edit) @15524   16 years mdewsnip Minor consistency improvements.
(edit) @15523   16 years mdewsnip More consistency improvements.
(edit) @15522   16 years mdewsnip A few consistency improvements to the win32.mak file.
(edit) @15521   16 years mdewsnip Fixed a couple of problems with the Windows makefile.
(edit) @15520   16 years mdewsnip First cut at a Windows makefile for the src/protocol directory.
(edit) @15519   16 years mdewsnip Big tidy up of win32.mak file.
(edit) @15518   16 years mdewsnip Now ignores Windows executables too.
(edit) @15517   16 years mdewsnip Now ignores Windows executables too.
(edit) @15516   16 years mdewsnip Updated win32.mak to do the new src/protocol directory, and changed …
(edit) @15514   16 years mdewsnip Updated Windows makefile to match all the changes I've made recently.
(edit) @15513   16 years mdewsnip Added src/corba to the list of directories to compile.
(edit) @15512   16 years mdewsnip Now generates Makefile in src/corba directory too.
(edit) @15511   16 years mdewsnip Added @GDBM_INCLUDE@ to handle cases where GDBM isn't on the default …
(edit) @15510   16 years mdewsnip Added @GDBM_INCLUDE@ to handle cases where GDBM isn't on the default …
(edit) @15509   16 years mdewsnip Added @GDBM_INCLUDE@ to handle cases where GDBM isn't on the default …
(edit) @15508   16 years mdewsnip Added @GDBM_INCLUDE@ to handle cases where GDBM isn't on the default …
(edit) @15507   16 years mdewsnip Now ignores the z3950server file.
(edit) @15504   16 years mdewsnip More fixes if the Z39.50 stuff ISN'T enabled.
(edit) @15503   16 years mdewsnip Some fixes to avoid errors when the Z39.50 stuff ISN'T enabled.
(edit) @15502   16 years mdewsnip Updated main Makefile to include src/protocol and src/z3950 directories.
(edit) @15501   16 years mdewsnip Added missing "INSTALL" definition.
Note: See TracRevisionLog for help on using the revision log.