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
vjpai
0f1f4f4748
Delete the metadata debug logspam
10 years ago
Craig Tiller
cce17ac033
First compiling version of the new C api.
10 years ago
Vijay Pai
e4c684c3f2
Comment out metadata logspam
10 years ago
Craig Tiller
e68de0e4c9
Small tweaks
...
Run faster on smaller machines.
Don't watch '.' prefixed files for changes. These files don't typically contribute to builds, and are used as vim temp files.
10 years ago
Craig Tiller
8382a61230
Ignore vim swap files
10 years ago
Craig Tiller
a311bb6e47
Merge github.com:google/grpc
10 years ago
Chen Wang
79d9a990ff
Merge pull request #209 from yang-g/interopclient
...
Interop client with service account credentials test case
10 years ago
Yang Gao
3ed874c861
sync up with master
10 years ago
Tim Emiola
c5e9018de9
Merge pull request #234 from murgatroid99/node_remove_highland
...
Remove highland as a dependency of the Node library
10 years ago
Yang Gao
d785904d0a
resolve comments
10 years ago
Michael Lumish
9a9f405120
Merge pull request #237 from tbetbetbe/grpc_tools_update_ruby_to_run_prod_tests
...
Grpc tools update ruby to run prod tests
10 years ago
Yang Gao
8e5de80262
Merge pull request #240 from ctiller/huh
...
Allow access to call stack from call.
10 years ago
Craig Tiller
d631cf3923
Allow access to call stack from call.
...
This API parallels the equivalent one in channel.
10 years ago
Yang Gao
1e99756b58
Merge pull request #151 from ctiller/javascript
...
Allow serving GET's from GRPC HTTP2 servers.
10 years ago
Nicolas Noble
51358d8ddf
Merge pull request #225 from jtattermusch/fix_build
...
removed string.h reference from build.json
10 years ago
Craig Tiller
ec4e0cb40b
Fix compile
10 years ago
Tim Emiola
32960bbbd5
Fixes a bad option spec
10 years ago
Craig Tiller
6437bd5037
Merge github.com:google/grpc into javascript
10 years ago
Craig Tiller
103481ec8a
Add args
10 years ago
Jan Tattermusch
a54b60d427
added src/core/support/string.h to build.json
10 years ago
Tim Emiola
78d56535fb
Fixes the prod test command flags
10 years ago
Nicolas Noble
1159dcf5bc
Merge pull request #235 from ctiller/lcov
...
Restrict gcov to c/c++ for now
10 years ago
Michael Lumish
c060e07993
Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flags
...
Grpc ruby update interop test flags
10 years ago
murgatroid99
29c551344d
Finished fixing the tests
10 years ago
Craig Tiller
45bc600bdc
Restrict gcov to c/c++ for now
10 years ago
murgatroid99
0ced264c8c
Merge branch 'master' of github.com:google/grpc into node_remove_highland
10 years ago
Tim Emiola
c3aabdd121
Adds a func for installing the Googles's roots.pem
...
roots.pem is not added to source control, but is instead saved on GCS.
The func copies roots.pem to docker host, to a location that can referenced by
Dockerfiles using the ADD directive
10 years ago
Tim Emiola
83182941b5
Updates/Adds test commands
...
- the client test gets new, necessary flags
- adds a prod test command that explicitly sets the SSL_CERT_FILE to pick up
certs that the c core can load successfully.
10 years ago
Tim Emiola
372755606c
Updates the ruby dockerfile to copy the cacerts directory from the docker host
10 years ago
Tim Emiola
426167c88e
Allows production certificates to be specified
10 years ago
Nicolas 'Pixel' Noble
c7bb622b5f
Adding property sheets for OpenSSL and Winsock 2 libraries.
10 years ago
Tim Emiola
2854ad7aa4
Adds support for overriding the server host name during SSL
10 years ago