source: gs2-extensions/tdb-edit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28776   10 years jmt12 opps.. left one join behind. fixed now, and added comment about the …
(edit) @28775   10 years jmt12 Apparently trying to join() threads that have been detached() is …
(edit) @28774   10 years jmt12 Meh - forgot to add utime functions to module definition
(edit) @28773   10 years jmt12 Adding time taken to shutdown server so I can debug this on Medusa
(edit) @28772   10 years jmt12 Trying to make error message a little clearer, as I track down this problem
(edit) @28765   10 years jmt12 Making the waiting for TDBServer exit a little more finegrained - i.e. …
(edit) @28000   11 years jmt12 Functions for determining if the plugout supports writing Datestamp …
(edit) @27425   11 years jmt12 Tidying up debug comments and processing comments
(edit) @27403   11 years jmt12 just fixing a typo
(edit) @27402   11 years jmt12 If a socket fails to be created, and if we are the first client, then …
(edit) @27401   11 years jmt12 minor change to a debugging comment for clarity
(edit) @27400   11 years jmt12 Adding is explanation of server starting up black magic
(edit) @27399   11 years jmt12 Try to make waiting messages a little more meaningful. Also pass a …
(edit) @27398   11 years jmt12 Adding a flag so we can indicate to a client that is it the first one …
(edit) @27397   11 years jmt12 Allowing server out and err streams to be redirected to dev null
(edit) @27396   11 years jmt12 Allow the host to be configured (previously only supported port). This …
(edit) @27395   11 years jmt12 adding compile instructions
(edit) @26997   11 years jmt12 Attempting to make thread joining code compatiable between core perl …
(edit) @26996   11 years jmt12 Commenting out the bit that waits (adding a significant delay to test …
(edit) @26995   11 years jmt12 Ensuring that errors go to STDERR and other messages go to STDOUT
(edit) @26994   11 years jmt12 Adding some more debug messages to ensure TDBServer is starting on the …
(edit) @26993   11 years jmt12 Changed client to retry connections every second, but also to timeout …
(edit) @26992   11 years jmt12 Altering a debug comment to make it clearer that it's coming from the …
(edit) @26991   11 years jmt12 Adding a little more to an error message so I can see what tdb …
(edit) @26990   11 years jmt12 Oh - also made not finding an existing TDB non-fatal, as there is a …
(edit) @26989   11 years jmt12 Hostname is now automatically determined when the script is run - …
(edit) @26988   11 years jmt12 Replaced hardcoded 'localhost' with hostname as variable
(edit) @26085   12 years jmt12 Trying to file locking doesn't really work over NFS, and so the code …
(edit) @25815   12 years jmt12 Fixed a bunch of 'bugs' that left behind newlines (hardly fatal, but …
(edit) @25497   12 years jmt12 Replacing die() with warning and retry if opening of server end of …
(edit) @25486   12 years jmt12 Making calls to debugPrint a little cheaper when debugging disabled
(edit) @25477   12 years jmt12 Debugged non-harness mode and fixed a few issues (for instance, …
(edit) @25455   12 years jmt12 David suggested I try an explicit close on the underlying TDBCLI to …
(edit) @25454   12 years jmt12 Replacing potentially problematic harness code with calls to …
(edit) @25453   12 years jmt12 Instrumenting in order to try and track down race condition/hang …
(edit) @25415   12 years jmt12 Actually make the client sleep the retry time it says it will
(edit) @25414   12 years jmt12 Removing hardcoded Perl library path in favour of one that (hopefully) …
(edit) @25413   12 years jmt12 Correcting one test for EXT_DEFINES that (via copy and paste) was …
(edit) @25412   12 years jmt12 Adding in required cpp code for TDBServer support (using existing TDB …
(edit) @25410   12 years jmt12 Adding a new infodbtype, tdbserver, to allow Greenstone to interact …
(edit) @25409   12 years jmt12 Adding cascade-make rules for the new tdbcli tool
(edit) @25408   12 years jmt12 Greatly expanded script to allow it to insert EXT_DEFINE etc rules …
(edit) @25407   12 years jmt12 Adding notes about tdbserver.conf file
(edit) @25406   12 years jmt12 Include tdb-edit/bin/script/ on the path to allow access to the new …
(edit) @25405   12 years jmt12 Cascade make rule files for the Perl modules required by the TDBServer
(edit) @25404   12 years jmt12 Ignoring expanded/compiled versions of Perl modules required for TDBServer
(edit) @25403   12 years jmt12 Perl modules required by the TDBServer
(edit) @25402   12 years jmt12 A daemonized, socket-pooled, multithreaded server allowing remote …
(edit) @25395   12 years jmt12 Ignoring the autom4te directory (created by autoconf)
(edit) @25394   12 years jmt12 Had to reinitialize autoconf in order to get it to properly generate …
(edit) @25393   12 years jmt12 Ignoring configuration generated files
(edit) @25392   12 years jmt12 A new CLI tool for TDB to allow bidirectional pipe ala GDBMServer
(edit) @25252   12 years jmt12 Adding notes about statically compiling TDB library should it be necessary
(edit) @25251   12 years jmt12 Adding several more changes needed when enabling or disabling tdb
(edit) @24696   13 years jmt12 Removing debug code, and adding in strings.h header to improve …
(edit) @24429   13 years jmt12 Added code to support persistence of TDB connections in a pool, and …
(edit) @24428   13 years jmt12 Scripts to add and remove TDB specific makefile and source …
(edit) @24365   13 years jmt12 Explicitly include cstdlib as modern compilers don't add by default
(edit) @24364   13 years jmt12 Explicitly include cstdlib as modern compilers don't add by default
(edit) @24090   13 years jmt12 tdb datasource support for Greenstone runtime
(edit) @24069   13 years jmt12 Removed environment setting for executable path resolution as this …
(edit) @24068   13 years jmt12 I'm adding the new dynamic form of dbutil.pm here until we are happy …
(edit) @24050   13 years jmt12 Initial checkin dbutil::tdb module - which allows TDB to be used as a …
(edit) @24049   13 years jmt12 Ignore the OS specific 'installed' directories
(edit) @24048   13 years jmt12 Ignoring the untarred tdb directory
(edit) @24047   13 years jmt12 I'd misunderstood where I needed to free the memory allocated to …
(edit) @24046   13 years jmt12 While checking where else I'd added erronous free() calls, I found a …
(edit) @24045   13 years jmt12 I'd misunderstood where I needed to free the memory allocated to …
(edit) @24044   13 years jmt12 Ignore the OS specific 'installed' directories
(edit) @24043   13 years jmt12 A quick readme explaining what this extension is
(edit) @24042   13 years jmt12 Removing trailing whitespace
(edit) @24041   13 years jmt12 Removing trailing whitespace
(edit) @24040   13 years jmt12 Removing extra whitespace and minor code style reformatting
(edit) @24039   13 years jmt12 Initial checkin of refactoring of gdbmset tool to work instead with TDB
(edit) @24038   13 years jmt12 Got my emacs crossed and accidentally change exe name to tdbset - …
(edit) @24037   13 years jmt12 Forgot to change the executable name when copying from tdbdel - I've …
(edit) @24036   13 years jmt12 Arg. Forgot to add the tdb.h file - so unsurprisingly wouldn't …
(edit) @24035   13 years jmt12 Adding listing of files (temporary config and build files plus binary) …
(edit) @24034   13 years jmt12 Initial checkin of refactoring of gdbmkeys to TDB
(edit) @24033   13 years jmt12 Wrapped a shell variable in speechmarks in order for it to be …
(edit) @24032   13 years jmt12 Corrected a typo in a function call
(edit) @24003   13 years jmt12 Initial checkin of TDB version of gdbmget utility
(edit) @24000   13 years jmt12 Initial checkin of TDB version of gdbmdel utility
(edit) @23999   13 years jmt12 Ensure all the CASCADE-MAKE scripts are run for all the various TDB …
(edit) @23998   13 years jmt12 Removed text_t.h header as not needed, and gsdlib.a when linking too - …
(edit) @23997   13 years jmt12 New cascade make scripts for all of the various GDBM utilities that 'm …
(edit) @23996   13 years jmt12 Altering some of the header includes to be more bulletproof and adding …
(edit) @23995   13 years jmt12 Initial checkin for the tdb2txt utility
(edit) @23994   13 years jmt12 Well, ignoring files is nowhere near as easy in SVN as it was in CVS. …
(edit) @23993   13 years jmt12 Initial checkin of txt2tdb wrapper code
(edit) @23992   13 years jmt12 Initial checkin of txt2tdb wrapper code
(edit) @23905   13 years jmt12 Adding in packages
(add) @23904   13 years jmt12 Initial checkin
Note: See TracRevisionLog for help on using the revision log.