| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set SpacesInLineCommentPrefix to 1 in /util | dmasloff | 2024-08-17 | 1 | -1/+1 |
| | | | | | | Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657 | ||||
| * | [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 | |||||
