2007-08-21 |
Adam Dickmeiss | Fixed scan continuation line not being set for displayT... |
tree | commitdiff |
2007-08-14 |
Adam Dickmeiss | For XML ILL Response, YAZ prints Octet aligned buf... |
tree | commitdiff |
2007-07-13 |
Adam Dickmeiss | Remoevd unused definition |
tree | commitdiff |
2007-07-04 |
Adam Dickmeiss | Revert |
tree | commitdiff |
2007-07-04 |
Adam Dickmeiss | Internal release |
tree | commitdiff |
2007-06-03 |
Adam Dickmeiss | Order options and usage info |
tree | commitdiff |
2007-06-03 |
Adam Dickmeiss | yaz-client now reads commands from file given by option... |
tree | commitdiff |
2007-06-03 |
Adam Dickmeiss | Fixed bug #1157: yaz-client does not read .yazclientrc... |
tree | commitdiff |
2007-05-30 |
Adam Dickmeiss | Changed the way yaz-client encodes charset negotiation... |
tree | commitdiff |
2007-05-30 |
Adam Dickmeiss | Added yaz-client command querycharset which specifies... |
tree | commitdiff |
2007-05-30 |
Adam Dickmeiss | Implemented a way to perform scan in a result set using... |
tree | commitdiff |
2007-05-23 |
Adam Dickmeiss | For SRU responses allow Content-Type application/xml... |
tree | commitdiff |
2007-05-08 |
Adam Dickmeiss | For OIDs use Odr_oid type everywhere, i.e. do not assum... |
tree | commitdiff |
2007-05-06 |
Adam Dickmeiss | Code updates which makes things compile as C++. Mostly... |
tree | commitdiff |
2007-05-03 |
Adam Dickmeiss | Fix OID for record update command |
tree | commitdiff |
2007-05-02 |
Adam Dickmeiss | The negotiationModel bit is now set by default for... |
tree | commitdiff |
2007-04-30 |
Adam Dickmeiss | Added stop word support for CCL parser. These are confi... |
tree | commitdiff |
2007-04-24 |
Adam Dickmeiss | Added example of qualifier alias |
tree | commitdiff |
2007-04-16 |
Adam Dickmeiss | Generate built-in OIDs from oid.csv. |
tree | commitdiff |
2007-04-12 |
Adam Dickmeiss | Added function yaz_oid_add which adds custom OID entry... |
tree | commitdiff |
2007-04-12 |
Adam Dickmeiss | New OID database - with public definitions in oid_db... |
tree | commitdiff |
2007-03-28 |
Mike Taylor | Explicitly initialise cqltrans to 0 |
tree | commitdiff |
2007-03-19 |
Adam Dickmeiss | More wrbuf_buf woes. |
tree | commitdiff |
2007-03-19 |
Adam Dickmeiss | API changes to WRBUF. wrbuf_free removed; replaced... |
tree | commitdiff |
2007-03-14 |
Adam Dickmeiss | Fixed update command so that record ID = none means... |
tree | commitdiff |
2007-02-25 |
Adam Dickmeiss | Change the use of CFLAGS WRT ACX_PTHREAD. Thread libs... |
tree | commitdiff |
2007-01-24 |
Adam Dickmeiss | Capture Ctrl-C and save history |
tree | commitdiff |
2007-01-24 |
Adam Dickmeiss | Do not save command history if it is empty |
tree | commitdiff |
2007-01-24 |
Adam Dickmeiss | Fixed bug #832: Problem with MARC/charset in yaz-client. |
tree | commitdiff |
2007-01-24 |
Adam Dickmeiss | Fixed bug #668: save command line history for yaz-clien... |
tree | commitdiff |
2007-01-24 |
Adam Dickmeiss | Fixed bug #831: New yaz-client command: 'source'. |
tree | commitdiff |
2007-01-16 |
Adam Dickmeiss | Extended the GFS search facility. New member of bend_se... |
tree | commitdiff |
2007-01-03 |
Adam Dickmeiss | Towards 2.1.44. Bump copyright year. |
tree | commitdiff |
2006-12-13 |
Adam Dickmeiss | Disable SRU update in case of missing Libxml2 |
tree | commitdiff |
2006-12-06 |
Adam Dickmeiss | Changed the SRU update structures and codecs to reflect... |
tree | commitdiff |
2006-11-14 |
Adam Dickmeiss | For update, record ID "none" makes update omit record ID. |
tree | commitdiff |
2006-11-08 |
Adam Dickmeiss | Fixed bug #729: Bad error message when starting with... |
tree | commitdiff |
2006-10-04 |
Mike Taylor | Change K&R-style empty function declarations to explici... |
tree | commitdiff |
2006-10-04 |
Adam Dickmeiss | Change call to parse_cmd_doc to avoid problems with... |
tree | commitdiff |
2006-09-27 |
Adam Dickmeiss | Added GCC option -Wstrict-prototypes to buildconf.sh... |
tree | commitdiff |
2006-09-22 |
Adam Dickmeiss | Fix initialization of recordPacking in SRU search in... |
tree | commitdiff |
2006-09-07 |
Adam Dickmeiss | Avoid mixed stmt/var declare |
tree | commitdiff |
2006-09-07 |
ja7 | fixed bug 656 |
tree | commitdiff |
2006-08-15 |
Adam Dickmeiss | Fix interpretation of sru command |
tree | commitdiff |
2006-08-11 |
Adam Dickmeiss | Include XML2_CFLAGS in AM_CPPFLAGS |
tree | commitdiff |
2006-07-06 |
Adam Dickmeiss | For Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2... |
tree | commitdiff |
2006-06-02 |
Adam Dickmeiss | Bug #600: SRU GET, POST support for yaz-client. Introduced |
tree | commitdiff |
2006-05-07 |
Adam Dickmeiss | Rename current_global_list to default_completer_list... |
tree | commitdiff |
2006-05-07 |
Adam Dickmeiss | Rename curret_global_list to current_global_list; refor... |
tree | commitdiff |
2006-05-07 |
Adam Dickmeiss | tabcomplete only if readline is in use (second attempt) |
tree | commitdiff |
2006-05-07 |
Adam Dickmeiss | tabcomplete only if readline is in use |
tree | commitdiff |
2006-05-07 |
Adam Dickmeiss | Do nothing in command_generator if no readline is present |
tree | commitdiff |
2006-05-07 |
Adam Dickmeiss | Do nothing in cmd_register_tab if no readline is present |
tree | commitdiff |
2006-05-07 |
Adam Dickmeiss | Replace a few strdup/free with xstrdup/xfree |
tree | commitdiff |
2006-04-21 |
Adam Dickmeiss | Added several type casts due to no portable way of... |
tree | commitdiff |
2006-03-31 |
Adam Dickmeiss | Allow multiple languages and charsets to be specified... |
tree | commitdiff |
2005-12-20 |
Adam Dickmeiss | Fix double free in set_otherinfo |
tree | commitdiff |
2005-12-02 |
Adam Dickmeiss | Put exit command last in list of commands - so 'e'... |
tree | commitdiff |
2005-11-09 |
Adam Dickmeiss | Fixed check for non-empty record syntax list |
tree | commitdiff |
2005-11-02 |
Adam Dickmeiss | Change output for SearchResult-1. Display subqueryId... |
tree | commitdiff |
2005-09-26 |
Adam Dickmeiss | Changed behavior of yaz-client's cancel command, so... |
tree | commitdiff |
2005-09-21 |
Adam Dickmeiss | Allow multiple record syntaxes to be specified in ... |
tree | commitdiff |
2005-09-09 |
Adam Dickmeiss | Do not build the separate Multi-threaded (MT) library... |
tree | commitdiff |
2005-08-24 |
Heikki Levanto | Added 'exit' as an alternative for 'quit' in yaz-client |
tree | commitdiff |
2005-08-22 |
Adam Dickmeiss | More type casts for char signed/unsigned and xmlChar... |
tree | commitdiff |
2005-07-22 |
Adam Dickmeiss | Implemented 'show all' command. Bug #398. Patch by... |
tree | commitdiff |
2005-06-30 |
Adam Dickmeiss | Check for open connection and proper protocol for updat... |
tree | commitdiff |
2005-06-25 |
Adam Dickmeiss | Expanded tabs in all source files. Added vim/emacs... |
tree | commitdiff |
2005-06-24 |
Adam Dickmeiss | WS updates. No code changes |
tree | commitdiff |
2005-06-24 |
Adam Dickmeiss | Add OID for External XMLES too |
tree | commitdiff |
2005-06-23 |
Adam Dickmeiss | Changed xmles command to take OID + doc as parameter... |
tree | commitdiff |
2005-06-21 |
Adam Dickmeiss | Rename VAL_XMLUPDATE to XML_XMLES bacuase this is an... |
tree | commitdiff |
2005-06-08 |
Adam Dickmeiss | Fix problem with pointer to last init response being... |
tree | commitdiff |
2005-06-08 |
Adam Dickmeiss | Fixed wait_response handling so to deal with proper... |
tree | commitdiff |
2005-06-06 |
Adam Dickmeiss | Avoid mixed stmt, var declare |
tree | commitdiff |
2005-06-06 |
Adam Dickmeiss | Add support for privately defined extended service... |
tree | commitdiff |
2005-06-06 |
Adam Dickmeiss | Warn about unknown Z39.50 options |
tree | commitdiff |
2005-05-20 |
ja7 | added 2 new commands for testing concurrent operations... |
tree | commitdiff |
2005-05-09 |
Adam Dickmeiss | In yaz-client when evaluating time elapsed, it is done... |
tree | commitdiff |
2005-05-09 |
Adam Dickmeiss | Fix example |
tree | commitdiff |
2005-05-08 |
Adam Dickmeiss | Bug fix: did not use outputCharset in the conversion... |
tree | commitdiff |
2005-05-06 |
Adam Dickmeiss | Encode SRW/SRU terms to UTF-8 from terminal (outputChar... |
tree | commitdiff |
2005-05-03 |
Adam Dickmeiss | Added some help on proximity. |
tree | commitdiff |
2005-04-20 |
Adam Dickmeiss | Exit if multiple server addresses is given (not supported) |
tree | commitdiff |
2005-03-06 |
Adam Dickmeiss | For record update, open file in binary mode |
tree | commitdiff |
2005-02-25 |
Adam Dickmeiss | Bug fix. Dump record content (-m) was duplicated for... |
tree | commitdiff |
2005-02-02 |
Adam Dickmeiss | Added yaz-client command scansize |
tree | commitdiff |
2005-01-27 |
Adam Dickmeiss | Fix printing of some non-zero terminated strings. WS... |
tree | commitdiff |
2005-01-19 |
Adam Dickmeiss | Added include sys/types.h if it exist. Added include... |
tree | commitdiff |
2005-01-17 |
Adam Dickmeiss | Added include sys/time.h |
tree | commitdiff |
2005-01-16 |
Adam Dickmeiss | Minor include updates to make Windows happy |
tree | commitdiff |
2005-01-16 |
Adam Dickmeiss | Removed away include of system headers in comstack... |
tree | commitdiff |
2005-01-15 |
Adam Dickmeiss | Bump year |
tree | commitdiff |
2005-01-11 |
Adam Dickmeiss | Added SRW Scan support in yaz-client and Generic Fronte... |
tree | commitdiff |
2005-01-09 |
Adam Dickmeiss | Added whereInList member to SRW Scan Term |
tree | commitdiff |
2005-01-08 |
Adam Dickmeiss | Added support for SRW scan in yaz-client |
tree | commitdiff |
2005-01-02 |
Adam Dickmeiss | Make negotiationCharsetRecords of type int |
tree | commitdiff |
2004-12-30 |
Adam Dickmeiss | Include unistd.h always |
tree | commitdiff |
2004-12-21 |
Adam Dickmeiss | Command negcharset may take up to three args |
tree | commitdiff |
2004-12-13 |
Heikki Levanto | Moved back to a single log.h, with the new #define... |
tree | commitdiff |
next |