Craig Tiller
|
ce9c4ee6db
|
Merge branch 'not-everyone-can-be-included' into just-say-goodbye-when-we-are-done
Conflicts:
src/core/transport/chttp2_transport.c
|
10 years ago |
Craig Tiller
|
c5b5290bc6
|
Merge github.com:grpc/grpc into not-everyone-can-be-included
|
10 years ago |
Yang Gao
|
772187cdf0
|
Merge pull request #2208 from ctiller/tis-but-thy-name
Client configuration for core
|
10 years ago |
Craig Tiller
|
298b0b93ff
|
Avoid finishing writes until data actually sent
|
10 years ago |
Craig Tiller
|
03b4bb9dfa
|
Merge github.com:grpc/grpc into tis-but-thy-name
|
10 years ago |
Craig Tiller
|
76d2c3b951
|
Split mu_call into a server-wide and a per-call lock
|
10 years ago |
Craig Tiller
|
e822963e8b
|
Merge github.com:grpc/grpc into just-say-goodbye-when-we-are-done
|
10 years ago |
Craig Tiller
|
bea1e621a1
|
Fix Windows Crash
|
10 years ago |
Craig Tiller
|
4092564c33
|
Fix crash under Windows
|
10 years ago |
Vijay Pai
|
361d1a9b8a
|
Merge pull request #2306 from ctiller/reset-thy-counts-or-fear-my-wrath
Fix potential double delete
|
10 years ago |
yang-g
|
9383823811
|
Merge remote-tracking branch 'upstream/master' into security_context2
|
10 years ago |
yang-g
|
c4eef2eae8
|
add a test case in end2end_test
|
10 years ago |
murgatroid99
|
06e5471aa4
|
Added other LDFLAGS to node gyp file
|
10 years ago |
Yang Gao
|
07a44c9d51
|
Merge pull request #2307 from ctiller/im-so-pretty
Make log lines line up and be prettier
|
10 years ago |
murgatroid99
|
b771f91d60
|
Only use pkg-config if grpc is installed
|
10 years ago |
Craig Tiller
|
5cdc81d709
|
Fix test mode
|
10 years ago |
David G. Quintas
|
fc8c8dcc32
|
Merge pull request #2293 from ctiller/pack-your-bags
Structure repacking and sizing
|
10 years ago |
Craig Tiller
|
f9899d27f8
|
Merge github.com:grpc/grpc into tis-but-thy-name
|
10 years ago |
Craig Tiller
|
be3da35369
|
Merge branch 'tis-but-thy-name' into just-say-goodbye-when-we-are-done
|
10 years ago |
Craig Tiller
|
6f7411fc9c
|
Handle settings frame making a stream writable
|
10 years ago |
yang-g
|
8068f86974
|
Add a unit test
|
10 years ago |
Michael Lumish
|
cd54c60c08
|
Merge pull request #2291 from jcanizales/skylark-objc-library
Add Bazel macros to depend on an automatically-generated gRPC library
|
10 years ago |
Craig Tiller
|
43f5ac6a28
|
Guard against double pollset shutdown completion
|
10 years ago |
yang-g
|
5ea46ab248
|
merge with upstream and resolve conflicts
|
10 years ago |
yang-g
|
3abe60b9d0
|
compiles
|
10 years ago |
Yang Gao
|
d426864934
|
Merge pull request #2279 from vjpai/openleaks
qps_test memory leak elimination: delete spare contexts lying around at the end of test
|
10 years ago |
murgatroid99
|
d046cc6de5
|
Added some tests for the health check service
|
10 years ago |
murgatroid99
|
357e18123d
|
Link Node against static dependencies just in case
|
10 years ago |
Craig Tiller
|
1dd7026cd2
|
Fixup some tests
|
10 years ago |
murgatroid99
|
66d6edb7fb
|
Made pkg-config a variable in the Makefile
|
10 years ago |
Craig Tiller
|
043a0a83c5
|
Add a short description of available resolution schemes
|
10 years ago |
murgatroid99
|
d8f1ef72fb
|
Reversed condition for requiring rt
|
10 years ago |
murgatroid99
|
4fed2127b7
|
Make generated .pc files list themselves as libraries
|
10 years ago |
Craig Tiller
|
87d2cac981
|
clang-format changed files
|
10 years ago |
Craig Tiller
|
63a4e22713
|
Merge branch 'footprints-on-the-sands-of-time' of github.com:ctiller/grpc into footprints-on-the-sands-of-time
|
10 years ago |
Craig Tiller
|
f1bff01631
|
clang-format changed files
|
10 years ago |
Jorge Canizales
|
1773007f5b
|
Point tests Podfile to Protobuf submodule instead of release
|
10 years ago |
murgatroid99
|
b0d8b31b44
|
Use pkg-config in node's binding.gyp
|
10 years ago |
Craig Tiller
|
a368bd26d1
|
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
|
10 years ago |
Craig Tiller
|
863fad71ea
|
Update Windows for new time system
|
10 years ago |
Craig Tiller
|
20b5fe9282
|
Fixup C++
|
10 years ago |
Craig Tiller
|
1a65a234d9
|
Add metadata refcount debugging
|
10 years ago |
Craig Tiller
|
f81ac3aced
|
Make log lines line up and be prettier
|
10 years ago |
Craig Tiller
|
377881204f
|
Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name
|
10 years ago |
Craig Tiller
|
3f2db5a4a1
|
Fix potential double delete
|
10 years ago |
Vijay Pai
|
775eaec770
|
Merge pull request #2151 from sidrakesh93/master
Changes required for reporting metrics to performance database server
|
10 years ago |
Michael Lumish
|
8497c79155
|
Merge pull request #2301 from jcanizales/move-grpcmethodname
Move GRPCMethodName to the Proto-specific gRPC client
|
10 years ago |
Michael Lumish
|
790d7b7881
|
Merge pull request #2297 from jcanizales/fix-build
Fix build breakage of moving include/grpc/ into grpc/
|
10 years ago |
Craig Tiller
|
825b21cd1f
|
Fix segfault
The server transport started reading fractionally too early, leading to
the accept callback not being ready in some cases.
|
10 years ago |
Craig Tiller
|
a82fef14b3
|
Fix bad assert, memory leak
|
10 years ago |