[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r1102] by mukau

+ tagged ddc-2.1.17

2018-09-26 09:25:21 Tree
[r1101] by mukau

+ tagged ddc-2.1.17-rc2

2018-09-25 13:28:23 Tree
[r1100] by mukau

* improved error messages in CConcSession::GetTokensFromStorageByBreak(), CConcSession::GetFileSnippets()
- was: concord_daemon_log("Error! Cannot read hit no %i \n", BreakNo); return false;
- now: throw CExpc(errReadSourceFile, "CConcSession::... cannot read $%s storage data for break #%i")
* improved error reporting in CDDCBranchServer::GetHitContexts()
- truncated *._storage_Token file was giving unhelpful legacy "\x{01}cannot read a source file" message
- new code trims \001 separator and prepends subcorpus identifier
* removed error return clauses in CConcSession::GetHits(): now just re-throw exceptions (they should now be caught higher up)

2018-09-25 13:27:54 Tree
[r1099] by mukau

+ tagged ddc-2.1.17-rc1

2018-09-24 12:14:13 Tree
[r1098] by mukau

* added rml.ini key "Software\Dialing\Lemmatizer\German\ExtEncoding" = "UTF8"
- allow legacy latin-1 indices to be handled gracefully

2018-09-24 12:13:42 Tree
[r1097] by mukau

* removed old hard-codced 500MB limit on size of *._TOKATTR (string-buffer) in IndexSetForLoadingStage.cpp
- now use macro MAX_STRINGBUFFER_SIZE = (DWORD_MAX & (~AllFlags)) --> 2GB
- fixed limit check (the actual exception was previously only catching on 1st insertion after overflow)
* debugging for v1.x->v2.x index upgrade

2018-09-24 11:04:20 Tree
[r1096] by mukau

* added missing m_ServerStats.m_xTimes.Scrub() in *Server::handle__status(): EMA decay
* fixed typo in LeafServer::handle__status(): xtavg keys was actually reporting qtavg
* EMA tweaks in DDCTimeAvg
- redefined DDCTimeAvg::TimeT as DDCTimeHiRes: use high-resolution clock if available for EMA
- handle counter overflow in DDCTimeAvg::Append()
- use current timestamp TimeT::Now() for DDCTimeAvg::operator+=(): avoid out-of-order insertions

2018-08-31 10:41:28 Tree
[r1095] by mukau

+ corrected info message typo in ConcordUnion.cpp

2018-08-28 14:38:11 Tree
[r1094] by mukau

+ SIZE_MAX hack for gcc 4.7.2 (kaskade, debian wheezy)

2018-08-27 13:44:37 Tree
[r1093] by mukau

+ typo fix in doc/ddc_proto.pod

2018-08-24 13:05:43 Tree
Older >