pazpar2-moved-to-github.git
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 Jakub SkoczenMinor changes to allow logging out in the client.
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-09 Jakub SkoczenUpdated query handling.
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 Jakub SkoczenMinor changes to make it easier for for the server...
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...
2007-05-01 Sebastian HammerHandle records with null-value for string sortkey
2007-04-30 Sebastian HammerAdded Paratext to demo
2007-04-30 Sebastian HammerAdded new resources. Configuration changes
2007-04-30 Sebastian HammerVarous display changes to MK demo
2007-04-30 Marc Crommechecked in test for ICU uppercase lowercase, title...
2007-04-30 Sebastian HammerHardcoded motd in index.html. Cleared in onFormSubmit...
2007-04-27 Marc Crommeadded autoconf checks on ICU internationalization libs...
2007-04-27 Marc CrommeFactorized char normalization code out to normalize7bit...
2007-04-27 Marc Crommeadded struct record_metadata * record_metadata_create...
2007-04-27 Marc Crommein conf_metadata_assign() enforcing that merge_range...
2007-04-27 Marc Crommeenforcing that years type metadata is always range...
2007-04-26 Marc Crommestarted facturizing 7 bit ascii normalizing functions...
2007-04-26 Marc Crommeadded setting sortkey on clusters, needs still nice...
2007-04-26 Marc Crommeusing more of the record functions, adding record_metad...
2007-04-26 Marc Crommeusing record creator functions in production code in...
2007-04-26 Marc Crommerenamed local variables to more expressive names
2007-04-26 Marc Crommerenaming position to field_id
2007-04-25 Marc Crommesimplified to one title string sorting only, still...
2007-04-25 Marc Crommecomed to the point where I can start testing sorting...
2007-04-25 Marc Crommeadded test_reclists to CVS ignores
2007-04-25 Marc Crommeforgotten to commit Makefile.am, which contains instruc...
2007-04-25 Marc Crommeadded interface for adding sort parameters for record...
2007-04-25 Marc Crommebreaking too long source code lines, otherwise no changes
2007-04-25 Marc Crommebroken too long source code lines, otherwise no changes
2007-04-25 Marc Crommefunction reclist_insert() does not change mergekey...
2007-04-25 Marc Crommeremoved unnecessary header includes
2007-04-24 Marc Crommeprotected from dereferencing of empty pointer
2007-04-24 Marc Crommechanged prototype of
2007-04-24 Marc Crommeadding additional checks for correct side conditions...
2007-04-24 Adam DickmeissAdded edu.xml; based on edu.pz.
2007-04-24 Adam DickmeissFunctions connection_destroy, connection_release define...
2007-04-24 Adam DickmeissAnnotate a little
2007-04-24 Sebastian HammerAdded descriptive text about dynamic settings. Todo...
2007-04-23 Adam DickmeissRefactor stuff from logic.c: connection stuff in connec...
2007-04-23 Marc Crommefinalized helper utilities for record class, and added...
2007-04-23 Marc Crommereverting to exit call, as it might be dangerous to...
2007-04-23 Marc Crommeuupps - removed an exit() too fast without thought...
2007-04-23 Marc Crommemore records constructor work, no yet finished
2007-04-23 Marc Crommeremoved some of the most obvious exit() statements...
2007-04-23 Adam DickmeissAllow any number of worker threads for sel_thread....
2007-04-23 Adam DickmeissSaving seven keystrokes
2007-04-23 Adam DickmeissPrefix resolved message
2007-04-23 Adam DickmeissRename test functions a bit
2007-04-23 Adam DickmeissAdded these target settings based on their .pz-equivalents.
2007-04-23 Adam DickmeissAdded ID for partintro
2007-04-22 Adam DickmeissConnections now wait for hosts to be resolved. Delayed...
2007-04-22 Sebastian HammerNotes on implementation status of a couple of settings
2007-04-22 Adam DickmeissPer-session databases and configuration. This was imple...
2007-04-22 Adam DickmeissRemoved load_simpletargets
2007-04-21 Adam DickmeissPerform getaddrinfo in separate thread for a given...
2007-04-20 Sebastian HammerChanged new code to use session_setting_oneval
2007-04-20 Sebastian HammerMade load of XSLT normalization stylesheet dynamic
2007-04-20 Sebastian Hammer*** empty log message ***
2007-04-20 Marc Crommestarted record constructors. still unfnished, but yet...
next