Mike Taylor [Tue, 8 Aug 2006 16:15:55 +0000 (16:15 +0000)]
Remove "###"
Mike Taylor [Thu, 27 Jul 2006 10:26:43 +0000 (10:26 +0000)]
1.02
Mike Taylor [Wed, 26 Jul 2006 11:10:05 +0000 (11:10 +0000)]
Release 1.02
Mike Taylor [Wed, 26 Jul 2006 11:09:14 +0000 (11:09 +0000)]
Only pass schema back to caller if its non-zero-length.
Mike Taylor [Wed, 26 Jul 2006 01:08:44 +0000 (01:08 +0000)]
Remove logging
Mike Taylor [Tue, 25 Jul 2006 23:14:49 +0000 (23:14 +0000)]
Move all SCHEMA stuff into a single place (still doesn't work)
Cast to remove compiler warning.
Mike Taylor [Mon, 24 Jul 2006 23:05:22 +0000 (23:05 +0000)]
Do not barf un unrecognised types of record specification in bend_fetch()
(I suspect GFS has changed in a way that makes these.)
Mike Taylor [Mon, 24 Jul 2006 23:04:33 +0000 (23:04 +0000)]
Add (commented-out) OPTIMIZE line
Mike Taylor [Fri, 21 Jul 2006 22:14:05 +0000 (22:14 +0000)]
Support for SCHEMA
Sebastian Hammer [Wed, 7 Jun 2006 18:25:15 +0000 (18:25 +0000)]
Exposing SRW_SORTKEYS parameter to handler
Sebastian Hammer [Mon, 5 Jun 2006 18:01:25 +0000 (18:01 +0000)]
Added HANDLE to Explain request structure
Sebastian Hammer [Fri, 2 Jun 2006 16:03:25 +0000 (16:03 +0000)]
Added explain handler. Input=DATABASE output=EXPLAIN
Anders S. Mortensen [Fri, 2 Jun 2006 10:06:11 +0000 (10:06 +0000)]
Support Z_SortKey_sortAttributes in bend_sort. This one is for you Seb!
Sebastian Hammer [Wed, 31 May 2006 16:39:30 +0000 (16:39 +0000)]
Handling complex compspec in present/fetch (slightly) better
Anders S. Mortensen [Fri, 21 Apr 2006 07:30:15 +0000 (07:30 +0000)]
For now, we reject sortAttribute with errcode 207.
Anders S. Mortensen [Wed, 19 Apr 2006 13:17:52 +0000 (13:17 +0000)]
Registering the bend_sort handler and implemented the missing bits and pieces.
Still missing the SortKey type Z_SortKey_sortAttributes.
Mike Taylor [Wed, 19 Apr 2006 12:38:49 +0000 (12:38 +0000)]
Towards 1,02
Mike Taylor [Wed, 19 Apr 2006 12:37:32 +0000 (12:37 +0000)]
Throw away rpn2pquery(), use YAZ's yaz_rpnquery_to_wrbuf() instead.
Mike Taylor [Tue, 11 Apr 2006 09:53:17 +0000 (09:53 +0000)]
Adam's authentication fixes.
Adam Dickmeiss [Mon, 10 Apr 2006 20:49:24 +0000 (20:49 +0000)]
Avoid mixed stmt/var declare
Adam Dickmeiss [Sun, 9 Apr 2006 23:01:00 +0000 (23:01 +0000)]
For open style auth, set username ("USER") always.
Adam Dickmeiss [Sun, 9 Apr 2006 21:23:10 +0000 (21:23 +0000)]
Dont hv_store NULL user,passwd in bend_init
Mike Taylor [Fri, 24 Mar 2006 12:09:43 +0000 (12:09 +0000)]
YAZ 2.0.0 requirement
Mike Taylor [Fri, 24 Mar 2006 12:09:33 +0000 (12:09 +0000)]
Version number.
Mike Taylor [Fri, 24 Mar 2006 12:08:14 +0000 (12:08 +0000)]
Generalise YAZ-version requirement. Wind back to 2.0.0.
Mike Taylor [Fri, 24 Mar 2006 12:06:15 +0000 (12:06 +0000)]
Check for YAZ version 2.1.10 or better.
Mike Taylor [Fri, 24 Mar 2006 11:56:56 +0000 (11:56 +0000)]
Date of 1.01 release.
Mike Taylor [Fri, 24 Mar 2006 11:56:39 +0000 (11:56 +0000)]
Add documentation for SRU/W support.
Bump version to 1.01.
Mike Taylor [Fri, 24 Mar 2006 01:22:19 +0000 (01:22 +0000)]
Version number
Mike Taylor [Fri, 24 Mar 2006 01:21:15 +0000 (01:21 +0000)]
Jump version number to 1.00 (due to SRU/W support)
Mike Taylor [Fri, 24 Mar 2006 01:20:44 +0000 (01:20 +0000)]
Date of release 1.00
Mike Taylor [Thu, 9 Mar 2006 17:13:43 +0000 (17:13 +0000)]
Support for SRU and SRW. Mostly this is provided by the YAZ GFS, but
changes are needed to allow for the case where there is no RPN query
(due to absent on invalid <cql2rpn> element in GFS configuration) so
that CQL is passed through natively; and also to fake up an {REQ_FORM}
and {REP_FORM} parameters set to the "text/xml" OID when this
information is not specified by the GFS.
Mike Taylor [Thu, 9 Mar 2006 17:13:15 +0000 (17:13 +0000)]
Add CVS Id
Adam Dickmeiss [Mon, 30 Jan 2006 21:29:41 +0000 (21:29 +0000)]
Avoid mixed stmt/var declare
Adam Dickmeiss [Wed, 9 Nov 2005 09:35:47 +0000 (09:35 +0000)]
Added yazlog utility which calls yaz_log with YLOG_LOG level.
Possibly need to refine this.. Maybe rename to ::log.
Adam Dickmeiss [Sun, 13 Mar 2005 20:01:38 +0000 (20:01 +0000)]
Align configuration of YAZ with Net::Z3950
Mike Taylor [Fri, 3 Sep 2004 13:27:29 +0000 (13:27 +0000)]
Typo
Mike Taylor [Fri, 3 Sep 2004 13:27:19 +0000 (13:27 +0000)]
Prototypes are now explicitly disabled. This makes no difference to
functionality, but suppresses an error message for a cleaner
build.
fatal() errors now print "SimpleServer" instead of "yazwrap"!
New code attempts to translate a result-set reference into a
corresponding Perl query node, but DOES NOT WORK. It's no
more broken than it was before, though. I am completely
stumped as to what's wrong with it.
Mike Taylor [Fri, 3 Sep 2004 13:24:55 +0000 (13:24 +0000)]
Increment version number in anticipation of next release.
Declare package Net::Z3950::RPN::RSID (used in SimpleServer.xs)
POD for Net::Z3950::RPN::RSID
Mike Taylor [Fri, 3 Sep 2004 13:23:34 +0000 (13:23 +0000)]
Towards release 0.09
Mike Taylor [Fri, 3 Sep 2004 11:43:09 +0000 (11:43 +0000)]
Include logging-server.pl in the distribution.
Mike Taylor [Fri, 3 Sep 2004 11:42:35 +0000 (11:42 +0000)]
New
Mike Taylor [Tue, 3 Aug 2004 08:59:37 +0000 (08:59 +0000)]
Clarify requirements.
Anders S. Mortensen [Mon, 14 Jun 2004 12:51:10 +0000 (12:51 +0000)]
Updated changelog.
Adam Dickmeiss [Mon, 7 Jun 2004 17:08:00 +0000 (17:08 +0000)]
Add comment about Windows setup for Makefile.PL
Adam Dickmeiss [Mon, 7 Jun 2004 17:03:47 +0000 (17:03 +0000)]
Update changes
Adam Dickmeiss [Mon, 7 Jun 2004 17:00:55 +0000 (17:00 +0000)]
Do not sv_free session handle if close handler is called
Adam Dickmeiss [Mon, 7 Jun 2004 16:48:38 +0000 (16:48 +0000)]
Do not build tst_clones for non-threaded Perls
Adam Dickmeiss [Sun, 6 Jun 2004 09:07:18 +0000 (09:07 +0000)]
Use CLONEf_CLONE_HOST for perl_clone
Adam Dickmeiss [Sat, 5 Jun 2004 23:09:04 +0000 (23:09 +0000)]
Remove a few unused variables
Adam Dickmeiss [Sat, 5 Jun 2004 22:18:09 +0000 (22:18 +0000)]
Fixed memory leak in bend_close: added sv_free of Perl Handle.
Fixed memory leak in perl_destruct/perl_free: now using context of Perl
interpreter to be destroyed.
Fixed memory leak in bend_init: added sv_free of href in bend_init.
Reduced size of code for bend_init/bend_search by avoiding introducing
of a few temporary SVs.
Adam Dickmeiss [Sat, 5 Jun 2004 07:55:05 +0000 (07:55 +0000)]
Allow us to stop server (for memory debugging purposes)
Adam Dickmeiss [Fri, 4 Jun 2004 20:16:04 +0000 (20:16 +0000)]
Fix leak for data for members implementation_{id,name,version}.
Anders S. Mortensen [Fri, 4 Jun 2004 09:57:00 +0000 (09:57 +0000)]
Added documentation for the new threaded mode.
Adam Dickmeiss [Sat, 29 May 2004 07:04:26 +0000 (07:04 +0000)]
Use only perl_clone if USE_ITHREADS is defined
Anders S. Mortensen [Fri, 28 May 2004 20:27:16 +0000 (20:27 +0000)]
Removed some cvs logging and added GPL headers.
Anders S. Mortensen [Fri, 28 May 2004 20:19:06 +0000 (20:19 +0000)]
Added this new creature.
Anders S. Mortensen [Fri, 28 May 2004 20:14:28 +0000 (20:14 +0000)]
Preparing for release.
Adam Dickmeiss [Fri, 14 May 2004 04:07:50 +0000 (04:07 +0000)]
Moved C declaration to start of block
Adam Dickmeiss [Thu, 13 May 2004 19:04:28 +0000 (19:04 +0000)]
Bump year
Adam Dickmeiss [Thu, 13 May 2004 18:55:40 +0000 (18:55 +0000)]
Fix memory leak due to the use of perl_clone. A mutex is used
for clone/free .. Just to be sure. But rest is still multi-threaded.
Adam Dickmeiss [Tue, 11 May 2004 12:56:37 +0000 (12:56 +0000)]
Do not include unistd.h on Windows. Remove redundant PERL_SET_CONTEXT.
Anders S. Mortensen [Tue, 11 May 2004 12:15:16 +0000 (12:15 +0000)]
Simpleserver is now thread proof.
Mike Taylor [Tue, 9 Sep 2003 20:12:38 +0000 (20:12 +0000)]
Return diagnostics on Init failure
Mike Taylor [Tue, 9 Sep 2003 11:44:20 +0000 (11:44 +0000)]
Dates
Mike Taylor [Tue, 9 Sep 2003 11:40:10 +0000 (11:40 +0000)]
(Finally!) support implementation-ID
Mike Taylor [Mon, 9 Jun 2003 11:25:42 +0000 (11:25 +0000)]
Fix YAZ-version requirement
Mike Taylor [Fri, 7 Mar 2003 19:14:48 +0000 (19:14 +0000)]
typo
Anders S. Mortensen [Fri, 3 Jan 2003 09:24:45 +0000 (09:24 +0000)]
Forgot Dave's email.
Anders S. Mortensen [Fri, 3 Jan 2003 09:15:37 +0000 (09:15 +0000)]
Updated the Changes file.
Anders S. Mortensen [Fri, 3 Jan 2003 09:05:41 +0000 (09:05 +0000)]
Applied Dave's GRS-1 patch - actually this was already done in revision 1.17.
Anders S. Mortensen [Fri, 3 Jan 2003 09:01:51 +0000 (09:01 +0000)]
Version 0.07.
Anders S. Mortensen [Fri, 3 Jan 2003 09:00:24 +0000 (09:00 +0000)]
*** empty log message ***
Anders S. Mortensen [Thu, 2 Jan 2003 10:22:43 +0000 (10:22 +0000)]
Forgot to update the release date.
Mike Taylor [Fri, 20 Dec 2002 13:28:22 +0000 (13:28 +0000)]
add .cvsignore
Mike Taylor [Tue, 26 Nov 2002 17:09:18 +0000 (17:09 +0000)]
basic support for idPass authentication
Mike Taylor [Mon, 21 Oct 2002 18:28:31 +0000 (18:28 +0000)]
tweak
Anders S. Mortensen [Mon, 16 Sep 2002 14:00:16 +0000 (14:00 +0000)]
Updated Changes and added a few lines of documentation.
Anders S. Mortensen [Mon, 16 Sep 2002 13:55:53 +0000 (13:55 +0000)]
Added support for authentication into SimpleServer.
Anders S. Mortensen [Mon, 22 Apr 2002 08:43:44 +0000 (08:43 +0000)]
Added this file to repository.
Mike Taylor [Wed, 6 Mar 2002 11:31:42 +0000 (11:31 +0000)]
*** empty log message ***
Mike Taylor [Wed, 6 Mar 2002 11:30:02 +0000 (11:30 +0000)]
Add RPN structure documentation to SimpleServer.pm's POD.
Add README to MANIFEST.
Mike Taylor [Wed, 6 Mar 2002 11:02:04 +0000 (11:02 +0000)]
Added simple README file, derived from POD comments in SimpleServer.pm
Fixed my (Mike Taylor's) email address
Anders S. Mortensen [Tue, 5 Mar 2002 20:56:02 +0000 (20:56 +0000)]
Updated this thing.
Anders S. Mortensen [Tue, 5 Mar 2002 20:52:22 +0000 (20:52 +0000)]
Version 0.05 so that we can release the thing at CPAN.
Anders S. Mortensen [Tue, 5 Mar 2002 20:49:56 +0000 (20:49 +0000)]
Added a couple of lines of documentation.
Mike Taylor [Tue, 5 Mar 2002 12:42:35 +0000 (12:42 +0000)]
Add samples/render-search.pl
Mike Taylor [Tue, 5 Mar 2002 12:03:26 +0000 (12:03 +0000)]
add explanatory comment
Mike Taylor [Tue, 5 Mar 2002 00:36:21 +0000 (00:36 +0000)]
Remove vacuous TODO.
Mike Taylor [Tue, 5 Mar 2002 00:34:13 +0000 (00:34 +0000)]
Support for implementation_id (commented out until it's
in mainstream Yaz)
Mike Taylor [Fri, 1 Mar 2002 09:21:15 +0000 (09:21 +0000)]
Add samples/ directory and trivial render-search.pl server.
Mike Taylor [Thu, 28 Feb 2002 12:25:05 +0000 (12:25 +0000)]
Remove artifacts of Perl build
Mike Taylor [Thu, 28 Feb 2002 12:22:37 +0000 (12:22 +0000)]
remove CHANGELOG which duplicated Changes
Mike Taylor [Thu, 28 Feb 2002 11:23:30 +0000 (11:23 +0000)]
Add MANIFEST.SKIP so it can tell Perl's build instructions not to
worry about the CVS directory. (Of course, then I had to tell
MANIFEST that there's a MANIFEST.SKIP, and tell CVS that I'd put
if there to tell Perl about CVS ...)
Mike Taylor [Thu, 28 Feb 2002 11:21:57 +0000 (11:21 +0000)]
Add RPN structure to search-handler argument hash.
Anders S. Mortensen [Tue, 11 Sep 2001 13:07:07 +0000 (13:07 +0000)]
Minor changes.
Anders S. Mortensen [Thu, 30 Aug 2001 14:02:10 +0000 (14:02 +0000)]
Small changes.
Anders S. Mortensen [Thu, 30 Aug 2001 13:15:11 +0000 (13:15 +0000)]
Corrected a memory leak, one more to go.
Anders S. Mortensen [Wed, 29 Aug 2001 11:48:35 +0000 (11:48 +0000)]
Added routines
Net::Z3950::SimpleServer::ScanSuccess
Net::Z3950::SimpleServer::ScanPartial
and a bit of documentation.
Anders S. Mortensen [Wed, 29 Aug 2001 10:29:51 +0000 (10:29 +0000)]
Added some documentation of scan.