Avoid conditions for YAZ features.. Require YAZ 3.0.29 or later.
[pazpar2-moved-to-github.git] / src / pazpar2.c
2008-06-20 Adam DickmeissAvoid conditions for YAZ features.. Require YAZ 3.0...
2008-05-08 Adam DickmeissDocument NT services options (-install, -remove).
2008-04-22 Adam DickmeissOmit log of arguments to sc_main.
2008-04-22 Adam DickmeissAllow Pazpar2 to work with YAZ 3.0.25.
2008-04-22 unknownPazpar2 works as Windows Service.
2008-04-22 Adam DickmeissIncorporate Windos services (sc).
2008-04-20 unknownInit winsock. Incorporate ICU. Pazpar2 runs on Windows.
2008-04-20 Adam DickmeissAdded check for Unix specific headers and harmonize...
2008-04-20 unknownPazpar2 compiles on Windows. But does not yet work
2008-04-14 Adam Dickmeissautoheader generates config.h instead of cconfig.h.
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2008-03-25 Adam DickmeissLog XML/XSLT errors to yaz_log.
2008-02-18 Adam DickmeissUsing yaz_daemon rather than pazpar2_process.
2007-09-10 Adam DickmeissAdded option -V which shows version information.
2007-07-10 Adam DickmeissDo not generate pazpar2.pid by default, i.e. only gener...
2007-06-18 Adam DickmeissSort options
2007-06-18 Adam DickmeissAdded option -D which puts pazpar2 in background. This...
2007-06-12 Adam DickmeissOption -p specifies pidfile. Option -u specifies uid...
2007-06-08 Adam DickmeissRemoved unused code
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-23 Adam DickmeissNew pazpar2 option -X which puts pazpar2 in debug ...
2007-05-15 Adam DickmeissAdded option pazpar2 option -l to specify logfile....
2007-04-23 Adam DickmeissRefactor stuff from logic.c: connection stuff in connec...
2007-04-22 Adam DickmeissPer-session databases and configuration. This was imple...
2007-04-20 Sebastian HammerMade load of XSLT normalization stylesheet dynamic
2007-04-19 Adam DickmeissRefactor access to global variable channel_list. There...
2007-04-16 Adam Dickmeissmain() in pazpar2.c . Rest of high-level logic moved...
2007-04-13 Marc Crommeadded initialization of char *recsyn = 0; and char...
2007-04-12 Adam DickmeissPrepare for YAZ 3s new OID system
2007-04-12 Marc Crommeadded logging of searchRequest RPN query for debugging
2007-04-12 Marc Crommeadded logging of target name when XML normalization...
2007-04-11 Sebastian HammerRemoved 'user' from settings structure and code..
2007-04-11 Sebastian HammerMajor change. Targets are now created when they are...
2007-04-11 Sebastian HammerNeglected to initialize session->databases
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 HammerUsed wrong setting for recsyn when constructing search...
2007-04-10 Sebastian HammerAdded a nmem-handle to the http_session to simplify...
2007-04-08 Adam DickmeissMoved HTTP channel address from struct iochan to struct...
2007-04-08 Sebastian HammerRemoved dead code.
2007-04-08 Sebastian HammerAdded the most basic level of support for authenticatio...
2007-04-08 Sebastian HammerMoved CCL Map, record syntax, charset normalization...
2007-04-04 Marc Crommeadded target url's on some more warning log messages
2007-04-04 Marc Crommeadded do_closeResponse handler function
2007-04-03 Sebastian Hammerremoved some old #ifdeffed-out code
2007-04-03 Sebastian HammerRecord syntax, piggyback, and element set name controll...
2007-03-31 Marc Crommepretty-printing Z39.50 proxy log line
2007-03-31 Marc Crommealigning log messages for nice look-and-feel
2007-03-30 Sebastian HammerFunctional settings system. At this point, they control...
2007-03-28 Marc Crommegetting the paraz2 server host and port info from the...
2007-03-28 Sebastian HammerMore work on settings system.. still not functional.
2007-03-27 Marc Crommeadded optional <zproxy> element to config file, contain...
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 Adam DickmeissWRBUF updates.
2007-03-20 Sebastian HammerAdded optional 'filter' parameter to search. Right...
2007-03-15 Sebastian HammerThis update completes the factoring out of database...
2007-02-05 Sebastian HammerBug 769. Rewriting Location headers in proxy responses
2007-02-04 Sebastian HammerAllowed ccl filter override
2007-01-26 Sebastian HammerCorrectly set recsyn in search
2007-01-19 Adam DickmeissRemove declaration of yaz_marc_write_xml
2007-01-18 Sebastian HammerExtended simpletarget model with target names. Added...
2007-01-18 Sebastian HammerDsiplaying sub-records
2007-01-18 Sebastian HammerAdditional record debugging. Fixed incoming per-client...
2007-01-17 Sebastian HammerIncluding earliest pubdate in facet when more than...
2007-01-17 Sebastian HammerAdded support for date-value termlists
2007-01-16 Sebastian Hammer*** empty log message ***
2007-01-16 Sebastian HammerHyperlink searching off author and subject field in...
2007-01-16 Adam DickmeissPrevent NULL ptr reference in ingest_record by skipping...
2007-01-16 Sebastian HammerFixed range merging -- it was messed up by buggy code...
2007-01-16 Sebastian HammerBasic full record display logic.
2007-01-15 Sebastian HammerTuned mergekey normalization
2007-01-15 Sebastian HammerEliminates punctuation at the end of fields.
2007-01-15 Sebastian HammerEncoding directive was ignored for MARC.
2007-01-15 Sebastian HammerRemoved log messages.
2007-01-15 Sebastian HammerGeneric sort mechanism. Sort supported by relevance...
2007-01-14 Adam DickmeissFix bug #814: pazpar2 does not compile on Debian woody...
2007-01-12 Adam DickmeissAvoid declarations after statements.
2007-01-11 Sebastian HammerRead HTTP listener and proxy address from config file...
2007-01-10 Adam DickmeissInclude netinet/in.h for IP resolve types. Makes pazpar...
2007-01-10 Adam DickmeissFixed setting if IP address (ipport) that turned out...
2007-01-10 Adam Dickmeisssignal returns SIG_ERR on error
2007-01-10 Adam DickmeissUse memset rather than bzero (obsolete, and sometimes...
2007-01-09 Sebastian HammerAdded a full record view (not implemented in the test...
2007-01-09 Sebastian HammerAdded date support (md-date in show command).
2007-01-08 Sebastian HammerFixed bug related to ranking, introduced by 'metadata...
2007-01-08 Sebastian HammerMetadata elements dynamically created from XSLT normali...
2007-01-08 Adam DickmeissAutomaked pazpar2. Bug #799. Preprocessor defines are...
2007-01-06 Sebastian HammerRemoved command.c (telnet-style interface)
2007-01-06 Sebastian HammerAdded check to prevent retrieval of more than global_pa...
2007-01-05 Adam DickmeissFixed bug #794: Excessive memory when searching the...
2007-01-04 Sebastian HammerMinor noodling
2007-01-04 Sebastian HammerAdded 'virtual' facet named 'xtargets' to termlist...
2007-01-04 Adam DickmeissFixed NULL-ptr reference that occurred when type or...
2007-01-04 Adam DickmeissAdded code to do timings for show + ingest of records...
2007-01-04 Sebastian HammerForgot to release normalized xml record. Whoops.
2007-01-04 Sebastian HammerAdded 'activeclients' element to response from show...
2007-01-03 Sebastian HammerFixed bug that led to temporary busy-loops on write...
2007-01-03 Sebastian HammerAdded XSLT support. Configuration file (e.g. etc/pazpar...
next