Recognise yet ANOTHER location where docbookx.dtd may be found -- this
[yaz-moved-to-github.git] / src /
2005-01-04 Mike TaylorReturn aligned blocks on the smallest boundaries that...
2005-01-04 Adam DickmeissAlign NMEM blocks to 2*sizeof(long)
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-30 Adam DickmeissAvoid signed char subscript
2004-12-30 Adam DickmeissAvoid signed char subscript
2004-12-22 Adam DickmeissRemove extra space in request log output
2004-12-22 Adam DickmeissChange GFS so that it listen&accept in parent process...
2004-12-22 Adam DickmeissAdded OID for charneg-4.
2004-12-21 Adam DickmeissWhen receiving no records in present response don't...
2004-12-21 Adam DickmeissMinor tweaks in logging (mostly for SRW search)
2004-12-20 Adam DickmeissPrefix PRN/Type-1 queries with RPN: rather than Z:
2004-12-20 Adam DickmeissFixed bug in pack_records that caused piggyback searche...
2004-12-20 Adam DickmeissAdded functions to initialize various structures for...
2004-12-16 Adam DickmeissInclude marcdisp.h so that atoi_n gets public on WIN32
2004-12-16 Adam DickmeissFix declaration (WIN32 section)
2004-12-13 Heikki LevantoMoved back to a single log.h, with the new #define...
2004-12-02 Adam DickmeissFix double-free in code that handles encoding errors...
2004-11-26 Adam Dickmeissyaz-log.7 man pages part of RedHat package yaz
2004-11-25 Adam DickmeissTreat field as having subfields even if first char...
2004-11-23 Heikki LevantoRe-enabled the -v notime option, it was broken.
2004-11-21 Adam DickmeissUpdate SRW/SRU diagnostic message definitions and store...
2004-11-18 Heikki LevantoDeprecated log.h and created a new ylog.h
2004-11-17 Heikki LevantoAdded an option to specify -word in the loglevel parsin...
2004-11-17 Adam DickmeissModify wrbuf_put_zquery and wrbuf_scan_term so the...
2004-11-17 Adam DickmeissFor @prox operator, the "which" member being known...
2004-11-16 Adam DickmeissAvoid new ANSI inline declaration
2004-11-16 Heikki LevantoImprovements in the log system, especially on the serve...
2004-11-09 Adam DickmeissUse strchr,strrchr instead of index/rindex. YAZ.2.0.28
2004-11-04 Heikki LevantoFixed a bug that caused extra [level] tags in the log
2004-11-03 Adam DickmeissUsing blanks for assignments (no code changes)
2004-11-03 Heikki LevantoFixed a silly typo that made a numeric -v crash
2004-11-03 Heikki LevantoAdded dynamic log-levels:
2004-11-02 Heikki Levantoprotecting log rotation with a mutex
2004-11-02 Heikki LevantoRotating logfile if exceeding a gigabyte
2004-11-02 Heikki LevantoNot buffering the log file, unless LOG_FLUSH is set...
2004-11-02 Heikki Levantooops, forgot to give a name to LOG_FLUSH. Now added
2004-11-02 Heikki LevantoAdded a new log flag LOG_FLUSH that forces flushing...
2004-11-02 Heikki Levantoyaz_log_time_format sets the format of the timestamp...
2004-11-01 Adam DickmeissFixed bug #148: CQL parser may leak. CQL nodes now...
2004-10-31 Adam DickmeissBug fix: explainRequest decoder did not initialize...
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2004-10-10 Adam DickmeissUse other type to avoid warning
2004-10-09 Adam DickmeissFixed bug #176: Dont throw diagnostics on empty SRU...
2004-10-09 Adam DickmeissFixed bug #172: surrogate diagnostics in SRW lacking NS.
2004-10-09 Adam DickmeissFixed bug #172: RPM builds does not enable SSL.
2004-10-07 Adam DickmeissNot in use
2004-10-03 Adam DickmeissInitial work for Doxygen based YAZ reference
2004-10-02 Adam DickmeissAdded several type casts for C++ compile
2004-10-01 Adam DickmeissNo TESTS here YAZ.2.0.26
2004-10-01 Adam DickmeissAdded ()s to avoid warning.
2004-10-01 Adam DickmeissFixed MARC utilities to use proper conversion to XML...
2004-10-01 Adam DickmeissPrevent XML CDATA with ASCII control chars (except...
2004-09-30 Adam DickmeissConvert Z39.50 surrogate diagnostics to SRW diagnostics...
2004-09-30 Adam DickmeissBug fix: YAZ GFS did not return schema in explainResponse.
2004-09-30 Adam DickmeissAdded typecast and removed bad assignment
2004-09-30 Adam DickmeissThe YAZ GFS when converting SRW/SRU requests to Z39...
2004-09-30 Adam DickmeissCreate NMEM automatically for odr_{str,int}dup.
2004-09-30 Adam DickmeissFix serious bug regarding HTTP requests (introduced...
2004-09-29 Adam DickmeissAdded CCL facility r=r "range" which is similar to...
2004-09-22 Adam DickmeissAdded CCL utility ccl_qual_buf which parses one or...
2004-09-21 Adam DickmeissFix problem with decoding of HTTP responses with no...
2004-09-13 Adam DickmeissLog CCL and Z39.58 queries
2004-09-10 Adam DickmeissFor SRW, do not set numberOfRecords when diagnostic...
2004-09-03 Adam DickmeissDo not decode OCLC UI by default.
2004-08-24 Adam DickmeissClear ODR error in odr_setbuf
2004-08-18 Adam DickmeissAdded CCL utility ccl_qual_line which adds CCL qualifie...
2004-08-13 Adam DickmeissCast to unsigned char to prevent assert in MS Studio...
2004-08-13 Adam DickmeissRemove unused variable
2004-08-13 Adam DickmeissMove declaration to start of block
2004-08-13 Adam DickmeissReworked odr_set_stream a bit, so that write handler...
2004-08-11 Adam DickmeissFixed bug in CCL parser where truncation char was not...
2004-08-11 Adam DickmeissAdded odr_set_stream which is is a more generic to...
2004-08-11 Adam DickmeissUse unsigned char pointers to prevent assert for 8...
2004-08-11 Adam DickmeissFix buffer overrun in CCL parser for proximity
2004-08-07 Adam DickmeissFixes for MARC-8 in yaz_iconv character set utilies...
2004-08-07 Adam DickmeissFor MARCXML, set leader pos 9 to a to signal unicode
2004-08-02 Adam DickmeissAdd ES package of type commit
2004-06-15 Adam DickmeissAvoid using size_t for length modifier in printf format
2004-05-25 Adam DickmeissDo not throw error if truncation.none is not given
2004-05-10 Adam DickmeissDeclare cs_set_ssl_certificate_file in non-ssl mode too
2004-05-10 Adam DickmeissRename cs_set_ssl_certf to cs_set_ssl_certificate_file
2004-05-10 Adam DickmeissDo not mention windows.txt anymore. Point to HTML doc
2004-05-03 Adam DickmeissAdded a few casts
2004-05-01 Adam DickmeissGet rid of SSL_{CFLAGS,DEFS,LIBS}
2004-04-30 Adam DickmeissSSL comstack now uses yaz.pem certificate file on serve...
2004-04-30 Adam DickmeissHandle duplicate connect
2004-04-29 Adam DickmeissDont print system error when comstack cannot be created
2004-04-29 Adam DickmeissImplement cs_set_ssl_ctx which sets SSL_CTX for SSL...
2004-04-29 Adam DickmeissRelax http/https URL check a bit
2004-04-28 Adam DickmeissZOOM now allows inspection of X509 peer certificate...
2004-04-28 Adam DickmeissAdded cs_get_SSL. yaz-client-ssl prints peer info
2004-04-26 Adam DickmeissUpdate ASN.1 for UserInfoFormat-multipleSearchTerms-2.
2004-04-14 Adam DickmeissFix code for ODR_DEBUG. Thanks to Ian Ibbotson
2004-04-06 Adam DickmeissFixed charset spec parsing for ZOOM_record_get
2004-03-29 Adam DickmeissFix bug with missing initialization of member in init_d...
2004-03-24 Adam DickmeissSpell fix
2004-03-20 Adam DickmeissUse "" instead of 0 for last field 'from'. And test... YAZ.2.0.18
2004-03-20 Adam DickmeissUse wrbuf_xmlputs_n instead of wrbuf_write_cdata to...
next