summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* move parser_ut to YQd-mokhnatkin2022-08-193-0/+503
|
* Add rope embedded list optionalexvru2022-08-194-188/+426
|
* Fix Wilson verbosity and PipeCache TraceId forwardingalexvru2022-08-193-15/+23
|
* Library/cpp/actors Activitieshor9112022-08-1914-4/+30
|
* temp fix ydb oss sync config to unlock sync on /vendor dependencyalexv-smirnov2022-08-181-0/+4
|
* fixup move(const&)asorotsky2022-08-161-1/+1
|
* fix content-length 0 in requestsxenoxeno2022-08-152-3/+23
|
* Prepare to clang14: fix library/cpp/actors/interconnect ↵heretic2022-08-102-2/+8
| | | | | | | -Wunused-but-set-variable && -Wdeprecated-copy fix library/cpp/actors/interconnect -Wdeprecated-copy fix library/cpp/actors/interconnect -Wunused-but-set-variable
* pg proxy and pg wire first versionxenoxeno2022-08-091-0/+1
|
* Allow automatic span termination in dtor without erroralexvru2022-08-031-4/+32
|
* Throttle Wilson uploaderalexvru2022-07-291-30/+56
|
* Fix bugalexvru2022-07-291-1/+3
|
* reduce debug logsbbiff2022-07-292-6/+7
|
* Mark down DS proxy and VDisk parts to use Wilson tracingalexvru2022-07-2811-34/+163
|
* change default PB message size in actor systemmonster2022-07-252-5/+1
|
* Add TString Host to TEvResolveError,serg-belyakov2022-07-253-1/+4
| | | Add TString Host field to TEvResolveError
* [] Revert rXXXXXX () - causes timeouts on many testsaneporada2022-07-253-29/+0
|