pazpar2-moved-to-github.git
13 years agoAdd forgotten variable declarations.
Wolfram Schneider [Fri, 15 Apr 2011 12:03:02 +0000 (12:03 +0000)]
Add forgotten variable declarations.

detected by "use strict" pragma in JavaScript 1.8.5/Firefox4

13 years agoVersion 1.5.6. v1.5.6
Adam Dickmeiss [Fri, 15 Apr 2011 11:43:48 +0000 (11:43 +0000)]
Version 1.5.6.

13 years agoRPM: Properly depend on libyaz4
Adam Dickmeiss [Fri, 15 Apr 2011 11:40:37 +0000 (13:40 +0200)]
RPM: Properly depend on libyaz4

13 years agoUpdate NEWS
Adam Dickmeiss [Fri, 15 Apr 2011 11:40:13 +0000 (13:40 +0200)]
Update NEWS

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Tue, 12 Apr 2011 11:35:37 +0000 (13:35 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoRemoved commented out sleep. Add TODO on threading issue
Dennis Schafroth [Tue, 12 Apr 2011 11:13:42 +0000 (13:13 +0200)]
Removed commented out sleep. Add TODO on threading issue

13 years agoCommented out a sleep statement
Dennis Schafroth [Tue, 12 Apr 2011 10:44:03 +0000 (12:44 +0200)]
Commented out a sleep statement

13 years agoFix test on slow machines. Wait longer before show
Dennis Schafroth [Mon, 11 Apr 2011 08:36:32 +0000 (08:36 +0000)]
Fix test on slow machines. Wait longer before show

13 years agoLast minutes changes to get url recipe to work
Dennis Schafroth [Wed, 6 Apr 2011 14:21:21 +0000 (16:21 +0200)]
Last minutes changes to get url recipe to work

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Wed, 6 Apr 2011 11:03:57 +0000 (11:03 +0000)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoUpdate test xslt
Dennis Schafroth [Wed, 6 Apr 2011 11:03:51 +0000 (11:03 +0000)]
Update test xslt

13 years agoAs spec. by D.
Dennis Schafroth [Wed, 6 Apr 2011 11:01:42 +0000 (11:01 +0000)]
As spec. by D.

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Wed, 6 Apr 2011 10:18:35 +0000 (12:18 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

Conflicts:
src/eventl.c

13 years agoFix parameters on iochan_destroy_real
Dennis Schafroth [Wed, 6 Apr 2011 08:10:25 +0000 (10:10 +0200)]
Fix parameters on iochan_destroy_real

13 years agoids for url recipe
Dennis Schafroth [Wed, 6 Apr 2011 08:07:36 +0000 (10:07 +0200)]
ids for url recipe

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Fri, 1 Apr 2011 11:53:15 +0000 (13:53 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

13 years agoAvoid skip of non-ASCII chars in skip article code
Adam Dickmeiss [Fri, 1 Apr 2011 11:48:25 +0000 (13:48 +0200)]
Avoid skip of non-ASCII chars in skip article code

The code used isalnum to skip leading white space. This could lead to
skip of whole string if that contained anything but 7-bit characters -
and as a result it would skip the whole string buffer (strstr
would find " ").

13 years agoShuffle function to remove warning
Dennis Schafroth [Wed, 30 Mar 2011 14:24:38 +0000 (16:24 +0200)]
Shuffle function to remove warning

13 years agoCorrect use of HAVE_MALLINFO
Dennis Schafroth [Wed, 30 Mar 2011 14:23:04 +0000 (16:23 +0200)]
Correct use of HAVE_MALLINFO

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