yaz-moved-to-github.git
11 years agoMARC8: keep existing behavior for control characters
Adam Dickmeiss [Wed, 10 Apr 2013 10:15:31 +0000 (12:15 +0200)]
MARC8: keep existing behavior for control characters

But create a new name, MARC8c, that passes all control characters
through.

11 years agoMARC-8: allow all characters 0x01-0x20 YAZ-650
Adam Dickmeiss [Wed, 10 Apr 2013 09:07:58 +0000 (11:07 +0200)]
MARC-8: allow all characters 0x01-0x20 YAZ-650

11 years agoFix dup'ed identifers for MARC-8 encoding YAZ-650
Adam Dickmeiss [Wed, 10 Apr 2013 08:49:11 +0000 (10:49 +0200)]
Fix dup'ed identifers for MARC-8 encoding YAZ-650

The problem was that cdata_one_character did not fully flush the
output and so that would be carried over to the "real" output.

11 years agoVersion 4.2.52 v4.2.52
Adam Dickmeiss [Wed, 3 Apr 2013 11:30:02 +0000 (13:30 +0200)]
Version 4.2.52

11 years agoMerge branch 'normal_cql'
Adam Dickmeiss [Wed, 3 Apr 2013 11:21:58 +0000 (13:21 +0200)]
Merge branch 'normal_cql'

11 years agoyaz-ztest: Use hash rather for fake hit count
Adam Dickmeiss [Wed, 3 Apr 2013 10:49:42 +0000 (12:49 +0200)]
yaz-ztest: Use hash rather for fake hit count

Before, random number was used. This is problematic for unit tests
using yaz-ztest. This patch also makes a hash for CQL queries.
For RPN, any term with a leading digit will be treated as pseudu
hit count (to force any particular hit count by a client).

11 years agoyaz-ztest: return unique MARC dummy records
Adam Dickmeiss [Wed, 3 Apr 2013 10:48:35 +0000 (12:48 +0200)]
yaz-ztest: return unique MARC dummy records

Beyond record offset 24, the author surname is patched
with offset to make all records unique.

11 years agoMarcdump -c tries to make more readable strings
Adam Dickmeiss [Wed, 3 Apr 2013 09:24:44 +0000 (11:24 +0200)]
Marcdump -c tries to make more readable strings

For chr values 32 - 126 the charcter is produced verbatim.

11 years agoUpdate doc WRT @4, @6, @ notations
Adam Dickmeiss [Tue, 2 Apr 2013 13:59:26 +0000 (15:59 +0200)]
Update doc WRT @4, @6, @ notations

11 years agoCOMSTACK: fix resolving of non-passive addresses
Adam Dickmeiss [Tue, 2 Apr 2013 12:27:56 +0000 (14:27 +0200)]
COMSTACK: fix resolving of non-passive addresses

Bug introduced in previous commit.

11 years agoCOMSTACK: make @ bind to IPV6+IPV4 consistenly YAZ-623
Adam Dickmeiss [Tue, 2 Apr 2013 12:13:48 +0000 (14:13 +0200)]
COMSTACK: make @ bind to IPV6+IPV4 consistenly YAZ-623

@4 binds to IPV4. @6 binds to IPV6.

11 years agoIgnore local0.ent
Adam Dickmeiss [Wed, 27 Mar 2013 12:43:25 +0000 (13:43 +0100)]
Ignore local0.ent

11 years agoDocumentation rebuilt if local.ent changes
Adam Dickmeiss [Wed, 27 Mar 2013 12:22:24 +0000 (13:22 +0100)]
Documentation rebuilt if local.ent changes

11 years agoNo prefix in local.ent
Adam Dickmeiss [Wed, 27 Mar 2013 12:15:42 +0000 (13:15 +0100)]
No prefix in local.ent

11 years agoMerge branch 'master' into normal_cql
Adam Dickmeiss [Wed, 13 Mar 2013 14:44:50 +0000 (15:44 +0100)]
Merge branch 'master' into normal_cql

