source: gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15722   16 years mdewsnip (Adding new DB support) Added sqlite versions of the three important …
(edit) @15720   16 years mdewsnip Removed a couple of references to incremental_build.pm, which has been …
(edit) @15719   16 years mdewsnip (Adding new DB support) Removed incremental_build.pm, since 1. it …
(edit) @15718   16 years mdewsnip Minor comment improvement.
(edit) @15717   16 years mdewsnip Minor change.
(edit) @15716   16 years mdewsnip Added "use strict" and fixed various problems that it found.
(edit) @15715   16 years mdewsnip Added "use strict" and fixed various problems that it found.
(edit) @15714   16 years mdewsnip (Adding new DB support) Removed the last of the GDBM-specific code …
(edit) @15713   16 years mdewsnip (Adding new DB support) Tidied up the is_little_endian() function …
(edit) @15712   16 years mdewsnip Added "use strict", and fixed up various problems it found.
(edit) @15711   16 years mdewsnip (Adding new DB support) Creating a new "open_infodb_write_handle()" …
(edit) @15710   16 years mdewsnip (Adding new DB support) Adding new get_infodb_file_path() function to …
(edit) @15709   16 years mdewsnip (Adding new DB support) Updated the output_collection_meta() functions …
(edit) @15708   16 years mdewsnip Minor code rearrange.
(edit) @15707   16 years anna Tidied format.
(edit) @15706   16 years mdewsnip Changed to use dbutil.pm instead of unbuildutil.pm.
(edit) @15705   16 years mdewsnip Merged the one lonely function in unbuildutil into dbutil, as it is …
(edit) @15704   16 years mdewsnip (Adding new DB support) Changed a whole lot of "gdbm"s to "database"s …
(edit) @15703   16 years mdewsnip Added "use strict", and fixed a whole bunch of warnings as a consequence.
(edit) @15702   16 years mdewsnip (Adding new DB support) Tidying up output_classify_info() and changing …
(edit) @15701   16 years anna Change mime-type from binary to plain text.
(edit) @15700   16 years mdewsnip (Adding new DB support) Now outputs the "browselist" node using …
(edit) @15699   16 years mdewsnip (Adding new DB support) Moving the write_infodb_entry() functions from …
(edit) @15698   16 years mdewsnip (Adding new DB support) Moved a bit more GDBM-specific code into …
(edit) @15697   16 years mdewsnip (Adding new DB support) Fixed previous change to work with multiple …
(edit) @15696   16 years mdewsnip (Adding new DB support) Moved the GDBM-specific stuff out of infodb() …
(edit) @15695   16 years mdewsnip (Adding new DB support) Starting to tidy up the infodb() function in …
(edit) @15694   16 years davidb Straighted out code for freeing key.dptr. Now does this properly …
(edit) @15688   16 years mdewsnip Changed "dontgdbm" to "dontdb" internally (the collect.cfg file still …
(edit) @15687   16 years mdewsnip Removed a couple of references to gdbm.
(edit) @15685   16 years mdewsnip (Adding new DB support) Changed all the "gdbm_level"s to "db_level".
(edit) @15684   16 years mdewsnip (Adding new DB support) Adding SQLITE definitions so compiling works …
(edit) @15683   16 years mdewsnip Removed another reference to GDBM.
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.