Vijay Pai
1132c6b7db
Simplify and properly implement openloop testing.
...
Revive it in tests as well
9 years ago
Vijay Pai
d472ad2a7f
Merge branch 'alarm_mods' into alarm_openloop
9 years ago
Vijay Pai
810a13e2d3
Remove a small allocation, at the cost of a little uglier header file.
...
This commit may or may not be a great tradeoff.
9 years ago
Przemysław Sobala
fbf8c0b8ca
Update copyright
9 years ago
David G. Quintas
f79366a3c9
Merge pull request #5198 from dgquintas/server_interface_cleanup
...
Removed outdated mention of AsynchronousService
9 years ago
David Garcia Quintas
742a783c0d
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
9 years ago
David Garcia Quintas
26a9848416
Removed outdated mention of AsynchronousService
9 years ago
Vijay Pai
29e1d95a21
Revive gpr
9 years ago
Vijay Pai
c41abec7f8
Sanity: clang-format and regen projects
9 years ago
Vijay Pai
8ae883fc8f
Merge branch 'master' into alarm_mods
9 years ago
vjpai
dbca72fb01
init test
9 years ago
Vijay Pai
4ea3d4c38a
Merge pull request #5191 from ctiller/fixdocker
...
Fix docker inception for now
9 years ago
Vijay Pai
bfa6eb9015
Merge pull request #5196 from yang-g/no_rpc_service
...
Add a dummy reference to prevent unused variable warning if there is …
9 years ago
yang-g
e39cb740ca
Add a dummy reference to prevent unused variable warning if there is no rpc method defined.
9 years ago
vjpai
8fdafede06
tag fed in by user should be any arbitrary tag, not a CompletionQueueTag
...
type
9 years ago
Nicolas Noble
3d9a18cc0f
Merge pull request #5156 from jtattermusch/ruby_distribtest
...
Ruby distribtests on Linux
9 years ago
vjpai
f9f61cf5bc
Properly specify dependences on alarm.h in build.yaml
9 years ago
Jan Tattermusch
367708a8b9
make all the remaining ruby distribtest pass
9 years ago
Jan Tattermusch
09b19500f4
Merge pull request #5192 from nicolasnoble/fixing-ruby-example
...
Fixing Ruby examples.
9 years ago
Nicolas Noble
9c7961a014
Merge pull request #5165 from ctiller/bring_back_gpr
...
Bring back gpr
9 years ago
Nicolas "Pixel" Noble
9fe56a09fd
Fixing copyrights.
9 years ago
Nicolas "Pixel" Noble
7cc94e9381
Fixing Ruby examples.
9 years ago
Jan Tattermusch
5deaaa998c
install bundler in dockerfiles
9 years ago
vjpai
04e992a750
Make C++ alarm class usable and testable - there were some build issues and
...
it was not actually even included in the library or the test suite.
9 years ago
Jan Tattermusch
30665fef7a
ruby distribtest
9 years ago
Craig Tiller
f6fd7ec8a0
Fix docker inception for now
9 years ago
Michael Lumish
6d74725b05
Merge pull request #5188 from jtattermusch/resolve_0_13_merge
...
Upmerge changes from release-0_13
9 years ago
Michael Lumish
aaa876ac45
Make Node tests run on Windows
9 years ago
Vijay Pai
9982c6fc3a
Fix random number generators and improve code style (stop using
...
operator overloads)
9 years ago
Michael Lumish
82e7effaff
Merge pull request #5185 from lepatryk/byte-buffer
...
Pass delete[] explicitely to Nan::NewBuffer.
9 years ago
Nicolas Noble
673781fff6
Merge pull request #5182 from murgatroid99/node_drop_0.10_compat
...
Stop explicitly supporting Node 0.10 and 0.11
9 years ago
Jan Tattermusch
d883683d8f
Merge remote-tracking branch 'upstream/release-0_13' into resolve_0_13_merge
9 years ago
Jan Tattermusch
de79af95b4
Merge pull request #5187 from jtattermusch/1sec
...
Fix 1 second stall on Windows
9 years ago
Yang Gao
42fad8e765
Merge pull request #5041 from ejona86/sync-protos
...
Sync java options in example protos
9 years ago
Craig Tiller
10d3e59075
WTF
9 years ago
Craig Tiller
087c51a6bb
Fix 1 second stall on Windows
9 years ago
yang-g
1945ae4285
Fix copyright
9 years ago
yang-g
d59ad7ef39
Provide explicit API for user to set user agent string prefix
9 years ago
Jan Tattermusch
4d7ae30147
Merge pull request #5184 from nicolasnoble/merge-and-regen
...
Merge from 0.13 and regen projects.
9 years ago
Nicolas "Pixel" Noble
32b3f67438
Merge remote-tracking branch 'google/release-0_13' into merge-and-regen
...
Conflicts:
build.yaml
src/ruby/lib/grpc/version.rb
9 years ago
Jan Tattermusch
4c10112a13
Merge pull request #5179 from murgatroid99/node_distrib_test_macos_0.13
...
Enable Node distrib tests on Mac on release-0_13
9 years ago
Patryk Lesiewicz
777777efa4
Pass delete[] explicitely to Nan::NewBuffer.
...
Use the Nan::NewBuffer version that accepts an explicit callback
deallocating buffers. This way we'll be resilient to different nan/node
versions.
Fixes grpc/grpc#4867
9 years ago
Nicolas "Pixel" Noble
0cd9cbcf60
Fixing the absence of 'tag' in the version.
9 years ago
Stanley Cheung
fff1cb7f61
Merge pull request #5172 from stanley-cheung/composer-test
...
Test fix php interop test composer install git clone problem
9 years ago
murgatroid99
8c686e7507
Stop explicitly supporting Node 0.10 and 0.11
9 years ago
Stanley Cheung
d82efd877c
use HOME env var
9 years ago
murgatroid99
830f9a7780
Node Mac distribtest: fix handling of docker_suffix=None
9 years ago
murgatroid99
f25318c65e
Removed macos from the docker_suffix list
9 years ago
murgatroid99
617b4b8ac3
Fixed node mac distrib tests
9 years ago
murgatroid99
09727630b1
Enable Node distrib tests on Mac
9 years ago