Adam Dickmeiss [Fri, 25 Jan 2013 13:48:57 +0000 (14:48 +0100)]
Fix a few Doxygen warnings
Adam Dickmeiss [Fri, 25 Jan 2013 13:44:53 +0000 (14:44 +0100)]
Rename opacdisp.c to opac_to_xml.c
Giannis kosmas [Fri, 25 Jan 2013 13:03:03 +0000 (15:03 +0200)]
Handle numeric subfields correctly.
Adam Dickmeiss [Wed, 23 Jan 2013 11:40:29 +0000 (12:40 +0100)]
Doc: a example of #, ? chars in CCL queries
Adam Dickmeiss [Fri, 18 Jan 2013 10:21:38 +0000 (11:21 +0100)]
Version 4.2.49
Adam Dickmeiss [Fri, 18 Jan 2013 10:20:02 +0000 (11:20 +0100)]
Update NEWS
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.
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).
Adam Dickmeiss [Fri, 18 Jan 2013 10:03:45 +0000 (11:03 +0100)]
Document join in yaz-icu man page
Adam Dickmeiss [Fri, 18 Jan 2013 09:56:42 +0000 (10:56 +0100)]
Simplify icu_buf_utf{8,16}_{create,resize}
Adam Dickmeiss [Fri, 18 Jan 2013 09:46:01 +0000 (10:46 +0100)]
Reformat some source for ICU
Adam Dickmeiss [Fri, 18 Jan 2013 09:33:03 +0000 (10:33 +0100)]
Add unit test for ICU rule join
Adam Dickmeiss [Fri, 18 Jan 2013 09:32:32 +0000 (10:32 +0100)]
ICU: better error handling of rule attribute (required)
Adam Dickmeiss [Thu, 17 Jan 2013 14:56:43 +0000 (15:56 +0100)]
New ICU chain rule, join, to join tokens
Adam Dickmeiss [Thu, 17 Jan 2013 11:59:56 +0000 (12:59 +0100)]
Remove useless assert
Adam Dickmeiss [Thu, 17 Jan 2013 11:58:43 +0000 (12:58 +0100)]
Simplification of initial call to icu_iter_invoke
Adam Dickmeiss [Thu, 10 Jan 2013 11:40:46 +0000 (12:40 +0100)]
version 4.2.48
Adam Dickmeiss [Thu, 10 Jan 2013 11:38:18 +0000 (12:38 +0100)]
Update NEWS
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.
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.
Adam Dickmeiss [Sun, 6 Jan 2013 15:30:37 +0000 (16:30 +0100)]
Bump year
Adam Dickmeiss [Sun, 6 Jan 2013 15:25:23 +0000 (16:25 +0100)]
Bump year
Adam Dickmeiss [Sun, 6 Jan 2013 15:16:00 +0000 (16:16 +0100)]
Simplify a few sort spec conversions
Adam Dickmeiss [Fri, 4 Jan 2013 13:50:22 +0000 (14:50 +0100)]
yaz-marcdump: exit(5) for serious decoding errors
Adam Dickmeiss [Fri, 4 Jan 2013 13:46:58 +0000 (14:46 +0100)]
ISO2709 decoding: be more picky WRT header
Adam Dickmeiss [Thu, 20 Dec 2012 11:02:21 +0000 (12:02 +0100)]
Reformat
Adam Dickmeiss [Thu, 20 Dec 2012 10:59:55 +0000 (11:59 +0100)]
odr_prepend: zero length prefix ignored
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.
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).
Adam Dickmeiss [Thu, 13 Dec 2012 10:37:13 +0000 (11:37 +0100)]
Add two more tests with anchoring
Adam Dickmeiss [Thu, 13 Dec 2012 10:33:51 +0000 (11:33 +0100)]
CQL: Don't treat \^ as anchor
Adam Dickmeiss [Thu, 13 Dec 2012 10:24:13 +0000 (11:24 +0100)]
Add CQL to PQF tests with anchoring
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.
Adam Dickmeiss [Tue, 11 Dec 2012 08:56:09 +0000 (09:56 +0100)]
Avoid mixed stmt/var declare
Adam Dickmeiss [Mon, 3 Dec 2012 15:03:04 +0000 (16:03 +0100)]
Check result of fread
Adam Dickmeiss [Mon, 3 Dec 2012 14:50:16 +0000 (15:50 +0100)]
Include config.h via <>s
Adam Dickmeiss [Thu, 29 Nov 2012 13:04:20 +0000 (14:04 +0100)]
Provide SSL libs for in-source yaz-config
Adam Dickmeiss [Tue, 27 Nov 2012 13:24:26 +0000 (14:24 +0100)]
Add Ubuntu quantal
Adam Dickmeiss [Fri, 23 Nov 2012 11:22:09 +0000 (12:22 +0100)]
Spelling fix in NEWS
Adam Dickmeiss [Fri, 23 Nov 2012 11:17:46 +0000 (12:17 +0100)]
Version 4.2.47
Adam Dickmeiss [Fri, 23 Nov 2012 10:14:12 +0000 (11:14 +0100)]
Doc reformat, adjust "still to document" list
Adam Dickmeiss [Fri, 23 Nov 2012 10:03:42 +0000 (11:03 +0100)]
Document new settings saveAPDU, APDU
Adam Dickmeiss [Fri, 23 Nov 2012 09:52:58 +0000 (10:52 +0100)]
Doc: strip-trailing-whitespace
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.
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).
Adam Dickmeiss [Wed, 21 Nov 2012 13:57:28 +0000 (14:57 +0100)]
ZOOM C refactor. Make helper ZOOM_send_GDU
Adam Dickmeiss [Thu, 15 Nov 2012 11:43:27 +0000 (12:43 +0100)]
Version 4.2.46
Adam Dickmeiss [Thu, 15 Nov 2012 11:26:30 +0000 (12:26 +0100)]
Fix tcpip_rcvconnect for gnutls comstack
It was broken in the non-blocking case.
Adam Dickmeiss [Thu, 15 Nov 2012 09:49:51 +0000 (10:49 +0100)]
Use gnutls_x509_crt_print for newer GNUTLS libs only
Adam Dickmeiss [Wed, 14 Nov 2012 17:48:50 +0000 (18:48 +0100)]
PEM file expires Nov 12 2022.
Adam Dickmeiss [Wed, 14 Nov 2012 17:44:35 +0000 (18:44 +0100)]
Renew testing certificate (PEM)
Adam Dickmeiss [Wed, 14 Nov 2012 12:28:52 +0000 (13:28 +0100)]
Extend cs_print_session_info for GNUTLS mode
Also check for proper CS type before accessing SSL stuff
Adam Dickmeiss [Tue, 13 Nov 2012 12:54:24 +0000 (13:54 +0100)]
Version 4.2.45
Adam Dickmeiss [Tue, 13 Nov 2012 12:52:53 +0000 (13:52 +0100)]
Bump year
Adam Dickmeiss [Tue, 13 Nov 2012 12:45:09 +0000 (13:45 +0100)]
rpn2cql: less quotes in generated terms
Semantics unchanged, but it's prettier this way.
Adam Dickmeiss [Mon, 12 Nov 2012 18:35:28 +0000 (19:35 +0100)]
yaz_uri_to_array: fix check for x-form names
Adam Dickmeiss [Mon, 12 Nov 2012 18:14:27 +0000 (19:14 +0100)]
Fix syntax of debian/control
Introduced by previous commit.
Adam Dickmeiss [Mon, 12 Nov 2012 18:11:17 +0000 (19:11 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Mon, 12 Nov 2012 18:10:39 +0000 (19:10 +0100)]
Debian package libyaz4-dev provides libyaz-dev
Adam Dickmeiss [Mon, 12 Nov 2012 14:51:25 +0000 (15:51 +0100)]
No need to report more than 10 unknown SRU args
Adam Dickmeiss [Mon, 12 Nov 2012 14:50:25 +0000 (15:50 +0100)]
yaz_uri_to_array: reject non-ASCII x-form names
Adam Dickmeiss [Mon, 12 Nov 2012 10:21:49 +0000 (11:21 +0100)]
yaz-client: display facets
Initialize yaz_facet_attr properly.
Adam Dickmeiss [Thu, 1 Nov 2012 14:14:35 +0000 (15:14 +0100)]
Then some spelling
Adam Dickmeiss [Thu, 1 Nov 2012 14:11:27 +0000 (15:11 +0100)]
Document CCL case to reflect reality
Adam Dickmeiss [Thu, 25 Oct 2012 10:04:24 +0000 (12:04 +0200)]
Version 4.2.44
Adam Dickmeiss [Thu, 25 Oct 2012 09:06:20 +0000 (11:06 +0200)]
New utility yaz_decode_init_diag
By adding this, we move code from both ZOOM C and Metaproxy to YAZ.
Adam Dickmeiss [Tue, 23 Oct 2012 11:36:29 +0000 (13:36 +0200)]
Allow HTTP protocol on unix local socket
Allow also Z39.50 database to be given for unix local socket.
The COMSTACK string for doing so is:
unix:<spec>:<uri>
Examples:
unix:/myfile:tcp:localhost:9999/mybase
unix:/myfile:localhost:9999/mybase
unix:/myfile:http://fakehost/mybase
The fakehost is parsed in Host HTTP-header.
Adam Dickmeiss [Tue, 23 Oct 2012 11:27:01 +0000 (13:27 +0200)]
Fix condition for unix socket option parsing
Search for = instead of , in options, so that the case of
unix:file=/myfile works. The search for = will make this case work.
Previously a comma had to be included in the spec.
Adam Dickmeiss [Fri, 19 Oct 2012 12:23:41 +0000 (14:23 +0200)]
Use dpkg-buildflags in build process
This is to use hardening options for the libraries and programs.
Refer to http://wiki.debian.org/Hardening for more information.
Adam Dickmeiss [Fri, 19 Oct 2012 12:07:18 +0000 (14:07 +0200)]
Fix email in debian/changelog
Adam Dickmeiss [Fri, 19 Oct 2012 11:56:19 +0000 (13:56 +0200)]
Spell fix
Adam Dickmeiss [Fri, 19 Oct 2012 11:56:07 +0000 (13:56 +0200)]
Spell fix
Adam Dickmeiss [Fri, 19 Oct 2012 11:11:27 +0000 (13:11 +0200)]
Version 4.2.43
Adam Dickmeiss [Fri, 19 Oct 2012 09:46:04 +0000 (11:46 +0200)]
Update NEWS
Adam Dickmeiss [Fri, 19 Oct 2012 09:42:28 +0000 (11:42 +0200)]
ZOOM C: don't trust recordPosition always
Some servers, such as IGI global's SRU service uses a recordPosition
scheme starting from zero. First record's position should be one
according to the standard.
Adam Dickmeiss [Thu, 18 Oct 2012 11:48:14 +0000 (13:48 +0200)]
Version 4.2.42
Adam Dickmeiss [Thu, 18 Oct 2012 11:45:32 +0000 (13:45 +0200)]
Avoid strcasecmp which does not exist on Windows
And also fix condition that would never be true.
Adam Dickmeiss [Thu, 18 Oct 2012 11:24:25 +0000 (13:24 +0200)]
Allow more namespaces for SRU
This is to allow, for example, an incorrect namespace returned
from server http://services.igi-global.com/sru .
Adam Dickmeiss [Thu, 18 Oct 2012 11:24:17 +0000 (13:24 +0200)]
soap: remove fprintf debug stmt
Adam Dickmeiss [Thu, 11 Oct 2012 06:59:51 +0000 (08:59 +0200)]
Version 4.2.41
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.
Adam Dickmeiss [Tue, 9 Oct 2012 12:37:47 +0000 (14:37 +0200)]
Announce new functionality API on Debian
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.
Dennis Schafroth [Thu, 4 Oct 2012 20:57:32 +0000 (22:57 +0200)]
Add self to author
Dennis Schafroth [Thu, 4 Oct 2012 18:03:50 +0000 (20:03 +0200)]
Version 4.2.40
Dennis Schafroth [Thu, 4 Oct 2012 17:50:20 +0000 (19:50 +0200)]
Version 4.2.40
Dennis Schafroth [Thu, 4 Oct 2012 17:50:00 +0000 (19:50 +0200)]
Version 4.2.40
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
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
Dennis Schafroth [Mon, 1 Oct 2012 12:38:53 +0000 (14:38 +0200)]
Test for solr sort specs
Dennis Schafroth [Mon, 1 Oct 2012 12:38:17 +0000 (14:38 +0200)]
New solr sort strategy. Using it
Dennis Schafroth [Mon, 1 Oct 2012 12:36:40 +0000 (14:36 +0200)]
Methods for conversion between solr and internal sort spec
Dennis Schafroth [Mon, 1 Oct 2012 12:35:47 +0000 (14:35 +0200)]
Extract and add sorting parameters
Dennis Schafroth [Mon, 1 Oct 2012 12:35:12 +0000 (14:35 +0200)]
New conversion methods for solr sorting
Adam Dickmeiss [Fri, 28 Sep 2012 11:31:38 +0000 (13:31 +0200)]
Versino 4.2.39
Adam Dickmeiss [Thu, 27 Sep 2012 13:11:49 +0000 (15:11 +0200)]
Test new function 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.
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.
Adam Dickmeiss [Wed, 19 Sep 2012 13:33:09 +0000 (15:33 +0200)]
Reformat: delete trailing whitespace
Adam Dickmeiss [Mon, 17 Sep 2012 08:46:13 +0000 (10:46 +0200)]
Version 4.2.38