aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Add per-call context pointer APIGravatar Craig Tiller2015-05-01
|
* Merge pull request #1437 from jtattermusch/trace_batch_fixGravatar Craig Tiller2015-05-01
|\ | | | | fix: trace for grpc_call_start_batch only displayed lower 32bits of tag
* \ Merge pull request #1394 from yang-g/bugfixGravatar Craig Tiller2015-05-01
|\ \ | | | | | | Fix flow control issue
| * \ merge with headGravatar Yang Gao2015-05-01
| |\ \
* | \ \ Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-05-01
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: vsprojects/Grpc.mak
| * | | Merge pull request #1421 from zeliard/masterGravatar Nicolas Noble2015-04-30
| |\ \ \ | | | | | | | | | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows
| | * | | make Windows.h lowercase for cross compiling from LinuxGravatar Simon Koo2015-05-01
| | | | |
* | | | | Remove another old functionGravatar Craig Tiller2015-04-30
| | | | |
| * | | | Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-itGravatar Nicolas Noble2015-04-30
| |\ \ \ \ | | | | | | | | | | | | Ensure call alarms are cancelled when the underlying stream closes
| | | | | * added param names for grpc_call_start_batch trace.Gravatar Jan Tattermusch2015-04-30
| | | | | |
| | | | | * fix: trace for grpc_call_start_batch only displayed lower 32bits of tagGravatar Jan Tattermusch2015-04-30
| | | | | |
* | | | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
|\| | | | |
| * | | | | Merge pull request #1426 from ctiller/bad-frameGravatar Yang Gao2015-04-30
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix errant empty data frame after trailers
* | | | | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
|\| | | | | |
* | | | | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
|\ \ \ \ \ \ \
| | | | * | | | Ensure call alarms are cancelled when the underlying stream closesGravatar Craig Tiller2015-04-30
| | |_|/ / / / | |/| | | | |
| | | * | | | Fix errant empty data frame after trailersGravatar Craig Tiller2015-04-30
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | With the metadata batching changes recently, I introduced a bug whereby the http2 stream encoder would end up not being able to set the close bit on a header frame, and instead placed it on a new data frame, which is illegal by the HTTP2 spec.
| | * | | | Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-30
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | | * | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on WindowsGravatar zeliard2015-04-30
| | |/ / / | |/| | |
| * | | | make initializing overlapped-struct obvious for preventing a ciritical bugGravatar zeliard2015-04-30
| | | | |
| | * | | Removed redundant if from basic_timers.cGravatar David Garcia Quintas2015-04-29
| | | | |
| | * | | Fixed bad merge on basic_timers.cGravatar David Garcia Quintas2015-04-29
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Remove ungeneratable enum values and union membersGravatar Craig Tiller2015-04-29
| | | | |
* | | | | Remove ungeneratable enum values and union membersGravatar Craig Tiller2015-04-29
| | | | |
| | * | | Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition.
* | | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-29
|\| | | |
| * | | | Merge pull request #1406 from ctiller/crash-boom-bangGravatar Yang Gao2015-04-29
| |\ \ \ \ | | | | | | | | | | | | Incoming stream id validation fixes
| * | | | | Ref the cache default creds so that we do not crash next time we use it...Gravatar Julien Boeuf2015-04-29
| | | | | |
| * | | | | Merge pull request #1369 from ctiller/one-passGravatar Abhishek Kumar2015-04-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Unify transport & channel op interfaces
| * \ \ \ \ \ Merge pull request #1400 from ctiller/timersGravatar Vijay Pai2015-04-29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Capure thread id with default timer implementation
| | | | | * \ \ Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
| | | | * | | | Incoming stream id validation fixesGravatar Craig Tiller2015-04-29
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - correct log message on an invalid stream id - add an additional check that the low bit indicates a client stream id on the server
* | | | | | | Merge branch 'one-pass' into delete-the-old-apiGravatar Craig Tiller2015-04-28
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-28
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/channel_interface.h
| | | * | | | Capure thread id with default timer implementationGravatar Craig Tiller2015-04-28
| | | | |_|/ | | | |/| |
| | * | | | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-28
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'one-pass' of github.com:ctiller/grpc into one-passGravatar Craig Tiller2015-04-28
| | |\ \ \ \
| | * | | | | Add commentGravatar Craig Tiller2015-04-28
| | | | | | |
| * | | | | | Merge pull request #1370 from zeliard/masterGravatar Nicolas Noble2015-04-28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | add Windows x64 (WIN64) mode and make buildable for the VS project file
* | | | | | | | Remove _old apis from the core libraryGravatar Craig Tiller2015-04-28
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-28
|\| | | | | |
| | | | | | * Fix flow control issueGravatar Yang Gao2015-04-28
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #1377 from ctiller/server-cq-ownGravatar Vijay Pai2015-04-28
| |\ \ \ \ \ | | | | | | | | | | | | | | Have server hold a reference to completion queues
* | | | | | | Add some infrastructure for call refcount debuggingGravatar Craig Tiller2015-04-28
| | | | | | |
* | | | | | | Remove errant double finishGravatar Craig Tiller2015-04-28
| | | | | | |
| | | | | | * STAP annotation working.Gravatar David Garcia Quintas2015-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test annotations made to client_channel.c (start_rpc) and channel_create.c (grpc_channel_create).
* | | | | | | Return correct status message for lame clientGravatar Craig Tiller2015-04-27
| |_|_|/ / / |/| | | | |
* | | | | | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-27
|\| | | | |