yaz-moved-to-github.git
11 years agoVersion 4.2.41 v4.2.41
Adam Dickmeiss [Thu, 11 Oct 2012 06:59:51 +0000 (08:59 +0200)]
Version 4.2.41

11 years agodaemon: log total number of bad signals from child on stop
Adam Dickmeiss [Tue, 9 Oct 2012 19:14:04 +0000 (21:14 +0200)]
daemon: log total number of bad signals from child on stop

so that it is more easy to spot problems with child worker processes.

11 years agoAnnounce new functionality API on Debian
Adam Dickmeiss [Tue, 9 Oct 2012 12:37:47 +0000 (14:37 +0200)]
Announce new functionality API on Debian

11 years agoretrieval: empty backend name attribute omits element set
Adam Dickmeiss [Tue, 9 Oct 2012 09:18:52 +0000 (11:18 +0200)]
retrieval: empty backend name attribute omits element set

from being used in retrieval.

11 years agoAdd self to author
Dennis Schafroth [Thu, 4 Oct 2012 20:57:32 +0000 (22:57 +0200)]
Add self to author

11 years agoVersion 4.2.40 v4.2.40
Dennis Schafroth [Thu, 4 Oct 2012 18:03:50 +0000 (20:03 +0200)]
Version 4.2.40

11 years agoVersion 4.2.40
Dennis Schafroth [Thu, 4 Oct 2012 17:50:20 +0000 (19:50 +0200)]
Version 4.2.40

11 years agoVersion 4.2.40
Dennis Schafroth [Thu, 4 Oct 2012 17:50:00 +0000 (19:50 +0200)]
Version 4.2.40

11 years agoImplement Solr sorting to internal Sort parameter.
Dennis Schafroth [Mon, 1 Oct 2012 14:16:08 +0000 (16:16 +0200)]
Implement Solr sorting to internal Sort parameter.

https://jira.indexdata.com/browse/YAZ-617

11 years agoAdd test for native sorting in Solr.
Dennis Schafroth [Mon, 1 Oct 2012 14:13:35 +0000 (16:13 +0200)]
Add test for native sorting in Solr.

ASSIGNED - issue YAZ-617: Implement native Sorting for solr
https://jira.indexdata.com/browse/YAZ-617

11 years agoTest for solr sort specs
Dennis Schafroth [Mon, 1 Oct 2012 12:38:53 +0000 (14:38 +0200)]
Test for solr sort specs

11 years agoNew solr sort strategy. Using it
Dennis Schafroth [Mon, 1 Oct 2012 12:38:17 +0000 (14:38 +0200)]
New solr sort strategy. Using it

11 years agoMethods for conversion between solr and internal sort spec
Dennis Schafroth [Mon, 1 Oct 2012 12:36:40 +0000 (14:36 +0200)]
Methods for conversion between solr and internal sort spec

11 years agoExtract and add sorting parameters
Dennis Schafroth [Mon, 1 Oct 2012 12:35:47 +0000 (14:35 +0200)]
Extract and add sorting parameters

11 years agoNew conversion methods for solr sorting
Dennis Schafroth [Mon, 1 Oct 2012 12:35:12 +0000 (14:35 +0200)]
New conversion methods for solr sorting

11 years agoVersino 4.2.39 v4.2.39
Adam Dickmeiss [Fri, 28 Sep 2012 11:31:38 +0000 (13:31 +0200)]
Versino 4.2.39

11 years agoTest new function ccl_qual_fitem2
Adam Dickmeiss [Thu, 27 Sep 2012 13:11:49 +0000 (15:11 +0200)]
Test new function ccl_qual_fitem2

11 years agoImplement ccl_qual_fitem2
Adam Dickmeiss [Thu, 27 Sep 2012 13:11:07 +0000 (15:11 +0200)]
Implement ccl_qual_fitem2

Like ccl_qual_fitem but with diagnostic string returned.

11 years agoMARC: Extra/missing indicator handled for MARCXML
Adam Dickmeiss [Thu, 20 Sep 2012 12:15:32 +0000 (14:15 +0200)]
MARC: Extra/missing indicator handled for MARCXML

The indicator length is given in header and is the same for the
whole record. If attributes ind1, ind2 are missing, then content
character defaults to blank.  Extra indicator attributes (beyond)
indicator length are treated as an error.

11 years agoReformat: delete trailing whitespace
Adam Dickmeiss [Wed, 19 Sep 2012 13:33:09 +0000 (15:33 +0200)]
Reformat: delete trailing whitespace

