Adam Dickmeiss [Thu, 4 Oct 2012 08:14:15 +0000 (08:14 +0000)]
At graceful stop, kill children processes
Metaproxy already did this for normal stop (SIGTERM). This ensure
that children processes spawned by modules are removed upon
termination of graceful stop too.
Adam Dickmeiss [Thu, 4 Oct 2012 07:47:19 +0000 (07:47 +0000)]
Log when metaproxy is invoked in test mode (-t)
Adam Dickmeiss [Wed, 3 Oct 2012 10:47:32 +0000 (12:47 +0200)]
Set yaz_log prefix to PID
This is to make it easier to track what Metaproxy process is
logging, especially duing reload where multiple Metaproxy processing
are running.
Adam Dickmeiss [Tue, 2 Oct 2012 14:17:42 +0000 (16:17 +0200)]
multi: combine both NSDs and multiple NSDs into one
Adam Dickmeiss [Tue, 2 Oct 2012 14:16:30 +0000 (16:16 +0200)]
z3950_client: fixup multiple NSD's too
Like surrogate diagnostics, a (backend=target) is appended
for each diagnostic so that can be determined the origin of
error.
Adam Dickmeiss [Tue, 2 Oct 2012 12:54:50 +0000 (14:54 +0200)]
multi: hideerrors also in use for present response
Adam Dickmeiss [Tue, 2 Oct 2012 09:27:10 +0000 (11:27 +0200)]
Solr example in zoom man page
Adam Dickmeiss [Tue, 2 Oct 2012 09:26:22 +0000 (11:26 +0200)]
Bad use attribute for Solr
Adam Dickmeiss [Tue, 2 Oct 2012 09:01:24 +0000 (11:01 +0200)]
Strip trailing white space
Adam Dickmeiss [Tue, 2 Oct 2012 08:59:24 +0000 (10:59 +0200)]
Configuration example of using Solr
Adam Dickmeiss [Tue, 2 Oct 2012 08:58:56 +0000 (10:58 +0200)]
Update zoom schema
Torus attributes url and realm are optional.
Adam Dickmeiss [Tue, 2 Oct 2012 08:56:31 +0000 (10:56 +0200)]
Fix query_rewrite config example
Adam Dickmeiss [Fri, 28 Sep 2012 14:03:11 +0000 (16:03 +0200)]
Log at least first non surrogate diagnostic
Instead of "Z_Records_multipleNSD"
Adam Dickmeiss [Fri, 28 Sep 2012 12:26:09 +0000 (14:26 +0200)]
multi: Fix check for opt Records in present response
A SEGV could occur if a target did not return records and
no diagnostics.
Adam Dickmeiss [Mon, 24 Sep 2012 16:04:57 +0000 (18:04 +0200)]
Version 1.3.46
Adam Dickmeiss [Mon, 24 Sep 2012 13:39:18 +0000 (15:39 +0200)]
Call yaz_daemon_stop just after stop of socket bind
instead of after graceful stop loop has ended (which could
take a long time).
Adam Dickmeiss [Wed, 19 Sep 2012 13:38:37 +0000 (15:38 +0200)]
Reformat: delete trailing whitespace
Adam Dickmeiss [Wed, 12 Sep 2012 12:50:50 +0000 (14:50 +0200)]
Version 1.3.45
Adam Dickmeiss [Wed, 12 Sep 2012 12:13:20 +0000 (14:13 +0200)]
sru_z3950: relay surrogate diagnostics
Adam Dickmeiss [Mon, 10 Sep 2012 13:41:59 +0000 (15:41 +0200)]
Recert local changes to config-zoom.xml
Adam Dickmeiss [Mon, 10 Sep 2012 13:03:38 +0000 (15:03 +0200)]
Version 1.3.44
Adam Dickmeiss [Thu, 30 Aug 2012 13:47:43 +0000 (15:47 +0200)]
zoom: Honor extraArgs, strip # in zurl
Adam Dickmeiss [Thu, 30 Aug 2012 10:54:45 +0000 (12:54 +0200)]
multi: fix SEGV for scan
Adam Dickmeiss [Tue, 28 Aug 2012 10:27:08 +0000 (12:27 +0200)]
New tests for url_recipe_handle
Adam Dickmeiss [Tue, 28 Aug 2012 10:26:09 +0000 (12:26 +0200)]
url_recipe_handle: allow %{var[reg]} substitutions
It's like ${var[reg]} but does URI component encoding as well.
Adam Dickmeiss [Wed, 22 Aug 2012 10:25:06 +0000 (12:25 +0200)]
Version 1.3.43
Adam Dickmeiss [Wed, 22 Aug 2012 10:22:13 +0000 (12:22 +0200)]
RPM/Deb: require yazpp 1.3.2
because it fixes a missing close of non-keepalive HTTP sessions.
Adam Dickmeiss [Wed, 22 Aug 2012 08:28:51 +0000 (10:28 +0200)]
http_file: allow zero size files (bug fix)
Adam Dickmeiss [Tue, 21 Aug 2012 13:28:24 +0000 (15:28 +0200)]
Fix zoom schema: auth_url is optional
Adam Dickmeiss [Tue, 21 Aug 2012 12:43:02 +0000 (14:43 +0200)]
Update m4
Adam Dickmeiss [Mon, 20 Aug 2012 07:47:33 +0000 (09:47 +0200)]
Spelling
Adam Dickmeiss [Mon, 20 Aug 2012 07:22:11 +0000 (09:22 +0200)]
Version 1.3.42
Adam Dickmeiss [Fri, 17 Aug 2012 09:34:37 +0000 (11:34 +0200)]
zoom: init member cqlt of Backend
Adam Dickmeiss [Thu, 16 Aug 2012 07:14:30 +0000 (09:14 +0200)]
zoom: tweak diagnostics for Torus auth
If no result was found in Torus lookup and user&password was given,
then return 'VInit/AC: Bad Userid and/or Password'. If lookup failed,
and user/password was not given (IP auth in effect) return
'Init/AC: Blocked network address'.
Adam Dickmeiss [Thu, 16 Aug 2012 07:10:59 +0000 (09:10 +0200)]
zoom: escape user/pass/ip in Torus auth lookup
Adam Dickmeiss [Wed, 15 Aug 2012 14:15:00 +0000 (16:15 +0200)]
frontend_net: handle X-Forwarded-For
This is stored in package.origin() and may be used in filters
as usual.
Adam Dickmeiss [Wed, 15 Aug 2012 14:03:03 +0000 (16:03 +0200)]
zoom: IP auth in place
Adam Dickmeiss [Wed, 15 Aug 2012 13:39:28 +0000 (15:39 +0200)]
zoom: authentication via Torus
Enabled by new configuration setting: auth_url . If this is defined,
the zoom module will contact Torus for auth/IP lookup and that will
define realm to be used in session (IP not done yet).
Adam Dickmeiss [Fri, 10 Aug 2012 08:46:06 +0000 (10:46 +0200)]
Version 1.3.41
Adam Dickmeiss [Fri, 10 Aug 2012 08:41:48 +0000 (10:41 +0200)]
sru_z3950: SRU response has same version as request
Adam Dickmeiss [Thu, 9 Aug 2012 13:20:49 +0000 (15:20 +0200)]
Fix split_zurl bug (missing char after /).
Bug introduced in
db015fa75ee1f475040dba0512fc (version 1.3.40)
Adam Dickmeiss [Tue, 7 Aug 2012 11:43:12 +0000 (13:43 +0200)]
Use m4/id-config.sh
Adam Dickmeiss [Mon, 6 Aug 2012 10:27:31 +0000 (12:27 +0200)]
Version 1.3.40
Adam Dickmeiss [Mon, 6 Aug 2012 10:26:28 +0000 (12:26 +0200)]
NEWS
Adam Dickmeiss [Mon, 6 Aug 2012 09:22:16 +0000 (11:22 +0200)]
Unix socket example
Adam Dickmeiss [Mon, 6 Aug 2012 09:20:10 +0000 (11:20 +0200)]
Avoid using unix path as "database name" for virt_db
Fix split_zurl to use cs_get_host_args which considers
unix sockets as well.
Adam Dickmeiss [Thu, 2 Aug 2012 13:23:26 +0000 (15:23 +0200)]
Version 1.3.39
Adam Dickmeiss [Thu, 2 Aug 2012 13:20:59 +0000 (15:20 +0200)]
Update NEWS
Adam Dickmeiss [Thu, 2 Aug 2012 12:11:16 +0000 (14:11 +0200)]
session_shared: don't reset timestap for query match
If an existing result set is found matching the current query, the
timestamp for "last use of set" is no longer reset.
Adam Dickmeiss [Thu, 2 Aug 2012 07:29:18 +0000 (09:29 +0200)]
session_shared: Hit count is type Odr_int
And not 'int'.
Adam Dickmeiss [Wed, 1 Aug 2012 11:14:47 +0000 (13:14 +0200)]
zoom: allow Torus record wrapped in single "record" elem
Adam Dickmeiss [Wed, 1 Aug 2012 10:48:26 +0000 (12:48 +0200)]
z3950_client: don't tamper with target zurl
Fixes use of unix sockets in the Z39.50 client.
Adam Dickmeiss [Mon, 30 Jul 2012 12:07:19 +0000 (14:07 +0200)]
zoom: New database arg: torus_url
This is the a way fully specify the URL of the torus record to use.
When in use, the udb and realm are not in use (unless %realm and %udb
is given in the torus_url!). Thus, this overrides <torus url=..">
configuration.
Adam Dickmeiss [Fri, 6 Jul 2012 10:55:32 +0000 (12:55 +0200)]
Not needed: DH_COMPAT=5
Adam Dickmeiss [Wed, 4 Jul 2012 12:14:26 +0000 (14:14 +0200)]
Version 1.3.38
Adam Dickmeiss [Wed, 4 Jul 2012 12:13:07 +0000 (14:13 +0200)]
Update NEWS
Adam Dickmeiss [Wed, 4 Jul 2012 12:06:33 +0000 (14:06 +0200)]
Wait for MP to terminate on SIGUSR1 in Deb init.d
Adam Dickmeiss [Wed, 4 Jul 2012 12:03:12 +0000 (12:03 +0000)]
metaproxy.init: wait for MP to stop on SIGUSR1
Unfortunately, killproc utility silently ignores option -d when
a any user signal is given, so we have to wait ourselves for the
process to terminate.
Adam Dickmeiss [Wed, 4 Jul 2012 10:59:56 +0000 (12:59 +0200)]
Postpone yaz_daemon_stop until out of router loop
Adam Dickmeiss [Wed, 4 Jul 2012 08:55:59 +0000 (10:55 +0200)]
One line log: log HTTP as well
Adam Dickmeiss [Wed, 4 Jul 2012 08:21:12 +0000 (10:21 +0200)]
quote addinfo in log for access log
Adam Dickmeiss [Wed, 4 Jul 2012 08:20:31 +0000 (10:20 +0200)]
One line log: quote addinfo, log record syntax
Adam Dickmeiss [Tue, 3 Jul 2012 13:33:04 +0000 (15:33 +0200)]
Require yazpp 1.3.1 due to new processEvent behavior
Adam Dickmeiss [Tue, 3 Jul 2012 13:32:39 +0000 (15:32 +0200)]
Using line log
Adam Dickmeiss [Tue, 3 Jul 2012 10:55:59 +0000 (12:55 +0200)]
rpn2cql in config zoom example
Adam Dickmeiss [Tue, 3 Jul 2012 10:54:46 +0000 (12:54 +0200)]
Use base path for resolving rpn2cql file name.
Adam Dickmeiss [Tue, 3 Jul 2012 10:54:09 +0000 (12:54 +0200)]
zoom: update schema for new element rpn2cql
Adam Dickmeiss [Tue, 3 Jul 2012 10:53:16 +0000 (12:53 +0200)]
filter log: update schema for category "line"
Adam Dickmeiss [Tue, 3 Jul 2012 10:42:12 +0000 (12:42 +0200)]
Allow rpn2cql properties to be given
This is done in per-target, by element <rpn2cql> with content
being pqf.properties filename.
Adam Dickmeiss [Tue, 3 Jul 2012 10:16:07 +0000 (12:16 +0200)]
One line log: all APDU names logged
Adam Dickmeiss [Mon, 2 Jul 2012 13:53:02 +0000 (15:53 +0200)]
Avoid memory management in FrontendNet::stop
Using free in a signal handler may cause a dead lock.. This patch
makes the stop handler set a stop flag and do "stop listening" work
in main thread.
Adam Dickmeiss [Mon, 2 Jul 2012 12:23:24 +0000 (14:23 +0200)]
One line log: scan, init
Adam Dickmeiss [Fri, 29 Jun 2012 12:50:51 +0000 (14:50 +0200)]
Start work on 1line log (ala GFS)
Adam Dickmeiss [Fri, 29 Jun 2012 12:49:48 +0000 (14:49 +0200)]
Dont overwrite package.request
Adam Dickmeiss [Fri, 1 Jun 2012 09:28:49 +0000 (11:28 +0200)]
Version 1.3.37
Adam Dickmeiss [Fri, 1 Jun 2012 09:25:13 +0000 (11:25 +0200)]
Update NEWS
Adam Dickmeiss [Fri, 1 Jun 2012 09:21:18 +0000 (11:21 +0200)]
Document frontend_net's: message, stat-req
Adam Dickmeiss [Fri, 1 Jun 2012 09:14:11 +0000 (11:14 +0200)]
frontend_net: report threads in use; fix XML header
Adam Dickmeiss [Fri, 1 Jun 2012 09:13:39 +0000 (11:13 +0200)]
Add ThreadPoolSocketObserver::get_thread_info
Adam Dickmeiss [Wed, 30 May 2012 12:39:07 +0000 (14:39 +0200)]
Update doc/common
Adam Dickmeiss [Tue, 29 May 2012 12:51:28 +0000 (14:51 +0200)]
Update referral to libyazpp dev.
Adam Dickmeiss [Tue, 29 May 2012 12:21:36 +0000 (14:21 +0200)]
frontend_net: report min, max, average response times
Adam Dickmeiss [Fri, 25 May 2012 12:16:31 +0000 (14:16 +0200)]
frontend_net: report stuff to helper method
Adam Dickmeiss [Fri, 25 May 2012 12:07:14 +0000 (14:07 +0200)]
frontend_net: add facility to log response times
New frontend_net setting, stat-req, specifies HTTP path that triggers
the generation of the report that includes distribution of response
times and total requests.
Adam Dickmeiss [Fri, 25 May 2012 10:59:20 +0000 (12:59 +0200)]
frontend_net: refactor and use Rep class in helpers
Adam Dickmeiss [Fri, 25 May 2012 10:38:34 +0000 (12:38 +0200)]
frontend_net: refactor scope of helper classes
Adam Dickmeiss [Fri, 25 May 2012 08:38:47 +0000 (10:38 +0200)]
Debian: remove pidfile in metaproxy reload process
Adam Dickmeiss [Thu, 24 May 2012 10:39:43 +0000 (12:39 +0200)]
Don't display start log message when config testing (-t)
Adam Dickmeiss [Thu, 24 May 2012 06:46:36 +0000 (08:46 +0200)]
Fix reload problem in init.d script for RPM
The '/etc/init.d/metaproxy reload' in some cases would stop and
not start metaproxy - effectively stopping the service.
Adam Dickmeiss [Mon, 21 May 2012 13:24:47 +0000 (15:24 +0200)]
zoom: use WRBUF for CCL buffer
Adam Dickmeiss [Thu, 10 May 2012 12:43:58 +0000 (14:43 +0200)]
Version 1.3.36
Adam Dickmeiss [Thu, 10 May 2012 12:42:45 +0000 (14:42 +0200)]
Update NEWS
Adam Dickmeiss [Thu, 10 May 2012 12:39:54 +0000 (14:39 +0200)]
Reformat
Adam Dickmeiss [Thu, 10 May 2012 12:37:51 +0000 (14:37 +0200)]
Log XML errors to yaz_log; not to stdout/stderr
Adam Dickmeiss [Thu, 10 May 2012 11:55:25 +0000 (13:55 +0200)]
Deb init.d script implements 'reload' using SIGUSR1
Adam Dickmeiss [Thu, 10 May 2012 10:59:45 +0000 (12:59 +0200)]
RPM logrotate uses reload
Adam Dickmeiss [Thu, 10 May 2012 10:59:03 +0000 (12:59 +0200)]
RPM init.d script implements 'reload' using SIGUSR1
Adam Dickmeiss [Wed, 9 May 2012 13:58:09 +0000 (15:58 +0200)]
Version 1.3.35
Adam Dickmeiss [Wed, 9 May 2012 13:54:43 +0000 (15:54 +0200)]
IDMETA: add centos5
Adam Dickmeiss [Wed, 9 May 2012 13:52:30 +0000 (15:52 +0200)]
Note on NEWS