yazpp-moved-to-github.git
21 years ago<sigh> more tweaks
Mike Taylor [Fri, 11 Oct 2002 11:54:23 +0000 (11:54 +0000)]
<sigh> more tweaks

21 years agomemory-management hack
Mike Taylor [Fri, 11 Oct 2002 11:54:05 +0000 (11:54 +0000)]
memory-management hack

21 years ago.cvsignore file for new "lib" directory.
Mike Taylor [Thu, 10 Oct 2002 22:51:41 +0000 (22:51 +0000)]
.cvsignore file for new "lib" directory.

21 years agoFirst finished version!
Mike Taylor [Thu, 10 Oct 2002 22:48:10 +0000 (22:48 +0000)]
First finished version!

21 years agoMove "secret methods" into "private:" part of classes,
Mike Taylor [Thu, 10 Oct 2002 22:47:51 +0000 (22:47 +0000)]
Move "secret methods" into "private:" part of classes,
and add "friend" declarations (ugh!) to make them visible.

21 years agotweak
Mike Taylor [Thu, 10 Oct 2002 16:16:38 +0000 (16:16 +0000)]
tweak

21 years agoWork on zoom.xml
Mike Taylor [Wed, 9 Oct 2002 23:11:31 +0000 (23:11 +0000)]
Work on zoom.xml

21 years agoCommon lib
Adam Dickmeiss [Wed, 9 Oct 2002 16:17:26 +0000 (16:17 +0000)]
Common lib

21 years agoRemove one more
Adam Dickmeiss [Wed, 9 Oct 2002 12:52:42 +0000 (12:52 +0000)]
Remove one more

21 years agoFix makefile
Adam Dickmeiss [Wed, 9 Oct 2002 12:51:32 +0000 (12:51 +0000)]
Fix makefile

21 years agoRename yaz++ header files
Adam Dickmeiss [Wed, 9 Oct 2002 12:50:26 +0000 (12:50 +0000)]
Rename yaz++ header files

