Yang Gao
c38dda4b90
add service_account support into interop client
10 years ago
Yang Gao
02ce729ce2
make CreateTestChannel support additional credentials besides ssl
10 years ago
Yang Gao
94e97ef2c5
sync messages.proto up to date.
10 years ago
Craig Tiller
6dc549e9af
Merge pull request #197 from nicolasnoble/win32-sockets
...
Fixing some win32 sockets misuses
10 years ago
Craig Tiller
aa5e2b57ee
Merge pull request #196 from nicolasnoble/win32
...
Adding Visual Studio filters.
10 years ago
Craig Tiller
ab4c17d3c1
Merge pull request #198 from nicolasnoble/murmur
...
Fixing a suspicious-looking paradigm in murmur_hash.c
10 years ago
Nicolas "Pixel" Noble
9074794e39
Fixing an extremely suspicious-looking paradigm in murmur_hash.c
...
The current code is using the same variable name twice, k1, in two different scopes.
A cursory inspection of the code looks like one is trying to sneak a vulnerability by
masking off the reset of the k1 variable out of the loop; which is, in fact, what the
official algorithm does explicitely.
I guess this is a result of the C89-ization of the official algorithm, with the second
k1 variable usually defined AFTER the loop.
This change brings more sanity to the algorithm, making it much better-looking by
removing all ambiguity in what we're doing. The end result is exactly the same, but
at least we're explicit about it.
10 years ago
Nicolas "Pixel" Noble
d5a9985522
Fixing a few winsocket misuses.
10 years ago
Nicolas 'Pixel' Noble
1ea024dbe2
Adding Visual Studio filters.
10 years ago
Nicolas Noble
e2380338bf
Merge pull request #193 from nathanielmanistaatgoogle/python-introduction
...
Bring the rest of Python RPC Framework into GRPC.
10 years ago
donnadionne
cacae338b6
Merge pull request #190 from yang-g/creds
...
Creds
10 years ago
Nathaniel Manista
7a3c38bed9
Add the _framework.face package.
10 years ago
Tim Emiola
326c0abc16
Merge pull request #191 from donnadionne/docker
...
Docker
10 years ago
Yang Gao
dab7095fc5
Make interop server listen on 0.0.0.0.
10 years ago
Yang Gao
ed3ed701ce
run generate_projects.sh since I changed build.json
10 years ago
Yang Gao
1de8ddb224
move proto files in dependency order
10 years ago
Craig Tiller
e93084a7b3
Use symbolic constant
10 years ago
Craig Tiller
aade4ed5a0
Remove uses of sprintf
10 years ago
Craig Tiller
170a60a60e
Remove uses of sprintf
10 years ago
Craig Tiller
b4fb262d9d
Remove uses of sprintf
10 years ago
Craig Tiller
c46afa6d02
Remove uses of sprintf
10 years ago
Craig Tiller
0e5b306a5f
Remove use of sprintf
10 years ago
Craig Tiller
8f3bda2ad2
Remove use of sprintf
10 years ago
Craig Tiller
b6b0486829
Remove use of printf
10 years ago
Donna Dionne
aed5642d00
Adding docker cpp support
...
removing commented out line
10 years ago
Donna Dionne
f06fd4c4dd
Adding Docker support for cpp
10 years ago
Nathaniel Manista
21f29c6bf7
Add the _framework.base package.
10 years ago
Craig Tiller
e1175473fc
Merge pull request #40 from nicolasnoble/vsprojects
...
Factoring visual studio code into a buildgen plugin.
10 years ago
jboeuf
ae3d0f8fd8
Merge pull request #187 from ctiller/kill-more-printf
...
Remove more uses of sprintf
10 years ago
Craig Tiller
c074889829
Merge github.com:google/grpc into kill-more-printf
10 years ago
Craig Tiller
8b433a2d1d
Use symbolic constant
10 years ago
jboeuf
10f4620e93
Merge pull request #179 from ctiller/kill-printf
...
Remove uses of sprintf
10 years ago
jboeuf
1693a71abe
Merge pull request #182 from nicolasnoble/openssl
...
OpenSSL 1.0.2 is out of beta - let's update our own repositories to reflect that.
10 years ago
Qi Zhao
fb6714cf76
Merge pull request #175 from tbetbetbe/grpc_tools_update_go_dockerfile_with_recent_restructuring
...
Updates the Go dockerfile to reflect the package restructuring.
10 years ago
Craig Tiller
99e5bc2f4a
Merge branch 'kill-printf' into kill-more-printf
10 years ago
Craig Tiller
b7b9c758ed
Add constant for min bufsize for timeout encoding
10 years ago
Craig Tiller
672cd42a04
Formatting
10 years ago
Craig Tiller
913d026e00
src
10 years ago
Craig Tiller
25290d2990
Merge pull request #178 from murgatroid99/merge_new_invoke_api
...
Merge new invoke api
10 years ago
Nathaniel Manista
61b5a81a1e
Add the _framework.common package.
...
It's rather unimpressive at the moment with just
one module.
10 years ago
Nathaniel Manista
b68f3d1746
Fill out the foundation package.
10 years ago
murgatroid99
ab1103fbb3
Removed unnecessary test file
10 years ago
murgatroid99
34986de3b8
Fixed node interop server
10 years ago
Craig Tiller
d09f8806a6
Remove uses of sprintf
10 years ago
Craig Tiller
5f5d041462
Merge pull request #184 from nathanielmanistaatgoogle/python-introduction
...
Correct an out-of-date path in a comment.
10 years ago
Craig Tiller
be6a3550de
Remove uses of sprintf
10 years ago
Craig Tiller
78d241cb3a
Remove uses of sprintf
10 years ago
Craig Tiller
b1979c73af
Remove uses of sprintf
10 years ago
Craig Tiller
da9cd12623
Merge branch 'kill-printf' into kill-more-printf
10 years ago
Nathaniel Manista
fcd6c0c922
Correct an out-of-date path in a comment.
10 years ago