11 years agoUpdate CQL API documentation a bit
Adam Dickmeiss [Wed, 13 Mar 2013 14:43:29 +0000 (15:43 +0100)]
Update CQL API documentation a bit

11 years agoMerge branch 'master' into normal_cql
Adam Dickmeiss [Wed, 13 Mar 2013 14:13:46 +0000 (15:13 +0100)]
Merge branch 'master' into normal_cql

11 years agoSimplify make install
Adam Dickmeiss [Tue, 12 Mar 2013 13:37:13 +0000 (13:37 +0000)]
Simplify make install

11 years agoRemove HDCQL functionality
Adam Dickmeiss [Tue, 5 Mar 2013 14:04:13 +0000 (15:04 +0100)]
Remove HDCQL functionality

11 years agoUpdate header about CQL grammar
Adam Dickmeiss [Tue, 5 Mar 2013 09:16:36 +0000 (10:16 +0100)]
Update header about CQL grammar

11 years agoCQL: accept relations "within", "encloses"
Adam Dickmeiss [Tue, 5 Mar 2013 09:12:40 +0000 (10:12 +0100)]
CQL: accept relations "within", "encloses"

11 years agoDelete trailing whitespace from .y files
Adam Dickmeiss [Tue, 5 Mar 2013 09:06:55 +0000 (10:06 +0100)]
Delete trailing whitespace from .y files

11 years agoHonor CQL unmasked modifier + tests
Adam Dickmeiss [Wed, 20 Feb 2013 13:47:18 +0000 (14:47 +0100)]
Honor CQL unmasked modifier + tests

Add regexp/masked/unmasked to pqf.properties.

11 years agoDelete old openbsd ports link. SunOS -> Solaris
Adam Dickmeiss [Wed, 13 Feb 2013 13:22:22 +0000 (14:22 +0100)]
Delete old openbsd ports link. SunOS -> Solaris

11 years agoDocument ZOOM_query_{cql,ccl}2rpn
Adam Dickmeiss [Wed, 13 Feb 2013 12:42:35 +0000 (13:42 +0100)]
Document ZOOM_query_{cql,ccl}2rpn

11 years agoRename handle_facet_list to ZOOM_handle_facet_list
Adam Dickmeiss [Wed, 13 Feb 2013 12:18:18 +0000 (13:18 +0100)]
Rename handle_facet_list to ZOOM_handle_facet_list

11 years agoTrying to use Solr name consistently
Adam Dickmeiss [Wed, 13 Feb 2013 12:14:08 +0000 (13:14 +0100)]
Trying to use Solr name consistently

11 years agoDocument ZOOM_resultset_sort
Adam Dickmeiss [Wed, 13 Feb 2013 10:56:39 +0000 (11:56 +0100)]
Document ZOOM_resultset_sort

11 years agoDocument ZOOM_query_sortby2
Adam Dickmeiss [Wed, 13 Feb 2013 10:37:44 +0000 (11:37 +0100)]
Document ZOOM_query_sortby2

11 years agoreindent of yaz-client-man.xml
Adam Dickmeiss [Wed, 13 Feb 2013 10:05:16 +0000 (11:05 +0100)]
reindent of yaz-client-man.xml

11 years agoVersion 4.2.51 v4.2.51
Adam Dickmeiss [Tue, 12 Feb 2013 11:36:20 +0000 (12:36 +0100)]
Version 4.2.51

11 years agoUpdate NEWS
Adam Dickmeiss [Tue, 12 Feb 2013 11:35:10 +0000 (12:35 +0100)]
Update NEWS

11 years agoExtra brace around it stmt to avoid warning
Adam Dickmeiss [Tue, 12 Feb 2013 09:55:26 +0000 (10:55 +0100)]
Extra brace around it stmt to avoid warning

