Tim Emiola
a36b84ca65
Adds a command to copy the docker github credential from GCS
...
- updates grpc_update_image to install the github credential when the base
image is built
10 years ago
Michael Lumish
eb0fdb6434
Merge pull request #142 from ctiller/update-api
...
Merge latest changes from master branch
10 years ago
Michael Lumish
eca0e219d6
Merge pull request #139 from tbetbetbe/grpc_ruby_correct_interop_test_payload_type
...
Corrects the ruby interop tests
10 years ago
Craig Tiller
724b7c693a
clang-format
10 years ago
Craig Tiller
8379a06f8d
Merge branch 'new_invoke_api' of github.com:google/grpc into update-api
...
Conflicts:
src/cpp/client/channel.cc
src/cpp/stream/stream_context.cc
src/cpp/stream/stream_context.h
src/php/ext/grpc/call.c
test/core/end2end/tests/max_concurrent_streams.c
10 years ago
Julien Boeuf
68ad53edf3
Fixing indent.
10 years ago
Julien Boeuf
8fbcc4391e
Changing the SSL (Server) Credentials API.
...
- Changed the unsigned char * + size to NULL terminated strings which
makes sense for the PEM format. I may change TSI later (but the impact
will hopefully be much more limited).
- Added a way to pass multiple key/cert pairs to servers which is needed
when hosting more than one domain.
- Removed the C++ SSL credentials tests as we are going to have an
option to not specify the roots which will then be derived from the
environment (well-known platform dependent locations and/or
environment variable).
- Fixed the php build which is the only one added in the run_test.py.
This change will certainly break node, python and ruby.
10 years ago
Craig Tiller
18d4a86982
Merge pull request #138 from dklempner/epoll
...
Cap the size of the poll kick freelist.
10 years ago
Tim Emiola
5de3a1de25
Corrects the ruby interop tests
...
- they were not returning the correct payload type
10 years ago
murgatroid99
6d10bda989
Added emacs temp files to .gitignore
10 years ago
murgatroid99
621d0b98bf
Removed temp files
10 years ago
murgatroid99
97d61308f0
Added and fixed interop tests
10 years ago
David Klempner
fd99dd3475
Cap the size of the poll kick freelist.
...
This caps the size of the poll kick freelist at the arbitrary value of
25.
10 years ago
Abhishek Kumar
25dc50ea53
Merge pull request #93 from nicolasnoble/documentation
...
Substantially rewriting INSTALL instructions.
10 years ago
murgatroid99
d34132781b
Merge branch 'master' into node_interop
10 years ago
murgatroid99
e1613dcd31
Merge branch 'master' of github.com:google/grpc
10 years ago
murgatroid99
7d1a19af26
Added interop client and server
10 years ago
Nicolas Noble
c7ff547b86
Merge pull request #111 from ctiller/proj
...
Generate projects
10 years ago
Nicolas Noble
5ac1c141dd
Merge pull request #110 from ctiller/test
...
Add ability to test build.json is clean
10 years ago
Nicolas Noble
e82e9b3315
Merge pull request #109 from ctiller/macc
...
Mac Compatibility Fix
10 years ago
Nicolas Noble
792ca4ed65
Merge pull request #107 from ctiller/extern
...
Add extern where its required
10 years ago
Nicolas Noble
0f369dcb22
Merge pull request #106 from ctiller/conn
...
Disconnect on bad connection prefix
10 years ago
Yang Gao
a16c34d922
Merge pull request #105 from ctiller/sec
...
Allow secure connections with fling server
10 years ago
Craig Tiller
996d9dff47
Generate projects
10 years ago
Craig Tiller
d4eeff8a2d
Add ability to test
10 years ago
Craig Tiller
d4eec90581
Mac Compatibility Fix
10 years ago
Craig Tiller
44a56ce426
Add extern where its required
10 years ago
Craig Tiller
bcfa267b5f
Release server creds
10 years ago
Craig Tiller
f97170716f
Merge github.com:google/grpc into sec
10 years ago
Craig Tiller
1ece41afcb
Merge github.com:google/grpc into conn
...
Conflicts:
src/core/transport/chttp2_transport.c
10 years ago
Nicolas Noble
dd2a35d735
Merge pull request #104 from ctiller/clangfmt
...
Use clang-format-3.5
10 years ago
Craig Tiller
64761f8af6
clang-format
10 years ago
Craig Tiller
64f65458e3
Allow secure connections with fling server
10 years ago
Craig Tiller
5246e7a2d1
Disconnect on bad connection prefix
10 years ago
Craig Tiller
98d532dbc4
Check for executable existance
10 years ago
Craig Tiller
ecd49345b5
Use clang-format-3.5
10 years ago
Nicolas Noble
cf1d6eb4ae
Merge pull request #103 from ctiller/build-cleaner
...
Add a tool to cleanup build.json
10 years ago
Nicolas Noble
cdc82fec66
Merge pull request #102 from ctiller/testrun
...
Generate tests to run from build.json, not by globbing the binaries directory
10 years ago
Craig Tiller
7d7b6c768b
Sort by language, then by name
10 years ago
Craig Tiller
d6d927a7c7
Googlify indentation
10 years ago
Craig Tiller
49bde68ff1
Googlify indentation
10 years ago
Craig Tiller
9b9b44759d
Generate projects
10 years ago
Craig Tiller
3a65358002
Merge branch 'testrun' of github.com:ctiller/grpc into build-cleaner
...
Conflicts:
build.json
10 years ago
Craig Tiller
7acce50cdd
Rename
10 years ago
Craig Tiller
17ec5f9ebf
Run buildgen
10 years ago
Craig Tiller
0b2a372f61
build.json prettifier
10 years ago
Craig Tiller
06b4ff2b71
Simplify Python code
10 years ago
Craig Tiller
f24e7241aa
Pretty print tests.json
10 years ago
Craig Tiller
e9c959d78e
Only run language specified tests
...
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
10 years ago
Craig Tiller
59140fc116
Explicitly name the target language.
...
Instead of C++ or not C++, name C++ and C, in preparation for being able to name other languages in the future.
10 years ago