aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Skiped currently failing testGravatar murgatroid992015-01-23
|
* Made node library buildable from source treeGravatar murgatroid992015-01-23
|
* Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\
| * Merge pull request #153 from ctiller/windows-fixesGravatar Jan Tattermusch2015-01-23
| |\ | | | | | | Windows fixes
| * | fix a typoGravatar Tim Emiola2015-01-23
| | |
| | * Add NewlineGravatar Craig Tiller2015-01-22
| | |
| * | removed a reference to a google3 dirGravatar Tim Emiola2015-01-22
| | |
| * | Remove Go linksGravatar Tim Emiola2015-01-22
| | |
| * | Removes google3 specifics from the README.md, aligns the description with an ↵Gravatar Tim Emiola2015-01-22
| | | | | | | | | | | | open source release
| * | Removes Google username from TODOs, removes defunct TODOsGravatar Tim Emiola2015-01-22
| | |
| * | Removed beefcake extension hook, it was no longer neededGravatar Tim Emiola2015-01-22
| | |
| * | Merge pull request #165 from murgatroid99/php_ssl_fixGravatar Tim Emiola2015-01-22
| |\ \ | | | | | | | | Fixed junk data bug in PHP SSL Credentials
| * \ \ Merge pull request #164 from nathanielmanistaatgoogle/python-introductionGravatar Nicolas Noble2015-01-22
| |\ \ \ | | | | | | | | | | Python introduction.
| | | * | Fixed junk data bug in PHP SSL CredentialsGravatar murgatroid992015-01-22
| | |/ / | |/| |
| | * | The logging_pool module.Gravatar Nathaniel Manista2015-01-22
| | | |
* | | | Merge branch 'master' into merge_new_invoke_apiGravatar murgatroid992015-01-22
|\| | |
| * | | Merge pull request #154 from ctiller/mac-fixesGravatar Nicolas Noble2015-01-22
| |\ \ \ | | |/ / | |/| | Mac fixes
| | * | Fix math in time_posix.cGravatar Craig Tiller2015-01-21
| | | |
| | * | Use the right parameters to syscallsGravatar Craig Tiller2015-01-21
| | | |
| | * | Fix memory corruption if >2 portsGravatar Craig Tiller2015-01-21
| | | |
* | | | Resolved merge conflict with upstream/masterGravatar murgatroid992015-01-21
|\| | |
| * | | Indicated that serialize and deserialize are optionalGravatar murgatroid992015-01-21
| | | |
| | * | Make option setting work on MacGravatar Craig Tiller2015-01-21
| | | |
* | | | Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \ \ \ | |_|/ / |/| | |
| | * | Merge branch 'master' into node_remove_byte_streamsGravatar murgatroid992015-01-21
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #149 from murgatroid99/node_bind_port_zeroGravatar Tim Emiola2015-01-21
|\ \ \ \ | | | | | | | | | | Bind servers to port 0 in node tests
| | | * \ Merge branch 'master' into node_remove_byte_streamsGravatar murgatroid992015-01-21
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Typo fixGravatar Craig Tiller2015-01-21
| | | | |
| | | | * Add platform ifdefs, fix up some MSVC warningsGravatar Craig Tiller2015-01-21
| | | | |
| | | | * Disable compilation of some filesGravatar Craig Tiller2015-01-21
| | | | | | | | | | | | | | | | | | | | They're not needed on Windows
| | | | * Copy pollset_posix to pollset_windowsGravatar Craig Tiller2015-01-21
| | | | |
* | | | | Merge pull request #141 from jboeuf/ssl_server_creds_integrationGravatar Craig Tiller2015-01-21
|\ \ \ \ \ | | | | | | | | | | | | Changing the SSL (Server) Credentials API.
| | | | * | Switched binary stream to object streamGravatar murgatroid992015-01-21
| |_|_|/ / |/| | | |
| | | * | Removed unexpected reference to auth.rbGravatar Tim Emiola2015-01-21
| | | | |
| | | * | Updates ruby to stop using grpc_start_invokeGravatar Tim Emiola2015-01-21
| | | | |
| | * | | Modified interop tests to handle binding to port 0Gravatar murgatroid992015-01-21
| | | | |
| | * | | Merge branch 'master' into node_bind_port_zeroGravatar murgatroid992015-01-21
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #145 from murgatroid99/node_interopGravatar Tim Emiola2015-01-21
|\ \ \ \ \ | | | | | | | | | | | | Node interop tests
| * | | | | Removed extra debugger statementsGravatar murgatroid992015-01-21
| | | | | |
| | | * | | Removed port_picker and bound to port 0 in tests insteadGravatar murgatroid992015-01-21
| | | | | |
| | | * | | Brought grpc_server_add_secure_http2_port in line with grpc_server_http2_portGravatar murgatroid992015-01-21
| |_|/ / / |/| | | |
| | * | | Fixing node and ruby builds.Gravatar Julien Boeuf2015-01-21
| | | | |
| * | | | Added TLS support to interop testsGravatar murgatroid992015-01-21
| | | | |
* | | | | Merge pull request #139 from ↵Gravatar Michael Lumish2015-01-21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_correct_interop_test_payload_type Corrects the ruby interop tests
| | | | * | clang-formatGravatar Craig Tiller2015-01-20
| | | | | |
| | | | * | Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-20
| |_|_|/| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * | | | Corrects the ruby interop testsGravatar Tim Emiola2015-01-20
| | | | | | | | | | | | | | | | | | | | - they were not returning the correct payload type
| | * | | Removed temp filesGravatar murgatroid992015-01-20
| | | | |
| | * | | Added and fixed interop testsGravatar murgatroid992015-01-20
| | | | |