Nicolas "Pixel" Noble
|
7ef1e531ff
|
Adding coverage report for ruby.
|
9 years ago |
Nicolas "Pixel" Noble
|
96847efefd
|
Making ruby's gcov configuration work.
|
9 years ago |
Nicolas Noble
|
9f4554ef94
|
Merge pull request #4217 from adelez/fix_coverage
Run code coverage no matter if tests failed or succeeded.
|
9 years ago |
Nicolas "Pixel" Noble
|
ba404826be
|
Clang format.
|
9 years ago |
Craig Tiller
|
508f6c73c4
|
Merge pull request #4225 from nicolasnoble/format-master
Clang format.
|
9 years ago |
Nicolas "Pixel" Noble
|
ac5e2eef91
|
Clang format.
|
9 years ago |
Nicolas "Pixel" Noble
|
f9c58f3bf7
|
Merge branch 'release-0_12'
Conflicts:
src/core/security/credentials.c
test/core/security/credentials_test.c
|
9 years ago |
Michael Lumish
|
cf42611b39
|
Merge pull request #4219 from w4-sjcho/master
Fixes memory leaks described in #4211
|
9 years ago |
Michael Lumish
|
3e5cbee777
|
Merge pull request #4223 from jcanizales/filter-protobuf-warnings
Filter Protobuf nullable warnings
|
9 years ago |
Michael Lumish
|
7127b68f03
|
Merge pull request #4210 from jcanizales/objc-012
Update ObjC versions for 0.12 release
|
9 years ago |
yang-g
|
5d85037748
|
update api
|
9 years ago |
Jorge Canizales
|
42fe14a876
|
The podspec is a template. The podspec is a template.
The podspec is a template.
|
9 years ago |
Jorge Canizales
|
f762d40412
|
Filter Protobuf nullable warnings
|
9 years ago |
Jan Tattermusch
|
36065beee2
|
grpc_csharp_ext VS2015 support
|
9 years ago |
Jan Tattermusch
|
ef292c34e2
|
update openssl nuget packages
|
9 years ago |
Jan Tattermusch
|
fd72a4c689
|
update zlib nuget packages
|
9 years ago |
yang-g
|
58f8049645
|
Add a test
|
9 years ago |
Seongjin Cho
|
5c3d571c1a
|
Fixes memory leak when receiving data
|
9 years ago |
Adele Zhou
|
803af15b58
|
Run code coverage no matter if tests failed or succeeded.
|
9 years ago |
yang-g
|
dc2159309a
|
Release fd api
|
9 years ago |
Nicolas Noble
|
73081d1582
|
Merge pull request #4216 from jtattermusch/run_jenkins_fixes
Fixes to run_jenkins.sh script
|
9 years ago |
Jan Tattermusch
|
837865af40
|
fixes to run_jenkins.sh script
|
9 years ago |
Seongjin Cho
|
8b77d61d8f
|
Memory leak fix?
|
9 years ago |
Jorge Canizales
|
e3d9db2667
|
Adjust version requirements through samples and tests.
|
9 years ago |
Jorge Canizales
|
d1908b10dd
|
Move podspec version to 0.12
|
9 years ago |
Yang Gao
|
4ffc9d85f1
|
Merge pull request #4208 from jboeuf/cpp_new_creds_plugin_api
Cpp new creds plugin api
|
9 years ago |
Craig Tiller
|
de83121308
|
Merge github.com:grpc/grpc into no-transport-metadata
|
9 years ago |
Julien Boeuf
|
6489740a7c
|
Improving documentation.
|
9 years ago |
Julien Boeuf
|
67c2c95788
|
Fixing typo.
|
9 years ago |
Julien Boeuf
|
2b8e9ca49d
|
Merge branch 'release-0_12' of github.com:grpc/grpc into cpp_new_creds_plugin_api
|
9 years ago |
jboeuf
|
b1c41d7b0d
|
Merge pull request #4154 from jboeuf/new_creds_plugin_api
Changing the credentials plugin API.
|
9 years ago |
Julien Boeuf
|
eb029c93fb
|
Better documentation of the method_name field.
Also passing empty string as opposed to NULL when the method name is not
found. This is much less error-prone.
|
9 years ago |
yang-g
|
52705590e4
|
Add set pointer api to channel_arguments
|
9 years ago |
yang-g
|
a23f17b123
|
add server_builder_option
|
9 years ago |
murgatroid99
|
fb40b81cda
|
Added most of what's needed for QPS benchmark measurement
|
9 years ago |
Carl Mastrangelo
|
945836eade
|
Handle goaway and http1 responses
|
9 years ago |
Craig Tiller
|
299bcd5521
|
Merge pull request #4089 from yang-g/initial_string
Support sending an initial connect string at the beginning of client tcp connection.
|
9 years ago |
yang-g
|
d9f6101967
|
merge with head
|
9 years ago |
Craig Tiller
|
7221d999bb
|
Global hook for doing something in response to a synchronous server call
|
9 years ago |
Nicolas Noble
|
447c795bb8
|
Merge pull request #4032 from ctiller/better-profile
Lower latency profiling
|
9 years ago |
David G. Quintas
|
674b145b03
|
Merge pull request #4136 from ctiller/configurable-lookahead
Add a (temporary) facility to tune stream read-ahead size
|
9 years ago |
Nicolas Noble
|
e18872e770
|
Merge pull request #4203 from ctiller/power-to-the-peanut-people-rah-rah
Generic immutable AVL tree
|
9 years ago |
Craig Tiller
|
a869b5b66b
|
Merge github.com:grpc/grpc into configurable-lookahead
|
9 years ago |
Craig Tiller
|
6d3b229209
|
Merge github.com:grpc/grpc into no-transport-metadata
Conflicts:
test/cpp/interop/stress_test.cc
|
9 years ago |
Craig Tiller
|
340754466e
|
Make metadata leaks a warning, and not a fatal error
There's still a bug on Windows that will take some time to track down
|
9 years ago |
Craig Tiller
|
3328a5828f
|
clang-format
|
9 years ago |
Craig Tiller
|
22d11e1a76
|
Reduce code size for AVL tree
By rewriting a few stanza's to give the compiler more flexibility in
order of operations, reduce code size by about 1kb.
|
9 years ago |
Craig Tiller
|
9c721ff3f7
|
faster asserts
|
9 years ago |
Craig Tiller
|
a3c03e6854
|
Fix memory leak
|
9 years ago |
Craig Tiller
|
20d99c0c96
|
AVL: add documentation
|
9 years ago |