Added subject md element.
[pazpar2-moved-to-github.git] / src /
2009-05-05 Adam DickmeissPazpar2 command 'info' also shows Git SHA1 ID.
2009-05-05 Adam DickmeissPazpar2 -V also shows Git SHA1.
2009-05-01 Adam DickmeissNew mergekey facilities. Bug #2343 and bug #2800).
2009-05-01 Adam DickmeissSimplifications WRT show raw (immediate).
2009-05-01 Adam DickmeissCommand record may return cached records (bug #2799).
2009-05-01 Adam DickmeissRemove redundant tests test_{relevance,reclists}.
2009-03-25 Wolfram SchneiderI hate failed merges
2009-03-24 Wolfram SchneiderAdd <progress /> tag to support a progress bar. The...
2009-03-19 Adam DickmeissFix NULL ptr reference for HTTP proxy.
2009-03-05 Adam DickmeissPath fixes for Windows. Settings uses base conf directory.
2009-02-10 Wolfram SchneiderAllow to override on the commandline the variables:
2009-02-06 Adam DickmeissRemoved redundant xslt includes
2009-01-16 Adam DickmeissUpdated footer comment
2009-01-12 Wolfram SchneiderAllow to override PAZPAR2_HOME variable on the command...
2009-01-12 Wolfram SchneiderAdd a start/stop script for pazpar2. The start/restart...
2009-01-12 Adam DickmeissHappy new year
2008-12-28 Adam DickmeissMore ICU stuff to be removed
2008-12-25 Adam DickmeissUsing the ICU wrapper from YAZ rather than its own.
2008-12-25 Adam DickmeissANSI funcs with no args
2008-12-25 Adam DickmeissANSI funcs with no args
2008-12-25 Adam DickmeissANSI funcs with no args
2008-12-25 Adam DickmeissEnsure Pazpar2 stops if ICU is used while insupported.
2008-12-06 Sebastian HammerAdded logic to automatically deduce pz:nativesyntax...
2008-12-01 Sebastian HammerAdded logging of CQL/PQF queries for ZOOM-based code
2008-12-01 Sebastian HammerAdded setting to specify pqf prefix, to support databas...
2008-11-24 Adam DickmeissCommand bytarget returns name of target (if defined).
2008-11-10 Adam DickmeissBrief, non-merged elements only in location part (not...
2008-10-27 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2008-10-27 Adam DickmeissFixed bug #2021.. location now holds all brief elements.
2008-10-24 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2008-10-24 Adam DickmeissRemoved EVNET_WORK (not in use)
2008-10-24 Adam DickmeissAvoid appending database for SRU host because it's...
2008-10-23 Adam DickmeissReindent.
2008-10-23 Adam DickmeissOnly report 'unknown metadata element' once per session.
2008-10-21 Adam DickmeissEnsure we're using unsigned char's ptrs for ctype funct...
2008-10-21 Adam DickmeissFixed record logging on Windows (-d).
2008-10-21 Adam DickmeissUse ctype functions with unsigned chars only.
2008-10-21 Adam DickmeissRemoved unused client states: Disconnected, Stopped...
2008-10-20 Adam DickmeissRemoved session member requestid (has no effect).
2008-10-20 Adam DickmeissRemoved client_set_requestid which is not in use.
2008-10-20 Adam DickmeissRemoved unneeded socket includes + minor reformat
2008-10-20 Adam DickmeissMore fixes for SRU and ZOOM.
2008-10-18 Adam DickmeissFixed leak WRT ZOOM_query
2008-10-16 Adam DickmeissSolved problems introduced by the use of ZOOM.
2008-10-16 Adam DickmeissSimplify if stmt
2008-10-15 Adam DickmeissOnly warn about unexpected elements once per session.
2008-10-15 Adam DickmeissFixed check for application/x-www-form-urlencoded param...
2008-10-14 Adam DickmeissPartially fixes bug #2273: Searching edu targets does...
2008-10-13 Adam DickmeissThe blocked show now works better (bug 2246).
2008-10-13 Adam DickmeissUnused prototype: connection *connection_get_available
2008-10-13 Adam Dickmeissconnection_connect is static
2008-10-13 Adam DickmeissEnsure sessions with different auth IDs are not shared.
2008-10-13 Adam DickmeissFunctions connection_{get_host,create} static.
2008-10-13 Adam DickmeissRemoved unused function connection_send_apdu.
2008-10-13 Adam DickmeissFixed minor memory leak.
2008-10-13 Adam DickmeissFixed NULL ptr reference (for ZOOM_connection == 0).
2008-10-13 Adam DickmeissFixed bug 2021: non-merged , brief meta data not included.
2008-09-02 Adam DickmeissAdded setting sru_version which allows SRU version...
2008-09-02 Adam DickmeissFixes for URL path not being propagated for SRU requests
2008-07-27 Adam DickmeissMerge branch 'master' of /home/quinn/proj/pazpar2
2008-07-23 Sebastian HammerSmallish mod to CQL generation
2008-07-23 Sebastian HammerNow generates CQL queries -- no configuration enabled yet
2008-07-22 Adam DickmeissRemoved a few log messages.
2008-07-22 Adam DickmeissMerge branch 'master' of ssh://us2.indexdata.com/home...
2008-07-22 Adam DickmeissFixed resolver issues - continued search.
2008-07-22 Sebastian HammerEnabled basic SRU support -- no CQL yet
2008-07-22 Sebastian HammerRemoved retired code; eliminated some dead yaz_marc...
2008-07-22 Adam DickmeissConvert nativesyntax charset to ZOOM charset properly.
2008-07-21 Adam DickmeissFixed record offset in handling of raw records
2008-07-21 Adam DickmeissHonor pz:apdulog again (for ZOOM as well).
2008-07-21 Adam DickmeissMore work on contination/raw present
2008-07-21 Adam DickmeissEnsure non-blocked requests are executed.
2008-07-21 Adam DickmeissMerge branch 'master' of ssh://us2.indexdata.com/home...
2008-07-21 Sebastian HammerAdded ZOOM support, only raw ingest missing at this...
2008-07-07 Adam DickmeissChanged sscanf in urldecode to use more portable scan...
2008-06-20 Adam DickmeissAvoid conditions for YAZ features.. Require YAZ 3.0...
2008-05-14 Adam DickmeissAvoid mixed-stmt declare
2008-05-08 Adam DickmeissDocument NT services options (-install, -remove).
2008-05-06 Adam DickmeissRemoved empty declaration.
2008-04-24 Adam DickmeissTry to preserve order of repeated fields (bug #2165).
2008-04-22 Adam DickmeissFixed bug #1162: HTML entities are not escaped properly.
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 DickmeissIgnore config.h stuff.
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 DickmeissRemoved the GAGA code sections.
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-03-25 Adam DickmeissIgnore more files.
2008-03-15 Adam Dickmeissa
2008-02-20 Sebastian HammerFixed precedence rules for wildcards, I hope
2008-02-18 Adam DickmeissUsing yaz_daemon rather than pazpar2_process.
2008-02-16 Sebastian HammerEnabled database wildcards, Bug #2100
2007-12-22 Adam DickmeissAvoid mixed-stmt declare
next