11 years agoyaz-ztest: echo extra request data to response data
Adam Dickmeiss [Tue, 12 Feb 2013 09:41:24 +0000 (10:41 +0100)]
yaz-ztest: echo extra request data to response data

This is merely to test/illustrate how extra data works

11 years agoGFS: scan handler gets extra_args from request
Adam Dickmeiss [Mon, 11 Feb 2013 14:52:38 +0000 (15:52 +0100)]
GFS: scan handler gets extra_args from request

11 years agoGFS: scan may return extra response data (SRU)
Adam Dickmeiss [Mon, 11 Feb 2013 14:40:37 +0000 (15:40 +0100)]
GFS: scan may return extra response data (SRU)

11 years agoRemove unused local variable
Adam Dickmeiss [Mon, 11 Feb 2013 11:41:02 +0000 (12:41 +0100)]
Remove unused local variable

11 years agoWhite space reformat
Adam Dickmeiss [Mon, 11 Feb 2013 11:39:46 +0000 (12:39 +0100)]
White space reformat

11 years agoAdded support for scan of SOLR indexes. To enable support, add the following request...
Simon Jacob [Fri, 2 Nov 2012 03:59:31 +0000 (14:59 +1100)]
Added support for scan of SOLR indexes. To enable support, add the following request handler to your solrconfig.xml file.

<!-- Terms Component http://wiki.apache.org/solr/TermsComponent A
component to return terms and document frequency of those terms
  -->
<searchComponent name="terms" class="solr.TermsComponent" />

<!-- A request handler for demonstrating the terms component -->
<requestHandler name="/terms" class="solr.SearchHandler"
startup="lazy">
<lst name="defaults">
<bool name="terms">true</bool>
</lst>
<arr name="components">
<str>terms</str>
</arr>
</requestHandler>

11 years agoAdd test case for iconv
Adam Dickmeiss [Thu, 7 Feb 2013 14:35:47 +0000 (15:35 +0100)]
Add test case for iconv

Test conversion of Aring to marc-8 in both NFC and NFD forms.

11 years agoVersion 4.2.50 v4.2.50
Adam Dickmeiss [Wed, 30 Jan 2013 15:55:55 +0000 (16:55 +0100)]
Version 4.2.50

11 years agoUpdate NEWS
Adam Dickmeiss [Wed, 30 Jan 2013 15:53:12 +0000 (16:53 +0100)]
Update NEWS

11 years agoDiagnostic for missing MARC rule for OPAC
Adam Dickmeiss [Wed, 30 Jan 2013 12:29:52 +0000 (13:29 +0100)]
Diagnostic for missing MARC rule for OPAC

11 years agoRemove comment for non-existing function
Adam Dickmeiss [Wed, 30 Jan 2013 11:54:39 +0000 (12:54 +0100)]
Remove comment for non-existing function

11 years agoyaz_xml_to_opac: OID for embedded MARC may be given
Adam Dickmeiss [Tue, 29 Jan 2013 14:32:43 +0000 (15:32 +0100)]
yaz_xml_to_opac: OID for embedded MARC may be given

11 years agoGFS: conversions between OPAC and XML
Adam Dickmeiss [Tue, 29 Jan 2013 13:48:51 +0000 (14:48 +0100)]
GFS: conversions between OPAC and XML

11 years agoComplete XML to OPAC conversion
Adam Dickmeiss [Tue, 29 Jan 2013 13:46:21 +0000 (14:46 +0100)]
Complete XML to OPAC conversion

11 years agoSync spelling of availabilityDate in XML to that of Schema
Adam Dickmeiss [Tue, 29 Jan 2013 13:39:08 +0000 (14:39 +0100)]
Sync spelling of availabilityDate in XML to that of Schema

The opacxml.xsd had the correct spelling of this member always.
The ASN.1 was mis-spelled and still is (API change) - we are
not changing this by this. However, the OPAC to XML conversion had yet
*another* typo. This is fixed by this commit.

