Add help for facets
[yaz-moved-to-github.git] / zoom / zoomsh.c
2010-07-21 Dennis SchafrothAdd help for facets
2010-07-20 Dennis SchafrothImplemtation of ZOOM Facet API in zoom shell
2010-05-17 Adam Dickmeisszoomsh: show record do NOT render opac
2010-02-09 Adam DickmeissNo fixed size buffers for ZOOM shell - bug #3257
2010-01-14 Adam DickmeissBump copyright year
2010-01-11 Wolfram Schneiderdocument timeout option
2009-12-04 Adam Dickmeisszoomsh: Refactor command show
2009-12-04 Adam DickmeissZOOM: use size_t for scan hit counts and str size
2009-08-28 Adam Dickmeisszoomsh's shows 1 record by default
2009-08-28 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2009-08-28 Adam DickmeissMention new type for show command
2009-08-27 Adam DickmeissExtend zoomsh's show command WRT type
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-11-24 Adam DickmeissGot rid of a few warnings WRT signed/unsigned types
2008-11-24 Adam DickmeissUsing fwrite rather than write
2008-11-14 Adam DickmeissFixes for gcc warnings - mostly WRT check of returns...
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2007-09-11 Adam DickmeissHandle NULL SRU addinfo in printing
2007-09-08 Adam DickmeissFunction ZOOM_record_get allows type_spec=schema in...
2007-08-16 Adam DickmeissAdded support for SRU scan.
2007-04-17 Adam DickmeissSplit YAZ library into two libs : libyaz.la and libyaz_...
2007-04-12 Adam DickmeissNew OID database - with public definitions in oid_db...
2007-03-21 Adam DickmeissRevert ZOOM API changes.
2007-03-19 Adam DickmeissAPI changes to ZOOM. Functions for setting options...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-10-31 Adam DickmeissImplemented ZOOM_record_error which returns error infor...
2006-04-24 Adam DickmeissCast to long YAZ.2.1.18
2006-04-21 Adam DickmeissAdded several type casts due to no portable way of...
2005-11-02 Adam DickmeissAvoid mixed decl/stmt
2005-11-01 Adam DickmeissAllow inspection of result set options with rget command
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-06-25 Adam DickmeissPrint ext command in help
2005-06-06 Adam DickmeissAllow log level to be set for zoomsh
2005-06-06 Adam DickmeissRe-organize top-level code so main functions does less...
2005-06-06 Adam DickmeissAdd support for privately defined extended service...
2005-01-15 Adam DickmeissBump year
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-04-29 Adam DickmeissGet rid of SSL check code
2004-04-28 Adam DickmeissZOOM now allows inspection of X509 peer certificate...
2004-02-23 Adam DickmeissImplement ZOOM_resultset_{sort,cache_reset} which sorts...
2004-01-16 Adam DickmeissMake ZOOM C recognize option password
2004-01-12 Adam DickmeissUse displayTerm in zoomsh
2003-11-25 Adam DickmeissAllow command to send extended service package
2003-07-14 Adam DickmeissOPAC record support for ZOOM
2003-07-10 Mike TaylorRemove the oid_name_to_dotstring() function, which...
2003-07-09 Mike Taylordisplay_records() now displays the record syntax OID...
2003-05-26 Adam DickmeissFix type of len var
2003-04-23 Adam DickmeissAllow for quoted tokens in ZOOM shell
2003-03-03 Adam DickmeissFixed warnings. Updated headers
2003-02-24 Adam DickmeissAdded scan
2003-02-23 Adam DickmeissReset count/start after running show
2003-02-17 Adam DickmeissHTTP Timeouts. Memory leak checks and fixes. Changed...
2003-02-17 Adam DickmeissSRW record retrieval works for ZOOM
2003-02-14 Adam DickmeissMore type casts. Modify CQL tree - bool is C++ reserved...
2003-01-06 Adam DickmeissSRW, CQL, 2003
2002-06-05 Adam Dickmeissremoved unused variables
2002-06-02 Adam DickmeissFirst work on extended packages. Reconnect capability
2002-05-18 olegAdded support of CharacterSetandLanguageNegotiation-3
2002-02-20 Adam DickmeissUse printf instead of putchar
2001-11-18 Adam DickmeissPrefix ZOOM_ instead of Z3950_. Documentation updates.
2001-11-16 Adam DickmeissFix: Remove new-lines from commands in ZOOM shell.
2001-11-16 Adam DickmeissRemoved Z3950_connection_host.
2001-11-15 Adam DickmeissZOOM: record objects "owned" by result sets.
2001-11-06 Adam DickmeissZOOM changes.
2001-10-24 Adam DickmeissWIN32 updates: ZOOM runs, nmem_init/nmem_exit called...
2001-10-23 Adam DickmeissOld Z39.50 codecs gone. Added ZOOM. WRBUF MARC display...