irspy_connect() and irspy_search_pqf() have new $udata parameter.
[irspy-moved-to-github.git] / lib /
2006-10-12 Mike Taylorirspy_connect() and irspy_search_pqf() have new $udata...
2006-10-12 Mike TaylorPass $udata into callbacks.
2006-10-12 Mike TaylorRequire ZOOM version 1.13
2006-10-11 Mike TaylorAttempt $conn->_check() immediately after submitting...
2006-10-11 Mike TaylorSimplify
2006-10-11 Mike TaylorAdd error()
2006-10-11 Mike TaylorSubtests are now correct (Ping and Search::Main)
2006-10-11 Mike Taylornew() contructor removed, replaced by create()
2006-10-11 Mike TaylorCorrect main loop ... for the first time ever.
2006-10-11 Mike TaylorRemove debugging print
2006-10-11 Mike TaylorCorrect parsing of deep paths (head ends at first,...
2006-10-11 Mike TaylorAdd missing =cut
2006-10-10 Mike TaylorUse $conn->log() instead of use option("target")
2006-10-06 Mike TaylorUse the Node class's subnodes() method, was subtests()
2006-10-06 Mike TaylorRename subtests() method to subnodes().
2006-10-06 Mike TaylorMany radical changes to the IRSpy engine, enabling...
2006-10-02 Anders S. MortensenAdded Search/Main.pm and addressing it in Main.pm.
2006-10-02 Anders S. MortensenAdded a pragmatic approach to a multi-connection parall...
2006-10-02 Anders S. MortensenAdded handlers for other types of ZOOM events so that...
2006-10-02 Anders S. Mortensenwait passes a hash reference rather than augmenting...
2006-09-29 Mike TaylorNew -- nearly complete, but CQL section needs work.
2006-09-27 Mike Taylorcheck() now takes an optional test-name (defaults to...
2006-09-27 Mike TaylorAdd remove_callbacks()
2006-09-27 Mike Taylorcallback() now removes a callback if called with an...
2006-09-26 Anders S. MortensenPass the bib-1 attribute number to the zoom callback...
2006-09-26 Anders S. MortensenAdding Bib-1 test case.
2006-09-26 Mike TaylorAdd log_init_level()
2006-09-26 Mike TaylorNew
2006-09-26 Mike TaylorMore SEE ALSOs
2006-09-26 Mike Taylor$this is now passed into new IRSpy::Record()
2006-09-26 Mike TaylorRecord keeps track of its parent IRSpy object, and...
2006-09-26 Mike TaylorFix comment.
2006-09-25 Mike TaylorExport xml_encode() as required.
2006-09-25 Mike TaylorFix comment
2006-09-25 Mike TaylorAdd and use xml_encode()
2006-09-22 Mike TaylorBetter targets() API.
2006-09-20 Mike TaylorSupport authentication when connecting to master DB.
2006-09-18 Mike TaylorDo not attempt to test zero-length targets.
2006-09-18 Mike TaylorTypo
2006-09-13 Mike TaylorFirst complete version.
2006-09-13 Mike TaylorReorder
2006-09-13 Mike TaylorMuch new material.
2006-09-12 Mike TaylorNew
2006-07-27 Mike TaylorAdd commented-out logging.
2006-07-25 Mike TaylorComment out verbosity
2006-07-25 Mike TaylorFall out of wait() when there are no active connections...
2006-07-25 Mike TaylorNote absence of pretty-printing, which makes it hard...
2006-07-25 Mike TaylorGather targets when running in "all targets in DB"...
2006-07-24 Mike TaylorNote successes in record.
2006-07-24 Mike TaylorRemove isodate() function - replaced by method in IRSpy.pm
2006-07-24 Mike TaylorRemove commented-out logging on each record modification.
2006-07-24 Mike TaylorAdded isodate() utility method (was in Test/Ping.pm)
2006-07-24 Mike TaylorInitial version of code in append_entry() to make the...
2006-07-24 Mike TaylorStore success/failure information in correct part of...
2006-07-24 Mike TaylorSuccessfully (finally!) insert new XML fragments in...
2006-07-21 Mike TaylorPartial version of append_entry() method -- not yet...
2006-07-21 Mike TaylorCall $rec->append_entry() to note results of test.
2006-07-21 Mike Taylor_run_test() now detects loops.
2006-07-21 Mike TaylorRemove comment on loop-detection (now handled in IRSpy.pm)
2006-07-21 Mike TaylorReduce '###' documentation comments to '##'
2006-07-21 Mike TaylorTweak comment.
2006-07-21 Mike TaylorTweak comment
2006-07-21 Mike TaylorSet "pod_omit" option for connections that can't connect.
2006-07-21 Mike TaylorRemove extraneous logging.
2006-07-21 Mike Taylorsearch_pqf() honours the "pod_omit" option.
2006-07-21 Mike Taylorwait() now correctly honours the "pod_omit" option.
2006-07-18 Mike TaylorTowards index-preserving @conn winnowing.
2006-07-18 Mike TaylorImplement the "pod_omit" option.
2006-07-18 Mike Taylor_parse_target_string() factored out of targets()
2006-07-18 Mike TaylorRecord contains a DOM tree of the ZeeRex record, not...
2006-07-18 Mike TaylorNote failure as well as success.
2006-07-17 Mike TaylorNew
2006-07-11 Mike TaylorNotes on using XML::Simple
2006-07-11 Mike TaylorTweak
2006-06-21 Mike TaylorNew
2006-06-21 Mike TaylorRemove extraneous commented-out code.
2006-06-21 Mike TaylorInvoke the new Search::Title test as well as Ping
2006-06-21 Mike Taylor_run_test() can now cope with complex text-class names...
2006-06-21 Mike TaylorRunning version -- does not yet register the results...
2006-06-21 Mike Taylorrecord() may take a Connection instead of a target...
2006-06-21 Mike TaylorRolling
2006-06-21 Mike TaylorExpose Pod object and per-target records to Test modules.
2006-06-21 Mike TaylorChange wait()/callback API to use a single udata argument
2006-06-20 Mike TaylorNew
2006-06-20 Mike TaylorSlightly more explicit logging.
2006-06-20 Mike TaylorRename Net::Z3950::IRSpy to ZOOM::IRSpy
2006-06-20 Mike TaylorMove Net/Z3950/IRSpy/Record.pm to ZOOM/IRSpy/Record.pm
2006-06-20 Mike Taylormove Net/Z3950/IRSpy.pm to ZOOM/IRSpy.pm
2006-06-07 Mike TaylorRemove premature documentation of pod-throttling
2006-06-06 Mike TaylorDocumentation tweak.
2006-05-12 Mike TaylorConsistent formatting for different ZOOM::Log::log...
2006-05-12 Mike TaylorMany changes arising from re-read.
2006-05-12 Mike TaylorComplete.
2006-05-11 Mike TaylorDocument handlers.
2006-05-10 Mike TaylorPartial documentation.
2006-05-10 Mike TaylorTweak sample program in synopsis to match current API.
2006-05-10 Mike TaylorGuard against the possibility of zero connection in...
2006-05-09 Mike TaylorNew synopsis shows how to do retrieval as well as searc...
2006-05-09 Mike TaylorRemove extraneous output.
2006-05-05 Mike TaylorNew