11 years agoFurther work on yaz_xml_to_opac
Adam Dickmeiss [Mon, 28 Jan 2013 14:31:47 +0000 (15:31 +0100)]
Further work on yaz_xml_to_opac

Incomplete and not tested

11 years agorecord_conv: fix leaks (when configure fails)
Adam Dickmeiss [Mon, 28 Jan 2013 14:31:23 +0000 (15:31 +0100)]
record_conv: fix leaks (when configure fails)

11 years agoAdd test for yaz_record_conv_opac_record
Adam Dickmeiss [Mon, 28 Jan 2013 14:29:27 +0000 (15:29 +0100)]
Add test for yaz_record_conv_opac_record

11 years agoMinor reformatting
Adam Dickmeiss [Mon, 28 Jan 2013 14:28:44 +0000 (15:28 +0100)]
Minor reformatting

11 years agoNew function: z_ext_record_oid_nmem
Adam Dickmeiss [Mon, 28 Jan 2013 14:27:48 +0000 (15:27 +0100)]
New function: z_ext_record_oid_nmem

Is like z_ext_record_oid, but takes NMEM rather than ODR.

11 years agoBeginnings of XML to OPAC conversion
Adam Dickmeiss [Fri, 25 Jan 2013 13:59:15 +0000 (14:59 +0100)]
Beginnings of XML to OPAC conversion

11 years agoFix a few Doxygen warnings
Adam Dickmeiss [Fri, 25 Jan 2013 13:48:57 +0000 (14:48 +0100)]
Fix a few Doxygen warnings

11 years agoRename opacdisp.c to opac_to_xml.c
Adam Dickmeiss [Fri, 25 Jan 2013 13:44:53 +0000 (14:44 +0100)]
Rename opacdisp.c to opac_to_xml.c

11 years agoHandle numeric subfields correctly.
Giannis kosmas [Fri, 25 Jan 2013 13:03:03 +0000 (15:03 +0200)]
Handle numeric subfields correctly.

11 years agoDoc: a example of #, ? chars in CCL queries
Adam Dickmeiss [Wed, 23 Jan 2013 11:40:29 +0000 (12:40 +0100)]
Doc: a example of #, ? chars in CCL queries

11 years agoVersion 4.2.49 v4.2.49
Adam Dickmeiss [Fri, 18 Jan 2013 10:21:38 +0000 (11:21 +0100)]
Version 4.2.49

11 years agoUpdate NEWS
Adam Dickmeiss [Fri, 18 Jan 2013 10:20:02 +0000 (11:20 +0100)]
Update NEWS

11 years agoCall xmlCleanupParser to free Libxml2 memory
Adam Dickmeiss [Fri, 18 Jan 2013 10:19:18 +0000 (11:19 +0100)]
Call xmlCleanupParser to free Libxml2 memory

This is to better check for memory leaks for ICU test.

11 years agoRemove yaz-client-commands.xml
Adam Dickmeiss [Fri, 18 Jan 2013 10:14:03 +0000 (11:14 +0100)]
Remove yaz-client-commands.xml

Embed it in yaz-client-man.xml instead, because we no longer
it include it from main manual (instead all manual pages are
contained in Reference section).

11 years agoDocument join in yaz-icu man page
Adam Dickmeiss [Fri, 18 Jan 2013 10:03:45 +0000 (11:03 +0100)]
Document join in yaz-icu man page

11 years agoSimplify icu_buf_utf{8,16}_{create,resize}
Adam Dickmeiss [Fri, 18 Jan 2013 09:56:42 +0000 (10:56 +0100)]
Simplify icu_buf_utf{8,16}_{create,resize}

11 years agoReformat some source for ICU
Adam Dickmeiss [Fri, 18 Jan 2013 09:46:01 +0000 (10:46 +0100)]
Reformat some source for ICU