11 years agoVersion 4.2.38 v4.2.38
Adam Dickmeiss [Mon, 17 Sep 2012 08:46:13 +0000 (10:46 +0200)]
Version 4.2.38

11 years agoDocument s=ag
Adam Dickmeiss [Mon, 17 Sep 2012 08:43:09 +0000 (10:43 +0200)]
Document s=ag

11 years agoMARC: skip non-ASCII characters always for leader
Adam Dickmeiss [Fri, 14 Sep 2012 09:27:28 +0000 (11:27 +0200)]
MARC: skip non-ASCII characters always for leader

The standard explicitly disallows those. So even if output is
non-XML we modify them.

11 years agoSkip bad UTF-8 chars in MARC leaders
Adam Dickmeiss [Wed, 12 Sep 2012 12:44:47 +0000 (14:44 +0200)]
Skip bad UTF-8 chars in MARC leaders

But only when outputting XML.

11 years agoSimplify construct
Adam Dickmeiss [Wed, 12 Sep 2012 12:25:01 +0000 (14:25 +0200)]
Simplify construct

11 years agoCCL: fix uninit local var (attset)
Adam Dickmeiss [Mon, 10 Sep 2012 11:22:11 +0000 (13:22 +0200)]
CCL: fix uninit local var (attset)

11 years agoCCL: s=ag automatically adds s=pw
Adam Dickmeiss [Mon, 10 Sep 2012 10:55:22 +0000 (12:55 +0200)]
CCL: s=ag automatically adds s=pw

Apply structure=word/phrase for ag. It really makes no sense to not
apply them.

11 years agoCCL: add tests for CCL s=ag
Adam Dickmeiss [Mon, 10 Sep 2012 10:47:54 +0000 (12:47 +0200)]
CCL: add tests for CCL s=ag

11 years agoCCL: implement s=ag special
Adam Dickmeiss [Mon, 10 Sep 2012 10:45:23 +0000 (12:45 +0200)]
CCL: implement s=ag special

It's like s=al except that terms wo whitespace are combined in one
leaf node.

11 years agoCCL: refactor search_term_x into two functions
Adam Dickmeiss [Wed, 5 Sep 2012 14:12:47 +0000 (16:12 +0200)]
CCL: refactor search_term_x into two functions

11 years agoVersion 4.2.37 v4.2.37
Adam Dickmeiss [Tue, 4 Sep 2012 10:51:13 +0000 (12:51 +0200)]
Version 4.2.37

11 years agoAdd pretty printing to yaz-json-parse
Adam Dickmeiss [Tue, 4 Sep 2012 10:18:24 +0000 (12:18 +0200)]
Add pretty printing to yaz-json-parse

Define new public function json_write_wrbuf_pretty.

11 years agoyaz-client: increase default max message to 64 MB
Adam Dickmeiss [Tue, 4 Sep 2012 08:08:14 +0000 (10:08 +0200)]
yaz-client: increase default max message to 64 MB

11 years agoZOOM: increase default max message to 64 MB
Adam Dickmeiss [Mon, 3 Sep 2012 13:12:33 +0000 (15:12 +0200)]
ZOOM: increase default max message to 64 MB

11 years agoGFS: increase default max message to 64 MB
Adam Dickmeiss [Mon, 3 Sep 2012 13:11:30 +0000 (15:11 +0200)]
GFS: increase default max message to 64 MB

11 years agotcpip comstack: increase max recv to 128 MB
Adam Dickmeiss [Mon, 3 Sep 2012 13:10:59 +0000 (15:10 +0200)]
tcpip comstack: increase max recv to 128 MB

11 years agoVersino 4.2.36 v4.2.36
Adam Dickmeiss [Wed, 22 Aug 2012 08:10:27 +0000 (10:10 +0200)]
Versino 4.2.36

11 years agoUpdate NEWS
Adam Dickmeiss [Wed, 22 Aug 2012 08:05:59 +0000 (10:05 +0200)]
Update NEWS

11 years agoyaz_poll: Allow num_fds == 0
Adam Dickmeiss [Tue, 21 Aug 2012 13:05:52 +0000 (15:05 +0200)]
yaz_poll: Allow num_fds == 0

11 years agozoomsh: allow shell command to be executed
Adam Dickmeiss [Tue, 21 Aug 2012 13:02:19 +0000 (15:02 +0200)]
zoomsh: allow shell command to be executed

Via the system(3) call.

11 years agoUpdate m4
Adam Dickmeiss [Tue, 21 Aug 2012 12:42:01 +0000 (14:42 +0200)]
Update m4

