Work on bug #1172. Save result set postition for each record in a
[pazpar2-moved-to-github.git] / src / logic.c
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...