11 years agoAdd unit test for ICU rule join
Adam Dickmeiss [Fri, 18 Jan 2013 09:33:03 +0000 (10:33 +0100)]
Add unit test for ICU rule join

11 years agoICU: better error handling of rule attribute (required)
Adam Dickmeiss [Fri, 18 Jan 2013 09:32:32 +0000 (10:32 +0100)]
ICU: better error handling of rule attribute (required)

11 years agoNew ICU chain rule, join, to join tokens
Adam Dickmeiss [Thu, 17 Jan 2013 14:56:43 +0000 (15:56 +0100)]
New ICU chain rule, join, to join tokens

11 years agoRemove useless assert
Adam Dickmeiss [Thu, 17 Jan 2013 11:59:56 +0000 (12:59 +0100)]
Remove useless assert

11 years agoSimplification of initial call to icu_iter_invoke
Adam Dickmeiss [Thu, 17 Jan 2013 11:58:43 +0000 (12:58 +0100)]
Simplification of initial call to icu_iter_invoke

11 years agoversion 4.2.48 v4.2.48
Adam Dickmeiss [Thu, 10 Jan 2013 11:40:46 +0000 (12:40 +0100)]
version 4.2.48

11 years agoUpdate NEWS
Adam Dickmeiss [Thu, 10 Jan 2013 11:38:18 +0000 (12:38 +0100)]
Update NEWS

11 years agoNew GFS search member: present_number
Adam Dickmeiss [Thu, 10 Jan 2013 10:04:38 +0000 (11:04 +0100)]
New GFS search member: present_number

This is a hint to the search handler how many records are going to be
fetched immediately following search. There's no guarantee that it's
going to be the case, since it depends on hit count (for Z39.50
piggyback) and whether errors turn up.

11 years agoMake a few functions static (private)
Adam Dickmeiss [Mon, 7 Jan 2013 10:08:05 +0000 (11:08 +0100)]
Make a few functions static (private)

The functions getbyte_stream, ungetbyte_stream and yaz_gets
are now private. They were never declared in a header file.

11 years agoBump year
Adam Dickmeiss [Sun, 6 Jan 2013 15:30:37 +0000 (16:30 +0100)]
Bump year

11 years agoBump year
Adam Dickmeiss [Sun, 6 Jan 2013 15:25:23 +0000 (16:25 +0100)]
Bump year

11 years agoSimplify a few sort spec conversions
Adam Dickmeiss [Sun, 6 Jan 2013 15:16:00 +0000 (16:16 +0100)]
Simplify a few sort spec conversions

11 years agoyaz-marcdump: exit(5) for serious decoding errors
Adam Dickmeiss [Fri, 4 Jan 2013 13:50:22 +0000 (14:50 +0100)]
yaz-marcdump: exit(5) for serious decoding errors

11 years agoISO2709 decoding: be more picky WRT header
Adam Dickmeiss [Fri, 4 Jan 2013 13:46:58 +0000 (14:46 +0100)]
ISO2709 decoding: be more picky WRT header

11 years agoReformat
Adam Dickmeiss [Thu, 20 Dec 2012 11:02:21 +0000 (12:02 +0100)]
Reformat

11 years agoodr_prepend: zero length prefix ignored
Adam Dickmeiss [Thu, 20 Dec 2012 10:59:55 +0000 (11:59 +0100)]
odr_prepend: zero length prefix ignored

11 years agoGFS: bail out of fetch if last_in_set is set
Adam Dickmeiss [Thu, 20 Dec 2012 10:35:58 +0000 (11:35 +0100)]
GFS: bail out of fetch if last_in_set is set

Until now, last_in_set, was only used as to indicate that
next-result-set-position should be set to zero.
http://www.loc.gov/z3950/agency/markup/04.html#Next-result-set-position
Based on patch from Ashley Sanders.

11 years agoRework search for anchor/mask CQL ops
Adam Dickmeiss [Mon, 17 Dec 2012 18:53:13 +0000 (19:53 +0100)]
Rework search for anchor/mask CQL ops