11 years agoyaz-client: fix bad encoding of "itemorder item"
Adam Dickmeiss [Mon, 13 Aug 2012 12:06:46 +0000 (14:06 +0200)]
yaz-client: fix bad encoding of "itemorder item"

The itemorder item <no>  - command forgot to use length of encoded
Item Request package. Error present since YAZ 3.

11 years agoyaz-ztest: fix bad usage of session handle
Adam Dickmeiss [Mon, 13 Aug 2012 10:55:12 +0000 (12:55 +0200)]
yaz-ztest: fix bad usage of session handle

Bug was introduced when result sets were saved (271a9c83).

11 years agoDecode SRU 2.0 responses
Adam Dickmeiss [Wed, 8 Aug 2012 12:53:22 +0000 (14:53 +0200)]
Decode SRU 2.0 responses

The official namespace for responses, according to
http://docs.oasis-open.org/search-ws/searchRetrieve/v1.0/cs01/schemas/sruResponse.xsd
appears to be http://docs.oasis-open.org/ns/search-ws/sruResponse .
nature.com's server, however, usee namespace
http://docs.oasis-open.org/ns/search-ws/sru-2-0-response
For this reason we are now using a glob-expr to match up the namespace.
ZOOM C and yaz-client updated.
Perhaps SRU 1.2 uses same namespace, I don't know. I can not find
a single real example showing the "real" namespace in the documentation
from OASIS. The namespace for requests is different from responses, but
this is not added to YAZ yet, when we don't encode them yet.

11 years agoSRU recordPacking: guess record packing in response
Adam Dickmeiss [Wed, 8 Aug 2012 12:44:35 +0000 (14:44 +0200)]
SRU recordPacking: guess record packing in response

rather than looking at the recordPacking element which, OF COURSE,
changed semantics in SRU 2.0.

11 years agoODR dump: truncate dump after 20k rather than 2k.
Adam Dickmeiss [Wed, 8 Aug 2012 12:42:47 +0000 (14:42 +0200)]
ODR dump: truncate dump after 20k rather than 2k.

11 years agoyaz-client: don't display bogus records from SRU servers
Adam Dickmeiss [Wed, 8 Aug 2012 07:27:38 +0000 (09:27 +0200)]
yaz-client: don't display bogus records from SRU servers

Some SRU servers return more records than given by *maximumRecords*.
Skipping those in display!

11 years agoUpdate m4
Adam Dickmeiss [Tue, 7 Aug 2012 11:35:52 +0000 (13:35 +0200)]
Update m4

11 years agoUse shared id-config.sh and fix automake check
Adam Dickmeiss [Tue, 7 Aug 2012 11:32:59 +0000 (13:32 +0200)]
Use shared id-config.sh and fix automake check

The automake version was incorrect and this is fixed by this.

11 years agorecord_render: simplify buffer return handling
Adam Dickmeiss [Mon, 6 Aug 2012 13:22:04 +0000 (15:22 +0200)]
record_render: simplify buffer return handling

and fix at least one bad memory reference, that broke the
test_embed_record sometimes.

11 years agoAllow http://user:pass@host notation for yaz_url_exec
Adam Dickmeiss [Wed, 1 Aug 2012 12:30:18 +0000 (14:30 +0200)]
Allow user:pass@host notation for yaz_url_exec

11 years agozoomsh: check for ext type parameter
Adam Dickmeiss [Mon, 30 Jul 2012 13:18:50 +0000 (15:18 +0200)]
zoomsh: check for ext type parameter

Must be given.

11 years agoDefine two locals always; to avoid GCC warning
Adam Dickmeiss [Fri, 6 Jul 2012 11:12:35 +0000 (13:12 +0200)]
Define two locals always; to avoid GCC warning

11 years agoDH compat 5
Adam Dickmeiss [Fri, 6 Jul 2012 10:53:24 +0000 (12:53 +0200)]
DH compat 5

11 years agoVersion 4.2.35 v4.2.35
Adam Dickmeiss [Tue, 26 Jun 2012 12:48:56 +0000 (14:48 +0200)]
Version 4.2.35

11 years agoUpdate NEWS
Adam Dickmeiss [Tue, 26 Jun 2012 12:47:56 +0000 (14:47 +0200)]
Update NEWS

11 years agoAdd test case for rendering of UTF-8 MARC record
Adam Dickmeiss [Thu, 21 Jun 2012 12:35:54 +0000 (14:35 +0200)]
Add test case for rendering of UTF-8 MARC record

