yaz-moved-to-github.git
13 years agoGFS: modify log for SRU search
Adam Dickmeiss [Thu, 17 Jun 2010 13:38:04 +0000 (15:38 +0200)]
GFS: modify log for SRU search

13 years agoztest: Last test MARC record in UTF-8 ;was Latin-1
Adam Dickmeiss [Thu, 17 Jun 2010 09:16:44 +0000 (11:16 +0200)]
ztest: Last test MARC record in UTF-8 ;was Latin-1

13 years agoRemove YLOG_LOG msg
Adam Dickmeiss [Thu, 17 Jun 2010 08:28:27 +0000 (10:28 +0200)]
Remove YLOG_LOG msg

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Thu, 17 Jun 2010 08:27:03 +0000 (10:27 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoZOOM record render refactor
Adam Dickmeiss [Tue, 15 Jun 2010 20:56:41 +0000 (22:56 +0200)]
ZOOM record render refactor

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Mon, 14 Jun 2010 10:37:00 +0000 (12:37 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoAdd CQL 1.2 / 2.0 YACC grammars
Adam Dickmeiss [Mon, 14 Jun 2010 10:36:42 +0000 (12:36 +0200)]
Add CQL 1.2 / 2.0 YACC grammars

13 years agoGFS: timeout is 15 minutes / 900 sec
Adam Dickmeiss [Fri, 11 Jun 2010 12:13:19 +0000 (14:13 +0200)]
GFS: timeout is 15 minutes / 900 sec

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Thu, 10 Jun 2010 20:36:45 +0000 (22:36 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoGFS: timeout may be given in seconds (suffix s)
Adam Dickmeiss [Thu, 10 Jun 2010 20:36:08 +0000 (22:36 +0200)]
GFS: timeout may be given in seconds (suffix s)

13 years agoMinor PQF encoding and decoding changes; reformat
Adam Dickmeiss [Fri, 4 Jun 2010 11:23:11 +0000 (13:23 +0200)]
Minor PQF encoding and decoding changes; reformat

PQF decoding: attribute values that contain any non-digits are
treated as string attributes (previously decoding only checked
for leading character ([0-9]).

PQF encoding: attribute string values are not surrounded by
double-quotes.

13 years agoPQF parser: use odr_atoi for Odr_int (not atoi)
Adam Dickmeiss [Fri, 4 Jun 2010 09:30:11 +0000 (11:30 +0200)]
PQF parser: use odr_atoi for Odr_int (not atoi)

13 years agoGFS example: set output_format
Adam Dickmeiss [Tue, 1 Jun 2010 09:26:07 +0000 (11:26 +0200)]
GFS example: set output_format

13 years agoGFS fetch: issue warning if output_format is unset
Adam Dickmeiss [Tue, 1 Jun 2010 09:23:41 +0000 (11:23 +0200)]
GFS fetch: issue warning if output_format is unset

13 years agoVersion 4.0.9-2 v4.0.9
Adam Dickmeiss [Fri, 21 May 2010 09:56:44 +0000 (11:56 +0200)]
Version 4.0.9-2

13 years agoSummarize news
Adam Dickmeiss [Fri, 21 May 2010 09:55:27 +0000 (11:55 +0200)]
Summarize news

13 years agoSupport for timeout event in yaz_poll_select
Dennis Schafroth [Thu, 20 May 2010 14:26:52 +0000 (16:26 +0200)]
Support for timeout event in yaz_poll_select

Timeout events does not have a valid file descriptor but is below 0.

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Thu, 20 May 2010 14:25:31 +0000 (16:25 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoAdd various #if HAVE_- for headers
Adam Dickmeiss [Thu, 20 May 2010 12:15:32 +0000 (14:15 +0200)]
Add various #if HAVE_- for headers

13 years agoAdd socket pipe utility
Adam Dickmeiss [Thu, 20 May 2010 11:32:48 +0000 (13:32 +0200)]
Add socket pipe utility

The socket pipe has same purpose as Unix pipe . Unfortunately
Windows pipes do not work on select/poll.

13 years agoDLL export yaz_match_glob
Adam Dickmeiss [Wed, 19 May 2010 14:11:02 +0000 (16:11 +0200)]
DLL export yaz_match_glob

13 years agoVersion 4.0.9
Adam Dickmeiss [Wed, 19 May 2010 13:20:34 +0000 (15:20 +0200)]
Version 4.0.9

13 years agoyaz_cond_create returns 0 if threads is unavail
Adam Dickmeiss [Wed, 19 May 2010 13:14:43 +0000 (15:14 +0200)]
yaz_cond_create returns 0 if threads is unavail

13 years agoMake yaz_thread functions work on Windows
Adam Dickmeiss [Wed, 19 May 2010 12:39:48 +0000 (14:39 +0200)]
Make yaz_thread functions work on Windows

13 years agodirent.h: export DLL functions
Adam Dickmeiss [Wed, 19 May 2010 12:39:34 +0000 (14:39 +0200)]
dirent.h: export DLL functions

13 years agoAdd yaz_thread_{create,join,detach}
Adam Dickmeiss [Wed, 19 May 2010 11:43:01 +0000 (13:43 +0200)]
Add yaz_thread_{create,join,detach}

These are simple wrappers for POSIX threads for now

13 years agoWin makefile: omit /machine:i386 link option
unknown [Wed, 19 May 2010 09:08:36 +0000 (11:08 +0200)]
Win makefile: omit /machine:i386 link option

Conflicts on Win64 and is unnecessary on Win32.

13 years agoFix retval check of SleepConditionVariableCS
unknown [Wed, 19 May 2010 08:52:46 +0000 (10:52 +0200)]
Fix retval check of SleepConditionVariableCS

SleepConditionVariableCS of Windows returns non-zero on success;
zero on failure (opposite of pthread_cond_timedwait).

13 years agoUpdate doc/common (Unxutils URL)
Adam Dickmeiss [Wed, 19 May 2010 08:30:14 +0000 (10:30 +0200)]
Update doc/common (Unxutils URL)

13 years agoMake a link for Tcl
Adam Dickmeiss [Wed, 19 May 2010 08:30:12 +0000 (10:30 +0200)]
Make a link for Tcl

13 years agoRPM libyaz4-devel: no *.la and less dependencies
Adam Dickmeiss [Mon, 17 May 2010 11:41:59 +0000 (13:41 +0200)]
RPM libyaz4-devel: no *.la and less dependencies

Because libyaz4-devel no longer includes *.la files we can
remove the dependency to gnutls-devel and tcpd-devel

13 years agolibyaz4-dev no longer depends on libgnutls-dev
Adam Dickmeiss [Mon, 17 May 2010 11:40:22 +0000 (13:40 +0200)]
libyaz4-dev no longer depends on libgnutls-dev

Because libyaz4-dev no longer include *.la files which screw
things up.

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Mon, 17 May 2010 10:38:49 +0000 (12:38 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agozoomsh: show record do NOT render opac
Adam Dickmeiss [Mon, 17 May 2010 10:29:08 +0000 (12:29 +0200)]
zoomsh: show record do NOT render opac

zoomsh's show command no longer renders "opac" by default. Only
the one the user asks for; besides the buffered would be MANGLED
because we were using two buffers from ZOOM_record_get at the
same time (one would have to be copied first).

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Mon, 17 May 2010 09:24:51 +0000 (11:24 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years ago4.0.8-2 (without *.la files)
Adam Dickmeiss [Mon, 17 May 2010 08:42:53 +0000 (10:42 +0200)]
4.0.8-2 (without *.la files)

13 years agoRemove *.la files.
Adam Dickmeiss [Wed, 12 May 2010 12:28:34 +0000 (14:28 +0200)]
Remove *.la files.

http://wiki.debian.org/ReleaseGoals/LAFileRemoval

13 years agoFix typo in deb version v4.0.8
Adam Dickmeiss [Tue, 11 May 2010 11:35:20 +0000 (13:35 +0200)]
Fix typo in deb version

13 years agoVersion 4.0.8
Adam Dickmeiss [Tue, 11 May 2010 10:46:28 +0000 (12:46 +0200)]
Version 4.0.8

13 years agolibyaz4-dev depends on libgnutls-dev again
Adam Dickmeiss [Tue, 11 May 2010 10:33:55 +0000 (12:33 +0200)]
libyaz4-dev depends on libgnutls-dev again

For Libtool applications using YAZ, the .la file still refers to
libgnutls libraries despite the fact the application do not use
it at all.

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Mon, 10 May 2010 08:15:38 +0000 (10:15 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoAdd detail logging of record create/destroy
Dennis Schafroth [Mon, 10 May 2010 08:15:34 +0000 (10:15 +0200)]
Add detail logging of record create/destroy

13 years agoZOOM: resultsets not ref counted by connections
Adam Dickmeiss [Fri, 7 May 2010 22:25:09 +0000 (00:25 +0200)]
ZOOM: resultsets not ref counted by connections

Experimental code and revert to old behavior of result sets.
ZOOM result sets are no longer ref counted by connections: it makes
it very difficult to work with multiple result sets within one
connection because connection would have to be destroyed before all
its result sets are destroyed. It will also makes use of more result
sets IDs on server than we need to  - because ALL result sets in use
will be still available (despite that ZOOM_resultset_destroy is
called). This commit reverts to existing behavior: a result set is
destroyed If ZOOM_resultset_destroy is used AND all operations on it
are completed.

13 years agoUse shared WRBUF for returned record strings
Adam Dickmeiss [Fri, 7 May 2010 12:53:49 +0000 (14:53 +0200)]
Use shared WRBUF for returned record strings

By sharing a WRBUF for a whole resultset for all records the
number of allocations is reduced a lot.

13 years agoAdd header for shared pointer: shptr.h
Adam Dickmeiss [Fri, 7 May 2010 09:28:07 +0000 (11:28 +0200)]
Add header for shared pointer: shptr.h

13 years agoAdd test_shared_ptr
Adam Dickmeiss [Fri, 7 May 2010 09:21:02 +0000 (11:21 +0200)]
Add test_shared_ptr

13 years agoExtend description of ZOOM option 'proxy'.
Adam Dickmeiss [Wed, 5 May 2010 09:26:11 +0000 (11:26 +0200)]
Extend description of ZOOM option 'proxy'.

13 years agoDocument ZOOM option clientIP.
Adam Dickmeiss [Wed, 5 May 2010 09:20:32 +0000 (11:20 +0200)]
Document ZOOM option clientIP.

13 years agoZOOM: scan number is 20 by default
Adam Dickmeiss [Tue, 4 May 2010 12:58:49 +0000 (14:58 +0200)]
ZOOM: scan number is 20 by default

13 years agoDebian 4.0.7-1 v4.0.7
Adam Dickmeiss [Tue, 4 May 2010 12:11:30 +0000 (14:11 +0200)]
Debian 4.0.7-1

13 years agoVersion 4.0.7
Adam Dickmeiss [Tue, 4 May 2010 12:10:41 +0000 (14:10 +0200)]
Version 4.0.7

13 years agoAdd Ubuntu lucid
Adam Dickmeiss [Tue, 4 May 2010 11:56:21 +0000 (13:56 +0200)]
Add Ubuntu lucid

13 years agorecord_conv: copy XML doc before passing to XSLT
Adam Dickmeiss [Tue, 4 May 2010 10:14:16 +0000 (12:14 +0200)]
record_conv: copy XML doc before passing to XSLT

The record_conv reads the XSL file in two steps.. Reads XSL as XML
Document.. Then passes that to XSL at each invocation to ensure the
record_conv is multi-threaded. This patch ensures that XML document
is copied before passed to XSL (instead of after). This makes at
least one XSL transform behave differently (and correct).

13 years agoFix check for xsltSaveResultToString
Adam Dickmeiss [Tue, 4 May 2010 08:45:32 +0000 (10:45 +0200)]
Fix check for xsltSaveResultToString

13 years agoCommand line tool yaz-record-conv
Adam Dickmeiss [Fri, 30 Apr 2010 19:44:48 +0000 (21:44 +0200)]
Command line tool yaz-record-conv

This is a simple program that allows testing of the record-conv
utilities of YAZ (used by YAZ GFS and Metaproxy).

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz v4.0.6
Adam Dickmeiss [Thu, 29 Apr 2010 11:50:23 +0000 (13:50 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoDebian 4.0.6-1
Adam Dickmeiss [Thu, 29 Apr 2010 11:48:22 +0000 (13:48 +0200)]
Debian 4.0.6-1

13 years agoVersion 4.0.6
Adam Dickmeiss [Thu, 29 Apr 2010 11:47:53 +0000 (13:47 +0200)]
Version 4.0.6

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Thu, 29 Apr 2010 11:46:16 +0000 (13:46 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoyaz-config: dont list SSL libs for shared libyaz
Adam Dickmeiss [Thu, 29 Apr 2010 11:45:14 +0000 (13:45 +0200)]
yaz-config: dont list SSL libs for shared libyaz

13 years agoDebian 4.0.5-1
Adam Dickmeiss [Thu, 29 Apr 2010 09:18:09 +0000 (11:18 +0200)]
Debian 4.0.5-1

13 years agoVersion 4.0.5
Adam Dickmeiss [Thu, 29 Apr 2010 09:17:23 +0000 (11:17 +0200)]
Version 4.0.5

13 years agoNo need to YAZ_EXPORT timeval struct decl
Adam Dickmeiss [Thu, 29 Apr 2010 09:15:41 +0000 (11:15 +0200)]
No need to YAZ_EXPORT timeval struct decl

13 years agoForward decl timeval. Include sys/time.h in source
Adam Dickmeiss [Thu, 29 Apr 2010 09:09:39 +0000 (11:09 +0200)]
Forward decl timeval. Include sys/time.h in source

13 years agoDeclare timeval in mutex.h
Adam Dickmeiss [Thu, 29 Apr 2010 09:00:11 +0000 (11:00 +0200)]
Declare timeval in mutex.h

13 years agoOmit use of local var lyaz
Adam Dickmeiss [Thu, 29 Apr 2010 08:54:48 +0000 (10:54 +0200)]
Omit use of local var lyaz

13 years agoyaz-config: List SSL libs for static mode
Adam Dickmeiss [Thu, 29 Apr 2010 08:12:44 +0000 (10:12 +0200)]
yaz-config: List SSL libs for static mode

The static mode is for apps that don't use Libtool.

13 years agoyaz-config: don't list SSL/GNUTLS libs by default
Adam Dickmeiss [Wed, 28 Apr 2010 13:40:46 +0000 (15:40 +0200)]
yaz-config: don't list SSL/GNUTLS libs by default

The yaz-config --libs output no longer lists SSL libs . Only
if argument 'ssl' is supplied to yaz-config it will list those
used to link with YAZ. This is to avoid having a dependency on
libgnutls-dev for libyaz4-dev.

13 years agoTCPD libs only used in libyaz's LIBADD
Adam Dickmeiss [Wed, 28 Apr 2010 13:38:47 +0000 (15:38 +0200)]
TCPD libs only used in libyaz's LIBADD

The TCPD libs (wrappers) are no longer put in to the LIBS make
variable. This is to avoid a dependency on the libwrap development
library for libyaz4-dev.

13 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz v4.0.4
Adam Dickmeiss [Wed, 28 Apr 2010 12:36:20 +0000 (14:36 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

13 years agoPOSIX thread conf check: preserve LIBS
Adam Dickmeiss [Wed, 28 Apr 2010 12:35:47 +0000 (14:35 +0200)]
POSIX thread conf check: preserve LIBS

13 years agoDebian 4.0.4-1
Adam Dickmeiss [Wed, 28 Apr 2010 12:03:00 +0000 (14:03 +0200)]
Debian 4.0.4-1

13 years agoBump to 4.0.4
Adam Dickmeiss [Wed, 28 Apr 2010 12:02:36 +0000 (14:02 +0200)]
Bump to 4.0.4

13 years ago4.0.4 NEWS
Adam Dickmeiss [Wed, 28 Apr 2010 12:02:31 +0000 (14:02 +0200)]
4.0.4 NEWS

13 years agoUpdate m4.
Adam Dickmeiss [Wed, 28 Apr 2010 11:53:52 +0000 (13:53 +0200)]
Update m4.

13 years agoDoc: update ICU YAZ DLL to vers 4
Adam Dickmeiss [Wed, 28 Apr 2010 11:50:31 +0000 (13:50 +0200)]
Doc: update ICU YAZ DLL to vers 4

13 years agoList new DLL yaz_cond4
Adam Dickmeiss [Wed, 28 Apr 2010 11:49:36 +0000 (13:49 +0200)]
List new DLL yaz_cond4

13 years agoDoc: update Windows library names (version 4)
Adam Dickmeiss [Wed, 28 Apr 2010 11:46:41 +0000 (13:46 +0200)]
Doc: update Windows library names (version 4)

13 years agoCondition variable functions in separate DLL
Adam Dickmeiss [Wed, 28 Apr 2010 11:35:52 +0000 (13:35 +0200)]
Condition variable functions in separate DLL

The condition variable functions are in a separate DLL on Windows -
named yaz_cond4.dll (release), yaz_cond4d.dll (debug). The split is
done because Condition Variable functions is only supported in Vista
or Windows Server 2008 or later.

13 years agoAutomake updates for new gettimeofday source
Adam Dickmeiss [Wed, 28 Apr 2010 11:13:48 +0000 (13:13 +0200)]
Automake updates for new gettimeofday source

13 years agoUpdates for Windows WRT timing and condition vars
Adam Dickmeiss [Wed, 28 Apr 2010 11:11:16 +0000 (13:11 +0200)]
Updates for Windows WRT timing and condition vars

13 years agoSimple test of yaz_cond_wait
Adam Dickmeiss [Tue, 27 Apr 2010 13:59:21 +0000 (15:59 +0200)]
Simple test of yaz_cond_wait

13 years agoCondition variable wrappers
Adam Dickmeiss [Tue, 27 Apr 2010 11:03:02 +0000 (13:03 +0200)]
Condition variable wrappers

Add functions yaz_cond_{create,destroy,wait,signal,broadcast}.

13 years agoDoxygen fixes
Adam Dickmeiss [Tue, 27 Apr 2010 11:01:56 +0000 (13:01 +0200)]
Doxygen fixes

13 years agoFix Doxygen \file
Adam Dickmeiss [Tue, 27 Apr 2010 11:01:27 +0000 (13:01 +0200)]
Fix Doxygen \file

14 years agoCosmetic: use symbolic names for two diagnostics
Adam Dickmeiss [Wed, 21 Apr 2010 11:58:50 +0000 (13:58 +0200)]
Cosmetic: use symbolic names for two diagnostics

14 years agoGFS: Fix nextResultSetPosition for dropped record
Adam Dickmeiss [Wed, 21 Apr 2010 11:53:51 +0000 (13:53 +0200)]
GFS: Fix nextResultSetPosition for dropped record

14 years agoAdd mutex around resultset reference counter
Adam Dickmeiss [Mon, 19 Apr 2010 08:56:09 +0000 (10:56 +0200)]
Add mutex around resultset reference counter

14 years agoAdded mutex to resultset
Adam Dickmeiss [Mon, 19 Apr 2010 08:53:47 +0000 (10:53 +0200)]
Added mutex to resultset

14 years agoIntroduce ZOOM resultset list
Adam Dickmeiss [Mon, 19 Apr 2010 08:46:18 +0000 (10:46 +0200)]
Introduce ZOOM resultset list

The ZOOM result set list - maintained by the ZOOM connection -
is a smart pointer; before a connection was back referenced
by the result set destroy call.

14 years agoyaz_log: Log level tid logs thread ID
Adam Dickmeiss [Fri, 16 Apr 2010 13:04:18 +0000 (15:04 +0200)]
yaz_log: Log level tid logs thread ID

Add new utility yaz_thread_id_cstr to return human-readable
ID of current thread. At this stage pthread_self is used. This
can be misleading because pthread_t (pointers presumably) are
reused between thread creations.

14 years agolibyaz.la (whole source) is compiled with threads
Adam Dickmeiss [Fri, 16 Apr 2010 10:26:25 +0000 (12:26 +0200)]
libyaz.la (whole source) is compiled with threads

If thread support is enabled enabled, all source of YAZ is compiled
with treading support. This allows core utilities such as yaz_log to
use thread facilities. Previously (YAZ 3 and YAZ 4 releases), only
libyaz_server.la was using thread utilities. This commit moves mutex
utilities (mutex.c) from libyaz_server.la to libyaz.la.

14 years agoDo not return value in a void func
Adam Dickmeiss [Sun, 11 Apr 2010 09:49:36 +0000 (11:49 +0200)]
Do not return value in a void func

14 years agoProperly encode JSON strings
Adam Dickmeiss [Fri, 9 Apr 2010 12:05:02 +0000 (14:05 +0200)]
Properly encode JSON strings

14 years agoyaz-json-parse displays leading text until error
Adam Dickmeiss [Fri, 9 Apr 2010 11:40:31 +0000 (13:40 +0200)]
yaz-json-parse displays leading text until error

14 years agoAdd json_parser_get_position and json_parse2
Adam Dickmeiss [Fri, 9 Apr 2010 11:39:27 +0000 (13:39 +0200)]
Add json_parser_get_position and json_parse2

14 years agoSpell fix
Adam Dickmeiss [Fri, 9 Apr 2010 10:26:16 +0000 (12:26 +0200)]
Spell fix

14 years agoThe IDMETA file as used by our pbuilder scripts
Adam Dickmeiss [Fri, 9 Apr 2010 10:22:32 +0000 (12:22 +0200)]
The IDMETA file as used by our pbuilder scripts

14 years agoVerson 4.0.3 v4.0.3
Adam Dickmeiss [Fri, 9 Apr 2010 09:33:28 +0000 (11:33 +0200)]
Verson 4.0.3

14 years agoUpdate WIN32 makefile for renamed tests
Adam Dickmeiss [Fri, 9 Apr 2010 09:32:35 +0000 (11:32 +0200)]
Update WIN32 makefile for renamed tests