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
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
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
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
Jan Tattermusch
6b2b05ee1c
Fixes to build_deb_packages script to allow running on Docker
10 years ago
Yang Gao
f26f2191f1
Merge pull request #704 from ctiller/interop3
...
Rename interop_test.c --> interop_test.cc
10 years ago
Abhishek Kumar
dc6abba60a
Merge pull request #707 from nicolasnoble/contrib
...
Adding a CONTRIBUTING file.
10 years ago
Nicolas "Pixel" Noble
b77cee9431
Adding a CONTRIBUTING file.
10 years ago
Donna Dionne
2c77f75b74
Merge branch 'master' of github.com:google/grpc into docker_python
10 years ago
Craig Tiller
f3599aed6c
Merge pull request #706 from nicolasnoble/regen
...
Re-generated project files.
10 years ago
Nicolas "Pixel" Noble
b8f5f1b343
Re-generated project files.
10 years ago
Nicolas Noble
c3555ce626
Merge pull request #705 from ctiller/fd_shutdown
...
Fix a double-close in the server code.
10 years ago
Craig Tiller
d75fe665d1
Fix a double-close in the server code.
...
Exposed (I think) now that we properly handle POLLHUP.
10 years ago
Craig Tiller
8883e94e1e
Merge pull request #703 from nicolasnoble/win32
...
Fixing Windows port.
10 years ago
Craig Tiller
fe8af4e2e9
Rename interop_test.c --> interop_test.cc
...
We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
10 years ago
Yang Gao
c5b9692e11
Merge pull request #641 from jboeuf/jwt_id_token
...
Implementing JWT credentials (a.k.a JWT ID Tokens).
10 years ago
Nicolas "Pixel" Noble
589cba2c7b
Factorizing out function split_host_port.
10 years ago
Nicolas "Pixel" Noble
c6d8f5a3ae
Merge branch 'master' of github.com:google/grpc into win32
10 years ago
Nicolas "Pixel" Noble
94964fd0b2
Fixing Windows port.
10 years ago
Nicolas Noble
7db49ff5b4
Merge pull request #701 from ctiller/mac3
...
Mac networking stack fixes
10 years ago
Craig Tiller
6daab598f4
Check POLLHUP, POLLERR as required
10 years ago