summaryrefslogtreecommitdiffstats
path: root/util/network/address.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [http/client] Support unix domain sockets as a backendivanzhukov2022-08-261-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 includestobo2022-04-071-1/+0
| | | | ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.shotinleg2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.shotinleg2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.desertfury2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.desertfury2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.tender-bum2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.tender-bum2022-02-101-1/+1
|
* Restoring authorship annotation for Alexey Efimov <[email protected]>. ↵Alexey Efimov2022-02-101-10/+10
| | | | Commit 2 of 2.
* Restoring authorship annotation for Alexey Efimov <[email protected]>. ↵Alexey Efimov2022-02-101-10/+10
| | | | Commit 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.kulikov2022-02-101-24/+24
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.kulikov2022-02-101-24/+24
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.kimkim2022-02-101-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.kimkim2022-02-101-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.timestep2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.timestep2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.nga2022-02-101-25/+25
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.nga2022-02-101-25/+25
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.yazevnul2022-02-101-3/+3
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.yazevnul2022-02-101-3/+3
|
* Restoring authorship annotation for Ruslan Kovalev ↵Ruslan Kovalev2022-02-101-20/+20
| | | | <[email protected]>. Commit 2 of 2.
* Restoring authorship annotation for Ruslan Kovalev ↵Ruslan Kovalev2022-02-101-20/+20
| | | | <[email protected]>. Commit 1 of 2.
* Restoring authorship annotation for Vlad Yaroslavlev <[email protected]>. ↵Vlad Yaroslavlev2022-02-101-2/+2
| | | | Commit 2 of 2.
* Restoring authorship annotation for Vlad Yaroslavlev <[email protected]>. ↵Vlad Yaroslavlev2022-02-101-2/+2
| | | | Commit 1 of 2.
* Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵Anton Samokhvalov2022-02-101-103/+103
| | | | Commit 2 of 2.
* Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵Anton Samokhvalov2022-02-101-103/+103
| | | | Commit 1 of 2.
* intermediate changesDevtools Arcadia2022-02-071-0/+204
ref:cde9a383711a11544ce7e107a78147fb96cc4029