Fixed bug #601: SRU decode does not issue diagnostic for bad parameter
[yaz-moved-to-github.git] / client /
2006-06-02 Adam DickmeissBug #600: SRU GET, POST support for yaz-client. Introduced
2006-05-07 Adam DickmeissRename current_global_list to default_completer_list...
2006-05-07 Adam DickmeissRename curret_global_list to current_global_list; refor...
2006-05-07 Adam Dickmeisstabcomplete only if readline is in use (second attempt)
2006-05-07 Adam Dickmeisstabcomplete only if readline is in use
2006-05-07 Adam DickmeissDo nothing in command_generator if no readline is present
2006-05-07 Adam DickmeissDo nothing in cmd_register_tab if no readline is present
2006-05-07 Adam DickmeissReplace a few strdup/free with xstrdup/xfree
2006-04-21 Adam DickmeissAdded several type casts due to no portable way of...
2006-03-31 Adam DickmeissAllow multiple languages and charsets to be specified...
2005-12-20 Adam DickmeissFix double free in set_otherinfo
2005-12-02 Adam DickmeissPut exit command last in list of commands - so 'e'...
2005-11-09 Adam DickmeissFixed check for non-empty record syntax list
2005-11-02 Adam DickmeissChange output for SearchResult-1. Display subqueryId...
2005-09-26 Adam DickmeissChanged behavior of yaz-client's cancel command, so...
2005-09-21 Adam DickmeissAllow multiple record syntaxes to be specified in ...
2005-09-09 Adam DickmeissDo not build the separate Multi-threaded (MT) library...
2005-08-24 Heikki LevantoAdded 'exit' as an alternative for 'quit' in yaz-client
2005-08-22 Adam DickmeissMore type casts for char signed/unsigned and xmlChar...
2005-07-22 Adam DickmeissImplemented 'show all' command. Bug #398. Patch by...
2005-06-30 Adam DickmeissCheck for open connection and proper protocol for updat...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-06-24 Adam DickmeissWS updates. No code changes
2005-06-24 Adam DickmeissAdd OID for External XMLES too
2005-06-23 Adam DickmeissChanged xmles command to take OID + doc as parameter...
2005-06-21 Adam DickmeissRename VAL_XMLUPDATE to XML_XMLES bacuase this is an...
2005-06-08 Adam DickmeissFix problem with pointer to last init response being...
2005-06-08 Adam DickmeissFixed wait_response handling so to deal with proper...
2005-06-06 Adam DickmeissAvoid mixed stmt, var declare
2005-06-06 Adam DickmeissAdd support for privately defined extended service...
2005-06-06 Adam DickmeissWarn about unknown Z39.50 options
2005-05-20 ja7added 2 new commands for testing concurrent operations...
2005-05-09 Adam DickmeissIn yaz-client when evaluating time elapsed, it is done...
2005-05-09 Adam DickmeissFix example
2005-05-08 Adam DickmeissBug fix: did not use outputCharset in the conversion...
2005-05-06 Adam DickmeissEncode SRW/SRU terms to UTF-8 from terminal (outputChar...
2005-05-03 Adam DickmeissAdded some help on proximity.
2005-04-20 Adam DickmeissExit if multiple server addresses is given (not supported)
2005-03-06 Adam DickmeissFor record update, open file in binary mode
2005-02-25 Adam DickmeissBug fix. Dump record content (-m) was duplicated for...
2005-02-02 Adam DickmeissAdded yaz-client command scansize
2005-01-27 Adam DickmeissFix printing of some non-zero terminated strings. WS...
2005-01-19 Adam DickmeissAdded include sys/types.h if it exist. Added include...
2005-01-17 Adam DickmeissAdded include sys/time.h
2005-01-16 Adam DickmeissMinor include updates to make Windows happy
2005-01-16 Adam DickmeissRemoved away include of system headers in comstack...
2005-01-15 Adam DickmeissBump year
2005-01-11 Adam DickmeissAdded SRW Scan support in yaz-client and Generic Fronte...
2005-01-09 Adam DickmeissAdded whereInList member to SRW Scan Term
2005-01-08 Adam DickmeissAdded support for SRW scan in yaz-client
2005-01-02 Adam DickmeissMake negotiationCharsetRecords of type int
2004-12-30 Adam DickmeissInclude unistd.h always
2004-12-21 Adam DickmeissCommand negcharset may take up to three args
2004-12-13 Heikki LevantoMoved back to a single log.h, with the new #define...
2004-12-09 Adam Dickmeiss3rd argument for charset is marccharset
2004-12-09 Adam DickmeissImplemented commands negcharset and displaycharset...
2004-12-02 Adam DickmeissReturn values in cmd_source_ functions
2004-12-02 ja7Fixed bug 227 and bug 228
2004-11-18 Heikki LevantoDeprecated log.h and created a new ylog.h
2004-11-02 Heikki Levantoyaz_log_time_format sets the format of the timestamp...
2004-11-01 Adam DickmeissUse Sleep(mseconds) on Windows
2004-10-12 ja7Added a sleep command ..
2004-10-10 Adam DickmeissFix setting of AM_CPPFLAGS
2004-10-09 Adam DickmeissFixed bug #172: RPM builds does not enable SSL.
2004-09-29 Adam DickmeissAdded CCL facility r=r "range" which is similar to...
2004-09-22 Adam DickmeissAdded commands scanpos and scanstep that sets preferred...
2004-09-22 Adam DickmeissAdd command stepsize that sets stepSize for Scan (defau...
2004-09-21 Adam DickmeissFix saving of SRW query for show. Bug introduced by...
2004-09-13 Adam DickmeissIf queryType is prefix, yaz-client sends PQF to SRW...
2004-09-03 Adam DickmeissManually test for OCLC UI OID and print
2004-08-13 Adam DickmeissCast to unsigned char to prevent assert in MS. Studio...
2004-08-11 Adam DickmeissUse unsigned char pointers to prevent assert for 8...
2004-07-30 Adam DickmeissFor yaz-client, command set_marcdump <file> and -m...
2004-05-27 ja7added new command for testing cancel cmd_cancel_find
2004-05-10 Adam DickmeissDo not use obsolete YAZ defines
2004-05-03 Adam DickmeissUse better OID utilities. Simplify
2004-05-01 Adam DickmeissGet rid of SSL_{CFLAGS,DEFS,LIBS}
2004-04-28 Adam DickmeissZOOM now allows inspection of X509 peer certificate...
2004-04-28 Adam DickmeissMore SSL details for yaz-client
2004-04-28 Adam DickmeissAdded cs_get_SSL. yaz-client-ssl prints peer info
2004-04-07 Adam DickmeissCheck class for display of XML/HTML
2004-04-07 Adam DickmeissDisplay records even if OID is unknown
2004-03-17 Adam DickmeissIndentation
2004-03-10 Adam DickmeissShow OPAC shelvingData
2004-03-01 Adam DickmeissAnother fix for decoding of XML packed records. Version... YAZ.2.0.15
2004-02-19 Adam DickmeissUse 1.1 by default
2004-02-19 Adam Dickmeisshttp_version var
2004-02-16 Adam DickmeissFix type cast warning issued by GCC 3.3.3
2004-02-14 Adam DickmeissSRW/SRU update: use uri instead of code for diagnostic
2004-02-14 Adam DickmeissAdded init command for yaz-client which sends extra...
2004-01-27 Adam DickmeissUse prefix for SRW diagset in ZOOM
2004-01-27 Adam DickmeissSRW diagnostic code now a URI
2004-01-15 Adam DickmeissChange proto of yaz_init_opt_decode.
2004-01-13 Adam DickmeissUse yaz_init_opt_decode to show options
2004-01-12 Adam DickmeissSmall utility to encode/decode init options as a string
2004-01-07 Adam DickmeissAdd z_soap_codec_enc_xsl
2004-01-07 Adam DickmeissStylesheet support.
2004-01-06 Adam DickmeissReport missin record data
2004-01-06 Adam DickmeissRename variable
2003-12-31 Adam DickmeissFix problem with print ODR/HTTP/odr_reset
next