aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
Commit message (Collapse)AuthorAge
* Merge pull request #1511 from ctiller/i-forgot-stuffGravatar Yang Gao2015-05-08
|\ | | | | Fix potential leak
| * Fix potential leakGravatar Craig Tiller2015-05-07
| |
* | Validate that headers contain legal bytesGravatar Craig Tiller2015-05-06
|/
* Merge pull request #1395 from ctiller/swappyGravatar David G. Quintas2015-05-05
|\ | | | | Optimize a few core routines
* \ Merge pull request #1447 from ctiller/magical-void-pointersGravatar jboeuf2015-05-05
|\ \ | | | | | | Add per-call context pointer API
* \ \ Merge pull request #1464 from yang-g/initGravatar Craig Tiller2015-05-05
|\ \ \ | | | | | | | | Expose max message size at the server side.
| * | | resolve commentsGravatar Yang Gao2015-05-04
| | | |
| | | * Merge github.com:grpc/grpc into swappyGravatar Craig Tiller2015-05-04
| | | |\
| * | | \ merge with headGravatar Yang Gao2015-05-04
| |\ \ \ \ | | | |_|/ | | |/| |
* | / | | Added missing profiling tags.Gravatar David Garcia Quintas2015-05-04
| |/ / / |/| | |
* | | | Merge pull request #1396 from ctiller/one-readGravatar Yang Gao2015-05-04
|\ \ \ \ | | | | | | | | | | Deliver data up from tcp immediately
| | * \ \ merge with headGravatar Yang Gao2015-05-04
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | clang-formatGravatar Yang Gao2015-05-04
| | | | |
| | * | | fix a deadlock in cancel callGravatar Yang Gao2015-05-04
| | | | |
| | | * | 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 github.com:grpc/grpc into one-readGravatar Craig Tiller2015-05-01
| | |\ \ | |_|/ / |/| | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
* | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-05-01
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak
* | | | | 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 branch 'one-read' into swappyGravatar Craig Tiller2015-04-30
| | | | | |\
| | | | | | * Merge github.com:grpc/grpc into one-readGravatar 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
| | | | | |
| * | | | | 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 branch 'one-read' into swappyGravatar Craig Tiller2015-04-29
| | | | | |\ | | | | | |/ | | | | |/|
| * | | | | 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.
| | | | | * | Add some helpful timing markersGravatar Craig Tiller2015-04-28
| | | | | | |
* | | | | | | Remove _old apis from the core libraryGravatar Craig Tiller2015-04-28
| |_|/ / / / |/| | | | |
* | | | | | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-28
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | | | * Promote SWAP to GPR_SWAPGravatar Craig Tiller2015-04-28
| | | | |/
| | | | * Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-04-28
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Add flow control tracingGravatar Craig Tiller2015-04-28
| | | | | | | | | | | | | | | | | | | | Allow some insight into what the flow controller is doing
| | | | * Refine need_more_dataGravatar Craig Tiller2015-04-28
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | We don't need to request more transport data if we: - already have queued messages - are not ready to receive messages
| * | | 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
|\| | |
| * | | Pass deadline to call details for batch callsGravatar Masood Malekghassemi2015-04-27
| | |/ | |/|
| | * Dont use op outstanding refs to count ownershipGravatar Craig Tiller2015-04-27
| | |
| | * Have server hold a reference to completion queuesGravatar Craig Tiller2015-04-27
| |/ | | | | | | | | In the presence of garbage collectors, this helps ensure that completion queues outlive the servers that depend upon them.
* | Add a lock that seems to helpGravatar Craig Tiller2015-04-27
| |