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
b9c98d4304
Merge github.com:google/grpc into async-api
10 years ago
Craig Tiller
f31d14c717
Send status from server fixes
10 years ago
Craig Tiller
39fd4283fd
Trigger sending on server side
10 years ago
Craig Tiller
eaa344b59e
Allocate required memory
10 years ago
Qi Zhao
7f791669df
Merge pull request #256 from donnadionne/docker
...
adding cloud to prod test for go.
10 years ago
Donna Dionne
662cf72eb9
adding cloud to prod test for go.
10 years ago
Nicolas Noble
9574132019
Merge branch 'master' of github.com:google/grpc into json
...
Conflicts:
Makefile
build.json
vsprojects/vs2013/grpc.vcxproj
vsprojects/vs2013/grpc.vcxproj.filters
vsprojects/vs2013/grpc_unsecure.vcxproj
vsprojects/vs2013/grpc_unsecure.vcxproj.filters
10 years ago
Nicolas Noble
66b5bba25b
Fixing a couple of minor bugs, and adding a few tests.
10 years ago
Chen Wang
f6f3ea9199
Merge pull request #255 from chen-wang/master
...
add Compute engine credential to tips client.
10 years ago
Chen Wang
56794708d2
add Compute engine credential to tips client.
10 years ago
Alistair Veitch
4d9f3d7b63
Merge pull request #167 from maxwell-demon/master
...
Fix census_log_tests on platforms with only one core.
10 years ago
Craig Tiller
23aa6c4320
Progress towards running code
10 years ago
Craig Tiller
9f28ac2cbe
clang-format
10 years ago
Craig Tiller
8eb9d471cd
Rework call into a chttp2 style transaction system
...
Simplifies locking and cross request chatter significantly
10 years ago
Craig Tiller
3b56a57b25
Merge pull request #157 from dklempner/eventfd
...
Add support for eventfd based kicking on linux.
10 years ago
Craig Tiller
b2e735cdc8
Merge pull request #250 from toddpoynor/android-fix
...
fixup compile error in log_android.c
10 years ago
David Klempner
bb915ace54
Rename wakeup fd accessor
10 years ago
Nicolas Noble
8c2be9bbff
Addressing latest comments.
10 years ago
Todd Poynor
cb7abfd662
fixup compile error in log_android.c
...
compilation errors introduced in the following commit.
commit 0cd69562fd
Author: ctiller <ctiller@google.com>
Date: Fri Jan 9 14:22:10 2015 -0800
Allow logging mechanism to be overridden by applications.
This necessitated the removal of gpr_vlog to keep a clean interface.
Change on 2015/01/09 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83634996
Errors are:
grpc/src/core/support/log_android.c:75:20: error: 'file' undeclared (first use in this function)
display_file = file;
^
grpc/src/core/support/log_android.c:75:20: note: each undeclared identifier is reported only once for each function it appears in
grpc/src/core/support/log_android.c:79:13: error: 'prefix' undeclared (first use in this function)
asprintf(&prefix, "%s:%d] %s", display_file, args->line, args->message);
^
grpc/src/core/support/log_android.c:85:8: error: 'suffix' undeclared (first use in this function)
free(suffix);
^
10 years ago
Craig Tiller
62ac155a68
Initial fixes: we now send a request
10 years ago
Chen Wang
768fd511a4
Merge pull request #249 from yang-g/interopclient
...
add compute engine credentials support
10 years ago
Yang Gao
2b80e6f1a8
format
10 years ago
Yang Gao
aec1d0b391
make the flag name shorter
10 years ago
Yang Gao
bd18be2f33
add compute engine credentials support
10 years ago
vjpai
1618a5d6d4
Merge pull request #245 from ctiller/tweaks
...
Small tweaks to run_tests
10 years ago
Craig Tiller
552e19c713
Merge pull request #248 from vjpai/master
...
Comment out metadata logspam
10 years ago
Craig Tiller
ee2d702555
Add missing finish
10 years ago