pazpar2-moved-to-github.git
13 years agoCheck for mallinfo
Dennis Schafroth [Wed, 30 Mar 2011 14:22:14 +0000 (16:22 +0200)]
Check for mallinfo

13 years agoStupid pointer errors on refactoring
Dennis Schafroth [Wed, 30 Mar 2011 14:13:22 +0000 (16:13 +0200)]
Stupid pointer errors on refactoring

13 years agoFix usage counters. Add conditonal on print_meminfo. Does not work on OS X
Dennis Schafroth [Wed, 30 Mar 2011 13:56:16 +0000 (15:56 +0200)]
Fix usage counters. Add conditonal on print_meminfo. Does not work on OS X

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Wed, 30 Mar 2011 13:40:36 +0000 (15:40 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoRemove targetprofiles
Dennis Schafroth [Wed, 30 Mar 2011 13:40:14 +0000 (15:40 +0200)]
Remove  targetprofiles

13 years agoChange tests
Dennis Schafroth [Wed, 30 Mar 2011 13:39:18 +0000 (15:39 +0200)]
Change tests

13 years agoFix author. Using all for jt and su as work-around
Dennis Schafroth [Wed, 30 Mar 2011 13:38:14 +0000 (15:38 +0200)]
Fix author. Using all for jt and su as work-around

13 years agoNew tests
Dennis Schafroth [Wed, 30 Mar 2011 13:36:27 +0000 (15:36 +0200)]
New tests

13 years agoChanges requested by D.
Dennis Schafroth [Wed, 30 Mar 2011 13:24:26 +0000 (15:24 +0200)]
Changes requested by D.

13 years agoAvoid freelists for http buf and http channels
Adam Dickmeiss [Tue, 29 Mar 2011 08:58:36 +0000 (10:58 +0200)]
Avoid freelists for http buf and http channels

This will ensure we release to heap for each HTTP session -
keeping free lists ourselves don't help in performance.

13 years agoShorter timeouts for icu test
Adam Dickmeiss [Tue, 29 Mar 2011 08:58:27 +0000 (10:58 +0200)]
Shorter timeouts for icu test

13 years agoAdd --num-callers=30 in valgrind mode for test
Adam Dickmeiss [Tue, 29 Mar 2011 08:58:05 +0000 (10:58 +0200)]
Add --num-callers=30 in valgrind mode for test

13 years agoAdd --show-reachable=yes in valgrind mode for test
Adam Dickmeiss [Tue, 29 Mar 2011 08:24:51 +0000 (10:24 +0200)]
Add --show-reachable=yes in valgrind mode for test

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 agoupt to 10 rounds
Dennis Schafroth [Mon, 28 Mar 2011 13:44:11 +0000 (15:44 +0200)]
upt to 10 rounds

13 years agoAdd cclmap and target
Dennis Schafroth [Mon, 28 Mar 2011 13:43:13 +0000 (15:43 +0200)]
Add cclmap and target

13 years agoUpdate tests
Dennis Schafroth [Mon, 28 Mar 2011 13:41:51 +0000 (15:41 +0200)]
Update tests

13 years agoUpdate tests results
Dennis Schafroth [Mon, 28 Mar 2011 13:39:03 +0000 (15:39 +0200)]
Update tests results

13 years agoUpdate tests results
Dennis Schafroth [Mon, 28 Mar 2011 13:37:42 +0000 (15:37 +0200)]
Update tests results

13 years agoAdd metadata description, journal-title
Dennis Schafroth [Mon, 28 Mar 2011 13:36:18 +0000 (15:36 +0200)]
Add metadata description, journal-title

13 years agoAdd record filter
Dennis Schafroth [Mon, 28 Mar 2011 13:34:50 +0000 (15:34 +0200)]
Add record filter

13 years agoAdd medium
Dennis Schafroth [Mon, 28 Mar 2011 13:33:49 +0000 (15:33 +0200)]
Add medium

13 years agoOption record filter. Maybe not the way.
Dennis Schafroth [Mon, 28 Mar 2011 13:24:58 +0000 (15:24 +0200)]
Option record filter. Maybe not the way.

13 years agoAdd filtered status on ingest_record. Lowered log level on filtered records.
Dennis Schafroth [Mon, 28 Mar 2011 13:22:00 +0000 (15:22 +0200)]
Add filtered status on ingest_record. Lowered log level on filtered records.

13 years agoWrite a response back. Doesnt work yet as the server is closed hard
Dennis Schafroth [Mon, 28 Mar 2011 13:07:14 +0000 (15:07 +0200)]
Write a response back. Doesnt work yet as the server is closed hard

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 agoChannel counting. New iochan_destroy_real.
Dennis Schafroth [Mon, 28 Mar 2011 11:35:29 +0000 (13:35 +0200)]
Channel counting. New iochan_destroy_real.

13 years agoAdd total connections. Enable connection count for now.
Dennis Schafroth [Mon, 28 Mar 2011 11:34:00 +0000 (13:34 +0200)]
Add total connections. Enable connection count for now.

13 years agoNew total clients. Only warning on ingest_record if it was an error.
Dennis Schafroth [Mon, 28 Mar 2011 11:33:01 +0000 (13:33 +0200)]
New total clients. Only warning on ingest_record if it was an error.

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