Fixes for gcc warnings - mostly WRT check of returns values
[yaz-moved-to-github.git] / client /
2008-11-14 Adam DickmeissFixes for gcc warnings - mostly WRT check of returns...
2008-10-15 Adam DickmeissOmit some functions not used when XML2 is not enabled...
2008-09-24 Adam DickmeissEnsure format command is a no-op if bad syntax is passe...
2008-09-24 Adam DickmeissCheck the record syntax(es) given by the format command
2008-09-18 Adam DickmeissAdded cql2rpn as allowed querytype
2008-06-05 Adam DickmeissAdded cs_print_session_info which shows SSL session...
2008-06-04 Adam DickmeissLink SSL with libyaz.la and yaz-client only.
2008-05-30 Adam DickmeissTruncate yaz-client history if it exceeds certain size...
2008-04-23 Adam DickmeissDo not set charsetNegotiation bit by default (breaks...
2008-04-04 Adam DickmeissUpdate headers and omit CVS Ids.
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-03-25 Adam DickmeissIgnore backup files.
2008-03-18 Adam DickmeissWS spaces.
2008-03-18 Jacob PoulsenAdded print of status or Error Report from xml ES
2008-03-18 Adam DickmeissMinor changes to parsing of itemorder comamand.
2008-03-18 Jacob PoulsenAdded customisation of xml send in command itemorder...
2008-03-16 Adam DickmeissIgnore object files.
2008-03-12 Adam DickmeissMoved ignore files.
2007-12-27 Adam DickmeissDo not reset querytype if session resets (HTTP/SRU).
2007-12-21 Adam DickmeissImproved tokenization for yaz-client coammnds update...
2007-12-21 Adam DickmeissEnsure fname is 0-terminated in parse_cmd_doc for yaz...
2007-11-21 Adam DickmeissUse schema in Z39.50 Update.
2007-10-29 Adam DickmeissExtended auth command so that NULL User, pass may be...
2007-08-24 Adam Dickmeissyaz-client command 'sru' may set both SRU method (SOAP...
2007-08-21 Adam DickmeissFixed scan continuation line not being set for displayT...
2007-08-14 Adam DickmeissFor XML ILL Response, YAZ prints Octet aligned buf...
2007-07-13 Adam DickmeissRemoevd unused definition
2007-07-04 Adam DickmeissRevert
2007-07-04 Adam DickmeissInternal release
2007-06-03 Adam DickmeissOrder options and usage info
2007-06-03 Adam Dickmeissyaz-client now reads commands from file given by option...
2007-06-03 Adam DickmeissFixed bug #1157: yaz-client does not read .yazclientrc...
2007-05-30 Adam DickmeissChanged the way yaz-client encodes charset negotiation...
2007-05-30 Adam DickmeissAdded yaz-client command querycharset which specifies...
2007-05-30 Adam DickmeissImplemented a way to perform scan in a result set using...
2007-05-23 Adam DickmeissFor SRU responses allow Content-Type application/xml...
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-03 Adam DickmeissFix OID for record update command
2007-05-02 Adam DickmeissThe negotiationModel bit is now set by default for...
2007-04-30 Adam DickmeissAdded stop word support for CCL parser. These are confi...
2007-04-24 Adam DickmeissAdded example of qualifier alias
2007-04-16 Adam DickmeissGenerate built-in OIDs from oid.csv.
2007-04-12 Adam DickmeissAdded function yaz_oid_add which adds custom OID entry...
2007-04-12 Adam DickmeissNew OID database - with public definitions in oid_db...
2007-03-28 Mike TaylorExplicitly initialise cqltrans to 0
2007-03-19 Adam DickmeissMore wrbuf_buf woes.
2007-03-19 Adam DickmeissAPI changes to WRBUF. wrbuf_free removed; replaced...
2007-03-14 Adam DickmeissFixed update command so that record ID = none means...
2007-02-25 Adam DickmeissChange the use of CFLAGS WRT ACX_PTHREAD. Thread libs...
2007-01-24 Adam DickmeissCapture Ctrl-C and save history
2007-01-24 Adam DickmeissDo not save command history if it is empty
2007-01-24 Adam DickmeissFixed bug #832: Problem with MARC/charset in yaz-client.
2007-01-24 Adam DickmeissFixed bug #668: save command line history for yaz-clien...
2007-01-24 Adam DickmeissFixed bug #831: New yaz-client command: 'source'.
2007-01-16 Adam DickmeissExtended the GFS search facility. New member of bend_se...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-12-13 Adam DickmeissDisable SRU update in case of missing Libxml2
2006-12-06 Adam DickmeissChanged the SRU update structures and codecs to reflect...
2006-11-14 Adam DickmeissFor update, record ID "none" makes update omit record ID.
2006-11-08 Adam DickmeissFixed bug #729: Bad error message when starting with...
2006-10-04 Mike TaylorChange K&R-style empty function declarations to explici...
2006-10-04 Adam DickmeissChange call to parse_cmd_doc to avoid problems with...
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-09-22 Adam DickmeissFix initialization of recordPacking in SRU search in...
2006-09-07 Adam DickmeissAvoid mixed stmt/var declare
2006-09-07 ja7fixed bug 656
2006-08-15 Adam DickmeissFix interpretation of sru command
2006-08-11 Adam DickmeissInclude XML2_CFLAGS in AM_CPPFLAGS
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
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...
next