Craig Tiller
47445219b3
Merge github.com:grpc/grpc into qps_driver
10 years ago
Yang Gao
f7c87c2741
Merge pull request #727 from ctiller/deprecate-c++
...
s/CreateChannel/CreateChannelDeprecated
10 years ago
Michael Lumish
a7552b9d4c
Merge pull request #721 from yang-g/master
...
Remove stale comment
10 years ago
Craig Tiller
4ef7a29f31
Create server/client lists
10 years ago
Masood Malekghassemi
34fb751feb
Merge pull request #736 from nathanielmanistaatgoogle/propagate-link-join
...
Propagate ForeLink-joining to the inner RearLink.
10 years ago
Craig Tiller
4f7a1ff6ad
'Fix' a race
10 years ago
Craig Tiller
4271a34e88
Merge github.com:google/grpc into qps_driver
10 years ago
Craig Tiller
b9d91eb454
Merge github.com:google/grpc into deprecate-c++
...
Conflicts:
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
10 years ago
Craig Tiller
e48601934d
Getting the driver pieces in place
...
Driver logic not implemented yet
10 years ago
Yang Gao
0b9dfcf02a
Merge pull request #725 from ctiller/unique
...
Move to unique_ptr for all GRPC returned objects
10 years ago
Nathaniel Manista
4ad01246e3
Propagate ForeLink-joining to the inner RearLink.
...
rear._ActivatedRearLink's inner RearLink should of
course send its tickets to whatever ForeLink was joined
to the rear._ActivatedRearLink.
10 years ago
Craig Tiller
ebda87a9a7
Merge pull request #734 from nicolasnoble/feedback
...
Addressing a first batch of feedback.
10 years ago
Craig Tiller
5c004c68de
Driver changes
...
WIP - things compile again after a broad set of changes preparing for
the driver code.
10 years ago
Nicolas Noble
65b0759653
Addressing a first batch of feedback.
10 years ago
Masood Malekghassemi
571a9c8df4
Merge pull request #732 from nathanielmanistaatgoogle/assembly-level-port-method
...
Add a port method to assembly-level servers.
10 years ago
Qi Zhao
cb1f8c01d0
Merge pull request #733 from donnadionne/go-auth-tests
...
Go auth tests
10 years ago
Donna Dionne
a6d738414d
Adding go auth tests
...
Adding python to images to be pulled after building
10 years ago
Donna Dionne
108e597533
Merge branch 'master' of github.com:google/grpc into go-auth-tests
10 years ago
Nathaniel Manista
de16e4c755
Add a port method to assembly-level servers.
10 years ago
Craig Tiller
74ae8f61d9
Merge pull request #710 from jboeuf/default_google_creds
...
Added support for default credentials.
10 years ago
jboeuf
7885ffebe8
Merge pull request #719 from nicolasnoble/security
...
Addressing security concerns.
10 years ago
Craig Tiller
e4fe844b67
s/CreateChannel/CreateChannelDeprecated
...
For the 2-argument version of CreateChannel.
This is a temporary step until #711 is ready to roll out.
10 years ago
jboeuf
275e975c53
Merge pull request #724 from ctiller/auth_leak
...
Fix memory leak
10 years ago
Craig Tiller
7d0f9ea29a
Fix memory leak
10 years ago
Julien Boeuf
c66f2a816e
Addressing iniitial feedback.
...
- Renaming default credentials -> google default credentials.
- Various other things in cpp:
- Adding Cpp wrapping for JWT Tokens.
- Renaming ComposeCredentials -> CompositeCredentials.
10 years ago
Craig Tiller
fd1b49b757
Move to unique_ptr for all GRPC returned objects
10 years ago
Tim Emiola
bed880bf14
Merge pull request #632 from jcanizales/add-grpcclient-podspec
...
Adds Podspec for GRPCClient
10 years ago
Tim Emiola
e2b6018712
Merge pull request #654 from ctiller/copyright
...
Update copyrights on docker files, makefiles
10 years ago
Nathaniel Manista
7aef9e60f3
Merge pull request #696 from donnadionne/docker_python
...
Fixing docker file and image building for python.
10 years ago
Yang Gao
b8d04d0e97
remove stale comment
10 years ago
Tim Emiola
7c15ee88a2
Merge pull request #720 from murgatroid99/node_pubsub_client
...
Node pubsub client
10 years ago
Donna Dionne
dc40babc5c
Merge branch 'master' of github.com:google/grpc into docker_python
10 years ago
Tim Emiola
2b7c574a42
Merge pull request #718 from grpc/mugurm-patch-1
...
Update README.md
10 years ago
Nicolas Noble
a7b8b69d23
Addressing security concerns.
...
-) 0x7f (Backspace) isn't a printable character.
-) use sizeof(var) instead of sizeof(type).
10 years ago
murgatroid99
4d736a024c
Resolved merge conflicts
10 years ago
murgatroid99
2822e9ad75
Added pubsub demo client
10 years ago
Mugur Marculescu
d61021d964
Update README.md
...
Link out to the gRPC protocol description doc in grpc-common
10 years ago
Tim Emiola
8b13192243
Merge pull request #715 from tbetbetbe/grpc-ruby-fix-interop-client
...
Fixes a missed old module name reference in the interop client
10 years ago
Tim Emiola
a16d2ae325
Fixes a missed old module name reference in the interop client
10 years ago
Tim Emiola
b0a32fc72d
Merge pull request #713 from nmittler/route_guide_package
...
Fixing java package for route_guide.proto
10 years ago
nmittler
c4ed1c7556
Fixing java package for route_guide.proto
10 years ago
Masood Malekghassemi
6eade73f58
Merge pull request #709 from nathanielmanistaatgoogle/thread-pool-less-links
...
Thread-pool-less construction of GRPC links.
10 years ago
Craig Tiller
cc69f8d958
Merge pull request #678 from jboeuf/installed_ssl_roots
...
Adding roots.pem from Mozilla and associated logic.
10 years ago
Julien Boeuf
cd9b1c850d
Added support for default credentials.
...
- Tested with new tool (print_default_creds_token) on:
- workstation for env var and well known place.
- GCE for compute engine default creds.
- I'd prefer the grpc_default_credentials_create() API to remain
synchronous even though there may be an async call for gce detection
on which we block.
10 years ago
Nicolas "Pixel" Noble
161ea23655
Actually installing root certificates on the system.
10 years ago
Nicolas "Pixel" Noble
b87d176183
Merge branch 'master' of github.com:google/grpc into installed_ssl_roots-patch
10 years ago
Nathaniel Manista
e04e20aaca
Thread-pool-less construction of GRPC links.
...
These will be used in generated code in circumstances in which we
don't necessarily want to be asking calling code to have a thread
pool readily available.
10 years ago
donnadionne
6e8d15e7de
Merge pull request #708 from jtattermusch/deb_on_docker
...
Building of Debian packages on Docker
10 years ago
Jan Tattermusch
f839503111
Dockerfile to test that debian packages can be used with ruby instead of make install
10 years ago
Jan Tattermusch
5d7e05acb7
Dockerfile to build debian packages on docker
10 years ago