Using expressions such as term[i] == some and term[i-1]=='\\'
does NOT work. term[i-2] could be '\\' and so on. String *must* be
searched from one end to anothor (due to the \\ case).

11 years agoAdd two more tests with anchoring
Adam Dickmeiss [Thu, 13 Dec 2012 10:37:13 +0000 (11:37 +0100)]
Add two more tests with anchoring

11 years agoCQL: Don't treat \^ as anchor
Adam Dickmeiss [Thu, 13 Dec 2012 10:33:51 +0000 (11:33 +0100)]
CQL: Don't treat \^ as anchor

11 years agoAdd CQL to PQF tests with anchoring
Adam Dickmeiss [Thu, 13 Dec 2012 10:24:13 +0000 (11:24 +0100)]
Add CQL to PQF tests with anchoring

11 years agoMake some functions static/private in PQF parsing
Adam Dickmeiss [Tue, 11 Dec 2012 14:28:22 +0000 (15:28 +0100)]
Make some functions static/private in PQF parsing

Those functions were never declared in a public header and so
should not be in use by applications based on YAZ.

11 years agoAvoid mixed stmt/var declare
Adam Dickmeiss [Tue, 11 Dec 2012 08:56:09 +0000 (09:56 +0100)]
Avoid mixed stmt/var declare

11 years agoCheck result of fread
Adam Dickmeiss [Mon, 3 Dec 2012 15:03:04 +0000 (16:03 +0100)]
Check result of fread

11 years agoInclude config.h via <>s
Adam Dickmeiss [Mon, 3 Dec 2012 14:50:16 +0000 (15:50 +0100)]
Include config.h via <>s

11 years agoProvide SSL libs for in-source yaz-config
Adam Dickmeiss [Thu, 29 Nov 2012 13:04:20 +0000 (14:04 +0100)]
Provide SSL libs for in-source yaz-config

11 years agoAdd Ubuntu quantal
Adam Dickmeiss [Tue, 27 Nov 2012 13:24:26 +0000 (14:24 +0100)]
Add Ubuntu quantal

11 years agoSpelling fix in NEWS
Adam Dickmeiss [Fri, 23 Nov 2012 11:22:09 +0000 (12:22 +0100)]
Spelling fix in NEWS

11 years agoVersion 4.2.47 v4.2.47
Adam Dickmeiss [Fri, 23 Nov 2012 11:17:46 +0000 (12:17 +0100)]
Version 4.2.47

11 years agoDoc reformat, adjust "still to document" list
Adam Dickmeiss [Fri, 23 Nov 2012 10:14:12 +0000 (11:14 +0100)]
Doc reformat, adjust "still to document" list

11 years agoDocument new settings saveAPDU, APDU
Adam Dickmeiss [Fri, 23 Nov 2012 10:03:42 +0000 (11:03 +0100)]
Document new settings saveAPDU, APDU

11 years agoDoc: strip-trailing-whitespace
Adam Dickmeiss [Fri, 23 Nov 2012 09:52:58 +0000 (10:52 +0100)]
Doc: strip-trailing-whitespace

11 years agoGFS: replay implementation_version from backend
Adam Dickmeiss [Thu, 22 Nov 2012 08:54:49 +0000 (09:54 +0100)]
GFS: replay implementation_version from backend

From 3.0.40 and later, implementation_version from backend was
not used in init response at all.

11 years agoZOOM: special options to control APDU logging
Adam Dickmeiss [Wed, 21 Nov 2012 14:49:55 +0000 (15:49 +0100)]
ZOOM: special options to control APDU logging

Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).

11 years agoZOOM C refactor. Make helper ZOOM_send_GDU
Adam Dickmeiss [Wed, 21 Nov 2012 13:57:28 +0000 (14:57 +0100)]
ZOOM C refactor. Make helper ZOOM_send_GDU