Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Project] Further rework | Vsevolod Stakhov | 2019-06-22 | 1 | -16/+11 | |
| | ||||||
* | [Project] More rework | Vsevolod Stakhov | 2019-06-22 | 3 | -17/+14 | |
| | ||||||
* | [Project] Refactor more, use ev_stat for cdb watching | Vsevolod Stakhov | 2019-06-22 | 1 | -22/+24 | |
| | ||||||
* | [Project] First refactoring step libevent->libev | Vsevolod Stakhov | 2019-06-22 | 8 | -21/+21 | |
| | ||||||
* | [Minor] Another try to fix transactions mess | Vsevolod Stakhov | 2019-06-11 | 1 | -22/+3 | |
| | ||||||
* | [Minor] Sqlite: Try to fix messy transaction | Vsevolod Stakhov | 2019-06-10 | 1 | -2/+11 | |
| | ||||||
* | [Minor] Sqlite: Improve tokens retreiving | Vsevolod Stakhov | 2019-06-10 | 1 | -23/+45 | |
| | ||||||
* | [Fix] Do not use lightuserdata for traceback | Vsevolod Stakhov | 2019-05-24 | 4 | -33/+13 | |
| | | | | | | | | | | LuaJIT limits lightuserdata usage to 47 bits. On Arm64, this leads to break of the C <-> Lua interoperability using this type. This rework has changed traceback function behaviour from lightuserdata opaque pointer (GString * in particular) to luaL_Buffer. Issue: #2906 | |||||
* | [Fix] Fix DoS caused by bug in glib | Vsevolod Stakhov | 2019-05-08 | 1 | -0/+8 | |
| | ||||||
* | Revert "[Minor] Joins cleanup" | Vsevolod Stakhov | 2019-04-16 | 1 | -2/+4 | |
| | | | | This reverts commit f803de985a63f31321f3f4fcbed656b692d7d756. | |||||
* | [Minor] Allow to add additional paths to plugins | Vsevolod Stakhov | 2019-04-16 | 1 | -1/+1 | |
| | | | | Issue: #2848 | |||||
* | [Minor] Joins cleanup | Vsevolod Stakhov | 2019-04-08 | 1 | -4/+2 | |
| | | | | | Issue: #2251 Submitted by: @beiDei8z | |||||
* | [Minor] Fix some more suspicious cases | Vsevolod Stakhov | 2019-04-07 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Fix learns count in sqlite3 backend | Vsevolod Stakhov | 2019-03-29 | 1 | -16/+40 | |
| | | | | | Issue: #2251 Contributed by: @beiDei8z | |||||
* | [Feature] Try to filter bad unicode types during normalisation | Vsevolod Stakhov | 2019-02-25 | 2 | -1/+20 | |
| | ||||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue. | |||||
* | [Minor] Stat: Fail-safety fix for object expansion | Vsevolod Stakhov | 2019-02-11 | 1 | -9/+3 | |
| | ||||||
* | [Minor] Stat: Set more sane default prefix when users scripts are set | Vsevolod Stakhov | 2019-02-11 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Core: Fix flag definition | Vsevolod Stakhov | 2019-01-22 | 1 | -3/+3 | |
| | ||||||
* | [Minor] Slightly extend what we can treat as words | Vsevolod Stakhov | 2018-11-30 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Some fixes for raw parts | Vsevolod Stakhov | 2018-11-27 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Treat learning errors as non-fatal | Vsevolod Stakhov | 2018-11-27 | 1 | -4/+4 | |
| | | | | Issue: #2637 | |||||
* | [Minor] Fix for DSN | Vsevolod Stakhov | 2018-11-27 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Ignore bogus whitespaces in the words | Vsevolod Stakhov | 2018-11-26 | 2 | -1/+9 | |
| | | | | Issue: #2649 | |||||
* | [Project] Use URLs TLDs instead of !!EX!! in stat tokens | Vsevolod Stakhov | 2018-11-26 | 1 | -16/+39 | |
| | ||||||
* | [Project] Use more generalised API to produce meta words | Vsevolod Stakhov | 2018-11-26 | 4 | -65/+90 | |
| | ||||||
* | [Minor] Check language detector pointer before use | Vsevolod Stakhov | 2018-11-26 | 1 | -2/+2 | |
| | ||||||
* | [Project] Finish basic tasks in new unicode project | Vsevolod Stakhov | 2018-11-25 | 4 | -26/+43 | |
| | ||||||
* | [Project] Rework parts conversion and serialization | Vsevolod Stakhov | 2018-11-25 | 1 | -8/+5 | |
| | ||||||
* | [Project] Another try to normalize unicode properly | Vsevolod Stakhov | 2018-11-25 | 3 | -113/+142 | |
| | ||||||
* | [Project] Various unicode fixes in language detector | Vsevolod Stakhov | 2018-11-25 | 1 | -3/+2 | |
| | ||||||
* | [Project] Rework stemming | Vsevolod Stakhov | 2018-11-24 | 4 | -9/+106 | |
| | ||||||
* | [Project] Add function to normalize unicode on per words basis | Vsevolod Stakhov | 2018-11-24 | 3 | -2/+139 | |
| | ||||||
* | [Project] Start words unicode structure rework | Vsevolod Stakhov | 2018-11-24 | 2 | -56/+65 | |
| | ||||||
* | [Minor] Do not use item in classifiers as it causes issues | Vsevolod Stakhov | 2018-11-24 | 2 | -20/+0 | |
| | | | | Issue: #2636 | |||||
* | [Project] Migrate fuzzy redis backend to lua_redis | Vsevolod Stakhov | 2018-11-23 | 1 | -1/+3 | |
| | ||||||
* | [Project] Use lua_redis for redis_cache as well | Vsevolod Stakhov | 2018-11-23 | 1 | -109/+97 | |
| | ||||||
* | [Project] Use lua_redis to configure servers in bayes Redis backend | Vsevolod Stakhov | 2018-11-23 | 1 | -107/+97 | |
| | ||||||
* | [Minor] Fix some issues and add debugging | Vsevolod Stakhov | 2018-11-16 | 1 | -5/+12 | |
| | ||||||
* | [Minor] Allow to have bulk learn in the default config | Vsevolod Stakhov | 2018-11-16 | 1 | -0/+2 | |
| | ||||||
* | [Project] Move all metatokens to lua_stat from C | Vsevolod Stakhov | 2018-11-16 | 2 | -126/+48 | |
| | ||||||
* | [Project] Move stat tokens generation to Lua | Vsevolod Stakhov | 2018-11-16 | 2 | -0/+70 | |
| | ||||||
* | [Rework] Improve bayes debug logging, remove unused stuff | Vsevolod Stakhov | 2018-11-16 | 6 | -153/+63 | |
| | ||||||
* | [Minor] Add sanity checks for bayes probability | Vsevolod Stakhov | 2018-11-16 | 1 | -0/+13 | |
| | ||||||
* | [Minor] Fix formula | Vsevolod Stakhov | 2018-11-16 | 1 | -8/+8 | |
| | ||||||
* | [Fix] Switch from chi-square to naive for large Fisher value | Vsevolod Stakhov | 2018-11-15 | 1 | -2/+18 | |
| | ||||||
* | [Minor] Check for empty bayes results | Vsevolod Stakhov | 2018-11-15 | 1 | -11/+15 | |
| | ||||||
* | [Fix] Disable headernames in bayes temporarily | Vsevolod Stakhov | 2018-11-15 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Skip stop words in statistics | Vsevolod Stakhov | 2018-11-15 | 4 | -23/+35 | |
| | ||||||
* | [Feature] Filter tokens in bayes | Vsevolod Stakhov | 2018-11-15 | 1 | -6/+20 | |
| |