Changes in the pz2.js to make back button work.
[pazpar2-moved-to-github.git] / src /
2007-08-14 Adam DickmeissFixed bug #1021: Handling of individual proxies for...
2007-08-13 Adam DickmeissImplemented what could be a fix for bug #1356: Pazpar2...
2007-08-13 Adam DickmeissFixed bug #1359: Pazpar2 reading uninitialized memory...
2007-08-13 Adam DickmeissFixed bug #1348: Conversion into OPAC. The MARC convers...
2007-07-30 Sebastian HammerEnabled passing settings values to normalization styles...
2007-07-30 Sebastian HammerAdded support for settings-derived data elements in...
2007-07-25 Adam DickmeissFixed bug #1319: Pazpar2 goes to infinite loop.. Seems...
2007-07-25 Adam DickmeissRemoved sleep/test code which was commited by mistake
2007-07-25 Adam DickmeissZ39.50 session/connect timeout in parameters
2007-07-25 Adam DickmeissRemoved unused code
2007-07-23 Adam DickmeissImplemented numeric sorting (sort by year). Bug #820.
2007-07-18 Adam DickmeissA value of pz:xslt = auto makes pazpar2 load stylesheet...
2007-07-16 Adam DickmeissThe record ID (recid) that Pazpar2 generates is now...
2007-07-16 Adam DickmeissOne more record dump to be tweaked to use log file
2007-07-16 Adam DickmeissOption -d dumps records to the current log file instead...
2007-07-13 Adam DickmeissA little more details on how record&offset=.. fails
2007-07-13 Adam DickmeissPazpar2 uses the MARC/iconv handle when genearted OPACX...
2007-07-12 Adam DickmeissRemoved 'Destroying orphan connection' warning.
2007-07-11 Adam DickmeissFixed bug #1283: Keep un-merged metadata elements.
2007-07-10 Adam DickmeissDo not generate pazpar2.pid by default, i.e. only gener...
2007-07-09 Adam DickmeissFixes for compilation on cygwin.
2007-07-09 Adam DickmeissAdded include of sys/time.h
2007-07-06 Adam DickmeissDeal with OPAC records . These are converted to XML...
2007-07-05 Adam DickmeissMinor. But previous revsion (1.13) is not related to...
2007-07-05 Adam DickmeissReindent according to c-mode. Added GPL header
2007-07-05 Adam DickmeissUse portable fgets instead of getline.
2007-07-04 Adam DickmeissLoose the query parsing so that Pazpar2 only returns...
2007-07-03 Adam DickmeissAdded new setting pz:apdulog which controls whether...
2007-07-03 Adam DickmeissBe more informative if HTTP parsing fails
2007-07-02 Adam Dickmeissreclist_rewind and reclist_read_record handles non...
2007-06-28 Adam DickmeissAdded parameter clear=1 for init command which makes...
2007-06-26 Adam DickmeissHandle timeout for Z39.50 connections. For connect...
2007-06-26 Adam DickmeissURL decode variable names. Not just values. If not...
2007-06-19 Adam DickmeissPazpar2 logs more details about non-surrogate diagnosti...
2007-06-19 Adam DickmeissDisplay errno information if stylesheet cannot be loaded.
2007-06-19 Adam DickmeissFixed potential buffer overrun in use of sprintf/strncp...
2007-06-18 Adam DickmeissInstall pazpar2 in /usr/sbin rather than /usr/bin
2007-06-18 Adam DickmeissSort options
2007-06-18 Adam DickmeissPidfile was written with wrong PID. Bug introduced...
2007-06-18 Adam DickmeissAdded option -D which puts pazpar2 in background. This...
2007-06-17 Adam DickmeissOnly one include of stdio.h and with _GNU_SOURCE defined.
2007-06-17 Adam Dickmeissicu_chain_test is a noinst program at this stage
2007-06-15 Adam DickmeissWork on bug #1192: block=1, session_watch problems...
2007-06-15 Adam DickmeissOoops. Not using same result set ID for search & presen...
2007-06-15 Adam DickmeissExtended command 'record' so that XML representation...
2007-06-13 Adam DickmeissUpdate test_record test for new arg to record_create
2007-06-13 Adam DickmeissWork on bug #1172. Save result set postition for each...
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 DickmeissOption -p specifies pidfile. Option -u specifies uid...
2007-06-12 Adam DickmeissRemoved dead code
2007-06-11 Adam DickmeissSet termlist highscore to 25. It took an hour to figure...
2007-06-11 Adam DickmeissFixed bug #1185: metadata includes entities. This minor...
2007-06-08 Adam DickmeissRemoved unused code
2007-06-08 Adam DickmeissProcess management/respawn. Bug #1173. PID file pazpar2...
2007-06-07 Adam DickmeissGet rid of record_assign_client
2007-06-06 Marc Crommeremoved dead, commened out code left from removing...
2007-06-06 Marc Crommeremoved Z39.50 Proxy functionality from parameters...
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 DickmeissRemoved payload log msg for well-formed payload
2007-06-04 Adam DickmeissWork on bug #1162.. PP2 right now always dump the paylo...
2007-06-02 Sebastian HammerFixed Bug #1044 -- connections should no lomnger be...
2007-06-02 Sebastian HammerAdded diagnostic cocde for NSD response records
2007-06-01 Adam DickmeissParse XML records from targets if they are received.
2007-05-29 Marc Crommemoved declarations and definitions before actual instru...
2007-05-25 Marc Crommerenamed instruction 'norm' to 'index' and 'sort' to...
2007-05-25 Marc Crommeremoved debug print statements
2007-05-25 Adam DickmeissFixed non-icu compilation
2007-05-25 Sebastian Hammertook sizeof of the wrong variable.. darnit
2007-05-24 Adam DickmeissMinor rearrangements. Prints normalized terms to console in
2007-05-24 Adam DickmeissCosmetic
2007-05-24 Adam DickmeissRemoved unneeded initialization of more_tokens and...
2007-05-24 Adam DickmeissTest for bug 1140 now passes
2007-05-24 Adam DickmeissFixed bug #1140: Unexpected EOF for icu_chain_next_toke...
2007-05-24 Adam DickmeissAdded test case for bug #1140 in routine test_bug_1140...
2007-05-23 Adam DickmeissNew pazpar2 option -X which puts pazpar2 in debug ...
2007-05-23 Marc CrommeFirst ICU chain integration in relevance ranking of...
2007-05-23 Marc CrommeICU chain loaded imder configuration of server. This...
2007-05-23 Adam DickmeissIgnore executable
2007-05-23 Adam DickmeissHTTP error handler yaz_logs and uses yaz_snprintf to...
2007-05-23 Marc Crommeprotect from missing ICU development environment by...
2007-05-22 Marc Crommefinished test ICU stand-allone program for benchmarking...
2007-05-22 Marc Crommestarted stand-allone ICU test
2007-05-22 Adam DickmeissAdded a few frees here and there
2007-05-21 Marc CrommeICU chain XML configuration up and running, used in...
2007-05-20 Marc CrommeICU chain working correctly with tokenizer, normalizer...
2007-05-18 Sebastian HammerInitialize ID setting searlier -- Should alleviate...
2007-05-17 Jakub SkoczenTemporary fix to make the target filter work.
2007-05-16 Marc CrommeICU chain passes directives display, norm, sort, and...
2007-05-16 Marc Crommecorrected ICU normalizer functions such that unit...
2007-05-16 Sebastian Hammerpz:cclmap:* settings were not recognized by settings...
2007-05-16 Marc Crommetemorarily commented faulty transliterator test out
2007-05-15 Adam DickmeissAdded option pazpar2 option -l to specify logfile....
2007-05-15 Adam DickmeissRegression test, test_http.sh, moved to sub directory...
2007-05-15 Marc Crommecontinuing work on ICU chain of command pattern, not...
2007-05-15 Adam DickmeissBegin work on PP2 WS HTTP test.
2007-05-15 Adam DickmeissSimplify: use wrbuf_cstr to get a NUL-terminated string...
2007-05-15 Adam DickmeissExit when address is already in use (HTTP binding).
next