Add check for integer overflow in odr_write YAZ-816
[yaz-moved-to-github.git] / src / statserv.c
2014-07-11 Adam DickmeissGFS: client_query_charset conversion YAZ-777
2014-02-14 Adam DickmeissAvoid yaz_log in sigterm handler YAZ-737
2014-01-02 Adam DickmeissHappy new year
2013-11-20 Adam DickmeissFix XML config GFS do not fail if port is in use YAZ-709
2013-11-13 Adam Dickmeissyaz-ztest: -V shows version (like yaz-client -V)
2013-10-11 Adam DickmeissUse NULL path for non-abs XML config fname
2013-10-11 Adam DickmeissGFS: Allow multiple listenrefs YAZ-554
2013-10-11 Adam DickmeissUse xmlconfig path as prefix for fnames YAZ-702
2013-10-01 Adam DickmeissRemove member soap_handler from statserv_options_block
2013-10-01 Adam DickmeissIncrease statserv GFS string buffers to 1024
2013-09-27 Adam DickmeissGFS: log when closing down - at least SIGTERM YAZ-684
2013-01-06 Adam DickmeissBump year
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2012-09-03 Adam DickmeissGFS: increase default max message to 64 MB
2012-01-09 Adam DickmeissHappy new year
2011-08-24 Adam DickmeissGFS: mention -K in usage
2011-08-04 Adam DickmeissRemove variables and assignments with no effect
2011-05-13 Adam DickmeissGFS: fail if CQL properties can not be opened
2011-04-26 Adam DickmeissAvoid ctype.h .
2011-03-17 Adam DickmeissGFS: make statserv_main return for one-shot mode.
2011-01-06 Adam DickmeissHappy new year
2010-11-03 Adam DickmeissUpdate configure to generate config.h
2010-09-23 Adam DickmeissGFS: no-keepalive option, mostly for testing
2010-09-23 Adam DickmeissNot using GNU threads anymore
2010-08-09 Adam DickmeissGFS is using yaz_daemon
2010-06-11 Adam DickmeissGFS: timeout is 15 minutes / 900 sec
2010-06-10 Adam DickmeissGFS: timeout may be given in seconds (suffix s)
2010-01-14 Adam DickmeissBump copyright year
2009-12-04 Adam DickmeissCOMSTACK API changes: cs_stackerr, cs_addrstr.
2009-03-10 Adam DickmeissInclude yaz/errno.h in source that uses YAZ' errno...
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
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-07-30 Adam DickmeissAvoid mixed stmt/var declare.
2008-07-28 Adam DickmeissFix Libxml2 error handling under Windows.
2008-06-05 Adam DickmeissMinor formatting changes.
2008-04-22 Adam DickmeissUnix update for service control (sc).
2008-04-22 Adam DickmeissImplemented new Windows Service wrapper (sc).
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-03-25 Adam DickmeissAdded function yaz_log_xml_errors.
2007-11-12 Adam DickmeissUsing iochan_event_loop (WIN32)
2007-11-12 Adam DickmeissRename function event_loop to iochan_event_loop.
2007-08-13 Mike TaylorAdd code to compile CCL qualifiers if specified using...
2007-05-06 Adam DickmeissCode updates which makes things compile as C++. Mostly...
2007-05-02 Adam DickmeissAdded new member 'query_charset' for bend_initrequest...
2007-01-19 Adam DickmeissFor GFS, display COMSTACK error when cs_bind fails.
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-10-09 Adam DickmeissFixed bug #687: Missing log lines. Immediate logging...
2006-09-29 Adam DickmeissAdded support for specifying the max log file size...
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-09-14 Adam DickmeissFixed bug in Generic Frontend Server that could cause...
2006-09-06 Adam DickmeissFor the generic frontend server, the maximum record...
2006-07-07 Marc Crommemoved superflous session logging from log_session to...
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
2006-05-08 Adam DickmeissLibEXSLT support. New configure option --with-exslt.
2006-05-07 Adam DickmeissAdded retrieval handling support in Generic Frontend...
2006-03-22 Mike TaylorReinsert initialiser for __UNUSED_loglevel
2006-03-22 Mike TaylorDo not impose STAT_DEFAULT_LOG_LEVEL if the YAZ_LOG...
2006-03-15 Adam DickmeissAdded support for file access in GFS to facilitate...
2005-10-20 Sebastian HammerAdded option -m to GFS to control formatting of time...
2005-08-22 Adam DickmeissMore type casts for char signed/unsigned and xmlChar...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-05-08 Adam DickmeissFixed bug #322: yaz server does not log listener addres...
2005-03-14 Adam DickmeissSupport XInclude for XML config
2005-03-08 Adam DickmeissExit GFS if XML parsing fails.
2005-03-08 Adam DickmeissCall chdir before bend_{start,stop}.
2005-03-08 Adam DickmeissRead directory element of XML config so that server...
2005-03-05 Adam DickmeissWIN32 Updates for GFS to use TLS for control block.
2005-03-03 Adam DickmeissAdded explain facility for frontend server XML config...
2005-03-01 Adam DickmeissEnhancements and new bugs in Generic Frontend Server..
2005-02-07 Adam DickmeissWIN32 compile fixes. No TLS for control block yet
2005-02-02 Adam DickmeissFix statserv_getcontrol for non-threaded YAZ
2005-02-01 Adam DickmeissAdded support for multi-homed YAZ frontend server....
2005-01-16 Adam DickmeissRemoved away include of system headers in comstack...
2005-01-15 Adam DickmeissBump year
2005-01-03 Adam DickmeissFix threading
2005-01-03 Adam DickmeissFor daemon mode (-D), let parent wait till child has...
2004-12-30 Adam DickmeissCast PIDs to longs so they can be printfd
2004-12-22 Adam DickmeissChange GFS so that it listen&accept in parent process...
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-11-16 Heikki LevantoImprovements in the log system, especially on the serve...
2004-11-02 Heikki Levantoyaz_log_time_format sets the format of the timestamp...
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2004-05-10 Adam DickmeissRename cs_set_ssl_certf to cs_set_ssl_certificate_file
2004-04-30 Adam DickmeissSSL comstack now uses yaz.pem certificate file on serve...
2004-04-29 Adam DickmeissDont print system error when comstack cannot be created
2004-01-18 Adam DickmeissFixed PID file so it is generated after fork (-r & -D)
2004-01-17 Adam DickmeissImplement option -D, -p for GFS
2004-01-15 Adam DickmeissAvoid reverse lookup in GFS
2003-11-28 Mike TaylorKang-Jin Lee's typo
2003-10-27 Adam DickmeissSource restructure. yaz-marcdump part of installation