Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add per-call context pointer API | 2015-05-01 | |
| | |||
* | Merge pull request #1437 from jtattermusch/trace_batch_fix | 2015-05-01 | |
|\ | | | | | fix: trace for grpc_call_start_batch only displayed lower 32bits of tag | ||
* \ | Merge pull request #1394 from yang-g/bugfix | 2015-05-01 | |
|\ \ | | | | | | | Fix flow control issue | ||
| * \ | merge with head | 2015-05-01 | |
| |\ \ | |||
* | \ \ | Merge github.com:grpc/grpc into delete-the-old-api | 2015-05-01 | |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: vsprojects/Grpc.mak | ||
| * | | | Merge pull request #1421 from zeliard/master | 2015-04-30 | |
| |\ \ \ | | | | | | | | | | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows | ||
| | * | | | make Windows.h lowercase for cross compiling from Linux | 2015-05-01 | |
| | | | | | |||
* | | | | | Remove another old function | 2015-04-30 | |
| | | | | | |||
| * | | | | Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-it | 2015-04-30 | |
| |\ \ \ \ | | | | | | | | | | | | | Ensure call alarms are cancelled when the underlying stream closes | ||
| | | | | * | added param names for grpc_call_start_batch trace. | 2015-04-30 | |
| | | | | | | |||
| | | | | * | fix: trace for grpc_call_start_batch only displayed lower 32bits of tag | 2015-04-30 | |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into delete-the-old-api | 2015-04-30 | |
|\| | | | | | |||
| * | | | | | Merge pull request #1426 from ctiller/bad-frame | 2015-04-30 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix errant empty data frame after trailers | ||
* | | | | | | | Merge github.com:grpc/grpc into delete-the-old-api | 2015-04-30 | |
|\| | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into delete-the-old-api | 2015-04-30 | |
|\ \ \ \ \ \ \ | |||
| | | | * | | | | Ensure call alarms are cancelled when the underlying stream closes | 2015-04-30 | |
| | |_|/ / / / | |/| | | | | | |||
| | | * | | | | Fix errant empty data frame after trailers | 2015-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 stap | 2015-04-30 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
| | | * | | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows | 2015-04-30 | |
| | |/ / / | |/| | | | |||
| * | | | | make initializing overlapped-struct obvious for preventing a ciritical bug | 2015-04-30 | |
| | | | | | |||
| | * | | | Removed redundant if from basic_timers.c | 2015-04-29 | |
| | | | | | |||
| | * | | | Fixed bad merge on basic_timers.c | 2015-04-29 | |
| | | | | | |||
| | * | | | Merge remote-tracking branch 'upstream/master' into stap | 2015-04-29 | |
| | |\ \ \ | | |/ / / | |/| | | | |||
* | | | | | Remove ungeneratable enum values and union members | 2015-04-29 | |
| | | | | | |||
* | | | | | Remove ungeneratable enum values and union members | 2015-04-29 | |
| | | | | | |||
| | * | | | Merge comments. See below. | 2015-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-api | 2015-04-29 | |
|\| | | | | |||
| * | | | | Merge pull request #1406 from ctiller/crash-boom-bang | 2015-04-29 | |
| |\ \ \ \ | | | | | | | | | | | | | Incoming stream id validation fixes | ||
| * | | | | | Ref the cache default creds so that we do not crash next time we use it... | 2015-04-29 | |
| | | | | | | |||
| * | | | | | Merge pull request #1369 from ctiller/one-pass | 2015-04-29 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Unify transport & channel op interfaces | ||
| * \ \ \ \ \ | Merge pull request #1400 from ctiller/timers | 2015-04-29 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Capure thread id with default timer implementation | ||
| | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into stap | 2015-04-29 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||
| | | | | * | | | Integration of Systemtap (STAP) for profiling. | 2015-04-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | ||
| | | | * | | | | Incoming stream id validation fixes | 2015-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-api | 2015-04-28 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into delete-the-old-api | 2015-04-28 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/channel_interface.h | ||
| | | * | | | | Capure thread id with default timer implementation | 2015-04-28 | |
| | | | |_|/ | | | |/| | | |||
| | * | | | | Merge github.com:grpc/grpc into one-pass | 2015-04-28 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
| | * | | | | Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass | 2015-04-28 | |
| | |\ \ \ \ | |||
| | * | | | | | Add comment | 2015-04-28 | |
| | | | | | | | |||
| * | | | | | | Merge pull request #1370 from zeliard/master | 2015-04-28 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | add Windows x64 (WIN64) mode and make buildable for the VS project file | ||
* | | | | | | | | Remove _old apis from the core library | 2015-04-28 | |
| |_|_|/ / / / |/| | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into one-pass | 2015-04-28 | |
|\| | | | | | | |||
| | | | | | * | Fix flow control issue | 2015-04-28 | |
| | |_|_|_|/ | |/| | | | | |||
| * | | | | | Merge pull request #1377 from ctiller/server-cq-own | 2015-04-28 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Have server hold a reference to completion queues | ||
* | | | | | | | Add some infrastructure for call refcount debugging | 2015-04-28 | |
| | | | | | | | |||
* | | | | | | | Remove errant double finish | 2015-04-28 | |
| | | | | | | | |||
| | | | | | * | STAP annotation working. | 2015-04-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test annotations made to client_channel.c (start_rpc) and channel_create.c (grpc_channel_create). | ||
* | | | | | | | Return correct status message for lame client | 2015-04-27 | |
| |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into one-pass | 2015-04-27 | |
|\| | | | | |