11 years agorecord_render: simplify a bit
Adam Dickmeiss [Thu, 21 Jun 2012 12:35:08 +0000 (14:35 +0200)]
record_render: simplify a bit

11 years agorecord_render: fix buffer overrun
Adam Dickmeiss [Thu, 21 Jun 2012 12:33:11 +0000 (14:33 +0200)]
record_render: fix buffer overrun

This appeared as charset=.. being ignored for base64 conversions,
but could also be giving SEGVs.

11 years agorecord_render: allow ws after = in typespec
Adam Dickmeiss [Wed, 20 Jun 2012 13:36:25 +0000 (15:36 +0200)]
record_render: allow ws after = in typespec

For example, xml; charset= marc-8

11 years agoFix record_render for case where len==NULL
Adam Dickmeiss [Wed, 20 Jun 2012 13:19:03 +0000 (15:19 +0200)]
Fix record_render for case where len==NULL

In which len is unset by record_render

11 years agoTest base64 system more
Adam Dickmeiss [Wed, 20 Jun 2012 11:06:16 +0000 (13:06 +0200)]
Test base64 system more

11 years agoAllow whitespace for base64 decoding
Adam Dickmeiss [Wed, 20 Jun 2012 11:04:59 +0000 (13:04 +0200)]
Allow whitespace for base64 decoding

11 years agorender_render: Change spec for base64 record embedding
Adam Dickmeiss [Tue, 19 Jun 2012 10:33:42 +0000 (12:33 +0200)]
render_render: Change spec for base64 record embedding

Syntax is now base64=x-path .. part of record_render. For example,
to produce embedded Turbomarc that comes in marc-8 encoding (usmarc
typically), you could use: txml; charset=marc-8; base64=myxpath .

11 years agorecord_render: make it compile wo Libxml2
Adam Dickmeiss [Mon, 18 Jun 2012 13:47:01 +0000 (15:47 +0200)]
record_render: make it compile wo Libxml2

11 years agorecord_render: base64 decoding of embedded records
Adam Dickmeiss [Mon, 18 Jun 2012 13:05:26 +0000 (15:05 +0200)]
record_render: base64 decoding of embedded records

11 years agoVersion 4.2.34 v4.2.34
Adam Dickmeiss [Thu, 7 Jun 2012 13:19:32 +0000 (15:19 +0200)]
Version 4.2.34

11 years agoAdd CentOS 5
Adam Dickmeiss [Thu, 7 Jun 2012 13:18:33 +0000 (15:18 +0200)]
Add CentOS 5

11 years agoUpdate NEWS
Adam Dickmeiss [Thu, 7 Jun 2012 13:17:53 +0000 (15:17 +0200)]
Update NEWS

