summaryrefslogtreecommitdiffstats
path: root/util/network
Commit message (Collapse)AuthorAgeFilesLines
* Fix and enhance documentation comments in utilakhropov2026-06-051-1/+1
| | | | commit_hash:e121f7c48f58baff0e3690d60194525c2bfca083
* Use 'size' instead of 'ysize'.akhropov2025-10-071-1/+1
| | | | commit_hash:2992608384ed9b84c3f523bd2225a7ece2eeb9fc
* Part of PR. Stylenae2022024-11-205-36/+70
| | | | | Часть большого ПР REVIEW:7264088 commit_hash:0f5b03fbbed0ac30f734943309e3ef5cd4d7a30e
* FixNamespaceComments in /utildmasloff2024-09-0513-14/+14
| | | | | FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b
* Set SpacesInLineCommentPrefix to 1 in /utildmasloff2024-08-178-13/+13
| | | | | Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657
* Intermediate changesrobot-piglet2024-04-022-4/+0
|
* WebAssembly in utildtorilov2024-03-281-0/+2
| | | | b46c1e446c9d0f9393bf688b26db810f60add0f6
* Library import 8 (#1074)AlexSm2024-01-183-74/+0
| | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
* Library import 7 (#937)AlexSm2024-01-111-6/+2
|
* Y_VERIFY->Y_ABORT_UNLESS at ^uilnurkh2023-10-104-11/+11
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* add ymake export to ydbalexv-smirnov2023-06-132-0/+27
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-27/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-152-0/+27
|
* more information in TEpollPoller::SetImpl error messageskulikov2022-11-142-2/+17
| | | | - don't hide epoll_ctl add errors; - print "fd" and "what" args.
* fix coveriy issue 16907: Uninitialized pointer fielduzhas2022-10-281-0/+1
|
* [http/client] Support unix domain sockets as a backendivanzhukov2022-08-264-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 includestobo2022-04-072-6/+0
| | | | ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
* intermediate changesarcadia-devtools2022-03-152-29/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* clang-cl: Enable yet another warning with the very long namethegeorg2022-02-231-4/+6
| | | | ref:878ef48a386627a1eb0325b0ccff820b1d627900
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.fkuharenok2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.fkuharenok2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.defencer2022-02-102-19/+19
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.defencer2022-02-102-19/+19
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.syanenko2022-02-101-4/+4
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.syanenko2022-02-101-4/+4
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.malets2022-02-102-18/+18
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.malets2022-02-102-18/+18
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.shotinleg2022-02-106-96/+96
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.shotinleg2022-02-106-96/+96
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.pppp2022-02-102-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.pppp2022-02-102-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.nocomer2022-02-102-21/+21
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.nocomer2022-02-102-21/+21
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.dasha2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.dasha2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.trifon2022-02-102-14/+14
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.trifon2022-02-102-14/+14
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.vladimir2022-02-101-25/+25
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.vladimir2022-02-101-25/+25
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.desertfury2022-02-102-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.desertfury2022-02-102-9/+9
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.khristich2022-02-101-3/+3
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.khristich2022-02-101-3/+3
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.khlebnikov2022-02-104-166/+166
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.khlebnikov2022-02-104-166/+166
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.hindsight2022-02-102-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.hindsight2022-02-102-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.alex-sh2022-02-101-4/+4
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.alex-sh2022-02-101-4/+4
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.tender-bum2022-02-102-2/+2
|