aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Expand benchmark coverage to isolated grpc_call scenarios against a dummy ↵Gravatar Craig Tiller2017-03-16
| | | | filter stack
* Merge pull request #10156 from grpc/nameGravatar Nicolas Noble2017-03-16
|\ | | | | G stands for...
* \ Merge pull request #10052 from ctiller/nolockGravatar Craig Tiller2017-03-16
|\ \ | | | | | | Remove most usage of the grpc_call lock
* \ \ Merge pull request #10122 from ctiller/arenaGravatar Craig Tiller2017-03-15
|\ \ \ | | | | | | | | Arena allocator for grpc
* | | | Remove grpc_udp_server dependency on grpc_server.Gravatar Michael Warres2017-03-14
| | | |
| | | * G stands for...Gravatar Nicolas "Pixel" Noble2017-03-14
| |_|/ |/| |
| * | Get growth rightGravatar Craig Tiller2017-03-14
| | |
* | | Merge pull request #10131 from ncteisen/copy-and-unref-fixGravatar Noah Eisen2017-03-14
|\ \ \ | | | | | | | | Fix Copy and Unref Bug
| | | * Merge github.com:grpc/grpc into nolockGravatar Craig Tiller2017-03-14
| | | |\ | |_|_|/ |/| | |
| * | | clang fmtGravatar ncteisen2017-03-13
| | | |
| * | | Atomically load ref debugging output numbersGravatar ncteisen2017-03-13
| | | |
| | | * Fix cancellationGravatar Craig Tiller2017-03-13
| | | |
| * | | Code health and commentsGravatar ncteisen2017-03-13
| | | |
| * | | Fix copy and unref race cond bugGravatar ncteisen2017-03-13
| | | |
| | * | clang-formatGravatar Craig Tiller2017-03-13
| | | |
| | * | Fix race conditionGravatar Craig Tiller2017-03-13
| | | |
| | * | Concurrent testGravatar Craig Tiller2017-03-13
| | | |
| | * | Arena allocator for grpcGravatar Craig Tiller2017-03-12
| |/ /
| | * debugGravatar Craig Tiller2017-03-10
| | |
* | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
|\ \ \ | |/ / |/| |
* | | Merge pull request #10074 from vjpai/commentGravatar Vijay Pai2017-03-10
|\ \ \ | | | | | | | | Fix a comment re wakeup_fd
* \ \ \ Merge pull request #9963 from ncteisen/error-arena-optimizationGravatar Noah Eisen2017-03-10
|\ \ \ \ | | | | | | | | | | Error arena optimization
| | | * \ Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
| | | |\ \ | | | | | | | | | | | | Add uv resolver fallback for named ports, fix portability tests
* | | | | | Ensure GRPC_TIMER_END gets calledGravatar Craig Tiller2017-03-10
| | | | | | | | | | | | | | | | | | | | | | | | Not calling this breaks our latency tracing/analysis code
| | | | | * Handle a race between cancellation of a parent call and adding a childGravatar Craig Tiller2017-03-10
| | | | | |
| * | | | | Address github commentsGravatar ncteisen2017-03-09
| | | | | |
| | * | | | Fix a commentGravatar Vijay Pai2017-03-09
| | |/ / /
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-09
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | s/realloc/gpr_realloc to fix mem bugGravatar Noah Eisen2017-03-09
| | | | |
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-09
| | |\ \ \ | | |/ / / | |/| | | | | | | | error-arena-optimization
| | | * | Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| | | | |
| | | | * Race fixesGravatar Craig Tiller2017-03-09
| | | | |
| * | | | Merge pull request #10040 from rjshade/udp_use_after_freeGravatar Yang Gao2017-03-08
| |\ \ \ \ | | | | | | | | | | | | Fix flaky use-after-free in udp_server
| | | | | * Fix barriersGravatar Craig Tiller2017-03-08
| | | | | |
| | | | | * Remove most usage of the grpc_call lockGravatar Craig Tiller2017-03-08
| | |_|_|/ | |/| | |
| | | * | Error arena optimizationGravatar ncteisen2017-03-08
| |_|/ / |/| | |
| | * | Fix flaky use-after-free in udp_serverGravatar Robbie Shade2017-03-08
| | | |
| * | | Fix lockingGravatar Craig Tiller2017-03-07
| | | |
| | | * Revert "Fix flaky use-after-free in udp_server"Gravatar Yang Gao2017-03-07
| | | |
| | | * Fix flaky use-after-free in udp_serverGravatar Robbie Shade2017-03-07
| | |/
| * | Fix initializationGravatar Craig Tiller2017-03-07
| | |
| * | Silence accept4 message when its irrelevantGravatar Craig Tiller2017-03-07
| |/
| * Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| |\
| * \ Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-03-03
| |\ \ | | | | | | | | Add a slice type that shares a refcount with a transport stream
| * \ \ Merge pull request #9921 from ctiller/fastcreateGravatar Craig Tiller2017-03-03
| |\ \ \ | | | | | | | | | | Eliminate cancellation if we never sent an op down
| * | | | Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
| | | | |
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-01
|\ \ \ \ \
| | * | | | Return an error when the HTTP first line or header is longer than 4KGravatar yang-g2017-03-01
| |/ / / /
| | | * | Merge github.com:grpc/grpc into stream_owned_sliceGravatar Craig Tiller2017-03-01
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
| | | | |