Jan Tattermusch
867e6b6b3c
Update README.md
10 years ago
Aggelos Avgerinos
46566b8c95
Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'
10 years ago
Todd Poynor
2a6fd26c45
grpc: cpp_generator: fix pedantic warning on extra ';'
...
Fix pedantic warnings of form:
myprotobuf.pb.cc:619:2: warning: extra ';' [-Wpedantic]
};
^
10 years ago
Jan Tattermusch
503bbac217
added C# interop server
10 years ago
murgatroid99
c8330f8660
Added useful information and links to Node's package.json
10 years ago
vjpai
56c5129629
Rename Async methods from generator to avoid naming conflicts to
...
bind and other functions
10 years ago
Craig Tiller
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
murgatroid99
d7e3a2b1f5
Changed c++ version flag in binding.gyp
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Masood Malekghassemi
40e8cbd1ee
Fix bugs in Python code generator
...
Fixes module path finding in the Python code generator and the signatures
of generated servicer methods.
10 years ago
Nathaniel Manista
89fccb7d7a
Simple installation instructions for Python.
10 years ago
Nathaniel Manista
1c37fe62fd
Work towards invocation-side security.
10 years ago
Nathaniel Manista
c2b402001b
The Python interop client.
...
The server_host_override flag's implementation remaining
outstanding means that this only works over insecure
connections for now.
10 years ago
Nicolas "Pixel" Noble
c16b7952f8
Fixing Windows build of the python protoc plugin.
10 years ago
Tim Emiola
c4a4288f83
Update grpc.gemspec
10 years ago
murgatroid99
be8d1dae5e
Added important Node package information and LICENSE file for inclusion in Node package
10 years ago
Jayant Kolhe
806dde1bcb
Update README.md
10 years ago
Nathaniel Manista
1ffe4feb6f
Sanitize a reference number.
10 years ago
Tim Emiola
ed3671e180
Synchronize initial package versions
10 years ago
Nathaniel Manista
c6e42c8a86
Set Python version number to 0.4.0.
10 years ago
murgatroid99
9e47368d8f
Bumped node version to 0.5.0
10 years ago
Michael Lumish
b189cbe7c0
Add Debian nodejs-legacy instructions
10 years ago
Nicolas "Pixel" Noble
e6d72c2b4e
Removing emplace from python plugin.
10 years ago
Dan Ciruli
80f62e7c50
Changing to use node instead of nodejs
10 years ago
Dan Ciruli
60fcca5dec
Update binding.gyp
10 years ago
Craig Tiller
deb49dd1aa
Strip port in peer name check
...
This string comes from an authority field, which is allowed to contain a
':' port (see https://tools.ietf.org/html/rfc3986#section-3.2 ).
We need to strip it before performing host name verification.
10 years ago
Tim Emiola
7708998b5a
Tmp fix: splits the hostname from the host before creating a call
10 years ago
Nathaniel Manista
c855d57666
Python ClientCredentials object.
10 years ago
Tim Emiola
1d5f2d26df
Removes a redundant canary test
10 years ago
murgatroid99
3061606fde
Fixed TLS host resolution problems
10 years ago
Jan Tattermusch
e0172a86a0
fix readme
10 years ago
Jan Tattermusch
4788e78d10
fixed server streaming
10 years ago
Jan Tattermusch
0e1f527914
fix to make empty_stream pass against C++ server
10 years ago
Jan Tattermusch
208313895d
Added interop server, interop unit tests and fixes to pingpong
10 years ago
Jan Tattermusch
44553b5810
clang-format
10 years ago
Craig Tiller
363eb8e27b
Fix read through null pointer
10 years ago
Craig Tiller
035a904266
Make PHP compile
10 years ago
Jan Tattermusch
b17b00b541
Fix to make the conditional include under Windows
10 years ago
Jan Tattermusch
5ffb4c33dc
Include grpc_csharp_ext.dll only under Windows
10 years ago
Jan Tattermusch
abf2202246
grpc_csharp_ext.dll added to the project to force automatic copying to the output dir
10 years ago
Jan Tattermusch
5339814591
Added ability for c# to redirect C core logs to arbitrary sink
10 years ago
Nathaniel Manista
9280790a5d
Final changes to the early_adopter API.
...
This makes grpc.early_adopter much more independent of RPC
Framework and cleaner at the cost of reexporting most of the
interfaces and writing several delegation classes.
10 years ago
Tim Emiola
fca1eb454c
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
71034819fd
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
d6e652716a
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
f73fdfbbb3
Adds a reference to GoogleAuth
10 years ago
Tim Emiola
494f2f9706
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
2731d3f40d
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
b44da465d6
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
cc1150f49f
Adds a reference to GoogleAuth
10 years ago