Added check for Unix specific headers and harmonize with Win32 build.
[pazpar2-moved-to-github.git] / src / http_command.c
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 DickmeissRenamed config.[ch] to pazpar2_config.[ch].
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2007-10-28 Adam DickmeissFixed bug #1794: Pazpar2 does not return valid XML.
2007-10-08 Adam DickmeissAdded support for retrieval of records in binary.
2007-10-02 Adam DickmeissUse queue for raw show; to solve Bug #1644.
2007-10-02 Adam DickmeissFixed bug #1646. http error: when trying to callpz2.
2007-09-10 Adam DickmeissImplemented sorting using ICU. Bug #1190. The Debian...
2007-09-05 Adam DickmeissRemoved debug message
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-16 Adam DickmeissThe record ID (recid) that Pazpar2 generates is now...
2007-07-03 Adam DickmeissAdded new setting pz:apdulog which controls whether...
2007-06-28 Adam DickmeissAdded parameter clear=1 for init command which makes...
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 DickmeissFixed bug #1187: command=show crashes if used before...
2007-06-13 Adam DickmeissFor errors, pazpar2 returns diagnostic 'code', 'msg...
2007-06-12 Adam DickmeissRemoved dead code
2007-06-11 Adam DickmeissFixed bug #1185: metadata includes entities. This minor...
2007-06-06 Marc Crommeforgot a closing XML element '>' .. now targets state...
2007-06-05 Marc Crommeprevent sending empty XML elements in term lists.
2007-06-05 Marc CrommeChanged all wrbuf_printf statements involving strings...
2007-06-04 Adam DickmeissWork on bug #1162.. PP2 right now always dump the paylo...
2007-05-23 Adam DickmeissNew pazpar2 option -X which puts pazpar2 in debug ...
2007-05-23 Adam DickmeissHTTP error handler yaz_logs and uses yaz_snprintf to...
2007-05-15 Adam DickmeissRegression test, test_http.sh, moved to sub directory...
2007-04-23 Adam DickmeissRefactor stuff from logic.c: connection stuff in connec...
2007-04-19 Adam DickmeissRefactor access to global variable channel_list. There...
2007-04-19 Adam DickmeissRemoved redundant declarations
2007-04-16 Sebastian HammerRemoved $Id$ again.. that seemed redundant when the...
2007-04-16 Sebastian HammerAdded protocol number and $Id$ to init response
2007-04-16 Sebastian HammerDisplays empty location subrecords in brief formats...
2007-04-15 Sebastian HammerAdded locaton info to the output of the show command.
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 Adam DickmeissMoved HTTP channel address from struct iochan to struct...
2007-03-28 Marc Crommegetting the paraz2 server host and port info from the...
2007-03-20 Adam DickmeissWRBUF updates.
2007-03-20 Sebastian HammerAdded optional 'filter' parameter to search. Right...
2007-01-18 Sebastian HammerExtended simpletarget model with target names. Added...
2007-01-18 Sebastian HammerDsiplaying sub-records
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-15 Sebastian HammerGeneric sort mechanism. Sort supported by relevance...
2007-01-12 Sebastian HammerChanged enclosing tag for info command response to...
2007-01-12 Adam DickmeissMake more room for YAZ version string
2007-01-12 Adam Dickmeissinfo command returns Pazpar2 version + YAZ version...
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 DickmeissAvoid warning about integer overflow on Sun C compiler
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-04 Sebastian HammerAdded 'virtual' facet named 'xtargets' to termlist...
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 HammerAdded XSLT support. Configuration file (e.g. etc/pazpar...
2006-12-20 Adam DickmeissReduce size of database struct. Pass temp NMEM memory...
2006-12-20 Sebastian HammerReorganized source tree