Avoid declarations after statements.
[pazpar2-moved-to-github.git] / src / pazpar2.c
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...
2006-12-27 Sebastian HammerBasic configuration functionality in place (not yet...
2006-12-22 Sebastian HammerAdded load of global stylesheet (temporary measure...
2006-12-21 Sebastian HammerMinor
2006-12-20 Adam DickmeissFix leaks which occurs for DNS failures
2006-12-20 Adam DickmeissReduce size of database struct. Pass temp NMEM memory...
2006-12-20 Sebastian HammerReorganized source tree