For OIDs use Odr_oid type everywhere, i.e. do not assume Odr_oid=int.
[yaz-moved-to-github.git] / src / zoom-c.c
2007-05-08 Adam DickmeissFor OIDs use Odr_oid type everywhere, i.e. do not assum...
2007-05-06 Adam DickmeissCode updates which makes things compile as C++. Mostly...
2007-05-05 Adam DickmeissCopying user,group,password + preferredMessage, maximum...
2007-04-30 Adam DickmeissNew ZOOM C option, "rpnCharset", which allows client...
2007-04-24 Adam DickmeissFixed call to ZOOM_resultset_sort1
2007-04-16 Adam DickmeissGenerate built-in OIDs from oid.csv.
2007-04-13 Adam DickmeissAdded utilities z_ext_record_{xml,sutrs,usmarc}.
2007-04-12 Adam DickmeissNew OID database - with public definitions in oid_db...
2007-03-21 Adam DickmeissRevert ZOOM API changes.
2007-03-21 Adam DickmeissGet rid of 512 PQF string size limitation in cql2pqf...
2007-03-21 Adam DickmeissFix bad memory reference in CQL to PQF conversion which...
2007-03-20 Adam DickmeissAttempted fix of bug #976: Segfault in yaz_iconv. The...
2007-03-19 Adam DickmeissAPI changes to ZOOM. Functions for setting options...
2007-03-19 Adam DickmeissAPI changes to WRBUF. wrbuf_free removed; replaced...
2007-03-12 Adam DickmeissEncapsulate ZOOM_resultset_destroy.
2007-03-07 Adam DickmeissFixed reconnect problem for ZOOM-C. The event queue...
2007-02-21 Adam DickmeissRemove event queue when a new task is initiated. Also...
2007-02-21 Adam DickmeissMoved prototype of ZOOM_connection_remove_tasks further...
2007-02-21 Adam DickmeissChanged task queue management a little for ZOOM C.
2007-02-07 Mike TaylorIntroduce zoom_yaz_str_to_z3950oid() wrapper, which...
2007-01-23 Adam DickmeissExtended ZOOM result set options with two options that...
2007-01-22 Adam DickmeissImplemented alternative Item Order package for ZOOM...
2007-01-12 Adam DickmeissRenamed ZOOM_process_event to ZOOM_event_nonblock to...
2007-01-11 Adam DickmeissAdded ZOOM_API() to definition of ZOOM_connection_peek_...
2007-01-10 Adam DickmeissImplemented ZOOM_connection_peek_event.
2007-01-09 Adam DickmeissImplemented Generic select hook for ZOOM (bug #803...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-12-17 Adam DickmeissFixed bug #772: presentChunk option yields "Present...
2006-12-06 Adam DickmeissChanged the SRU update structures and codecs to reflect...
2006-12-06 Mike TaylorFixed bug #722: Allow Z39.50 Init Options to be specifi...
2006-11-30 Mike TaylorPostpone the setting of c->sru_mode until after leading...
2006-11-20 Adam DickmeissRemove YLOG_LOG msg
2006-11-08 Adam DickmeissRepeat call to select(2) if errno=EINTR is returned.
2006-11-06 Adam DickmeissMake fake 'Present Out Of Range' Diagnostic for bad...
2006-11-06 Marc Crommeadded zoom layer record size debug output
2006-11-01 Adam DickmeissFixed bug #719: Database in ZOOM_search may be differen...
2006-10-31 Adam DickmeissImplemented ZOOM_record_error which returns error infor...
2006-10-26 Adam DickmeissFixes for bug #709: Records are fetched in wrong format...
2006-10-05 Adam DickmeissUse ZOOM_API(int) for public function ZOOM_connection_i...
2006-10-04 Adam DickmeissImplement ZOOM_connection_is_idle.
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-09-19 Adam DickmeissFor ZOOM-C, put reconnect handling to separate function...
2006-09-14 Adam DickmeissIncrease FD_SETSIZE for winsock select
2006-08-25 Adam DickmeissFixed bug #641: Sending a too-big packet sometimes...
2006-08-24 Adam DickmeissFixed bug #640: ZOOM_connection_connect() does not...
2006-08-16 Adam DickmeissImplemented bug #635: YAZ/ZOOM layer should include...
2006-08-16 Adam DickmeissFixed bug #636: Bad rpn causes seg faults. Error occurs...
2006-08-15 Adam DickmeissFix ZOOM-C so that SOAP mode sends SOAP requests
2006-08-08 Adam DickmeissAttempted to fix bug #626.
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
2006-06-16 Adam DickmeissMore work on a fix for bug #612. We could have "dup...
2006-06-16 Adam DickmeissFire ZOOM_EVENT_RECV_RECORD for cached records. Bug...
2006-06-15 Adam DickmeissChanged ZOOM_query_ccl2rpn function so that it takes...
2006-06-14 Mike TaylorFix leak of temporary connections created by ZOOM_query...
2006-06-13 Mike TaylorI think this now supports CCL in scan, but I've not...
2006-06-13 Mike TaylorAdd ZOOM_query_ccl2rpn() and two new error-codes that...
2006-06-02 Adam DickmeissImplemented yaz_sru_post_encode which builds a SRU...
2006-05-31 Adam DickmeissFixed bug #599: ODR error on incoming PDU. Error was...
2006-05-10 Adam DickmeissIntroduce a hash-table for the ZOOM C record caching...
2006-05-09 Mike TaylorTemporary fix for ZOOM_resultset_record()'s force_sync.
2006-04-21 Adam DickmeissAdded several type casts due to no portable way of...
2006-04-19 Adam DickmeissNew facilities for the MARC module. The reading - and...
2006-04-07 Adam DickmeissAdded a new ZOOM event type ZOOM_EVENT_END which signal...
2006-04-01 Adam DickmeissFixed bug #558: present request out of range with prese...
2006-03-31 Adam DickmeissAllow multiple languages and charsets to be specified...
2006-03-13 Adam DickmeissSurvive in set_DatabaseNames if connection has not...
2006-03-01 Adam DickmeissAdded SRU-GET and SRU-POST support for ZOOM C. Option...
2006-02-19 Adam DickmeissUsing odr_create_Odr_oct
2005-12-21 Mike TaylorAdd ZOOM_query_cql2rpn()
2005-12-21 Mike TaylorComment
2005-12-21 Mike TaylorRemove commented-out printf()s in cql2rpn()
2005-12-21 Mike Taylorcql2rpn() now works.
2005-12-20 Mike TaylorSupport for scanning by CQL query (not yet debugged).
2005-12-19 Adam DickmeissAddinfo is host when ZOOM returns failure for connections
2005-12-19 Mike TaylorAdd ZOOM_connection_scan1(), which takes a ZOOM_query...
2005-12-12 Mike TaylorThrow out the 'user=pass%hoststring' syntax that I...
2005-12-08 Adam DickmeissAvoid mixed stmt/var declare
2005-12-07 Mike TaylorZOOM_connection_connect() now understands authenticatio...
2005-11-16 Mike TaylorAdd ZOOM_connection_diagset()
2005-11-08 Mike TaylorAdd ZOOM_resultset_sort1()
2005-11-03 Mike TaylorFix formatting inconsistency.
2005-11-02 Adam DickmeissRename serachresult options a bit
2005-11-01 Adam DickmeissAllow retrieval of Search Result-1 information in ZOOM...
2005-10-17 Mike TaylorAdd ZOOM_connection_option_getl() -- very thin layer.
2005-08-09 Adam DickmeissFixed setting of record syntax for Extended Service...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-06-21 Adam DickmeissRename VAL_XMLUPDATE to XML_XMLES bacuase this is an...
2005-06-06 Adam DickmeissMake a zoom,zoomdetails log level and try to make loggi...
2005-06-06 Adam DickmeissAdd support for privately defined extended service...
2005-05-17 Adam DickmeissFixed bug #255: ZOOM does not decode Diagnostics in...
2005-05-02 Adam DickmeissRemoved a few redundant log messages
2005-05-02 Adam DickmeissFix bug #307: It's impossible to specify indefinite...
2005-05-02 Adam DickmeissAdded support for multiple languages and charsets to...
2005-01-16 Adam DickmeissAdded check for various headers, since comstack.h no...
2005-01-16 Adam DickmeissWS update
2005-01-15 Adam DickmeissBump year
2004-12-21 Adam DickmeissWhen receiving no records in present response don't...
2004-12-13 Heikki LevantoMoved back to a single log.h, with the new #define...
2004-11-18 Heikki LevantoDeprecated log.h and created a new ylog.h
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
next