source: gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15679   16 years mdewsnip (Adding new DB support) Adding a new "getfileextension()" function …
(edit) @15674   16 years mdewsnip Changed the error message from "couldn't create" to "couldn't open", …
(edit) @15671   16 years mdewsnip Undid one of David's changes to db2txt because it broke the program …
(edit) @15657   16 years ak19 Updated write_gsdl_xml_file which now uses wget to check for whether …
(edit) @15656   16 years ak19 Updated write_gsdl_xml_file which now uses wget to check for whether …
(edit) @15655   16 years mdewsnip (Adding new DB support) Created default implementations of getinfo() …
(edit) @15654   16 years mdewsnip Changed a setinfo() to setkeydata().
(edit) @15653   16 years mdewsnip Ooops, accidently committed a change I shouldn't have.
(edit) @15652   16 years mdewsnip (Adding new DB support) Moved the exists() function into dbclass …
(edit) @15651   16 years mdewsnip (Adding new DB support) Tidied up getinfo().
(edit) @15650   16 years mdewsnip (Adding new DB support) Adding some more comments, and making the …
(edit) @15649   16 years mdewsnip (Adding new DB support) Changing second setinfo() to setkeydata(), to …
(edit) @15648   16 years mdewsnip (Adding new DB support) Changing second setinfo() to setkeydata(), to …
(edit) @15647   16 years mdewsnip (Adding new DB support) Added second setinfo() function, so …
(edit) @15646   16 years mdewsnip Removed a big block of duplicate code.
(edit) @15645   16 years mdewsnip (Adding new DB support) Rearranging functions and making getkeydata() …
(edit) @15644   16 years mdewsnip Rearranging functions and tidying up.
(edit) @15643   16 years mdewsnip (Adding new DB support) Added new getkeydata() function so a …
(edit) @15642   16 years mdewsnip Function rearrange.
(edit) @15640   16 years mdewsnip (Adding new DB support) Renamed sqliteclass to sqlitedbclass, to be a …
(edit) @15639   16 years mdewsnip (Adding new DB support) Changed some more "GDBM"s to "DB"s.
(edit) @15638   16 years mdewsnip (Adding new DB support) Changed a couple of "GDBM"s to "DB"s.
(edit) @15637   16 years mdewsnip (Adding new DB support) Added a sqltableexists() function to prevent …
(edit) @15636   16 years mdewsnip (Adding new DB support) Changing the setinfo() function to use either …
(edit) @15635   16 years mdewsnip (Adding new DB support) Tidied up checking for sqlitefile == NULL so …
(edit) @15634   16 years mdewsnip (Adding new DB support) Adding quick implementation of exists().
(edit) @15633   16 years mdewsnip (Adding new DB support) Minor improvements to opendatabase() and an …
(edit) @15632   16 years mdewsnip (Adding new DB support) Minor improvements to getinfo().
(edit) @15631   16 years mdewsnip (Adding new DB support) Adding an implementation of getkeys() for the …
(edit) @15630   16 years mdewsnip (Adding new DB support) Replaced the "getfirstkey()" and …
(edit) @15627   16 years mdewsnip Added server.res back into the generation of the local library executable.
(edit) @15625   16 years mdewsnip (Adding new DB support) Replaced a bunch of "gdbmhome" with "dbhome".
(edit) @15623   16 years mdewsnip (Adding new DB support) Implemented a first cut at the getinfo() function.
(edit) @15620   16 years ak19 Reads collectionConfig.xml file's collection name and description as …
(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.
Note: See TracRevisionLog for help on using the revision log.