11 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Wed, 6 Jun 2012 12:07:12 +0000 (14:07 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

11 years agoyaz-config --include: returns -Ipath
Adam Dickmeiss [Wed, 6 Jun 2012 12:06:38 +0000 (14:06 +0200)]
yaz-config --include: returns -Ipath

for YAZ header files.

11 years agoNow copied from header
Dennis Schafroth [Wed, 6 Jun 2012 11:08:56 +0000 (13:08 +0200)]
Now copied from header

11 years agoImplement missing function. already declared in API
Dennis Schafroth [Wed, 6 Jun 2012 10:07:34 +0000 (12:07 +0200)]
Implement missing function. already declared in API

11 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Tue, 5 Jun 2012 06:16:12 +0000 (08:16 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

11 years agoSpell fix of ZOOM_resultset_facets_names
Adam Dickmeiss [Tue, 5 Jun 2012 06:14:24 +0000 (08:14 +0200)]
Spell fix of ZOOM_resultset_facets_names

Was ZOOM_resultset_facet_names before. This changes the public API
but we have to assume nobody was using it, since it was never declared
in a public header.

11 years agoRead and convert base64-encode marc
Jakub Skoczen [Mon, 4 Jun 2012 15:03:24 +0000 (17:03 +0200)]
Read and convert base64-encode marc

11 years agoBeginnings of test_embed_record
Adam Dickmeiss [Mon, 4 Jun 2012 13:01:06 +0000 (15:01 +0200)]
Beginnings of test_embed_record

11 years agoReformat
Adam Dickmeiss [Fri, 1 Jun 2012 07:07:31 +0000 (09:07 +0200)]
Reformat

11 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Fri, 1 Jun 2012 07:04:01 +0000 (09:04 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

11 years agozoom: fix connect options (bad free)
Adam Dickmeiss [Fri, 1 Jun 2012 07:03:51 +0000 (09:03 +0200)]
zoom: fix connect options (bad free)

11 years agoRemove comments about recordPosition in ZOOM
Adam Dickmeiss [Wed, 30 May 2012 07:51:18 +0000 (09:51 +0200)]
Remove comments about recordPosition in ZOOM

11 years agoUpdate doc/common
Adam Dickmeiss [Wed, 30 May 2012 07:50:49 +0000 (09:50 +0200)]
Update doc/common

11 years agoUpdate doc/common
Adam Dickmeiss [Tue, 29 May 2012 12:54:14 +0000 (14:54 +0200)]
Update doc/common

11 years agoAdd links to 3d party packages
Adam Dickmeiss [Tue, 29 May 2012 12:52:50 +0000 (14:52 +0200)]
Add links to 3d party packages

Mention the newer windows platforms that are being tested.
Mention that CentOS, not RedHat is what we built for at the
moment.

11 years agoUpdate doc/common
Adam Dickmeiss [Tue, 29 May 2012 12:52:37 +0000 (14:52 +0200)]
Update doc/common

11 years agoAdd test_icu.4 results in dist
Adam Dickmeiss [Thu, 24 May 2012 11:09:39 +0000 (11:09 +0000)]
Add test_icu.4 results in dist

So that it gets tested in dist-files as well.

11 years agoicu test: don't use tokenize rule="s"
Adam Dickmeiss [Thu, 24 May 2012 11:08:18 +0000 (11:08 +0000)]
icu test: don't use tokenize rule="s"

because it differs from ICU 3.6 and ICU 4.

11 years agoUse specific characters instead of punktuation. Makes a difference
Dennis Schafroth [Tue, 22 May 2012 11:40:35 +0000 (11:40 +0000)]
Use specific characters instead of punktuation. Makes a difference

11 years agoChange APDU dump printing to avoid long leading blanks
Adam Dickmeiss [Mon, 21 May 2012 12:49:08 +0000 (14:49 +0200)]
Change APDU dump printing to avoid long leading blanks

For levels 16 or larger the level is shown and the indentation is
truncated but recursed with modula 8. This makes it still reasonable
easy to read - even for nested BER dumps.

11 years agoFix bug completeBER_n WRT too nested BER
Adam Dickmeiss [Mon, 21 May 2012 12:46:49 +0000 (14:46 +0200)]
Fix bug completeBER_n WRT too nested BER

Function completeBER_n could return 0 (incomplete package) in case
where the BER package was considered too nested (return value of -2).

11 years agodumpber: lines of level 15 are not indented furhter
Adam Dickmeiss [Mon, 21 May 2012 11:37:00 +0000 (13:37 +0200)]
dumpber: lines of level 15 are not indented furhter

Two spaces per indentation; indentation 15 or more is
indented to a fixed indentation and augmented with a lavel=<no>
indication.

11 years agozoomsh: increase max size of command+args
Adam Dickmeiss [Mon, 21 May 2012 10:54:17 +0000 (12:54 +0200)]
zoomsh: increase max size of command+args

11 years agoGFS: No limit in RPN buf size in CQL to RPN conv
Adam Dickmeiss [Mon, 21 May 2012 10:13:43 +0000 (12:13 +0200)]
GFS: No limit in RPN buf size in CQL to RPN conv

11 years agoChange after rule change
Dennis Schafroth [Thu, 10 May 2012 13:59:21 +0000 (15:59 +0200)]
Change after rule change

11 years agoRight rule
Dennis Schafroth [Thu, 10 May 2012 13:54:50 +0000 (15:54 +0200)]
Right rule

11 years agoFix date
Adam Dickmeiss [Wed, 9 May 2012 13:30:45 +0000 (15:30 +0200)]
Fix date

11 years agoVersion 4.2.33 v4.2.33
Adam Dickmeiss [Wed, 9 May 2012 11:09:00 +0000 (13:09 +0200)]
Version 4.2.33

11 years agoUpdate NEWS
Adam Dickmeiss [Wed, 9 May 2012 11:08:31 +0000 (13:08 +0200)]
Update NEWS

11 years agoYAZ_EXPORT yaz_srw_sortkeys_to_sort_spec
Adam Dickmeiss [Wed, 9 May 2012 10:57:02 +0000 (12:57 +0200)]
YAZ_EXPORT yaz_srw_sortkeys_to_sort_spec

11 years agoMore pointers in Doxygen mainpage
Adam Dickmeiss [Wed, 9 May 2012 10:41:20 +0000 (12:41 +0200)]
More pointers in Doxygen mainpage