Omit some functions not used when XML2 is not enabled (YAZ_HAVE_XML2).
[yaz-moved-to-github.git] / src / statserv.c
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