pazpar2-moved-to-github.git
13 years agoVersion 1.5.5 v1.5.5
Adam Dickmeiss [Mon, 28 Mar 2011 13:47:07 +0000 (15:47 +0200)]
Version 1.5.5

13 years agoFix memory leak for termlist of type xtargets
Adam Dickmeiss [Mon, 28 Mar 2011 12:34:36 +0000 (14:34 +0200)]
Fix memory leak for termlist of type xtargets

The setting_xml is now a regular string allocated on the
NMEM handle that is passed to hitsbytarget anyway.

13 years agoAdd unit test for termlist of type xtargets
Adam Dickmeiss [Mon, 28 Mar 2011 12:33:37 +0000 (14:33 +0200)]
Add unit test for termlist of type xtargets

13 years agoBoth option -X and -R enables predictable sessions
Adam Dickmeiss [Mon, 28 Mar 2011 09:15:49 +0000 (11:15 +0200)]
Both option -X and -R enables predictable sessions

We need predictable sessions when pazpar2 saves HTTP requests. If not
replay will refer to invalid sessions.

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Mon, 28 Mar 2011 08:57:48 +0000 (10:57 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoAdd mtrace start/stop. Requires MTRACE define
Dennis Schafroth [Mon, 28 Mar 2011 08:57:39 +0000 (10:57 +0200)]
Add mtrace start/stop. Requires MTRACE define

13 years agoMalloc info in server-status
Dennis Schafroth [Mon, 28 Mar 2011 08:54:56 +0000 (10:54 +0200)]
Malloc info in server-status

13 years agopazpar2_play takes timings into account
Adam Dickmeiss [Sat, 26 Mar 2011 22:54:11 +0000 (23:54 +0100)]
pazpar2_play takes timings into account

It only takes diffs into account not overhead for read/write
calls.

13 years agoImplement pazpar2_play utility
Adam Dickmeiss [Sat, 26 Mar 2011 21:59:37 +0000 (22:59 +0100)]
Implement pazpar2_play utility

This will read the HTTP request file that is generated by Pazpar2
when option -R is used. At this point, the timings are not used
(all requests executed without pause).

13 years agoAdd facility to record HTTP requests to Pazpar2
Adam Dickmeiss [Sat, 26 Mar 2011 20:18:49 +0000 (21:18 +0100)]
Add facility to record HTTP requests to Pazpar2

The HTTP record facility is enabled by specifying option -R.

13 years agoFollow style of previous NEWS entries
Adam Dickmeiss [Sat, 26 Mar 2011 20:18:25 +0000 (21:18 +0100)]
Follow style of previous NEWS entries

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 25 Mar 2011 11:29:19 +0000 (12:29 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/pazpar2
Wolfram Schneider [Tue, 22 Mar 2011 18:16:45 +0000 (18:16 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/pazpar2

13 years agoyou need to install+enable the apache module "proxy_balancer" for load balancing...
Wolfram Schneider [Tue, 22 Mar 2011 18:15:47 +0000 (18:15 +0000)]
you need to install+enable the apache module "proxy_balancer" for load balancing as well.

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Mon, 21 Mar 2011 13:49:09 +0000 (14:49 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agofix service id
Dennis Schafroth [Mon, 21 Mar 2011 13:47:59 +0000 (14:47 +0100)]
fix service id

13 years agoNow with right #if
Dennis Schafroth [Wed, 16 Mar 2011 14:01:26 +0000 (15:01 +0100)]
Now with right #if

13 years agoOut defined DEBUG logging of recieved facet
Dennis Schafroth [Wed, 16 Mar 2011 13:58:16 +0000 (14:58 +0100)]
Out defined DEBUG logging of recieved facet

13 years agoOut defined DEBUG logging of sel_thread size
Dennis Schafroth [Wed, 16 Mar 2011 13:57:17 +0000 (14:57 +0100)]
Out defined DEBUG logging of sel_thread size

13 years agoOut defined DEBUG logging http_bufs
Dennis Schafroth [Wed, 16 Mar 2011 13:56:46 +0000 (14:56 +0100)]
Out defined DEBUG logging http_bufs

13 years agoRemove extensive DEBUG logging of facets
Dennis Schafroth [Wed, 16 Mar 2011 13:55:55 +0000 (14:55 +0100)]
Remove extensive DEBUG logging of facets

13 years agoSupport for settings
Dennis Schafroth [Fri, 11 Mar 2011 13:15:49 +0000 (14:15 +0100)]
Support for settings

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 11 Mar 2011 12:27:56 +0000 (13:27 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoIgnore *~
Dennis Schafroth [Fri, 11 Mar 2011 12:27:43 +0000 (13:27 +0100)]
Ignore *~

13 years agoNew files for nagios check
Dennis Schafroth [Fri, 11 Mar 2011 12:26:47 +0000 (13:26 +0100)]
New files for nagios check

13 years ago../etc/check-pazpar2.sh
Dennis Schafroth [Fri, 11 Mar 2011 12:26:25 +0000 (13:26 +0100)]
../etc/check-pazpar2.sh

13 years agoObey pz:extra_args for each search
Adam Dickmeiss [Thu, 10 Mar 2011 15:27:12 +0000 (16:27 +0100)]
Obey pz:extra_args for each search

Set ZOOM option extraArgs before search and not when connection is
made. This fixes a problem if same target is used with different
pz:extra_args.

13 years agoClear again
Dennis Schafroth [Wed, 9 Mar 2011 14:47:37 +0000 (15:47 +0100)]
Clear again

13 years agoFix Last minute change
Dennis Schafroth [Wed, 9 Mar 2011 09:27:33 +0000 (10:27 +0100)]
Fix Last minute change

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Tue, 8 Mar 2011 16:56:17 +0000 (17:56 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoTest config file
Dennis Schafroth [Tue, 8 Mar 2011 16:56:06 +0000 (17:56 +0100)]
Test config file

13 years agoNews for release v1.5.4
Dennis Schafroth [Tue, 8 Mar 2011 16:53:55 +0000 (17:53 +0100)]
News for release v1.5.4

13 years agoUpt version
Dennis Schafroth [Tue, 8 Mar 2011 16:52:30 +0000 (17:52 +0100)]
Upt version

13 years agoDisble termlist term factor by default
Dennis Schafroth [Tue, 8 Mar 2011 16:28:54 +0000 (17:28 +0100)]
Disble termlist term factor by default

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Tue, 8 Mar 2011 16:18:03 +0000 (17:18 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agojournal-subpart change
Dennis Schafroth [Tue, 8 Mar 2011 16:16:53 +0000 (17:16 +0100)]
journal-subpart change

13 years agoDont use clear. Add service name
Dennis Schafroth [Mon, 7 Mar 2011 19:27:27 +0000 (20:27 +0100)]
Dont use clear. Add service name

13 years agoset service id
Dennis Schafroth [Mon, 7 Mar 2011 19:18:33 +0000 (20:18 +0100)]
set service id

13 years agoencode = and &
Dennis Schafroth [Mon, 7 Mar 2011 19:17:54 +0000 (20:17 +0100)]
encode = and &

13 years agoInclude dtic-dads-sru-proxy
Dennis Schafroth [Mon, 7 Mar 2011 17:54:43 +0000 (18:54 +0100)]
Include dtic-dads-sru-proxy

13 years agoAdd journal-subpart according to D.
Dennis Schafroth [Mon, 7 Mar 2011 17:51:10 +0000 (18:51 +0100)]
Add journal-subpart according to D.

13 years agoTest for DTIC DADS target
Dennis Schafroth [Mon, 7 Mar 2011 14:51:37 +0000 (15:51 +0100)]
Test for DTIC DADS target

13 years agoTest for DTIC DADS target
Dennis Schafroth [Mon, 7 Mar 2011 14:51:28 +0000 (15:51 +0100)]
Test for DTIC DADS target

13 years agoTest for DTIC DADS target
Dennis Schafroth [Mon, 7 Mar 2011 14:51:25 +0000 (15:51 +0100)]
Test for DTIC DADS target

13 years agoTest for DTIC DADS target
Dennis Schafroth [Mon, 7 Mar 2011 14:51:23 +0000 (15:51 +0100)]
Test for DTIC DADS target

13 years agoNew transformation: DADS to pz2
Dennis Schafroth [Mon, 7 Mar 2011 14:49:01 +0000 (15:49 +0100)]
New transformation: DADS to pz2

13 years agoNew setting query syntax: override with special query syntax
Dennis Schafroth [Mon, 7 Mar 2011 14:45:03 +0000 (15:45 +0100)]
New setting query syntax: override with special query syntax

13 years agoNew setting query syntax: override with special query syntax
Dennis Schafroth [Mon, 7 Mar 2011 14:44:27 +0000 (15:44 +0100)]
New setting query syntax: override with special query syntax

13 years agoMapping DADS to pz2.
Dennis Schafroth [Sat, 5 Mar 2011 10:48:22 +0000 (11:48 +0100)]
Mapping DADS to pz2.

13 years agoImplementation of ZOOM option extra args: Appeded to target request.
Dennis Schafroth [Fri, 4 Mar 2011 13:21:18 +0000 (14:21 +0100)]
Implementation of ZOOM option extra args: Appeded to target request.

13 years agoAdd xmalloc_trav. Add/change comments
Dennis Schafroth [Wed, 2 Mar 2011 15:22:28 +0000 (16:22 +0100)]
Add xmalloc_trav. Add/change comments

13 years agoDisabled the max check. Run as always
Dennis Schafroth [Wed, 2 Mar 2011 15:18:44 +0000 (16:18 +0100)]
Disabled the max check. Run as always

13 years agoCounting the right places. Destroying nmem and wrbuf attached to http_channel
Dennis Schafroth [Tue, 1 Mar 2011 12:47:01 +0000 (13:47 +0100)]
Counting the right places. Destroying nmem and wrbuf attached to http_channel

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Tue, 1 Mar 2011 12:23:31 +0000 (13:23 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoHandling growing free http buffers and channels
Dennis Schafroth [Tue, 1 Mar 2011 12:23:10 +0000 (13:23 +0100)]
Handling growing free http buffers and channels

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Mon, 28 Feb 2011 11:40:27 +0000 (12:40 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoDocument num parameter for termlist
Adam Dickmeiss [Mon, 28 Feb 2011 11:40:19 +0000 (12:40 +0100)]
Document num parameter for termlist

13 years agoRefactor a bit. Rename commands to server-status and session-status
Dennis Schafroth [Thu, 24 Feb 2011 14:14:27 +0000 (15:14 +0100)]
Refactor a bit. Rename commands to server-status and session-status

13 years agoService with long timeouts. Like LoT
Dennis Schafroth [Thu, 24 Feb 2011 13:53:30 +0000 (14:53 +0100)]
Service with long timeouts. Like LoT

13 years agoresultset_count check not working. Going another route
Dennis Schafroth [Thu, 24 Feb 2011 12:14:12 +0000 (13:14 +0100)]
resultset_count check not working. Going another route

13 years agoConditional usage of resultsets_count
Dennis Schafroth [Thu, 24 Feb 2011 11:53:52 +0000 (12:53 +0100)]
Conditional usage of resultsets_count

13 years agoCheck for presence of yaz resultsets_count
Dennis Schafroth [Thu, 24 Feb 2011 11:52:20 +0000 (12:52 +0100)]
Check for presence of yaz resultsets_count

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Thu, 24 Feb 2011 10:13:55 +0000 (11:13 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoFix: use pp2client.sh
Dennis Schafroth [Thu, 24 Feb 2011 10:08:14 +0000 (11:08 +0100)]
Fix: use pp2client.sh

13 years agoAdded session_use and session_count. Non-public methods
Dennis Schafroth [Thu, 24 Feb 2011 10:07:06 +0000 (11:07 +0100)]
Added session_use and session_count. Non-public methods

13 years agoAdded client_use and client_count. Non-public methods
Dennis Schafroth [Thu, 24 Feb 2011 10:06:30 +0000 (11:06 +0100)]
Added client_use and client_count. Non-public methods

13 years agoNew commands: sesion-status and server-status
Dennis Schafroth [Thu, 24 Feb 2011 10:05:05 +0000 (11:05 +0100)]
New commands: sesion-status and server-status

13 years agoupted numbers to 10 and rounds to 2
Dennis Schafroth [Thu, 24 Feb 2011 10:04:02 +0000 (11:04 +0100)]
upted numbers to 10 and rounds to 2

13 years agobegin work on more cmd=info stuff
Adam Dickmeiss [Wed, 23 Feb 2011 16:01:34 +0000 (17:01 +0100)]
begin work on more cmd=info stuff

13 years agoTest change v1.5.3
Dennis Schafroth [Fri, 18 Feb 2011 11:32:10 +0000 (12:32 +0100)]
Test change

13 years agoVersion 1.5.3
Dennis Schafroth [Fri, 18 Feb 2011 11:28:55 +0000 (12:28 +0100)]
Version 1.5.3

13 years agoUpt version and NEWS for release
Dennis Schafroth [Fri, 18 Feb 2011 11:22:42 +0000 (12:22 +0100)]
Upt version and NEWS for release

13 years agorepeated rounds of incresing users
Dennis Schafroth [Fri, 18 Feb 2011 10:19:00 +0000 (11:19 +0100)]
repeated rounds of incresing users

13 years ago10 users, 10 rounds
Dennis Schafroth [Fri, 18 Feb 2011 10:17:26 +0000 (11:17 +0100)]
10 users, 10 rounds

13 years agoLower log-level
Dennis Schafroth [Fri, 18 Feb 2011 10:15:50 +0000 (11:15 +0100)]
Lower log-level

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Niels Erik G. Nielsen [Tue, 15 Feb 2011 21:22:23 +0000 (22:22 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoAdds the template fields journaltitle, volume, issue
Niels Erik G. Nielsen [Tue, 15 Feb 2011 21:04:51 +0000 (22:04 +0100)]
Adds the template fields journaltitle, volume, issue

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 11 Feb 2011 10:28:20 +0000 (11:28 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoChange/clean the session log
Dennis Schafroth [Fri, 11 Feb 2011 10:27:41 +0000 (11:27 +0100)]
Change/clean the session log

13 years agoOutstand: different result (lines swapped) depending on OS?
Dennis Schafroth [Thu, 10 Feb 2011 12:56:11 +0000 (13:56 +0100)]
Outstand: different result (lines swapped)  depending on OS?

13 years agoUpdate facet request
Dennis Schafroth [Thu, 10 Feb 2011 12:49:34 +0000 (13:49 +0100)]
Update facet request

13 years agoClean up maxrec and set the cl->maxrecs
Dennis Schafroth [Thu, 10 Feb 2011 12:24:17 +0000 (13:24 +0100)]
Clean up maxrec and set the cl->maxrecs

13 years agoRevert Giannis patch. Doing the fix in client.c
Dennis Schafroth [Thu, 10 Feb 2011 12:23:23 +0000 (13:23 +0100)]
Revert Giannis patch. Doing the fix in client.c

13 years agoUpdated to change gils config file
Dennis Schafroth [Thu, 10 Feb 2011 11:24:57 +0000 (12:24 +0100)]
Updated to change gils config file

13 years agoTest with per target pz:maxrecs from config file
Dennis Schafroth [Thu, 10 Feb 2011 11:23:38 +0000 (12:23 +0100)]
Test with per target pz:maxrecs from config file

13 years agoFacets factor patch from Giannis plus logging
Dennis Schafroth [Thu, 10 Feb 2011 11:22:05 +0000 (12:22 +0100)]
Facets factor patch from Giannis plus logging

Patch: Initialising client with maxrecs if present.
Dennis: wonder why this isnt already set to the client?

Better logging for facet factor.

13 years agoHolding a copy of the database url for logging even after session database is gone
Dennis Schafroth [Thu, 10 Feb 2011 11:17:00 +0000 (12:17 +0100)]
Holding a copy of the database url for logging even after session database is gone

13 years agoAdd pause before termlist. Added maxrec for target
Dennis Schafroth [Thu, 10 Feb 2011 11:04:07 +0000 (12:04 +0100)]
Add pause before termlist. Added maxrec for target

13 years agoUpdate with medium facet. Empty since yaz-ztest doesnt support it
Dennis Schafroth [Tue, 8 Feb 2011 16:14:55 +0000 (17:14 +0100)]
Update with medium facet. Empty since yaz-ztest doesnt support it

13 years agoNew test result for solr
Dennis Schafroth [Mon, 7 Feb 2011 14:42:16 +0000 (15:42 +0100)]
New test result for solr

13 years agoTest script for jinx. Should be moved.
Dennis Schafroth [Mon, 7 Feb 2011 14:41:42 +0000 (15:41 +0100)]
Test script for jinx. Should be moved.

13 years agoAded medium term
Dennis Schafroth [Mon, 7 Feb 2011 14:39:59 +0000 (15:39 +0100)]
Aded medium term

13 years agoAded medium term
Dennis Schafroth [Mon, 7 Feb 2011 14:39:25 +0000 (15:39 +0100)]
Aded medium term

13 years agoAdds 900$s to full-text
Niels Erik G. Nielsen [Tue, 1 Feb 2011 01:21:58 +0000 (02:21 +0100)]
Adds 900$s to full-text

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Niels Erik G. Nielsen [Tue, 25 Jan 2011 19:47:37 +0000 (20:47 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoAdds ISBN and ISSN to CF stylesheet.
Niels Erik G. Nielsen [Tue, 25 Jan 2011 19:42:11 +0000 (20:42 +0100)]
Adds ISBN and ISSN to CF stylesheet.

13 years agoMoves journal title abbreviation (773$p)
Niels Erik G. Nielsen [Tue, 25 Jan 2011 19:40:06 +0000 (20:40 +0100)]
Moves journal title abbreviation (773$p)

... out of journal-subpart and into separate field journal-title-abbrev

13 years agoAvoid SEGV for cmd=record in case of no search
Adam Dickmeiss [Fri, 21 Jan 2011 11:32:38 +0000 (12:32 +0100)]
Avoid SEGV for cmd=record in case of no search

13 years agoUpt rpm version v1.5.2
Dennis Schafroth [Tue, 18 Jan 2011 11:03:41 +0000 (12:03 +0100)]
Upt rpm version

13 years agoVersion 1.5.2. Bug fix release to 1.5.1
Dennis Schafroth [Tue, 18 Jan 2011 09:53:06 +0000 (10:53 +0100)]
Version 1.5.2. Bug fix release to 1.5.1