Craig Tiller
9f44bfff6d
Make option setting work on Mac
10 years ago
Craig Tiller
dc325cd94f
Merge github.com:google/grpc into mac-fixes
10 years ago
Craig Tiller
5d8fbe2663
Make this socket creation portable
10 years ago
Jan Tattermusch
0a6f0a5624
Merge pull request #152 from ctiller/master
...
Add a gitignore for win32 stuff
10 years ago
Craig Tiller
96b49557ec
Sort out some more compile flags for Mac
10 years ago
Craig Tiller
d19d850357
This field is 8 bits on Mac
10 years ago
Tim Emiola
ec12a7d972
Merge remote-tracking branch 'upstream/master'
10 years ago
Craig Tiller
b4ee3b5977
Make libraries compile on Darwin
10 years ago
Tim Emiola
8a3ca244b7
bugfix: corrects a bug in grpc_sync_images
10 years ago
murgatroid99
63e1bf313b
Merge branch 'master' into node_remove_byte_streams
10 years ago
murgatroid99
9ef3d04bff
Merge branch 'master' of github.com:google/grpc
10 years ago
Tim Emiola
2021d03168
Merge pull request #149 from murgatroid99/node_bind_port_zero
...
Bind servers to port 0 in node tests
10 years ago
murgatroid99
d398fde249
Merge branch 'master' into node_remove_byte_streams
10 years ago
murgatroid99
b2aad16ea7
Merge branch 'master' of github.com:google/grpc
10 years ago
Craig Tiller
a172ad7d41
Typo fix
10 years ago
Craig Tiller
0c0b60c322
Add platform ifdefs, fix up some MSVC warnings
10 years ago
Craig Tiller
dedbae744a
Typo fix
10 years ago
Craig Tiller
6a6e4a1370
Build projects
10 years ago
Craig Tiller
d14a1a5f04
Disable compilation of some files
...
They're not needed on Windows
10 years ago
Craig Tiller
e1addfee06
Build projects
10 years ago
Craig Tiller
f2d39b7d83
Copy pollset_posix to pollset_windows
10 years ago
Craig Tiller
e005d22146
Const correctness fixes
10 years ago
Craig Tiller
e7d7559db3
Add a gitignore for win32 stuff
10 years ago
Craig Tiller
85eea08ba8
Merge pull request #141 from jboeuf/ssl_server_creds_integration
...
Changing the SSL (Server) Credentials API.
10 years ago
murgatroid99
ec8956435d
Switched binary stream to object stream
10 years ago
murgatroid99
f034e50ba9
Modified interop tests to handle binding to port 0
10 years ago
murgatroid99
7a81f05306
Merge branch 'master' into node_bind_port_zero
10 years ago
murgatroid99
eeccd21fb9
Merge branch 'master' of github.com:google/grpc
10 years ago
Tim Emiola
7e3d7120ba
Merge pull request #145 from murgatroid99/node_interop
...
Node interop tests
10 years ago
murgatroid99
0397061095
Removed extra debugger statements
10 years ago
murgatroid99
d2f20b29a6
Removed port_picker and bound to port 0 in tests instead
10 years ago
murgatroid99
c896e192f7
Brought grpc_server_add_secure_http2_port in line with grpc_server_http2_port
10 years ago
Julien Boeuf
073d7b6cd9
Fixing node and ruby builds.
10 years ago
Michael Lumish
577fd6db9b
Merge pull request #146 from tbetbetbe/grpc_tools_update_docker_build_pull_from_github
...
Grpc tools update docker build pull from GitHub
10 years ago
murgatroid99
9e14ead3f6
Merge branch 'master' of github.com:google/grpc
10 years ago
murgatroid99
b6ab1b477f
Added TLS support to interop tests
10 years ago
Yang Gao
6a3880b0f1
Merge pull request #143 from ctiller/bah-humbug-clang-format-is-the-suxxors
...
Make clang-format somewhat compatible across versions
10 years ago
Craig Tiller
a1cb002473
Make clang-format somewhat compatible across versions
10 years ago
Tim Emiola
d2130c3561
Switches the grpc-repo dockerfiles to pull gRPC source from GitHub
10 years ago
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
eca0e219d6
Merge pull request #139 from tbetbetbe/grpc_ruby_correct_interop_test_payload_type
...
Corrects the ruby interop tests
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