aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http
Commit message (Expand)AuthorAgeFilesLines
* fix coverity issue: resource leakuzhas2023-10-171-2/+4
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-172-6/+6
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-161-7/+7
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-093-3/+3
* KIKIMR-19627: Exclude logging for responses with status 2xxmolotkov-and2023-10-091-1/+1
* KIKIMR-19463: Increase url perform size in http actor libmolotkov-and2023-09-291-1/+1
* switch web login service to http handlers to avoid promise lock-out KIKIMR-19359xenoxeno2023-09-152-2/+2
* Intermediate changesrobot-piglet2023-09-064-16/+8
* Fix input variable missprintsvidyuk2023-08-309-0/+291
* All .ll files support in LLVM_BCsvidyuk2023-08-309-291/+0
* add ymake export to ydbalexv-smirnov2023-06-132-0/+52
* more detailed logging;qkrorlqr2023-05-241-1/+14
* Add SSL_OP_NO_TLSv1_1, SSL_OP_NO_TLSv1 ssl optionsmolotkov-and2023-05-161-0/+2
* External build system generator release 29robot-ya-builder2023-04-192-2/+2
* YDB support OpenID Connectmolotkov-and2023-04-112-8/+12
* Intermediate changesrobot-piglet2023-04-104-5/+13
* Switch to lld64.ld on darwin target platformhiddenpath2023-04-011-2/+1
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-52/+0
* revert light eventsxenoxeno2023-03-282-16/+16
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-231-1/+1
* External build system generator release 21robot-ya-builder2023-03-172-6/+6
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1511-0/+336
* Add SSL_set_tlsext_host_name ssl optionmolotkov-and2023-03-094-14/+19
* light events for actor systemxenoxeno2023-03-092-16/+16
* Intermediate changesrobot-piglet2023-03-092-0/+35
* Intermediate changesrobot-piglet2023-03-073-2/+2
* External build system generator release 17robot-ya-builder2023-03-061-1/+1
* Add capability to set headers to outgoing responsemolotkov-and2023-03-063-8/+120
* Intermediate changesrobot-piglet2023-02-073-24/+24
* Intermediate changesrobot-piglet2023-02-073-24/+24
* External build system generator release 12robot-ya-builder2023-01-311-1/+1
* External build system generator release 8robot-ya-builder2023-01-174-4/+4
* [actors/http] Fixed inactivity event handlinguranix2022-12-211-8/+8
* Sync linux-headers instead of using system onesthegeorg2022-12-154-25/+108
* fix node crash on bad content length parsingxenoxeno2022-11-171-8/+20
* guess socket type on creationxenoxeno2022-11-092-7/+38
* support content-type in GETuzhas2022-10-042-1/+26
* Library/cpp/actors Activitieshor9112022-08-196-0/+14
* fix content-length 0 in requestsxenoxeno2022-08-152-3/+23
* fix utxenoxeno2022-07-111-0/+1
* Create kesuses for rate limiting in YQgalaxycrab2022-07-083-19/+32
* intermediate changesarcadia-devtools2022-07-011-2/+39
* intermediate changesarcadia-devtools2022-06-101-1/+3
* intermediate changesarcadia-devtools2022-06-091-1/+6
* intermediate changesarcadia-devtools2022-06-021-1/+1
* intermediate changesarcadia-devtools2022-06-015-10/+102
* add https support to builtin monitoring KIKIMR-14868Alexey Efimov2022-05-231-2/+3
* fixes for redirections KIKIMR-14742Alexey Efimov2022-05-201-1/+8
* add support for mixed and ipv4-only environment KIKIMR-14869Alexey Efimov2022-05-189-53/+250
* add http-mon via ic proxy KIKIMR-14742Alexey Efimov2022-05-172-2/+12