pazpar2-moved-to-github.git
2008-10-21 Adam DickmeissUse ctype functions with unsigned chars only.
2008-10-21 Adam DickmeissRemoved unused client states: Disconnected, Stopped...
2008-10-21 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
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 DickmeissRequire YAZ 3.0.37.
2008-10-20 Adam DickmeissMore fixes for SRU and ZOOM.
2008-10-18 Adam DickmeissFixed leak WRT ZOOM_query
2008-10-16 Adam DickmeissUpdate to use Libxml2 2.7.1 / Libxslt 1.1.24.
2008-10-16 Adam DickmeissSolved problems introduced by the use of ZOOM.
2008-10-16 Adam DickmeissSimplify if stmt
2008-10-16 Adam DickmeissAdded pz:apdulog setting
2008-10-15 Adam DickmeissDebian version 1.1.0-1.
2008-10-15 Adam DickmeissUpdate news from 1.0 branch.
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-15 Adam DickmeissUpdate m4 and doc/common.
2008-10-14 Adam DickmeissPartially fixes bug #2273: Searching edu targets does...
2008-10-14 Adam DickmeissBump version to 1.1.0
2008-10-14 Adam DickmeissUpdate for 1.0.10 changes
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 DickmeissUpdated tests due to more brief data and removed childi...
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-26 Adam DickmeissRemoved comment that pz:maxrecs is not implemented.
2008-09-26 Adam DickmeissAdded maxrecs to example.
2008-09-25 Adam DickmeissUpdated for newer libxml2/libxslt
2008-09-13 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2008-09-13 Adam Dickmeisspz2.js is available in a separate package pazpar2-js.
2008-09-12 Adam Dickmeissupdates for new stat response
2008-09-10 Jakub SkoczenIE proof checks for response XML doc.
2008-09-10 Adam DickmeissBuild-Depend on libicu-dev or libicu36-dev
2008-09-10 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2008-09-10 Adam DickmeissAdded another SRU server example
2008-09-10 Adam DickmeissBetter default values for SRU example
2008-09-04 Jakub SkoczenAdded additional elemements to the stylesheets.
2008-09-02 Jakub SkoczenAdded snippet element in default config.
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-09-02 Adam DickmeissChanged test database URI
2008-08-26 Lise AndreasenBeautifying documentation
2008-08-26 Adam DickmeissRun both git submodule init + update
2008-08-26 Adam DickmeissAlways run 'git submodule update' when git is in use
2008-08-26 Adam DickmeissUse PDF_COMPILE for PDF creation
2008-08-26 Adam DickmeissUse PDF_COMPILE for PDF creation
2008-08-25 Adam DickmeissUpdated to latest m4.
2008-08-25 Adam DickmeissChanged font-size for PDF output from 10pt to 12pt
2008-08-14 Jakub SkoczenCan send additional parameters with the search command...
2008-07-28 Sebastian HammerMerge branch 'master' of ssh://git/home/git/pub/pazpar2
2008-07-28 Sebastian HammerAdded SRU support
2008-07-28 Adam DickmeissNote on SRU support.
2008-07-27 Adam DickmeissAdded SRU config example.
2008-07-27 Adam DickmeissUpdated to new m4.
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-22 Adam DickmeissMore logging for test
2008-07-22 Adam DickmeissPrint request URL when a test fails.
2008-07-21 Adam DickmeissFixed record offset in handling of raw records
2008-07-21 Adam DickmeissEnable apdulog for the test_http.sh test
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-09 Adam DickmeissDescribe pz:queryencoding. Remove 'not implemented...
2008-07-07 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2008-07-07 Adam DickmeissChanged sscanf in urldecode to use more portable scan...
2008-06-20 Jakub SkoczenFixed not working links, IE display issues.
2008-06-20 Jakub SkoczenWorks in IE.
2008-06-20 Jakub SkoczenSligth fixes.
2008-06-20 Jakub SkoczenWrong path.
2008-06-20 Jakub SkoczenMerge branch 'master' of ssh://git.indexdata.com/home...
2008-06-20 Jakub SkoczenIE issues cont.
2008-06-20 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2008-06-20 Adam DickmeissAvoid conditions for YAZ features.. Require YAZ 3.0...
2008-06-20 Jakub SkoczenMerge branch 'master' of ssh://git.indexdata.com/home...
2008-06-20 Jakub SkoczenTrying to fix IE issues.
2008-06-20 Adam DickmeissRemoved unused debian template directory.
2008-06-20 Adam DickmeissFixed obsolete Doxyfile
2008-06-20 Adam DickmeissRemoved obsolete rules
2008-06-20 Adam DickmeissDirectory debian no longer part of dist.
2008-06-19 Jakub SkoczenReverted the jsdemo client back to the usesessions...
2008-06-19 Jakub SkoczenPorted oplin changes back to the jsdemo:
2008-05-23 Adam DickmeissNote on Windows service only available for YAZ 3.0.29. v1.0.9
2008-05-23 Adam DickmeissBump version to 1.0.9
2008-05-23 Adam DickmeissMore news
next