Renamed config.[ch] to pazpar2_config.[ch].
[pazpar2-moved-to-github.git] / src / logic.c
2008-04-14 Adam DickmeissRenamed config.[ch] to pazpar2_config.[ch].
2008-04-14 Adam DickmeissRemoved the GAGA code sections.
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2007-12-22 Adam DickmeissAvoid mixed-stmt declare
2007-11-09 Adam DickmeissDeal with ICU not returning sortkey.
2007-10-31 Adam DickmeissFixed syntax error.
2007-10-31 Sebastian HammerAdded 'date' element type accepting YYYYMMDD
2007-10-02 Adam DickmeissUse queue for raw show; to solve Bug #1644.
2007-10-02 Adam DickmeissRemoved target_timeout from parameters
2007-10-02 Adam DickmeissLower _connect_ timeout to 15 seconds.
2007-09-10 Adam DickmeissImplemented sorting using ICU. Bug #1190. The Debian...
2007-09-07 Adam DickmeissIndent
2007-09-05 Adam DickmeissFixed bug #1507: Command record=..&id=.. should block...
2007-09-05 Adam DickmeissFixed bug #1395: Fixed size array in function hitsbytar...
2007-08-17 Adam DickmeissChanged session_setting_oneval to return 'const string...
2007-08-16 Adam DickmeissFixed bug #1358: md-title-remainder may or may not...
2007-08-13 Adam DickmeissImplemented what could be a fix for bug #1356: Pazpar2...
2007-08-13 Adam DickmeissFixed bug #1348: Conversion into OPAC. The MARC convers...
2007-07-30 Sebastian HammerEnabled passing settings values to normalization styles...
2007-07-30 Sebastian HammerAdded support for settings-derived data elements in...
2007-07-25 Adam DickmeissZ39.50 session/connect timeout in parameters
2007-07-18 Adam DickmeissA value of pz:xslt = auto makes pazpar2 load stylesheet...
2007-07-16 Adam DickmeissThe record ID (recid) that Pazpar2 generates is now...
2007-07-16 Adam DickmeissOne more record dump to be tweaked to use log file
2007-07-16 Adam DickmeissOption -d dumps records to the current log file instead...
2007-07-13 Adam DickmeissPazpar2 uses the MARC/iconv handle when genearted OPACX...
2007-07-11 Adam DickmeissFixed bug #1283: Keep un-merged metadata elements.
2007-07-06 Adam DickmeissDeal with OPAC records . These are converted to XML...
2007-07-04 Adam DickmeissLoose the query parsing so that Pazpar2 only returns...
2007-06-28 Adam DickmeissAdded parameter clear=1 for init command which makes...
2007-06-19 Adam DickmeissDisplay errno information if stylesheet cannot be loaded.
2007-06-15 Adam DickmeissWork on bug #1192: block=1, session_watch problems...
2007-06-15 Adam DickmeissExtended command 'record' so that XML representation...
2007-06-13 Adam DickmeissWork on bug #1172. Save result set postition for each...
2007-06-13 Adam DickmeissFixed bug #1187: command=show crashes if used before...
2007-06-13 Adam DickmeissFor errors, pazpar2 returns diagnostic 'code', 'msg...
2007-06-11 Adam DickmeissSet termlist highscore to 25. It took an hour to figure...
2007-06-11 Adam DickmeissFixed bug #1185: metadata includes entities. This minor...
2007-06-07 Adam DickmeissGet rid of record_assign_client
2007-06-06 Marc Crommeremoved dead, commened out code left from removing...
2007-06-06 Marc Crommeremoved Z39.50 Proxy functionality from parameters...
2007-06-02 Sebastian HammerFixed Bug #1044 -- connections should no lomnger be...
2007-06-01 Adam DickmeissParse XML records from targets if they are received.
2007-05-24 Adam DickmeissCosmetic
2007-05-23 Adam DickmeissNew pazpar2 option -X which puts pazpar2 in debug ...
2007-05-23 Marc CrommeFirst ICU chain integration in relevance ranking of...
2007-05-17 Jakub SkoczenTemporary fix to make the target filter work.
2007-05-16 Sebastian Hammerpz:cclmap:* settings were not recognized by settings...
2007-05-14 Marc Crommeremoved dead code from this file
2007-05-10 Adam DickmeissFactor relevance charset normalization out to a separat...
2007-04-27 Marc CrommeFactorized char normalization code out to normalize7bit...
2007-04-26 Marc Crommestarted facturizing 7 bit ascii normalizing functions...
2007-04-26 Marc Crommeusing more of the record functions, adding record_metad...
2007-04-26 Marc Crommeusing record creator functions in production code in...
2007-04-26 Marc Crommerenamed local variables to more expressive names
2007-04-25 Marc Crommebroken too long source code lines, otherwise no changes
2007-04-23 Adam DickmeissRefactor stuff from logic.c: connection stuff in connec...
2007-04-23 Marc Crommeremoved some of the most obvious exit() statements...
2007-04-22 Adam DickmeissConnections now wait for hosts to be resolved. Delayed...
2007-04-22 Adam DickmeissPer-session databases and configuration. This was imple...
2007-04-21 Adam DickmeissPerform getaddrinfo in separate thread for a given...
2007-04-20 Sebastian HammerChanged new code to use session_setting_oneval
2007-04-20 Sebastian HammerMade load of XSLT normalization stylesheet dynamic
2007-04-20 Sebastian Hammer*** empty log message ***
2007-04-20 Sebastian HammerAllows definition/override of pz:cclmap:* settings...
2007-04-20 Sebastian HammerRemoved query from session structure. It is no longer...
2007-04-19 Adam DickmeissRefactor access to global variable channel_list. There...
2007-04-18 Sebastian HammerFixed bug 854. Using nmem_split() to split phrase terms...
2007-04-18 Sebastian HammerRemoved 'Masterkey' from implementation name
2007-04-18 Sebastian HammerSearch still went ahead even if one target had a parse...
2007-04-18 Sebastian HammerOops. output of ccl_pquery not null-terminated. Added...
2007-04-17 Sebastian HammerFixed bug 897. Pazpar2/search fails gracefully on empty...
2007-04-17 Marc Crommechanged order of arguments of reclist_insert such that...
2007-04-16 Adam DickmeissAnother and hopefully, last, YAZ OID DB update
2007-04-16 Marc Crommeremoved global parameters from reclist_insert()
2007-04-16 Adam Dickmeissmain() in pazpar2.c . Rest of high-level logic moved...