summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Collapse)AuthorAgeFilesLines
* Improve IC packet slicingalexvru2022-11-174-19/+21
|
* fix node crash on bad content length parsingxenoxeno2022-11-171-8/+20
|
* Improve semaphore,kruall2022-11-153-313/+434
|
* Improve TContiguouseData interfaceinnokentii2022-11-142-9/+40
| | | improve TContiguousData interface
* Add Detach to TSharedDatainnokentii2022-11-115-6/+36
| | | add Detach to TSharedData
* guess socket type on creationxenoxeno2022-11-092-7/+38
|
* pass away guardivanmorozov2022-11-081-1/+30
|
* Add owner-based shared_data backend impl for contiguous_datainnokentii2022-11-085-183/+213
| | | add owner-based shared_data backend impl for contiguous_data
* async send methodivanmorozov2022-11-072-0/+5
|
* Add msvc workaround for TContiguousDatainnokentii2022-11-031-2/+2
| | | workaround for msvc compiler
* Add extra Y_VERIFY in PassAwayalexvru2022-10-288-4/+16
|
* Enable linux-arm platform.dcherednik2022-10-262-1/+61
|
* fix NO_DEBUG_INFO() for OS_DARWINsnermolaev2022-10-231-0/+181
|
* fix namespace usage for tls variableivanmorozov2022-10-211-9/+9
|
* actor logs usage simplificationivanmorozov2022-10-211-0/+43
|
* event for anything (temporary compatibility with simple events)ivanmorozov2022-10-213-16/+30
|
* use context constructor and sender guard instead of method with a lot of ↵ivanmorozov2022-10-212-5/+41
| | | | arguments
* optimize interfacesivanmorozov2022-10-195-24/+46
|
* actors object modelivanmorozov2022-10-1815-65/+255
|
* Improve TContigousData interfaceinnokentii2022-10-182-78/+227
| | | improve TContiguousData interface
* Remove redundant TString conversion in blobstorageinnokentii2022-10-171-0/+7
| | | remove redundant copying
* Fix wilson uploader event handleralexvru2022-10-121-5/+33
|
* Use TContiguousData rooms interface in vdisk/pdiskinnokentii2022-10-103-5/+121
| | | | | | | separate concerns add tracing add tracing calls
* support content-type in GETuzhas2022-10-042-1/+26
|
* Use TContiguousData rooms interface in vdisk/pdiskinnokentii2022-09-301-0/+8
| | | Use TContiguousData rooms interface in vdisk/pdisk/erasure
* Extend TContiguousData interfaceinnokentii2022-09-295-39/+438
| | | extend TContiguousData interface
* Pre resolve self address for discoveryhor9112022-09-291-1/+10
|
* External build system generator release 10robot-ya-builder2022-09-261-1/+1
| | | Update tools: yexport
* Add GroupOverseer component for testingalexvru2022-09-242-0/+4
|
* spans usage for rpc_long_txivanmorozov2022-09-232-2/+10
|
* add profile attribute into profile spanivanmorozov2022-09-222-5/+18
|
* span with profileivanmorozov2022-09-216-0/+253
|
* Add TContiguousDatainnokentii2022-09-168-488/+1109
| | | extract TChunk as TContiguousData
* add log buffer 3andrew-rykov2022-09-156-176/+162
|
* NextRetryDelay workaround + last bytes logs on retryhor9112022-09-141-10/+15
|
* TRope zero-copy extractinnokentii2022-09-132-1/+79
| | | extend TRope interface with underlying container extraction
* Remove Sleep from logger when AllowDrop is falsesnaury2022-09-132-14/+3
|
* add-log-buffer 2andrew-rykov2022-09-1310-170/+432
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | add log buffer changed names added move changed details fixed released buffer procedure returned condition IgnoredCount > 0 default bufferSizeLimitBytes = 0 returned passedCount declaration returned Y_VERIFY removed passedcount changed buffer reducing no new line at the end of file added srcs in ya.make add log buffer
* Replace TString with TRope TEvVPutinnokentii2022-09-122-4/+75
| | | | | | | add TRope to string comparators make TRope from string constructor explicit replace TString to TRope in couple places
* Bump play services to latest versionstrivias2022-09-122-0/+1324
|
* Replace TString with TRope in TEvPutinnokentii2022-09-101-1/+1
| | | replace TString with TRope in TEvPut
* remove macros clash with absl librariesgvit2022-09-091-12/+12
|
* Move TSharedData to actors libinnokentii2022-09-0912-3/+719
| | | | | | | fix MemoryTrack usages move MemoryTrack to utils move TSharedData to actors lib
* Add method for sending message without waking thread up,kruall2022-09-0711-122/+234
|
* External build system generator release 7robot-ya-builder2022-09-061-1/+1
|
* Extend TRope interface to improve single-buffer cases usageinnokentii2022-09-052-13/+298
| | | add TRope single-buffer interfaces
* Update external build system generation utilityrobot-ya-builder2022-09-014-0/+23
| | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags
* remove unused includestobo2022-08-312-2/+0
|
* Add support of Wilson tracing lib for kqp executionmdartemenko2022-08-261-1/+3
| | | | | | | | | add tracing to scan executer add tracing to data and literal executer add local traces add scan executer coverage
* Fix false positive Y_VERIFYalexvru2022-08-221-12/+17
|