Renamed config.[ch] to pazpar2_config.[ch].
[pazpar2-moved-to-github.git] / src / pazpar2.h
2008-04-14 Adam DickmeissRenamed config.[ch] to pazpar2_config.[ch].
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2008-02-18 Adam DickmeissUsing yaz_daemon rather than pazpar2_process.
2007-09-10 Adam DickmeissImplemented sorting using ICU. Bug #1190. The Debian...
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-07-30 Sebastian HammerEnabled passing settings values to normalization styles...
2007-07-16 Adam DickmeissThe record ID (recid) that Pazpar2 generates is now...
2007-06-28 Adam DickmeissAdded parameter clear=1 for init command which makes...
2007-06-18 Adam DickmeissAdded option -D which puts pazpar2 in background. This...
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 DickmeissFor errors, pazpar2 returns diagnostic 'code', 'msg...
2007-06-12 Adam DickmeissOption -p specifies pidfile. Option -u specifies uid...
2007-06-08 Adam DickmeissProcess management/respawn. Bug #1173. PID file pazpar2...
2007-06-06 Marc Crommeremoved Z39.50 Proxy functionality from parameters...
2007-05-10 Adam DickmeissFactor relevance charset normalization out to a separat...
2007-04-24 Adam DickmeissFunctions connection_destroy, connection_release define...
2007-04-23 Adam DickmeissRefactor stuff from logic.c: connection stuff in connec...
2007-04-22 Adam DickmeissConnections now wait for hosts to be resolved. Delayed...
2007-04-21 Adam DickmeissPerform getaddrinfo in separate thread for a given...
2007-04-20 Sebastian HammerMade load of XSLT normalization stylesheet dynamic
2007-04-20 Sebastian Hammer*** empty log message ***
2007-04-20 Marc Crommesplitting record specific definition out from pazpar2...
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-17 Sebastian HammerFixed bug 897. Pazpar2/search fails gracefully on empty...
2007-04-16 Adam Dickmeissmain() in pazpar2.c . Rest of high-level logic moved...
2007-04-11 Sebastian HammerMajor change. Targets are now created when they are...
2007-04-11 Sebastian HammerBig update. Introduced session-specific settings. These...
2007-04-10 Adam DickmeissGPLv2. Added appendix with full license. Added refernec...
2007-04-10 Sebastian HammerAdded a nmem-handle to the http_session to simplify...
2007-04-08 Sebastian HammerMoved CCL Map, record syntax, charset normalization...
2007-03-30 Sebastian HammerFunctional settings system. At this point, they control...
2007-03-29 Sebastian HammerSettings support..
2007-03-28 Sebastian HammerMore work on settings system.. still not functional.
2007-03-26 Marc Crommeadded command line switch '-z' which lets one specify...
2007-03-23 Sebastian HammerAdded support for multiple values in filter statement...
2007-03-20 Sebastian HammerAdded optional 'filter' parameter to search. Right...
2007-03-15 Sebastian HammerThis update completes the factoring out of database...
2007-01-18 Sebastian HammerExtended simpletarget model with target names. Added...
2007-01-15 Sebastian HammerGeneric sort mechanism. Sort supported by relevance...
2007-01-11 Sebastian HammerRead HTTP listener and proxy address from config file...
2007-01-09 Sebastian HammerAdded a full record view (not implemented in the test...
2007-01-08 Sebastian HammerMetadata elements dynamically created from XSLT normali...
2007-01-06 Sebastian HammerRemoved command.c (telnet-style interface)
2007-01-04 Sebastian HammerAdded 'activeclients' element to response from show...
2007-01-03 Sebastian HammerAdded XSLT support. Configuration file (e.g. etc/pazpar...
2006-12-22 Sebastian HammerAdded load of global stylesheet (temporary measure...
2006-12-20 Adam DickmeissReduce size of database struct. Pass temp NMEM memory...
2006-12-20 Sebastian HammerReorganized source tree