Adam Dickmeiss [Thu, 7 Sep 2006 12:12:21 +0000 (12:12 +0000)]
Fix NULL-reference due to diagnosticInformation being optional
Marc Cromme [Thu, 7 Sep 2006 11:48:08 +0000 (11:48 +0000)]
added recordinfo, as internal record conversion format for Metaproxy and Yaz frontends
Adam Dickmeiss [Thu, 7 Sep 2006 11:15:35 +0000 (11:15 +0000)]
Added filter_bounce to list of objects
Adam Dickmeiss [Thu, 7 Sep 2006 10:00:43 +0000 (10:00 +0000)]
Put manual pages in reference section of main Docbook. Ensure metaproxy(1)
manual page is first in list.
Marc Cromme [Thu, 7 Sep 2006 09:52:23 +0000 (09:52 +0000)]
added example zeerex with additional record converting, CQL converting, and other stuff to be used by many Metaproxy modules. The
<retrievalInfo xmlns="http://indexdata.com/yaz/2.28">
elemnt is expecially designed for YAZ GRFS fromtend configuration.
Adam will have a look and see if he easily can update the YAZ code to reflect this, this means that Sebastian needs to change some of his customers config files.
Mike Taylor [Thu, 7 Sep 2006 09:42:53 +0000 (09:42 +0000)]
Comment briefly outlining P2P changes.
Adam Dickmeiss [Thu, 7 Sep 2006 09:00:09 +0000 (09:00 +0000)]
Make all *.html part of dist/install to simplify HTML files list maint
Marc Cromme [Thu, 31 Aug 2006 14:18:04 +0000 (14:18 +0000)]
updated XML schema to accept bounce filter
Marc Cromme [Thu, 31 Aug 2006 13:01:09 +0000 (13:01 +0000)]
Coded bounce filter which returns all packages unprocessed, not sending any package further down the row. It sets Z3959 packages to Z_Close, and HTTP_Request packages to HTTP_Response err code 400 packages, and adds suitable bounce message.
Added bounce filter at end of each filter chain config.xml to prevent infinite hanging of for example HTTP requests when only Z3950 client filter is configured.
Marc Cromme [Thu, 31 Aug 2006 12:56:40 +0000 (12:56 +0000)]
removed superflous comment
Marc Cromme [Thu, 31 Aug 2006 12:55:54 +0000 (12:55 +0000)]
added close diagnostic information
Marc Cromme [Wed, 30 Aug 2006 15:56:54 +0000 (15:56 +0000)]
added logging of extended services packages - requests and responses
Marc Cromme [Wed, 30 Aug 2006 14:37:11 +0000 (14:37 +0000)]
finalized logging output format, using ISO date form and duratio in seconds.fraction format
Adam Dickmeiss [Wed, 30 Aug 2006 13:18:44 +0000 (13:18 +0000)]
Added gduutil object. Using newer version of libxml2 utils
Adam Dickmeiss [Wed, 30 Aug 2006 12:30:02 +0000 (12:30 +0000)]
Added origin to list of objects
Adam Dickmeiss [Wed, 30 Aug 2006 12:27:34 +0000 (12:27 +0000)]
Change forms of get_vhost functions.. get_vhost_otherinfo returns
vhost info. remove_vhost_otherinfo removes and returns (old) value.
Adam Dickmeiss [Wed, 30 Aug 2006 10:48:52 +0000 (10:48 +0000)]
Fixed bug #645: Filter Frontend_net must set proper Origin value.
Don't use inline for Origin class stuff. Move Origin stuff to separate
source file.
Marc Cromme [Wed, 30 Aug 2006 09:56:41 +0000 (09:56 +0000)]
target information removed from logging and from package class
Marc Cromme [Wed, 30 Aug 2006 08:49:13 +0000 (08:49 +0000)]
streaming of package target info in operator<<
Marc Cromme [Wed, 30 Aug 2006 08:44:29 +0000 (08:44 +0000)]
added m_target member to keep track of target information. This is to
be used in filters and logging
Marc Cromme [Wed, 30 Aug 2006 08:35:47 +0000 (08:35 +0000)]
added logging support for init, search , present, scan and close
Marc Cromme [Wed, 30 Aug 2006 08:35:03 +0000 (08:35 +0000)]
added output streaming operators
Marc Cromme [Tue, 29 Aug 2006 10:34:32 +0000 (10:34 +0000)]
use explicit #include <iostream>
Marc Cromme [Tue, 29 Aug 2006 10:06:31 +0000 (10:06 +0000)]
Package logging of Z_GDU structs re-factored into own operator<<
Marc Cromme [Mon, 28 Aug 2006 21:40:24 +0000 (21:40 +0000)]
started access logging of Z39.50 packages, partially done init, search
and present. Still need to do error/diagnostic logging right for
these. All other package types still missing.
Marc Cromme [Wed, 23 Aug 2006 11:36:13 +0000 (11:36 +0000)]
reporting linked YAZPP version
Adam Dickmeiss [Wed, 9 Aug 2006 12:27:18 +0000 (12:27 +0000)]
Change the way NamePlusRecord struct is modified for database fixup.
Adam Dickmeiss [Tue, 1 Aug 2006 13:24:53 +0000 (13:24 +0000)]
Remove 'Fix up:' message
Adam Dickmeiss [Tue, 1 Aug 2006 13:03:41 +0000 (13:03 +0000)]
Fix leak in Package::copy_filter
Adam Dickmeiss [Fri, 7 Jul 2006 07:10:00 +0000 (07:10 +0000)]
Update Windows makefile to use yaz-config output
Adam Dickmeiss [Fri, 7 Jul 2006 06:37:22 +0000 (06:37 +0000)]
Metaproxy 1.0.6
Adam Dickmeiss [Fri, 7 Jul 2006 06:32:47 +0000 (06:32 +0000)]
News
Adam Dickmeiss [Thu, 6 Jul 2006 14:02:20 +0000 (14:02 +0000)]
Omit check for Libxslt. YAZ does it for us
Adam Dickmeiss [Thu, 6 Jul 2006 14:02:05 +0000 (14:02 +0000)]
Ignore ChangeLog
Adam Dickmeiss [Thu, 6 Jul 2006 13:55:42 +0000 (13:55 +0000)]
Proper database fixup for virt_db+multi in case of multiple databases.
Adam Dickmeiss [Wed, 28 Jun 2006 22:46:58 +0000 (22:46 +0000)]
Handle close in filter virt_db
Adam Dickmeiss [Wed, 28 Jun 2006 21:55:40 +0000 (21:55 +0000)]
Fix dist-hook so that make distcheck works
Mike Taylor [Wed, 21 Jun 2006 15:08:58 +0000 (15:08 +0000)]
Rewrite sections concerning licence.
Adam Dickmeiss [Wed, 21 Jun 2006 14:37:52 +0000 (14:37 +0000)]
Generate ChangeLog in make dist rule
Adam Dickmeiss [Wed, 21 Jun 2006 14:37:04 +0000 (14:37 +0000)]
Version 1.0.5.1
Adam Dickmeiss [Wed, 21 Jun 2006 14:35:00 +0000 (14:35 +0000)]
Update news about log filter
Adam Dickmeiss [Wed, 21 Jun 2006 14:34:16 +0000 (14:34 +0000)]
Annotate filter_z3950_client more
Adam Dickmeiss [Wed, 21 Jun 2006 12:50:35 +0000 (12:50 +0000)]
Log filter writes by default to stdout again.
Adam Dickmeiss [Wed, 21 Jun 2006 10:06:07 +0000 (10:06 +0000)]
Fix compilation for VS 2005
Adam Dickmeiss [Wed, 21 Jun 2006 09:16:53 +0000 (09:16 +0000)]
Implement basic configuration of session_shared.
Adam Dickmeiss [Tue, 20 Jun 2006 22:29:38 +0000 (22:29 +0000)]
Work on filter log. Added support for init-options logging. Category
"session", "apdu", may be specified in log config (to cover both
request and response respectively).
Adam Dickmeiss [Tue, 20 Jun 2006 22:27:45 +0000 (22:27 +0000)]
Work on session_shared - scan support, better error handling, Z39.50
options handling.
Adam Dickmeiss [Mon, 19 Jun 2006 23:54:01 +0000 (23:54 +0000)]
Functional session_shared module. Require yazpp 1.0.1.
Adam Dickmeiss [Mon, 19 Jun 2006 13:29:30 +0000 (13:29 +0000)]
Added config-shared1.xml
Adam Dickmeiss [Mon, 19 Jun 2006 13:27:49 +0000 (13:27 +0000)]
Updates for new log filter facilities.
Adam Dickmeiss [Mon, 19 Jun 2006 13:08:00 +0000 (13:08 +0000)]
Log filter can be configured to write to a given file using 'filename'
element. Also information category can be specified with 'category'.
If filename is omitted, the log filter writes to metaproxy.log.
See etc/config5.xml for example.
Mike Taylor [Fri, 16 Jun 2006 14:01:58 +0000 (14:01 +0000)]
Clearer group captions
Remove commented-out multis.
Mike Taylor [Fri, 16 Jun 2006 10:31:42 +0000 (10:31 +0000)]
New (not finished)
Adam Dickmeiss [Sat, 10 Jun 2006 14:32:19 +0000 (14:32 +0000)]
license.html, not licence.html
Adam Dickmeiss [Sat, 10 Jun 2006 14:29:11 +0000 (14:29 +0000)]
Add LICENSE file and Refer to it from the source. Include license material
in license chapter of the manual.
Adam Dickmeiss [Fri, 9 Jun 2006 16:48:18 +0000 (16:48 +0000)]
No PDF
Adam Dickmeiss [Fri, 9 Jun 2006 14:12:13 +0000 (14:12 +0000)]
Move memcmp2 to util. Change use of namespaces a little because Doxygen
gets confused otherwise.
Adam Dickmeiss [Fri, 9 Jun 2006 14:11:42 +0000 (14:11 +0000)]
Close connection if frontend filter receives unhandled package.
Mike Taylor [Thu, 8 Jun 2006 22:22:58 +0000 (22:22 +0000)]
Text config-local
Mike Taylor [Thu, 8 Jun 2006 22:22:49 +0000 (22:22 +0000)]
New -- simple config using two locally hosted databases
(e.g. examples/marc21 and examples/gils from the Zebra module)
Mike Taylor [Thu, 8 Jun 2006 22:20:04 +0000 (22:20 +0000)]
Allow <hideunavailable> in "multi" filter.
Adam Dickmeiss [Fri, 2 Jun 2006 10:58:29 +0000 (10:58 +0000)]
Dont generate xsl.in files
Adam Dickmeiss [Fri, 2 Jun 2006 10:23:49 +0000 (10:23 +0000)]
Generate doc/local.ent via configure instead of doc/yazpp.xml.
Use {HTML,TKL,MAN}_COMPILE macros for documentation.
Adam Dickmeiss [Sat, 27 May 2006 08:07:08 +0000 (08:07 +0000)]
Refer to libyazpp-dev rather than libyazpp1-dev
Adam Dickmeiss [Sat, 27 May 2006 08:04:23 +0000 (08:04 +0000)]
metaproxy.pdf no longer part of dist. Fix html check
Adam Dickmeiss [Fri, 26 May 2006 20:51:20 +0000 (20:51 +0000)]
Make third fix for id.png when srcdir=dstdir
Adam Dickmeiss [Fri, 26 May 2006 20:47:28 +0000 (20:47 +0000)]
Make second fix for symlink when srcdir=dstdir
Adam Dickmeiss [Fri, 26 May 2006 20:44:01 +0000 (20:44 +0000)]
Make symlink when srcdir=dstdir
Adam Dickmeiss [Fri, 26 May 2006 20:35:03 +0000 (20:35 +0000)]
Documentation now based on Docbook XML/XSLT using xsltproc + Norman Walsh's
stylesheets. It means that the CVS version is no longer depending on
jade/openjade or docbook-to-man scripts. PDF is no longer part of the
distribution - but can optionally be made using DSSSL/jadetex or FOP.
Adam Dickmeiss [Fri, 26 May 2006 20:32:20 +0000 (20:32 +0000)]
Use srcdir for man ref xsltproc invocation
Adam Dickmeiss [Fri, 26 May 2006 20:28:48 +0000 (20:28 +0000)]
Fixed list of HTMLFILES
Adam Dickmeiss [Fri, 26 May 2006 20:20:51 +0000 (20:20 +0000)]
Documentation now based on Docbook XML/XSLT using xsltproc + Norman Walsh's
stylesheets. It means that the CVS version is no longer depending on
jade/openjade or docbook-to-man scripts. PDF is no longer part of the
distribution - but can optionally be made using DSSSL/jadetex or FOP.
Adam Dickmeiss [Tue, 16 May 2006 11:56:57 +0000 (11:56 +0000)]
Towards 1.0.5
Adam Dickmeiss [Tue, 16 May 2006 11:54:04 +0000 (11:54 +0000)]
Version 1.0.5 on windows
Adam Dickmeiss [Tue, 16 May 2006 11:53:53 +0000 (11:53 +0000)]
Added a namespace qualifiers (mp::)
Adam Dickmeiss [Tue, 16 May 2006 11:21:00 +0000 (11:21 +0000)]
Towards 1.0.4
Mike Taylor [Tue, 16 May 2006 10:34:48 +0000 (10:34 +0000)]
Fix small mistake.
Mike Taylor [Tue, 16 May 2006 10:32:54 +0000 (10:32 +0000)]
Describe <hideunavailable>
Adam Dickmeiss [Tue, 16 May 2006 08:16:47 +0000 (08:16 +0000)]
In progress
Adam Dickmeiss [Tue, 16 May 2006 07:35:19 +0000 (07:35 +0000)]
Towards 1.0.3
Adam Dickmeiss [Mon, 15 May 2006 20:52:01 +0000 (20:52 +0000)]
New about bug #573
Adam Dickmeiss [Mon, 15 May 2006 20:47:26 +0000 (20:47 +0000)]
Fixed comment
Adam Dickmeiss [Mon, 15 May 2006 13:53:37 +0000 (13:53 +0000)]
First work at bug #573: Hide errors for individual servers.
For multi, if the element 'hideunavailable' is given, unavablable
servers will be ignored. We do not hide 'init rejected' (i.e. any
server returning reject will make the multi filter issue a "reject).
Not sure if we should hide that at all. Could be done with a new
'hiderejected' config.
Adam Dickmeiss [Mon, 15 May 2006 13:22:02 +0000 (13:22 +0000)]
Removed unused code in filter_multi
Adam Dickmeiss [Mon, 15 May 2006 11:43:01 +0000 (11:43 +0000)]
Fixed bug #574: Database names are recognised case-sensitively.
Note that virtual targets identifiers are still case-sensitive, i.e.
names used in virt_db and multi.. It is the database (names) in
the Z39.50 search requests which aren't case-sensitive by this patch.
Adam Dickmeiss [Mon, 15 May 2006 11:40:26 +0000 (11:40 +0000)]
Removed unused mutex
Adam Dickmeiss [Mon, 15 May 2006 10:34:40 +0000 (10:34 +0000)]
More work on session_shared
Adam Dickmeiss [Mon, 15 May 2006 10:12:33 +0000 (10:12 +0000)]
Removed unused code
Mike Taylor [Wed, 3 May 2006 14:56:07 +0000 (14:56 +0000)]
Improvements to MULTI description.
Mike Taylor [Wed, 3 May 2006 13:33:22 +0000 (13:33 +0000)]
Describe how MULTI works in combination with VIRT_DB
Mike Taylor [Wed, 3 May 2006 12:03:35 +0000 (12:03 +0000)]
Note another dependency
Mike Taylor [Wed, 3 May 2006 11:27:48 +0000 (11:27 +0000)]
Add libboost-*-dev to list of required Debian packages.
Adam Dickmeiss [Sun, 30 Apr 2006 14:09:01 +0000 (14:09 +0000)]
Simplify makefile. Use dobj/obj for temporary objects.
Adam Dickmeiss [Sun, 30 Apr 2006 13:10:12 +0000 (13:10 +0000)]
Refer to yazpp_1.{dll,lib}
Adam Dickmeiss [Sun, 30 Apr 2006 09:27:49 +0000 (09:27 +0000)]
Ignore bin, obj
Adam Dickmeiss [Sun, 30 Apr 2006 09:14:03 +0000 (09:14 +0000)]
Update
Adam Dickmeiss [Sun, 30 Apr 2006 08:59:44 +0000 (08:59 +0000)]
Fix debug=0 compile
Adam Dickmeiss [Sun, 30 Apr 2006 07:46:42 +0000 (07:46 +0000)]
DEBUG version uses Boost gd libs as well as Debug versions of YAZ, YAZ++.
Adam Dickmeiss [Sun, 30 Apr 2006 07:07:12 +0000 (07:07 +0000)]
More info on Windows compilation
Adam Dickmeiss [Sun, 30 Apr 2006 06:51:49 +0000 (06:51 +0000)]
Fixed bug #568: Update win/makefile for VS 2005.