Jan Tattermusch
50faa8f78b
Added support for true synchronous unary call and added some performance tests.
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
Craig Tiller
ad9d0c472d
Remove dynamic_cast
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
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
10 years ago
Craig Tiller
759026cbf0
Server API simplification
...
Remove 'secure_serer_create', and instead attach credentials to ports, meaning different ports can serve different credentials.
10 years ago
Craig Tiller
47c83fdaf7
Credentials prototyping
...
- Remove CredentialsFactory as it's unnecessary
- Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++.
- Server credentials not touched yet, but they'll need to be updated.
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
Craig Tiller
6a507de6c5
Merge branch 'master' of github.com:ctiller/grpc
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
Craig Tiller
1f8d92d3ec
sockaddr_un needs the null terminator included in the address length
10 years ago
Nicolas Noble
f4fb8e08c4
Merge pull request #699 from ctiller/mac3
...
Fix in tree build of protobuf
10 years ago
Craig Tiller
9ec95fafdc
Fix in tree build of protobuf
...
If we are building protobuf because of an incompatible out of tree protobuf installation, then make sure that we don't accidentally use that versions includes.
10 years ago
Craig Tiller
1426a23c18
Merge pull request #698 from nicolasnoble/verify-install
...
Adding a helpful installation message about protobuf.
10 years ago
Nicolas "Pixel" Noble
98ab998c29
Adding a helpful installation message about protobuf.
...
Also, fixing protobuf in-place compilation for real, this time.
10 years ago
Nicolas Noble
3f0ddff869
Merge pull request #697 from ctiller/mac2
...
This magically fixes the C build on my Mac
10 years ago