Allow timeformat for log to be specified
[pazpar2-moved-to-github.git] / src /
2013-04-24 Adam DickmeissAllow timeformat for log to be specified
2013-04-17 Adam DickmeissFix NULL ptr reference of se->relevance
2013-04-05 Adam DickmeissUse getaddrinfo for HTTP listener
2013-04-03 Adam DickmeissChange semantics of pz:extendrecs
2013-04-02 Adam DickmeissAdd ws2tcpip.h for getaddrinfo on Windows
2013-04-02 Adam DickmeissAllow IPV6 addresses PAZ-841
2013-03-20 Adam DickmeissEnsure show_range_start returns non-null
2013-03-19 Adam DickmeissReformat
2013-03-19 Adam DickmeissFix use of sizeof in nmem_malloc call
2013-03-19 Adam DickmeissReformat
2013-03-19 Adam DickmeissRemove unused client code
2013-03-14 Adam DickmeissFix check for pz:extendrecs
2013-03-14 Adam DickmeissFewer messages when pz:extendfetch is not in effect
2013-03-13 Adam DickmeissPass integer for yaz_log %u
2013-03-13 Adam DickmeissAllow session_log with session=NULL ptr
2013-03-12 Adam DickmeissAvoid null ptr reference of se->reclist PAZ-856
2013-03-07 Adam DickmeissUse session_log when possible
2013-03-01 Adam DickmeissFix missing limitmap warning PAZ-859
2013-02-28 Adam DickmeissNew pz:metadata attribute, empty="empty-value" PAZ-858
2013-02-25 Adam DickmeissMerge branch 'master' into fetch_more
2013-02-20 Adam DickmeissChange log msg for Pazpart start/stop
2013-02-07 Adam DickmeissMerge branch 'master' into fetch_more
2013-02-07 Adam DickmeissFix hang of record with esn/syntax (2nd)
2013-02-04 Adam DickmeissRevise extended fetch algorithm
2013-02-04 Adam DickmeissRefactor: show_range_start deals with extended fetch
2013-02-04 Adam DickmeissMerge branch 'master' into fetch_more
2013-02-01 Adam DickmeissMake a message to DEBUG
2013-01-31 Adam DickmeissComplete record match does not serve as error
2013-01-31 Adam DickmeissDon't use local variable same_sort_order
2013-01-23 Adam Dickmeisspz:extendrecs number of records in extended mode
2013-01-23 Adam DickmeissWorking fetch more, but settings/tests needs updating
2013-01-22 Adam DickmeissWork on fetch more
2013-01-22 Adam DickmeissSimplify show_range_start a bit
2013-01-18 Adam DickmeissNew merge attribute type: 'first'
2013-01-06 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2013-01-02 Adam DickmeissBump copyright year
2013-01-02 Adam DickmeissExtend info command with hostname and YAZ SHA1
2012-12-28 Adam DickmeissRemove log msg
2012-12-28 Adam DickmeissAvoid buffer overrun by "long" URLs.
2012-12-28 Adam DickmeissOnly add http:// for SRU if not already there
2012-12-24 Adam DickmeissFix problem with blocked show
2012-12-14 Adam DickmeissAllow merge on merged content
2012-12-11 Adam DickmeissHarden exit command
2012-12-11 Adam DickmeissProduce diagnostic when database times out
2012-12-07 Adam Dickmeisslimitmap local:* matches against all metadata fields
2012-12-07 Adam DickmeissSplit check_limit_local to two functions
2012-12-06 Adam DickmeissAllow repeated list in limitmap spec
2012-12-05 Adam DickmeissNew element <message> in bytarget response
2012-11-30 Adam DickmeissImproved logging for record ingestion failures
2012-11-15 Adam DickmeissMerge branch 'master' of ssh://git.indexdata.com/home...
2012-11-15 Adam DickmeissAvoid using 'icu_chain' in non-YAZ_HAVE_ICU mode
2012-11-06 Dennis SchafrothLower loglevel
2012-10-22 Adam DickmeissDefine log2(x) on Windows
2012-10-22 Adam DickmeissInclude windows.h on Windows
2012-10-11 Dennis SchafrothMerge branch 'master' of ssh://git.indexdata.com/home...
2012-10-11 Dennis SchafrothLower logging to debug. Should be put into a config...
2012-10-10 Adam DickmeissAvoid session memory for client sort stuff
2012-10-10 Dennis SchafrothUse CURRENT sort parameters to check with previous
2012-10-10 Dennis SchafrothDo not reingest/search if no client requires research
2012-10-10 Dennis SchafrothReturn 1 on research. 0 on no research
2012-10-09 Dennis SchafrothCompletes. But still wrong tests
2012-10-08 Dennis SchafrothFix: set research flag on new query/limit. More logging.
2012-10-08 Dennis SchafrothTypo
2012-10-08 Dennis SchafrothAdd limits (PQF) to log
2012-10-08 Dennis Schafrothrefactor the search/show to command to use common code...
2012-10-08 Dennis SchafrothRewrote the search parsing and moved the ZOOM option...
2012-10-08 Dennis SchafrothHeaders for new methods
2012-10-08 Dennis SchafrothRefactor code out to stand-alone functions. This is...
2012-10-08 Dennis SchafrothRefactor interfaces to handle the differences between...
2012-10-04 Dennis SchafrothFix missing init
2012-10-04 Dennis SchafrothFix compare
2012-10-03 Dennis SchafrothAdd logic to detect sort order changes and trigger...
2012-10-03 Dennis SchafrothReplace session_sorted_results structure with reclist_s...
2012-10-03 Dennis SchafrothFunction to compare reclist_sortparm structure
2012-10-03 Dennis SchafrothUsing reclist_sortparm structure to pass sort parameters
2012-10-03 Dennis SchafrothNew method to detect re-search required. Cosmetic:...
2012-10-03 Dennis SchafrothMethod to detect if re-search is required due to sort...
2012-10-03 Dennis SchafrothCosmetic
2012-09-27 Adam DickmeissFix bug introduced by previous commit
2012-09-27 Adam DickmeissMake an internal diagnostic for bad CCL map
2012-09-25 Adam DickmeissChange rank debug display
2012-09-25 Adam DickmeissFollow rank algorithm altered
2012-09-24 Adam DickmeissChange semantics of rank lead.
2012-09-24 Adam DickmeissNew rank tweaks: follow, lead, length
2012-09-22 Adam DickmeissSolaris crashes on %s with NULL ptr
2012-09-21 Adam Dickmeissrelevance_info printed only if <rank debug="yes"> in...
2012-09-21 Adam DickmeissIndent record info a little for show/record responses
2012-09-21 Adam DickmeissReturn info about relevance score
2012-09-20 Dennis SchafrothMerge branch 'master' of ssh://git.indexdata.com/home...
2012-09-19 Dennis SchafrothChange debug logging to match other similar about sort
2012-09-19 Dennis SchafrothImplement sort-default lookup in search too
2012-09-19 Dennis SchafrothChange session_search to get all sort parameters, so...
2012-09-19 Dennis SchafrothConfiguration of default sort order. Default to previou...
2012-09-19 Dennis SchafrothAdd sort parameter to search command. Enabling configur...
2012-09-19 Dennis SchafrothComment out unused variable.
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2012-09-18 Adam DickmeissRemove trailing whitespace
2012-09-18 Adam Dickmeisslimitmap: don't use CCL limitmap for relevancy ranking
2012-09-18 Adam Dickmeissrelevance: avoid false hits for whitespace tokens
2012-09-17 Adam DickmeissActually obey option -w dir
next