<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/network/address.cpp, branch meta-1.0.2</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=meta-1.0.2</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=meta-1.0.2'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-08-19T14:16:30Z</updated>
<entry>
<title>Library import 240819-0942 (#7994)</title>
<updated>2024-08-19T14:16:30Z</updated>
<author>
<name>AlexSm</name>
<email>alex@ydb.tech</email>
</author>
<published>2024-08-19T14:16:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9b567afd3339f4525feab53873592cb025b14251'/>
<id>urn:sha1:9b567afd3339f4525feab53873592cb025b14251</id>
<content type='text'>
Co-authored-by: robot-piglet &lt;robot-piglet@yandex-team.com&gt;
Co-authored-by: hiddenpath &lt;hiddenpath@yandex-team.com&gt;
Co-authored-by: bulatman &lt;bulatman@yandex-team.com&gt;
Co-authored-by: robot-contrib &lt;robot-contrib@yandex-team.com&gt;
Co-authored-by: osidorkin &lt;osidorkin@yandex-team.com&gt;
Co-authored-by: akhropov &lt;akhropov@yandex-team.com&gt;
Co-authored-by: akozhikhov &lt;akozhikhov@yandex-team.com&gt;
Co-authored-by: orlovorlov &lt;orlovorlov@yandex-team.com&gt;
Co-authored-by: babenko &lt;babenko@yandex-team.com&gt;
Co-authored-by: shadchin &lt;shadchin@yandex-team.com&gt;
Co-authored-by: dmasloff &lt;dmasloff@yandex-team.com&gt;
Co-authored-by: aleksei-le &lt;aleksei-le@yandex-team.com&gt;
Co-authored-by: coteeq &lt;coteeq@yandex-team.com&gt;
Co-authored-by: dimdim11 &lt;dimdim11@yandex-team.com&gt;
Co-authored-by: robot-ya-builder &lt;robot-ya-builder@yandex-team.com&gt;
Co-authored-by: iaz1607 &lt;iaz1607@yandex-team.com&gt;</content>
</entry>
<entry>
<title>[http/client] Support unix domain sockets as a backend</title>
<updated>2022-08-26T07:45:09Z</updated>
<author>
<name>ivanzhukov</name>
<email>ivanzhukov@ydb.tech</email>
</author>
<published>2022-08-26T07:45:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=89cae858a59ecae5378edcd229962b6d1be5e5f8'/>
<id>urn:sha1:89cae858a59ecae5378edcd229962b6d1be5e5f8</id>
<content type='text'>
Предыдущий заход: https://a.yandex-team.ru/review/2811077/details#comment--4489184

После изменений можно будет обращаться к HTTP серверу, слушающему на unix domain socket. Пример такого сервера:
```js
require('http').createServer((req, res) =&gt; {
    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);
```</content>
</entry>
<entry>
<title>remove unused includes</title>
<updated>2022-04-07T05:59:43Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.ru</email>
</author>
<published>2022-04-07T05:59:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8d0bed04edbd809859fe349779c07ef122fdeca2'/>
<id>urn:sha1:8d0bed04edbd809859fe349779c07ef122fdeca2</id>
<content type='text'>
ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;shotinleg@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:52:01Z</updated>
<author>
<name>shotinleg</name>
<email>shotinleg@yandex-team.ru</email>
</author>
<published>2022-02-10T13:52:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f79012ccbc48d4068bc9f0fc0712689b8b0dfb5f'/>
<id>urn:sha1:f79012ccbc48d4068bc9f0fc0712689b8b0dfb5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;shotinleg@yandex-team.ru&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:52:00Z</updated>
<author>
<name>shotinleg</name>
<email>shotinleg@yandex-team.ru</email>
</author>
<published>2022-02-10T13:52:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3acb0d236fd0f37bbc1c8ba7f3660464d9592089'/>
<id>urn:sha1:3acb0d236fd0f37bbc1c8ba7f3660464d9592089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;desertfury@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:50:15Z</updated>
<author>
<name>desertfury</name>
<email>desertfury@yandex-team.ru</email>
</author>
<published>2022-02-10T13:50:15Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c0fb261e6889e12b418ebcdfdb3c990a4b39fd75'/>
<id>urn:sha1:c0fb261e6889e12b418ebcdfdb3c990a4b39fd75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;desertfury@yandex-team.ru&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:50:15Z</updated>
<author>
<name>desertfury</name>
<email>desertfury@yandex-team.ru</email>
</author>
<published>2022-02-10T13:50:15Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ba92f2f3d8a0cfa549b668980b868cbb6ff080ce'/>
<id>urn:sha1:ba92f2f3d8a0cfa549b668980b868cbb6ff080ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;tender-bum@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:50:01Z</updated>
<author>
<name>tender-bum</name>
<email>tender-bum@yandex-team.ru</email>
</author>
<published>2022-02-10T13:50:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4aef354b224559d2b031487a10d4f5cc6e82e95a'/>
<id>urn:sha1:4aef354b224559d2b031487a10d4f5cc6e82e95a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;tender-bum@yandex-team.ru&gt;. Commit 1 of 2.</title>
<updated>2022-02-10T13:50:01Z</updated>
<author>
<name>tender-bum</name>
<email>tender-bum@yandex-team.ru</email>
</author>
<published>2022-02-10T13:50:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c78b06a63de7beec995c1007bc5332bdf3d75b69'/>
<id>urn:sha1:c78b06a63de7beec995c1007bc5332bdf3d75b69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restoring authorship annotation for Alexey Efimov &lt;xeno@prnwatch.com&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:49:42Z</updated>
<author>
<name>Alexey Efimov</name>
<email>xeno@prnwatch.com</email>
</author>
<published>2022-02-10T13:49:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0fd1998e1b2369f50fb694556f817d3c7fef10c8'/>
<id>urn:sha1:0fd1998e1b2369f50fb694556f817d3c7fef10c8</id>
<content type='text'>
</content>
</entry>
</feed>
