Always run git submodule init+update
[pazpar2-moved-to-github.git] / src /
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).
2007-05-14 Marc CrommeICU chain of normalizers and tokenizers half-way implem...
2007-05-14 Marc Crommeinital version of ICU chain XML config test file
2007-05-14 Marc Crommeremoved dead code from this file
2007-05-11 Marc Crommefree-ing memory to avoid memory leakage in test program
2007-05-11 Marc Crommechecked in very nice ICU normalization examples
2007-05-11 Sebastian HammerIgnore targets with no name associated -- this is one...
2007-05-11 Marc CrommeAdded icu_buf_utf8_copy() and icu_buf_utf16_copy(...
2007-05-11 Marc Crommeconstructor and destructor wrappers for ICU translitera...
2007-05-11 Marc Crommenon-compiling tests temporarily removed with #if 0...
2007-05-11 Marc Crommeadded first examples of ICU transliterator token normal...
2007-05-11 Adam Dickmeisstest_icu_I18N.c
2007-05-10 Marc Crommestarted ICU transliterator integration for more complex...
2007-05-10 Marc Crommedanish tokenization unit test added, counting error...
2007-05-10 Adam DickmeissFactor relevance charset normalization out to a separat...
2007-05-10 Marc Crommefixed tokenization counting error, added more english...
2007-05-10 Adam DickmeissReplacing trie with linear search using linked list...
2007-05-10 Adam DickmeissChanged string chop right; problem is that a pointer...
2007-05-09 Marc CrommeICU tokenizer works now
2007-05-07 Marc Crommeremoved now superflous expwerimental file. useful conte...
2007-05-07 Marc Crommeremove now unnecessary ICU bug experimenting file,...
2007-05-07 Marc Crommepretty-formatted all ICU code and removed dead code...
2007-05-07 Marc Crommeupdated ICU casemap wrappers to use dynamic buffers...
2007-05-07 Marc Crommemoved working ICU sorting into YAZ unittest test_icu_I18N.c
2007-05-07 Marc Crommeupdatet error reporting to only report when strings...
2007-05-07 Marc Crommecorrected error handeling in UErrorCode icu_utf16_from_...
2007-05-07 Marc Crommeunnecessary comments and print statements removed
2007-05-07 Marc CrommeICU sorting works correct now. Had forgotten to pass...
2007-05-03 Marc Crommebuffer stuff ok now, correct resizing
2007-05-03 Marc Crommechanged error handeling, which had nasty side effects
2007-05-03 Marc Crommetweaking .. using dynamic allocated buffers. Now sortin...
2007-05-02 Marc Crommeadded ICU experiment which sorts correctly given all...
2007-05-02 Marc Crommetweaking, still no good results with danish sorting
2007-05-01 Marc CrommeAdded some more locales which fail. Something is very...
2007-05-01 Marc CrommeAdded sorting test for ICU - only used in test_icu_I18N...
2007-05-01 Marc Crommemoved ICU helper function declarations from icu_I18N...
2007-05-01 Marc Crommecleaned ICU case folding/mapping tests
2007-05-01 Adam DickmeissFixed compilation of test test_icu_I18N (syntax error).
2007-05-01 Sebastian HammerHandle situation where IDF becomes 0 because all record...
next