stop function implemented.
[pazpar2-moved-to-github.git] / src /
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 DickmeissFunctions connection_destroy, connection_release define...
2007-04-24 Adam DickmeissAnnotate a little
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 DickmeissPrefix resolved message
2007-04-23 Adam DickmeissRename test functions a bit
2007-04-22 Adam DickmeissConnections now wait for hosts to be resolved. Delayed...
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 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 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 conf_service creator inclusive metadata and sortk...
2007-04-19 Adam DickmeissRefactor access to global variable channel_list. There...
2007-04-19 Adam DickmeissRemoved redundant declarations
2007-04-19 Marc Crommestarted adding conf_service and conf-metadata construct...
2007-04-18 Adam DickmeissIgnore test_relevance program and log file
2007-04-18 Sebastian HammerFixed bug 854. Using nmem_split() to split phrase terms...
2007-04-18 Sebastian HammerRemoved 'Masterkey' from implementation name
2007-04-18 Marc Crommepretty-formattting comments , now not exeeding 80 chars
2007-04-18 Sebastian HammerI think this addresses Bug 1070.
2007-04-18 Sebastian HammerSearch still went ahead even if one target had a parse...
2007-04-18 Sebastian HammerOops. output of ccl_pquery not null-terminated. Added...
2007-04-17 Sebastian HammerFixed bug 897. Pazpar2/search fails gracefully on empty...
2007-04-17 Marc CrommeStill trying to relevance-rank one single record.
2007-04-17 Marc Crommeadded five asserts to make sure that the arguments...
2007-04-17 Marc Crommechanged order of arguments of reclist_insert such that...
2007-04-16 Adam DickmeissAnother and hopefully, last, YAZ OID DB update
2007-04-16 Sebastian HammerRemoved $Id$ again.. that seemed redundant when the...
2007-04-16 Sebastian HammerAdded protocol number and $Id$ to init response
2007-04-16 Sebastian HammerDisplays empty location subrecords in brief formats...
2007-04-16 Marc Crommeadded first shot on relevance ranking testing, still...
2007-04-16 Marc Crommeadded asserts on service struct passed to reclist_insert
2007-04-16 Marc Crommeadded
2007-04-16 Marc Crommeremoved global parameters from reclist_insert()
2007-04-16 Adam DickmeissUsing convenience library libpazpar2.a now.
2007-04-16 Adam Dickmeissmain() in pazpar2.c . Rest of high-level logic moved...
2007-04-15 Sebastian HammerAdded locaton info to the output of the show command.
2007-04-15 Sebastian HammerModified http_create. Used a per-request nmem structure...
2007-04-13 Marc Crommeadded initialization of char *recsyn = 0; and char...
2007-04-13 Sebastian HammerModified settings system to read single file or directo...
2007-04-13 Sebastian HammerBad pointer assignment in prepare_yazmarc
2007-04-12 Adam DickmeissPrepare for YAZ 3s new OID system
2007-04-12 Marc Crommeadded logging of searchRequest RPN query for debugging
2007-04-12 Marc Crommeadding settings field 'pz.queryencoding'
2007-04-12 Marc Crommeremoved break statement - actually _using_ the specifie...
2007-04-12 Marc Crommeadded logging of target name when XML normalization...
2007-04-12 Marc Crommeavoid loading ZeeReX if no config->targetprofiles is...
2007-04-11 Sebastian HammerRemoved 'user' from settings structure and code..
2007-04-11 Sebastian HammerMajor change. Targets are now created when they are...
2007-04-11 Sebastian HammerMoved the check for PZ_ALLOW
2007-04-11 Sebastian HammerNeglected to initialize session->databases
2007-04-11 Sebastian HammerFixed bad dereferencing of null settings
2007-04-11 Marc Crommefreeing XML doc pointer after usage, otherwise we have...
2007-04-11 Marc Crommeadded assert to prevent segfault by dereferencing void...
2007-04-11 Marc Crommeremoved unused code in comments
2007-04-11 Marc Crommeremoved unused code
2007-04-11 Marc Crommeremember to free memory, otherwise leaking
2007-04-11 Sebastian HammerImplemented pz:allow (turn access to targets on or...
2007-04-11 Sebastian HammerBig update. Introduced session-specific settings. These...
2007-04-10 Adam DickmeissGPLv2. Added appendix with full license. Added refernec...
2007-04-10 Sebastian HammerUsed wrong setting for recsyn when constructing search...
2007-04-10 Sebastian HammerAdded a nmem-handle to the http_session to simplify...
2007-04-08 Adam DickmeissMoved HTTP channel address from struct iochan to struct...
2007-04-08 Sebastian HammerRemoved dead code.
2007-04-08 Sebastian HammerAdded the most basic level of support for authenticatio...
2007-04-08 Sebastian HammerMoved CCL Map, record syntax, charset normalization...
2007-04-04 Marc Crommeadded target url's on some more warning log messages
next