pazpar2-moved-to-github.git
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...
2007-04-20 Sebastian HammerCollapsing charset into native encoding. It simplifies...
2007-04-20 Jakub Skoczenproblems with ajaxError catching all exceptions solved
2007-04-20 Marc Crommesplitting record specific definition out from pazpar2...
2007-04-20 Adam DickmeissMinor
2007-04-20 Adam DickmeissSelect thread system now passes a simple test using...
2007-04-20 Adam DickmeissFix hard-coded 30 second limit. Unfortunately we have...
2007-04-20 Adam DickmeissLinking with threads
2007-04-20 Marc Crommeadded metadata and sortkey assign functions (to conf_se...
2007-04-20 Adam Dickmeisssel_thread_result reads from pipe
2007-04-20 Adam DickmeissStarted work on select thread system.
2007-04-20 Sebastian HammerAllows definition/override of pz:cclmap:* settings...
2007-04-20 Sebastian HammerRemoved query from session structure. It is no longer...
2007-04-19 Marc Crommeadded ignore of session*.xml files
2007-04-19 Marc Crommeadded conf_service creator inclusive metadata and sortk...
2007-04-19 Marc Crommerestricting to non-test files
2007-04-19 Adam DickmeissRefactor access to global variable channel_list. There...
2007-04-19 Adam DickmeissTiny example update
2007-04-19 Adam DickmeissRemoved redundant declarations
next