Craig Tiller
ba7a43fbd1
Fix uninitialized value, naming
10 years ago
Craig Tiller
a991687818
Increment write index
10 years ago
Craig Tiller
a5d4e770fe
Dont skip first call element
10 years ago
Yang Gao
8299760ca0
Merge pull request #277 from donnadionne/docker
...
Docker
10 years ago
Craig Tiller
a4541105a9
More fixes
10 years ago
murgatroid99
4d2d0f0f3a
Added API for servers to provide metadata
10 years ago
murgatroid99
6373ba01d4
Merge branch 'master' of github.com:google/grpc into node_server_metadata
10 years ago
Donna Dionne
72bf29cbba
small conflict fix
10 years ago
donnadionne
597efb61f2
Merge pull request #281 from ejona86/docker
...
Fix grpc_java* Docker images
10 years ago
Donna Dionne
f017b36751
fixing a small conflict
10 years ago
Donna Dionne
856b0c8b5d
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Craig Tiller
9d96145080
Fix leak
10 years ago
Craig Tiller
db7db998fb
Fix leak
10 years ago
Eric Anderson
c180e9f70c
Fix grpc_java* Docker images
...
The images seem to have been broken starting with 12e12a3
, but the
removal of Maven support from grpc-java also broke them further.
SSH handling no longer uses $HOME as it does not agree with /etc/passwd
in older docker versions[1] and prevented SSH from seeing the config
file.
Some effort was also made to reduce the image sizes by removing
temporary files.
1. https://github.com/docker/docker/issues/2968
10 years ago
Craig Tiller
f63fed74cb
Spam cleanup
10 years ago
Craig Tiller
8884d7f581
Small cleanups
10 years ago
Craig Tiller
2f38be6526
Fix uninitialized variable
10 years ago
Craig Tiller
dddbf69d8f
Fix refcount leak on server rpc_new
10 years ago
Tim Emiola
415bca7939
Merge pull request #268 from murgatroid99/node_metadata_representation
...
Change Node metadata representation to a more reasonable one
10 years ago
Craig Tiller
f26370d610
Formatting
10 years ago
murgatroid99
5582b2d1d7
Merge branch 'master' of github.com:google/grpc into node_server_metadata
10 years ago
Craig Tiller
44ad76fae1
Merge github.com:google/grpc into async-api
...
Conflicts:
test/core/echo/client.c
10 years ago
Craig Tiller
9b3809f99f
Merge pull request #168 from nicolasnoble/json
...
Replacing cJSON with our own code instead.
10 years ago
Craig Tiller
7d543e67b4
Merge pull request #271 from dklempner/fd_freelist
...
Freelist grpc_fd objects
10 years ago
Nicolas "Pixel" Noble
3c63c0ced3
Adding a few more tests.
10 years ago
Donna Dionne
ab2b4803b8
Adding additional comments and fixing reverted code.
10 years ago
Donna Dionne
bdf8c2aed8
Adding auth tests; test commands may change in the future and
...
refactoring will happen when the commands are final.
10 years ago
jboeuf
59a1f610b2
Merge pull request #273 from nicolasnoble/memcpy
...
Cleaning up some code.
10 years ago
Chen Wang
3a2c4cda3c
Merge pull request #266 from chen-wang/master
...
Add service account credential
10 years ago
Chen Wang
6de65b01cb
delete default service account email
10 years ago
Chen Wang
3cc1ad62b6
add more tips ops
10 years ago
vjpai
0de58abe25
Merge pull request #244 from ctiller/gitignore
...
Ignore vim swap files
10 years ago
Tim Emiola
7a87930863
Merge pull request #272 from murgatroid99/node_dockerfile
...
Added docker files for node interop tests
10 years ago
murgatroid99
47fd137e80
Fixed alignment issues
10 years ago
Nicolas "Pixel" Noble
a2a03d488f
Cleaning up some code.
...
The correct thing to do here is to use memcpy instead of strncpy.
10 years ago
Craig Tiller
9724de88f3
Send simple request completes its request
10 years ago
David Klempner
d178524a74
Freelist grpc_fd objects
...
This is necessary for efficient implementations where multiple threads
simultaneously sit in epoll_wait and the like on the same pollset.
10 years ago
vjpai
883ae17420
Make this compile on mac by adding in header files currently used for posix,
...
as opposed to non-existent header file.
10 years ago
Nicolas "Pixel" Noble
08cd92a890
Adding a few more test to improve coverage.
10 years ago
Craig Tiller
abcf652dea
Make sure to send server status
10 years ago
murgatroid99
7625db4697
Changed low-level metadata API to be more reasonable
10 years ago
Nicolas Noble
163a2d540c
Merge pull request #265 from a-veitch/master
...
Fixed protobuf build instructions
10 years ago
Craig Tiller
f52188ae10
Merge pull request #267 from dklempner/echo_test_timeout
...
Add a timeout to echo client's RPCs
10 years ago
Chen Wang
862e23c662
Add service account credential
10 years ago
David Klempner
a8a0e5c4de
Add a timeout to echo client's RPCs
...
This ensures that echo test fails in a timely manner rather than
hanging when it breaks.
10 years ago
Alistair Veitch
3b06068cb5
Fixed protobuf build instructions
10 years ago
murgatroid99
684f6f4359
Added metadata pass-through to server method handlers
10 years ago
murgatroid99
c3c3a8f051
Added docker files for node interop tests
10 years ago
Craig Tiller
55e8c6e427
Merge branch 'master' of github.com:ctiller/grpc
10 years ago
Craig Tiller
b9c98d4304
Merge github.com:google/grpc into async-api
10 years ago