21 years agouse <synopsis> instead of <screen>; put synopses outside paragraphs (same style as...
Mike Taylor [Wed, 9 Oct 2002 11:44:44 +0000 (11:44 +0000)]
use <synopsis> instead of <screen>; put synopses outside paragraphs (same style as Yaz docs)

21 years agozoom.h installed in include/yaz++
Adam Dickmeiss [Wed, 9 Oct 2002 09:19:55 +0000 (09:19 +0000)]
zoom.h installed in include/yaz++

21 years agoChange the ZOOM code to generate and use "zoom.h" rather than "zoom++.h"
Mike Taylor [Wed, 9 Oct 2002 09:07:10 +0000 (09:07 +0000)]
Change the ZOOM code to generate and use "zoom.h" rather than "zoom++.h"
so that you don't have to #include <yaz++/zoom++.h>.  Also, tweak the
in-progress documentation accordingly.

21 years agoAdd lots of commented-out debugging code, all to try to catch
Mike Taylor [Tue, 8 Oct 2002 23:57:29 +0000 (23:57 +0000)]
Add lots of commented-out debugging code, all to try to catch
screwy memory-management semantics.  Since I couldn't find the
real problem, in the end I just made ~bib1Exception() a no-op.

21 years agoadd some files
Mike Taylor [Tue, 8 Oct 2002 23:56:17 +0000 (23:56 +0000)]
add some files

21 years agoCatch exceptions by reference (not that it actually helps with the
Mike Taylor [Tue, 8 Oct 2002 23:55:52 +0000 (23:55 +0000)]
Catch exceptions by reference (not that it actually helps with the
memory management or anything, but it does seem to be idiomatic C++)

21 years agotweaks
Mike Taylor [Tue, 8 Oct 2002 23:54:55 +0000 (23:54 +0000)]
tweaks

21 years agoNasty hack to ensure zoom++.h gets built.
Mike Taylor [Tue, 8 Oct 2002 23:53:55 +0000 (23:53 +0000)]
Nasty hack to ensure zoom++.h gets built.
There's probably a more automake-friendly way.

21 years agoskeleton
Mike Taylor [Tue, 8 Oct 2002 23:52:40 +0000 (23:52 +0000)]
skeleton

21 years agoAdded zoom in SUBDIRS
Adam Dickmeiss [Tue, 8 Oct 2002 13:41:44 +0000 (13:41 +0000)]
Added zoom in SUBDIRS

21 years agoAdd to .cvsignore the names of the files you get by building the docs.
Mike Taylor [Tue, 8 Oct 2002 12:27:56 +0000 (12:27 +0000)]
Add to .cvsignore the names of the files you get by building the docs.

21 years agoAdd Makefile.in to .cvsignore
Mike Taylor [Tue, 8 Oct 2002 12:23:41 +0000 (12:23 +0000)]
Add Makefile.in to .cvsignore

21 years agoAdd .cvsignore
Mike Taylor [Tue, 8 Oct 2002 12:22:40 +0000 (12:22 +0000)]
Add .cvsignore

21 years agoAdded Makefile.am
Adam Dickmeiss [Tue, 8 Oct 2002 12:18:47 +0000 (12:18 +0000)]
Added Makefile.am

21 years agoDocbook added. No content yet.
Adam Dickmeiss [Tue, 8 Oct 2002 11:55:57 +0000 (11:55 +0000)]
Docbook added. No content yet.

21 years agozoom part of automake mess
Adam Dickmeiss [Tue, 8 Oct 2002 10:04:41 +0000 (10:04 +0000)]
zoom part of automake mess

21 years agoAdd .cvsignore files for built files (e.g. *.lo)
Mike Taylor [Tue, 8 Oct 2002 09:32:23 +0000 (09:32 +0000)]
Add .cvsignore files for built files (e.g. *.lo)

21 years agoUse ResultSetId for lookup in result set cache YAZPP.0.3
Adam Dickmeiss [Tue, 10 Sep 2002 13:00:58 +0000 (13:00 +0000)]
Use ResultSetId for lookup in result set cache

21 years agoMake buildconf.sh verbose
Adam Dickmeiss [Tue, 10 Sep 2002 12:00:20 +0000 (12:00 +0000)]
Make buildconf.sh verbose

21 years agoVersion 0.3
Adam Dickmeiss [Tue, 10 Sep 2002 11:59:56 +0000 (11:59 +0000)]
Version 0.3

21 years agoFix init response so it is equivalent to that returned by the target
Adam Dickmeiss [Tue, 10 Sep 2002 11:58:13 +0000 (11:58 +0000)]
Fix init response so it is equivalent to that returned by the target

21 years agoTreat resultCount <0 as zero
Adam Dickmeiss [Tue, 10 Sep 2002 11:30:54 +0000 (11:30 +0000)]
Treat resultCount <0 as zero

21 years agoAdded fflush for APDU log
Adam Dickmeiss [Tue, 10 Sep 2002 11:30:37 +0000 (11:30 +0000)]
Added fflush for APDU log

21 years agoPrettier log
Adam Dickmeiss [Wed, 28 Aug 2002 13:01:41 +0000 (13:01 +0000)]
Prettier log

21 years agoRemove throw()-specification comment from master header.
Mike Taylor [Fri, 9 Aug 2002 10:45:30 +0000 (10:45 +0000)]
Remove throw()-specification comment from master header.

21 years agoAha! $(CXX) is the C++ compiler in make's world.
Mike Taylor [Fri, 9 Aug 2002 09:03:37 +0000 (09:03 +0000)]
Aha!  $(CXX) is the C++ compiler in make's world.
So I can throw out my homebrew $(CCC).

21 years agoAdd CVS header.
Mike Taylor [Thu, 8 Aug 2002 16:21:06 +0000 (16:21 +0000)]
Add CVS header.

21 years agoAdd -ansi option to default G++ flags. That detects that <string.h>
Mike Taylor [Thu, 8 Aug 2002 16:14:26 +0000 (16:14 +0000)]
Add -ansi option to default G++ flags.  That detects that <string.h>
on my Linux system (Red Hat 7.1) wrongly fails to declare strcasecmp(),
so I am using yaz_matchstr() instead.

21 years agoOops. Forgot to change zerr.cpp to zexcept.cpp in Makefile.
Mike Taylor [Thu, 8 Aug 2002 16:06:50 +0000 (16:06 +0000)]
Oops.  Forgot to change zerr.cpp to zexcept.cpp in Makefile.

21 years agoRename error classes to exception. Rename zerr.cpp
Mike Taylor [Thu, 8 Aug 2002 16:06:08 +0000 (16:06 +0000)]
Rename error classes to exception.  Rename zerr.cpp

21 years agoAdded ZOOM.
Mike Taylor [Thu, 8 Aug 2002 13:31:54 +0000 (13:31 +0000)]
Added ZOOM.

22 years agoMinor project file details
Heikki Levanto [Wed, 24 Apr 2002 13:16:47 +0000 (13:16 +0000)]
Minor project file details

22 years agoNew utility create_diagnostics
Adam Dickmeiss [Wed, 24 Apr 2002 12:21:03 +0000 (12:21 +0000)]
New utility create_diagnostics

22 years agoEncoding failed print in APDU log
Adam Dickmeiss [Mon, 22 Apr 2002 12:08:07 +0000 (12:08 +0000)]
Encoding failed print in APDU log

22 years agoUsing AM_CXXFLAGS instead of CXXFLAGS
Adam Dickmeiss [Mon, 15 Apr 2002 09:43:30 +0000 (09:43 +0000)]
Using AM_CXXFLAGS instead of CXXFLAGS

22 years agoUsing cs_rcvconnect instead of cs_connect to complete connect.
Adam Dickmeiss [Mon, 21 Jan 2002 21:51:06 +0000 (21:51 +0000)]
Using cs_rcvconnect instead of cs_connect to complete connect.

22 years agoFix: proxy doesn't cache searches/result sets when errors occur.
Adam Dickmeiss [Mon, 14 Jan 2002 12:01:27 +0000 (12:01 +0000)]
Fix: proxy doesn't cache searches/result sets when errors occur.
New option -u that sets authentication info.

22 years agoFixed bug where timeout could be set to a negative value.
Adam Dickmeiss [Fri, 21 Dec 2001 10:50:22 +0000 (10:50 +0000)]
Fixed bug where timeout could be set to a negative value.

22 years agoAdded yaz-z-databases.h to include.
Adam Dickmeiss [Mon, 12 Nov 2001 14:33:09 +0000 (14:33 +0000)]
Added yaz-z-databases.h to include.

22 years agoWIN32 update.
Adam Dickmeiss [Tue, 6 Nov 2001 20:33:32 +0000 (20:33 +0000)]
WIN32 update.

22 years agoNew option -o <level> that optimization level (0 = no optimization).
Adam Dickmeiss [Tue, 6 Nov 2001 17:08:05 +0000 (17:08 +0000)]
New option -o <level> that optimization level (0 = no optimization).
Database names mutch match too before doing result set optimization.

22 years agoFixed problem processEvent which in rare cases return 0.
Adam Dickmeiss [Sun, 4 Nov 2001 22:36:21 +0000 (22:36 +0000)]
Fixed problem processEvent which in rare cases return 0.

22 years agoFixed bug in result_set_optimize where LSLB == resultCount.
Adam Dickmeiss [Fri, 2 Nov 2001 13:06:29 +0000 (13:06 +0000)]
Fixed bug in result_set_optimize where LSLB == resultCount.

22 years agoLib paths etc
Heikki Levanto [Mon, 13 Aug 2001 17:08:05 +0000 (17:08 +0000)]
Lib paths etc

22 years agoPDU_Assoc keeps track of children. Using yaz_log instead of logf.
Adam Dickmeiss [Mon, 13 Aug 2001 16:39:12 +0000 (16:39 +0000)]
PDU_Assoc keeps track of children. Using yaz_log instead of logf.

22 years agoAdded yaz-z-server-ursula.cpp.
Adam Dickmeiss [Thu, 9 Aug 2001 09:01:03 +0000 (09:01 +0000)]
Added yaz-z-server-ursula.cpp.

22 years agoNew Visual Studio configuration for URSULA.
Adam Dickmeiss [Tue, 10 Jul 2001 12:55:40 +0000 (12:55 +0000)]
New Visual Studio configuration for URSULA.

22 years agoNew handler for old version item update for server:
Adam Dickmeiss [Thu, 17 May 2001 14:18:03 +0000 (14:18 +0000)]
New handler for old version item update for server:
 void update_service0 (Z_ExtendedServicesRequest *req,
                       Z_IU0Update *io, Z_ExtendedServicesResponse *res)

22 years agoAdded yaz-z-server-update.cpp for workspace.
Adam Dickmeiss [Thu, 3 May 2001 12:44:51 +0000 (12:44 +0000)]
Added yaz-z-server-update.cpp for workspace.

22 years agoAdded update server service.
Adam Dickmeiss [Thu, 3 May 2001 12:42:57 +0000 (12:42 +0000)]
Added update server service.

22 years agoAdded Update server service.
Adam Dickmeiss [Thu, 3 May 2001 12:39:39 +0000 (12:39 +0000)]
Added Update server service.

23 years agobetter ursula request (doesn't crash)
Heikki Levanto [Thu, 26 Apr 2001 17:51:56 +0000 (17:51 +0000)]
better ursula request (doesn't crash)

23 years agoUrsularequest got more default data
Heikki Levanto [Thu, 26 Apr 2001 17:30:07 +0000 (17:30 +0000)]
Ursularequest got more default data

23 years agoUrsula stuff, mostly in the test client
Heikki Levanto [Thu, 26 Apr 2001 12:17:49 +0000 (12:17 +0000)]
Ursula stuff, mostly in the test client

23 years agoAdded refernceId handling for other services.
Adam Dickmeiss [Wed, 25 Apr 2001 19:40:18 +0000 (19:40 +0000)]
Added refernceId handling for other services.

23 years agoAdded referenceId handling for server.
Adam Dickmeiss [Wed, 25 Apr 2001 18:59:30 +0000 (18:59 +0000)]
Added referenceId handling for server.

23 years agoWorking on UrsulaRenewal, Request, and Update
Heikki Levanto [Tue, 17 Apr 2001 16:21:21 +0000 (16:21 +0000)]
Working on UrsulaRenewal, Request, and Update

23 years agominor ursula stuff
Heikki Levanto [Thu, 12 Apr 2001 15:12:10 +0000 (15:12 +0000)]
minor ursula stuff

23 years agominor
Heikki Levanto [Wed, 11 Apr 2001 14:20:50 +0000 (14:20 +0000)]
minor

23 years agoWorking on ursula things
Heikki Levanto [Wed, 11 Apr 2001 12:33:42 +0000 (12:33 +0000)]
Working on ursula things

23 years agoFixed problem where proxy could cash bad result sets.
Adam Dickmeiss [Tue, 10 Apr 2001 10:48:08 +0000 (10:48 +0000)]
Fixed problem where proxy could cash bad result sets.

23 years agoWIN32 updates.
Adam Dickmeiss [Thu, 5 Apr 2001 15:12:24 +0000 (15:12 +0000)]
WIN32 updates.

23 years agoRemoved ursula dependancy.
Adam Dickmeiss [Thu, 5 Apr 2001 13:09:44 +0000 (13:09 +0000)]
Removed ursula dependancy.

23 years agoUpdated for URSULA.
Adam Dickmeiss [Wed, 4 Apr 2001 14:57:37 +0000 (14:57 +0000)]
Updated for URSULA.

23 years agoURSULA / Z-ruth service.
Adam Dickmeiss [Wed, 4 Apr 2001 14:02:49 +0000 (14:02 +0000)]
URSULA / Z-ruth service.

23 years agoMore work ILL-service.
Adam Dickmeiss [Tue, 3 Apr 2001 14:37:19 +0000 (14:37 +0000)]
More work ILL-service.

23 years agoMinor changes.
Adam Dickmeiss [Mon, 2 Apr 2001 13:39:34 +0000 (13:39 +0000)]
Minor changes.

23 years agoMinor updates.
Adam Dickmeiss [Thu, 29 Mar 2001 15:14:26 +0000 (15:14 +0000)]
Minor updates.

23 years agoNew server facility scheme.
Adam Dickmeiss [Tue, 27 Mar 2001 15:02:14 +0000 (15:02 +0000)]
New server facility scheme.

23 years agoNew server facility scheme.
Adam Dickmeiss [Tue, 27 Mar 2001 14:47:45 +0000 (14:47 +0000)]
New server facility scheme.

23 years agoNew threaded PDU association.
Adam Dickmeiss [Mon, 26 Mar 2001 14:43:49 +0000 (14:43 +0000)]
New threaded PDU association.

23 years agoRemoved aclocal.m4 and added yaz.m4.
Adam Dickmeiss [Wed, 21 Feb 2001 11:25:07 +0000 (11:25 +0000)]
Removed aclocal.m4 and added yaz.m4.

23 years agoServer sets OPTIONS search and present.
Adam Dickmeiss [Mon, 29 Jan 2001 11:18:24 +0000 (11:18 +0000)]
Server sets OPTIONS search and present.

23 years agoAdded more info.
Adam Dickmeiss [Wed, 10 Jan 2001 09:14:08 +0000 (09:14 +0000)]
Added more info.

23 years agoNo SIGPIPES in windows...
Heikki Levanto [Thu, 4 Jan 2001 14:25:25 +0000 (14:25 +0000)]
No SIGPIPES in windows...

23 years agoIgnoring signal SIGPIPE.
Adam Dickmeiss [Thu, 14 Dec 2000 16:00:39 +0000 (16:00 +0000)]
Ignoring signal SIGPIPE.

23 years agoAdded -I. for aclocal.
Adam Dickmeiss [Thu, 7 Dec 2000 13:27:14 +0000 (13:27 +0000)]
Added -I. for aclocal.

23 years agoYet another WIN32 fix for connect notify.
Adam Dickmeiss [Mon, 20 Nov 2000 14:17:36 +0000 (14:17 +0000)]
Yet another WIN32 fix for connect notify.

23 years agoFixes for connect operation (timeout and notify fix).
Adam Dickmeiss [Mon, 20 Nov 2000 11:27:33 +0000 (11:27 +0000)]
Fixes for connect operation (timeout and notify fix).

23 years agoMoved include file addresses for the editor
Heikki Levanto [Thu, 16 Nov 2000 13:59:56 +0000 (13:59 +0000)]
Moved include file addresses for the editor

23 years agoAdded fd parameter for method IYaz_PDU_Observer::clone.
Adam Dickmeiss [Wed, 1 Nov 2000 14:22:59 +0000 (14:22 +0000)]
Added fd parameter for method IYaz_PDU_Observer::clone.

23 years agoMinor changes.
Adam Dickmeiss [Thu, 26 Oct 2000 21:31:50 +0000 (21:31 +0000)]
Minor changes.

23 years agoFixed bug in proxy where a Yaz_ProxyClient could be owned by
Adam Dickmeiss [Tue, 24 Oct 2000 12:29:57 +0000 (12:29 +0000)]
Fixed bug in proxy where a Yaz_ProxyClient could be owned by
two Yaz_Proxy's (fatal).

23 years agoAdded buildconf.sh script.
Adam Dickmeiss [Wed, 11 Oct 2000 12:21:50 +0000 (12:21 +0000)]
Added buildconf.sh script.

23 years agoRemoved option --source from yaz++-config script.
Adam Dickmeiss [Wed, 11 Oct 2000 12:21:00 +0000 (12:21 +0000)]
Removed option --source from yaz++-config script.

23 years agoRemoved a few files that could otherwise be auto-generated.
Adam Dickmeiss [Wed, 11 Oct 2000 12:07:07 +0000 (12:07 +0000)]
Removed a few files that could otherwise be auto-generated.

23 years agoAdded configure and configure.in.
Adam Dickmeiss [Wed, 11 Oct 2000 12:00:03 +0000 (12:00 +0000)]
Added configure and configure.in.

23 years agoMoved header files to include/yaz++. Switched to libtool and automake.
Adam Dickmeiss [Wed, 11 Oct 2000 11:58:16 +0000 (11:58 +0000)]
Moved header files to include/yaz++. Switched to libtool and automake.
Configure script creates yaz++-config script.

23 years agominor
Heikki Levanto [Fri, 22 Sep 2000 09:54:11 +0000 (09:54 +0000)]
minor