Happy new year
[pazpar2-moved-to-github.git] / src / reclists.c
2015-07-27 Adam DickmeissOptimize single-target sortmap - keep record order...
2015-06-16 Adam DickmeissSort by retrieval PAZ-1006
2014-01-03 Adam DickmeissHappy new year
2013-12-19 Heikki LevantoRemove unnecessary check from reclist enter/leave
2013-12-19 Heikki LevantoAdd reclist rewind function
2013-12-18 Adam DickmeissFix incorrect results for test_cluster_9 PAZ-911
2013-12-16 Adam DickmeissRemove a few YLOG_LOG stmts
2013-12-13 Adam DickmeissNew metadata type, float, for metadata score PAZ-908
2013-12-03 Adam DickmeissFixes for record cluster merge, PAZ-901
2013-12-03 Adam DickmeissRemove unused code section
2013-12-02 Adam DickmeissCluster merge working PAZ-901
2013-11-29 Adam DickmeissWork on cluster merging; part of PAZ-901
2013-11-28 Adam DickmeissFix setting recid (tests pass again)
2013-11-27 Adam DickmeissStart work on multiple mergekeys - tests do not pass
2013-11-15 Adam DickmeissFix 'Record Missing' PAZ-903
2013-11-13 Adam DickmeissPreserve order of records within cluster PAZ-902
2013-08-13 Adam DickmeissEnsure sorted reclists even if now show is performed
2013-01-06 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2013-01-02 Adam DickmeissBump copyright year
2012-12-28 Adam DickmeissRemove log msg
2012-12-24 Adam DickmeissFix problem with blocked show
2012-12-14 Adam DickmeissAllow merge on merged content
2012-10-04 Dennis SchafrothFix compare
2012-10-03 Dennis SchafrothFunction to compare reclist_sortparm structure
2012-09-21 Adam DickmeissReturn info about relevance score
2012-09-18 Adam DickmeissRemove trailing whitespace
2012-08-22 Dennis SchafrothCosmetic: remove eclipse warning
2012-06-07 Adam DickmeissPosition modifier for sort prevents local sort
2012-01-11 Adam DickmeissHappy new year
2011-10-12 Adam Dickmeisssort: only skip "identical" records from same target
2011-10-11 Adam DickmeissMore work on sorting
2011-10-07 Adam DickmeissShow command may re-search for targets that support it
2011-09-19 Adam DickmeissNew special sort parameter value 'position'.
2011-01-07 Adam DickmeissHappy new year
2010-03-15 Adam DickmeissRefactor PP2 charsets handling, use pazpar2_mutex.
2010-03-12 Adam DickmeissLogging channels and mutexes + a few other things
2010-02-15 Adam Dickmeisssession.[ch] replaces logic.c, pazpar2.h
2010-02-15 Adam DickmeissMutex protect the session
2010-02-12 Adam DickmeissThread safe use of qsort
2010-02-12 Adam DickmeissProtect struct reclist
2010-01-14 Adam DickmeissBump copyright year
2009-10-13 Adam DickmeissMake reclist sorting stable
2009-10-13 Adam DickmeissReformat
2009-10-09 Adam DickmeissFixed size hash for some structures.
2009-10-08 Adam DickmeissPreserve order for insertion in reclist
2009-10-08 Adam DickmeissReclists work.
2009-10-08 Adam DickmeissRemove unused code
2009-10-08 Adam DickmeissRefactor: hide reclist structure
2009-09-23 Adam DickmeissDRY out multiple hash functions.
2009-09-23 Adam DickmeissMore clean-up (remove util.c).
2009-09-08 Adam DickmeissAvoid extern when a header just does it
2009-09-08 Adam DickmeissAnnocate static vars left
2009-09-04 Adam DickmeissRefactor service, settings
2009-01-16 Adam DickmeissUpdated footer comment
2009-01-12 Adam DickmeissHappy new year
2008-04-14 Adam Dickmeissautoheader generates config.h instead of cconfig.h.
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2007-09-10 Adam DickmeissImplemented sorting using ICU. Bug #1190. The Debian...
2007-08-28 Sebastian HammerEliminated exits. Pointer type change, to remove warning
2007-08-13 Adam DickmeissFixed bug #1359: Pazpar2 reading uninitialized memory...
2007-07-23 Adam DickmeissImplemented numeric sorting (sort by year). Bug #820.
2007-07-16 Adam DickmeissThe record ID (recid) that Pazpar2 generates is now...
2007-07-02 Adam Dickmeissreclist_rewind and reclist_read_record handles non...
2007-05-11 Adam Dickmeisstest_icu_I18N.c
2007-05-01 Sebastian HammerHandle records with null-value for string sortkey
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 Crommefunction reclist_insert() does not change mergekey...
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 Marc Crommeadded asserts on service struct passed to reclist_insert
2007-04-16 Marc Crommeremoved global parameters from reclist_insert()
2007-04-10 Adam DickmeissGPLv2. Added appendix with full license. Added refernec...
2007-01-15 Sebastian HammerGeneric sort mechanism. Sort supported by relevance...
2007-01-10 Adam DickmeissUse memset rather than bzero (obsolete, and sometimes...
2007-01-09 Sebastian HammerAdded a full record view (not implemented in the test...
2007-01-08 Sebastian HammerMetadata elements dynamically created from XSLT normali...
2007-01-08 Adam DickmeissAutomaked pazpar2. Bug #799. Preprocessor defines are...
2007-01-05 Adam DickmeissFixed bug #794: Excessive memory when searching the...
2006-12-20 Sebastian HammerReorganized source tree