WS spaces.
[yaz-moved-to-github.git] / client / client.c
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...
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-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-01-24 Adam DickmeissCapture Ctrl-C and save history
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 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-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 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-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-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...
next