yang-g
c5d3f43713
make random uint32
9 years ago
Abhishek Kumar
8da46b0e63
Merge pull request #2660 from yang-g/reconnect_interop_spec
...
Reconnect interop spec
9 years ago
Abhishek Kumar
eaf9e87a08
Suffixed -bin for server descrioption of echo trailing metadata
9 years ago
Craig Tiller
0613e5835b
Fix a race that could cause a double delete
9 years ago
Craig Tiller
e2b3bfa4e4
Ensure server is alive when we free requested calls
9 years ago
Craig Tiller
42b6c93c36
Make TSAN happy with our lock free stack
9 years ago
yang-g
dc71eeba7b
remove braces
9 years ago
Vijay Pai
c226edcadc
Merge pull request #2706 from yang-g/remove_get_from_accessor
...
make accessors from get_x() to x()
9 years ago
yang-g
6e605e1190
resolve comments
9 years ago
yang-g
dcf6c90b33
merge with head
9 years ago
murgatroid99
0814371985
Merge branch 'master' of github.com:grpc/grpc
9 years ago
Vijay Pai
fdd0c923d1
Merge pull request #2721 from ctiller/insolvent-trees
...
Tune down number of channels for qps_test
9 years ago
yang-g
d7ead699f8
Add a test
9 years ago
murgatroid99
61cfcc2e5b
Resolved merge conflicts
9 years ago
Abhishek Kumar
10c7b16e47
Suffixed -bin, added service name
9 years ago
Abhishek Kumar
186e7b4d54
Merge remote-tracking branch 'upstream/master' into doc
9 years ago
murgatroid99
2486c8a7c2
Merge branch 'master' of github.com:grpc/grpc
9 years ago
Abhishek Kumar
2a21434cc5
Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel
...
Make insecure channel/stub construction explicit
9 years ago
Yang Gao
7ee4b89d59
Merge pull request #2670 from a-veitch/server_context
...
Server side census context plumbing for c++
9 years ago
yang-g
3d769d7f23
notify inside lock
9 years ago
Alistair Veitch
ff32faf3c9
Move grpc_census_call_*_context calls into public header
9 years ago
Craig Tiller
94fad8119e
Tune down number of channels for qps_test
9 years ago
Craig Tiller
06aeac6470
Merge github.com:grpc/grpc into plucking-hell
9 years ago
Craig Tiller
7d024c7369
Merge pull request #2689 from yang-g/auth_test_failure
...
Fix clock type mismatch
9 years ago
Craig Tiller
a7957f50af
Exclude uds from default hostname tests
9 years ago
Craig Tiller
6b9f5c6488
Provide default host name
9 years ago
Craig Tiller
83f4d4e218
Add a subchannel factory decorator library
9 years ago
Craig Tiller
1aceadd92c
Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about
...
Conflicts:
src/core/channel/http_client_filter.c
src/core/surface/channel.c
9 years ago
Nicolas Noble
7b582f6229
Merge pull request #2712 from donnadionne/add_interop
...
adding one more prepare command to mirror repositories.
9 years ago
murgatroid99
2ad0fc77ec
Merge branch 'master' of github.com:grpc/grpc
9 years ago
Vijay Pai
339aaea50b
Merge pull request #2711 from yang-g/missing_brace
...
fix build
9 years ago
Donna Dionne
95099bb934
adding one more prepare command to mirror repositories.
9 years ago
Craig Tiller
5ddbb9d405
Allow specific pollers to be woken
...
Currently, if two threads call grpc_completion_queue_pluck on the same
completion queue for different tags, there is a 50% chance that we
deliver the completion wakeup to the wrong poller - forcing the correct
poller to wait until its polling times out before it can return an event
up to the application.
This change tweaks our polling interfaces so that we can indeed wake a
specific poller.
Nothing has been performance tuned yet. It's definitely sub-optimal in a
number of places. Wakeup file-descriptors should be recycled. We should
have a path that avoids calling poll() followed by epoll(). We can
probably live without it right at the second though.
This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows
machine).
9 years ago
Craig Tiller
4b6a0c73f3
Merge branch 'regen' of github.com:nicolasnoble/grpc into plucking-hell
9 years ago
yang-g
766d9ee148
fix build
9 years ago
Alistair Veitch
100a6e1d82
add struct include/grpc++/server_context.h src/cpp/server/server_context.cc
9 years ago
Vijay Pai
33b5bc2937
Merge pull request #2701 from nicolasnoble/fixing-windows-build
...
Fixing Windows build
9 years ago
Masood Malekghassemi
d65632ab04
Add Python documentation generation
9 years ago
Michael Lumish
862488c4f7
Merge pull request #2687 from donnadionne/new_testcases
...
Adding new interop tests
9 years ago
Donna Dionne
206b6866a4
removing unnecessary tests.
9 years ago
Nicolas Noble
dc9866030d
Merge pull request #2708 from jtattermusch/fix_on_accept_race
...
Fix race in server shutdown
9 years ago
Nicolas Noble
4137cf729b
Merge pull request #2681 from donnadionne/add_interop
...
Adding c++ interop (cloud to prod) to jenkins work flow.
9 years ago
Nicolas "Pixel" Noble
58577ecdd1
Regenerate project files.
9 years ago
Jan Tattermusch
eab5c3355d
fix race in server shutdown
9 years ago
Jan Tattermusch
357f0bdce1
Merge pull request #2700 from nicolasnoble/windows-pollset-set-fix
...
Fixing Windows's missing pollset_set.
9 years ago
yang-g
9a009f2a75
make accessors from get_x() to x()
9 years ago
Hongyu Chen
96f1e5a08e
Merge pull request #2669 from a-veitch/init_api_fix
...
Enrich census initialization and feature code
9 years ago
murgatroid99
440ed0318e
Revert "Ensure that client generated methods don't conflict with other properties"
...
This reverts commit 6f34bad568
.
9 years ago
murgatroid99
6f34bad568
Ensure that client generated methods don't conflict with other properties
9 years ago
Jan Tattermusch
ef4aac6dae
Merge pull request #2644 from nicolasnoble/support-freebsd
...
Supporting FreeBSD for Jenkins.
9 years ago