Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵ | kulikov | 2023-07-27 | 2 | -26/+10 | |
| | | | | friendly way | |||||
* | try to get rid of locks and allocations for elastic queue thread pool | kulikov | 2023-07-21 | 2 | -10/+26 | |
| | | | | | | | | | In case of heavy load and high rps current thread pool implementation seems to have problems at least with contention on lock inside condvar (long futex wait calls from http server listener thread), so try to implement something more efficient: - replace condvar with TEventCounter implementation without internal lock (pthread condvar maintains waiters wakeup order, thread pool doesn't need it); - introduce well-known bounded mpmc queue over ring buffer; - get rid of TDecrementingWrapper; - add options to turn on new pool in library/cpp/http/server and search/daemons (will remove after adoption); - make elastic queue ut check both versions; - workaround problems with android/arm build targets. | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 14 | -0/+226 | |
| | ||||||
* | Remove extra semicolon (library) | bulatman | 2023-06-10 | 3 | -6/+6 | |
| | ||||||
* | Revert "Revert "Поддержать метод OPTIONS во внешнем ↵ | conterouz | 2023-06-01 | 2 | -3/+12 | |
| | | | | uaas"" | |||||
* | Revert "Поддержать метод OPTIONS во внешнем uaas" | conterouz | 2023-05-31 | 2 | -12/+3 | |
| | ||||||
* | Поддержать метод OPTIONS во внешнем uaas | conterouz | 2023-05-30 | 2 | -3/+12 | |
| | ||||||
* | RFC 8297 (Early Hints) initial support in balancer | nocomer | 2023-05-12 | 2 | -0/+3 | |
| | ||||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 5 | -5/+5 | |
| | | | Update tools: yexport | |||||
* | Don't allow 1043 to become fakes [mergeto:jupiter] | alexromanov | 2023-04-10 | 1 | -0/+1 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-04-06 | 1 | -0/+4 | |
| | ||||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 14 | -225/+0 | |
| | ||||||
* | Allow to AddOrReplace headers from THttpResponse | av-koshkin | 2023-03-22 | 2 | -0/+36 | |
| | ||||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 5 | -15/+15 | |
| | | | Update tools: yexport | |||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 14 | -0/+225 | |
| | ||||||
* | [http/server] Add epoll max events option | sskvor | 2023-03-14 | 2 | -1/+2 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 10 | -0/+161 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 15 | -10/+10 | |
| | ||||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 11 | -5/+41 | |
| | | | Update tools: yexport | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 15 | -66/+66 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 15 | -66/+66 | |
| | ||||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 5 | -5/+5 | |
| | | | Update tools: yexport | |||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 21 | -21/+21 | |
| | | | Update tools: yexport | |||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 20 | -99/+462 | |
| | ||||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 34 | -4183/+0 | |
| | ||||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 34 | -0/+4183 | |
| | ||||||
* | Use flat table driven FSM on x86_64 only. | dcherednik | 2022-11-24 | 1 | -1/+1 | |
| | ||||||
* | [external_abt]fix uaas 5xx | barkovbg | 2022-10-24 | 1 | -0/+8 | |
| | ||||||
* | Do not enable cuda globally for all platforms | svidyuk | 2022-09-30 | 1 | -0/+3 | |
| | ||||||
* | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 1 | -0/+13 | |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | |||||
* | remove unused includes | tobo | 2022-08-27 | 1 | -5/+0 | |
| | ||||||
* | increase MessageMax to 64kb | shishyando | 2022-08-18 | 1 | -1/+1 | |
| | | | increase MessageMax to 64kb | |||||
* | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 9 | -0/+1365 | |
| | ||||||
* | ui32 not enough for features flag | socialgraph | 2022-08-10 | 1 | -3/+3 | |
| | | | Так как добавил новый флаг, отвечающий за оставление хэшбенга, то Feature флаги перестали помещаться в свои прежние 32 бита, то везде поменял long на ui64 | |||||
* | fix ya.make | monster | 2022-07-07 | 3 | -72/+510 | |
| | ||||||
* | IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic | eeight | 2022-06-16 | 1 | -0/+1 | |
| | | | | ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d | |||||
* | intermediate changes | arcadia-devtools | 2022-06-07 | 2 | -2/+2 | |
| | | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f | |||||
* | intermediate changes | arcadia-devtools | 2022-04-21 | 3 | -1/+47 | |
| | | | | ref:f15213aec8036b5997a8dd8c73570eb4babaa6c2 | |||||
* | Move 'kikimr/yndx'-depending tests out of ydb/core | komels | 2022-04-15 | 10 | -1366/+0 | |
| | | | | ref:0a380e13308d579e0545a76924330d1ca5129c43 | |||||
* | Final part on compatibility layer: LOGBROKER-7215 | komels | 2022-04-14 | 10 | -0/+1366 | |
| | | | | ref:777c67aadbf705d19034a09a792b2df61ba53697 | |||||
* | intermediate changes | arcadia-devtools | 2022-03-30 | 1 | -6/+3 | |
| | | | | ref:40f7824afa8d673d22fb6fddac23dbf8f0d376d7 | |||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 12 | -230/+0 | |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | |||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 4 | -0/+35 | |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | |||||
* | intermediate changes | arcadia-devtools | 2022-02-24 | 1 | -1/+1 | |
| | | | | ref:70ac1bca1acbb458c863fb4686263967ea009057 | |||||
* | intermediate changes | arcadia-devtools | 2022-02-24 | 1 | -0/+3 | |
| | | | | ref:fb678b285db60965c2b65db96852ae4cfb5879d6 | |||||
* | intermediate changes | arcadia-devtools | 2022-02-22 | 1 | -3/+0 | |
| | | | | ref:b4effc9582e42dfa79e9a44a91df283419947b3a | |||||
* | intermediate changes | arcadia-devtools | 2022-02-21 | 1 | -0/+10 | |
| | | | | ref:97eeefd83b6f381aa940777f0d803b239f434eaf | |||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -36/+100 | |
| | | | | ref:4c3887b325a2b9c0b2481e44130c092b3c8d545f | |||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -1/+1 | |
| | | | | ref:5a427ceffcbeddcbaed23c62818445bd98632b96 | |||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 4 | -0/+82 | |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 |