Internal query handling completely rewritten.
[pazpar2-moved-to-github.git] / src /
2007-04-02 Marc CrommeRemoved assignment of global_parameters.server->host...
2007-03-31 Marc Crommeget hostname from system call 'gethostname()' if not...
2007-03-31 Marc Crommeadjusting HTTP headers to be conformant with Upper...
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-31 Marc Crommeremoved warnings coming from missing casts (const char...
2007-03-30 Sebastian HammerFunctional settings system. At this point, they control...
2007-03-29 Sebastian Hammerifdeffed-out the Location-header rewrite in proxy_io...
2007-03-29 Sebastian HammerSettings support..
2007-03-29 Sebastian HammerAdded settings
2007-03-29 Sebastian HammerSettings system is code complete... now to actually...
2007-03-29 Marc Crommeremoved zillion of compiler warnings due to mising...
2007-03-29 Marc CrommeChanged the way the forwarded HTTP headers are computed...
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 Sebastian HammerThis is still totally non-functional.
2007-03-27 Marc Crommeadded HTTP headers "pazpar2-version", "pazpar2-server...
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-20 Sebastian HammerFixed statement before declaration
2007-03-16 Adam DickmeissFixed compilation error on FreeBSD
2007-03-15 Sebastian HammerThis update completes the factoring out of database...
2007-02-08 Adam DickmeissAvoid declarations after statements.
2007-02-05 Sebastian HammerFixed some pointer errors
2007-02-05 Sebastian HammerBug 769. Rewriting Location headers in proxy responses
2007-02-04 Sebastian HammerAllowed ccl filter override
2007-01-31 Adam DickmeissRename function index to parse_index.. See
2007-01-29 Sebastian HammerReads Zeerex record into a data structure
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 HammerRemove targets with hits < 1 or errors from target...
2007-01-17 Sebastian HammerMade termlist length tunable (partially) from browser...
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 HammerDealing with empty subject headings and punctionation...
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 Sebastian HammerChanged enclosing tag for info command response to...
2007-01-12 Adam DickmeissAvoid declarations after statements.
2007-01-12 Adam DickmeissMake more room for YAZ version string
2007-01-12 Adam Dickmeissinfo command returns Pazpar2 version + YAZ version...
2007-01-12 Sebastian Hammer*** empty log message ***
2007-01-11 Sebastian HammerRead HTTP listener and proxy address from config file...
2007-01-11 Anders S. MortensenAdded non-caching headers (should be placed in config...
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 DickmeissAvoid warning about integer overflow on Sun C compiler
2007-01-10 Adam DickmeissUse strrchr rather than rindex (obsolete)
2007-01-10 Adam Dickmeisssignal returns SIG_ERR on error
2007-01-10 Adam DickmeissUse memset rather than bzero (obsolete, and sometimes...
2007-01-10 Adam DickmeissAvoid empty struct becuase some compilers dont like it.
2007-01-10 Adam DickmeissAvoid declarations after statements
2007-01-09 Sebastian HammerAdded recid to full record view
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 HammerRemoved diagnostic output
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 HammerNull pointer dereference in several cmd_ functions...
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-06 Sebastian HammerAdded yaz
2007-01-05 Adam DickmeissFixed bug #794: Excessive memory when searching the...
2007-01-04 Sebastian HammerMinor noodling
2007-01-04 Sebastian HammerIgnoring Makefile
2007-01-04 Sebastian HammerMoved Makefile
2007-01-04 Sebastian HammerAdded 'virtual' facet named 'xtargets' to termlist...
2007-01-04 Sebastian Hammer*** empty log message ***
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 HammerImplemented 'activeclients' result element for cmd_stat...
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 HammerRemoved local tweak to Makefile.. maybe we should have...
2007-01-03 Sebastian HammerAdded XSLT support. Configuration file (e.g. etc/pazpar...
2006-12-27 Sebastian HammerBasic configuration functionality in place (not yet...
2006-12-27 Sebastian HammerAdded empty source files for config system
2006-12-22 Sebastian HammerAdded load of global stylesheet (temporary measure...
2006-12-21 Sebastian HammerMinor
2006-12-21 Sebastian HammerDiagnotic tuning
2006-12-21 Sebastian HammerMore detailed logging of HTTP requests
2006-12-20 Adam DickmeissFixed problem with detection of end-of-stream for HTTP...
2006-12-20 Adam DickmeissFix leaks which occurs for DNS failures
next