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
Tim Emiola
2b7c574a42
Merge pull request #718 from grpc/mugurm-patch-1
...
Update README.md
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
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
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
Craig Tiller
97c3dcec0c
This magically fixes the C build on my Mac
10 years ago
Donna Dionne
b5795aa24d
Fixing docker file and image building for python.
10 years ago
Nathaniel Manista
8623ad0847
Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixed
10 years ago
Masood Malekghassemi
b13673dd7a
Added compiler plugin test for Python.
10 years ago
Jan Tattermusch
51b4979629
Merge pull request #693 from nicolasnoble/regen-makefile
...
Regenerated outdated Makefile.
10 years ago
Nicolas "Pixel" Noble
1c0542fd1c
Regenerated outdated Makefile.
10 years ago
Tim Emiola
dd11207b65
Merge pull request #601 from murgatroid99/node_route_guide_sample
...
Added route_guide server example implementation
10 years ago
Nicolas Noble
6a88c2523a
Merge pull request #690 from ctiller/mac2
...
Fix in tree build of openssl on mac
10 years ago
Tim Emiola
16ffd653c7
Merge pull request #684 from jtattermusch/dockerfile_fixes
...
Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python
10 years ago