| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Library import 240819-0942 (#7994) | AlexSm | 2024-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Co-authored-by: robot-piglet <[email protected]> Co-authored-by: hiddenpath <[email protected]> Co-authored-by: bulatman <[email protected]> Co-authored-by: robot-contrib <[email protected]> Co-authored-by: osidorkin <[email protected]> Co-authored-by: akhropov <[email protected]> Co-authored-by: akozhikhov <[email protected]> Co-authored-by: orlovorlov <[email protected]> Co-authored-by: babenko <[email protected]> Co-authored-by: shadchin <[email protected]> Co-authored-by: dmasloff <[email protected]> Co-authored-by: aleksei-le <[email protected]> Co-authored-by: coteeq <[email protected]> Co-authored-by: dimdim11 <[email protected]> Co-authored-by: robot-ya-builder <[email protected]> Co-authored-by: iaz1607 <[email protected]> | ||||
| * | [http/client] Support unix domain sockets as a backend | ivanzhukov | 2022-08-26 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Предыдущий заход: 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 | 1 | -1/+0 |
| | | | | | ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | shotinleg | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | shotinleg | 2022-02-10 | 1 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | desertfury | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | desertfury | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | tender-bum | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | tender-bum | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for Alexey Efimov <[email protected]>. ↵ | Alexey Efimov | 2022-02-10 | 1 | -10/+10 |
| | | | | | Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Alexey Efimov <[email protected]>. ↵ | Alexey Efimov | 2022-02-10 | 1 | -10/+10 |
| | | | | | Commit 1 of 2. | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | kulikov | 2022-02-10 | 1 | -24/+24 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | kulikov | 2022-02-10 | 1 | -24/+24 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | kimkim | 2022-02-10 | 1 | -12/+12 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | kimkim | 2022-02-10 | 1 | -12/+12 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | timestep | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | timestep | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | nga | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | nga | 2022-02-10 | 1 | -25/+25 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | yazevnul | 2022-02-10 | 1 | -3/+3 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | yazevnul | 2022-02-10 | 1 | -3/+3 |
| | | |||||
| * | Restoring authorship annotation for Ruslan Kovalev ↵ | Ruslan Kovalev | 2022-02-10 | 1 | -20/+20 |
| | | | | | <[email protected]>. Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Ruslan Kovalev ↵ | Ruslan Kovalev | 2022-02-10 | 1 | -20/+20 |
| | | | | | <[email protected]>. Commit 1 of 2. | ||||
| * | Restoring authorship annotation for Vlad Yaroslavlev <[email protected]>. ↵ | Vlad Yaroslavlev | 2022-02-10 | 1 | -2/+2 |
| | | | | | Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Vlad Yaroslavlev <[email protected]>. ↵ | Vlad Yaroslavlev | 2022-02-10 | 1 | -2/+2 |
| | | | | | Commit 1 of 2. | ||||
| * | Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵ | Anton Samokhvalov | 2022-02-10 | 1 | -103/+103 |
| | | | | | Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵ | Anton Samokhvalov | 2022-02-10 | 1 | -103/+103 |
| | | | | | Commit 1 of 2. | ||||
| * | intermediate changes | Devtools Arcadia | 2022-02-07 | 1 | -0/+204 |
| ref:cde9a383711a11544ce7e107a78147fb96cc4029 | |||||
