renamed local variables to more expressive names
[pazpar2-moved-to-github.git] / src / logic.c
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...