| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix and enhance documentation comments in util | akhropov | 2026-06-05 | 1 | -1/+1 |
| | | | | | commit_hash:e121f7c48f58baff0e3690d60194525c2bfca083 | ||||
| * | Use 'size' instead of 'ysize'. | akhropov | 2025-10-07 | 1 | -1/+1 |
| | | | | | commit_hash:2992608384ed9b84c3f523bd2225a7ece2eeb9fc | ||||
| * | Part of PR. Style | nae202 | 2024-11-20 | 5 | -36/+70 |
| | | | | | | Часть большого ПР REVIEW:7264088 commit_hash:0f5b03fbbed0ac30f734943309e3ef5cd4d7a30e | ||||
| * | FixNamespaceComments in /util | dmasloff | 2024-09-05 | 13 | -14/+14 |
| | | | | | | FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b | ||||
| * | Set SpacesInLineCommentPrefix to 1 in /util | dmasloff | 2024-08-17 | 8 | -13/+13 |
| | | | | | | Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657 | ||||
| * | Intermediate changes | robot-piglet | 2024-04-02 | 2 | -4/+0 |
| | | |||||
| * | WebAssembly in util | dtorilov | 2024-03-28 | 1 | -0/+2 |
| | | | | | b46c1e446c9d0f9393bf688b26db810f60add0f6 | ||||
| * | Library import 8 (#1074) | AlexSm | 2024-01-18 | 3 | -74/+0 |
| | | | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort | ||||
| * | Library import 7 (#937) | AlexSm | 2024-01-11 | 1 | -6/+2 |
| | | |||||
| * | Y_VERIFY->Y_ABORT_UNLESS at ^u | ilnurkh | 2023-10-10 | 4 | -11/+11 |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+27 |
| | | |||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 2 | -27/+0 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 2 | -0/+27 |
| | | |||||
| * | more information in TEpollPoller::SetImpl error messages | kulikov | 2022-11-14 | 2 | -2/+17 |
| | | | | | - don't hide epoll_ctl add errors; - print "fd" and "what" args. | ||||
| * | fix coveriy issue 16907: Uninitialized pointer field | uzhas | 2022-10-28 | 1 | -0/+1 |
| | | |||||
| * | [http/client] Support unix domain sockets as a backend | ivanzhukov | 2022-08-26 | 4 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Предыдущий заход: https://a.yandex-team.ru/review/2811077/details#comment--4489184 После изменений можно будет обращаться к HTTP серверу, слушающему на unix domain socket. Пример такого сервера: ```js require('http').createServer((req, res) => { console.log(req); res.writeHead(200, {'Content-Type': 'application/json'}); res.end(JSON.stringify({ 'metrics': [ { 'labels': { 'name': 'metric', 'some_key': 'some_value' }, 'type': 'GAUGE', 'value': 123 } ] }, null, 4)); }) .listen('/home/ivanzhukov/test_ua/ua.sock'); // вместо .listen(7777); ``` | ||||
| * | remove unused includes | tobo | 2022-04-07 | 2 | -6/+0 |
| | | | | | ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40 | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 2 | -29/+0 |
| | | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
| * | clang-cl: Enable yet another warning with the very long name | thegeorg | 2022-02-23 | 1 | -4/+6 |
| | | | | | ref:878ef48a386627a1eb0325b0ccff820b1d627900 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | fkuharenok | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | fkuharenok | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | defencer | 2022-02-10 | 2 | -19/+19 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | defencer | 2022-02-10 | 2 | -19/+19 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | syanenko | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | syanenko | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | malets | 2022-02-10 | 2 | -18/+18 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | malets | 2022-02-10 | 2 | -18/+18 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | shotinleg | 2022-02-10 | 6 | -96/+96 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | shotinleg | 2022-02-10 | 6 | -96/+96 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | pppp | 2022-02-10 | 2 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | pppp | 2022-02-10 | 2 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | nocomer | 2022-02-10 | 2 | -21/+21 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | nocomer | 2022-02-10 | 2 | -21/+21 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | dasha | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | dasha | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | trifon | 2022-02-10 | 2 | -14/+14 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | trifon | 2022-02-10 | 2 | -14/+14 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | vladimir | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | vladimir | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | desertfury | 2022-02-10 | 2 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | desertfury | 2022-02-10 | 2 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | khristich | 2022-02-10 | 1 | -3/+3 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | khristich | 2022-02-10 | 1 | -3/+3 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | khlebnikov | 2022-02-10 | 4 | -166/+166 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | khlebnikov | 2022-02-10 | 4 | -166/+166 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | hindsight | 2022-02-10 | 2 | -12/+12 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | hindsight | 2022-02-10 | 2 | -12/+12 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | alex-sh | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | alex-sh | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | tender-bum | 2022-02-10 | 2 | -2/+2 |
| | | |||||
