Pazpar2 1.4.4-2 for squeeze
[pazpar2-moved-to-github.git] / src / http_command.c
2010-07-28 Dennis SchafrothAdd debug logging around termlist response
2010-04-28 Dennis SchafrothFixed: missing release_session. Using HTTP module log...
2010-04-28 Dennis SchafrothFixed warnings: wrong return parameter. C90 compliant.
2010-04-28 Dennis SchafrothImplemented the destroy_counter on HTTP commands. Only...
2010-04-27 Dennis SchafrothAdded more HTTP session logging
2010-04-22 Adam Dickmeisshttp_session_destroy: dont wait for active clients
2010-03-22 Dennis SchafrothAdded log when active clients on http_session_destroy
2010-03-15 Adam DickmeissRefactor PP2 charsets handling, use pazpar2_mutex.
2010-03-12 Adam DickmeissLogging channels and mutexes + a few other things
2010-03-12 Dennis SchafrothMerge branch 'master' of ssh://git.indexdata.com/home...
2010-03-11 Adam DickmeissFix uninit var for session act
2010-03-10 Dennis SchafrothAdded log when active clients on http_session_destroy
2010-02-23 Adam DickmeissTry to void destroying a session that is in use
2010-02-15 Adam Dickmeisssession.[ch] replaces logic.c, pazpar2.h
2010-02-15 Adam DickmeissMutex protect the session
2010-02-12 Adam DickmeissProtect struct reclist
2010-02-12 Adam Dickmeissiochan_man_t in logic.c gone
2010-02-12 Adam DickmeissHTTP session list thread safe
2010-02-11 Adam DickmeissFix bug #3260 (dynamic/static settings mixed)
2010-02-10 Adam DickmeissStarting HTTP session manager
2010-02-04 Adam DickmeissAdd mutex for service (ref counting)
2010-01-26 Adam DickmeissExtend init resp to include server ID, bug #3231
2010-01-25 Adam DickmeissNew diagnostic: No service .
2010-01-14 Adam DickmeissBump copyright year
2009-12-01 Adam DickmeissUse Odr_int type for hit counts
2009-10-20 Adam DickmeissPreserve pz:metadata attributes
2009-10-14 Adam DickmeissSettings, bytarget + db out-of-range check
2009-10-12 Adam DickmeissNew optional argument, startrecs, for cmd=search
2009-10-12 Adam DickmeissNew optional argument, maxrecs, for cmd=search
2009-10-08 Adam DickmeissRefactor: hide reclist structure
2009-10-07 Sebastian HammerAdded relevance to return rec
2009-09-29 Jason SkomorowskiXML declaration added to command output.
2009-09-24 Adam DickmeissPOST of target settings.
2009-09-23 Adam DickmeissService may be POSTed for command=init.
2009-09-23 Adam DickmeissMore clean-up (remove util.c).
2009-09-23 Adam DickmeissTimeout per-service, obsoletes -T
2009-09-09 Adam DickmeissDont wait for record command if active clients==0.
2009-09-08 Adam Dickmeissconst some arguments. Remove http_command.h
2009-09-08 Adam DickmeissAnnocate static vars left
2009-09-08 Adam DickmeissRefactor to avoid more static variables
2009-09-07 Adam DickmeissRefactor / reduce globals.
2009-09-07 Adam DickmeissMultiple services.
2009-09-04 Adam DickmeissRefactor service, settings
2009-08-31 Adam DickmeissExtend record response with more info.
2009-05-05 Adam DickmeissPazpar2 command 'info' also shows Git SHA1 ID.
2009-05-01 Adam DickmeissSimplifications WRT show raw (immediate).
2009-05-01 Adam DickmeissCommand record may return cached records (bug #2799).
2009-03-24 Wolfram SchneiderAdd <progress /> tag to support a progress bar. The...
2009-01-16 Adam DickmeissUpdated footer comment
2009-01-12 Adam DickmeissHappy new year
2008-12-25 Adam DickmeissANSI funcs with no args
2008-11-24 Adam DickmeissCommand bytarget returns name of target (if defined).
2008-10-27 Adam DickmeissFixed bug #2021.. location now holds all brief elements.
2008-10-21 Adam DickmeissEnsure we're using unsigned char's ptrs for ctype funct...
2008-07-21 Sebastian HammerAdded ZOOM support, only raw ingest missing at this...
2008-04-22 Adam DickmeissFixed bug #1162: HTML entities are not escaped properly.
2008-04-22 Adam DickmeissIncorporate Windos services (sc).
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...
next