Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Merge pull request #968 from jtattermusch/csharp_refactoring | Michael Lumish | 2015-03-06 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | C# refactoring and code cleanup | |||
| | | * | | | | | Removes unused dependencies | Tim Emiola | 2015-03-06 | |
| | | | | | | | | ||||
| | * | | | | | | Corrects the host used in the client_server spec tests | Tim Emiola | 2015-03-06 | |
| | |/ / / / / | ||||
| | * | | | | | Fix for #804 | Tim Emiola | 2015-03-06 | |
| | | | | | | | ||||
| | * | | | | | Decompose the ClientStub initialize method | Tim Emiola | 2015-03-06 | |
| |/ / / / / |/| | | | | | ||||
| * | | | | | Used StyleCop to get rid of tabs in the source code | Jan Tattermusch | 2015-03-06 | |
| | | | | | | ||||
| | | | | * | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-06 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | ||||
| * | | | | | removed some compiler warnings | Jan Tattermusch | 2015-03-06 | |
| | | | | | | ||||
| * | | | | | Split async call into server and client classes sharing the same base. | Jan Tattermusch | 2015-03-06 | |
|/ / / / / | ||||
* | | | | | Merge pull request #965 from soltanmm/py-test | Nathaniel Manista | 2015-03-06 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix Python protoc plugin test workflow | |||
* | | | | | Merge pull request #964 from ctiller/i-am-so-very-lazy | Nicolas Noble | 2015-03-06 | |
|\ \ \ \ \ | | | | | | | | | | | | | Crash in channel/server creation if grpc_init not called | |||
| | * | | | | Have Python protoc plugin test run with other tests | Masood Malekghassemi | 2015-03-05 | |
| | | | | | | ||||
| | | * | | | Merge branch 'secure-server-api-changes' of ↵ | Craig Tiller | 2015-03-05 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | github.com:nathanielmanistaatgoogle/grpc into credit | |||
| * | | | | | | Rename to save confusion | Craig Tiller | 2015-03-05 | |
| | | | | | | | ||||
| | * | | | | | Move protoc output to temporary directory | Masood Malekghassemi | 2015-03-05 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves the Python protoc plugin output directory to an auto-generated temporary directory. Has the build configuration set by environment variable (consistent with `tools/run-tests/run_tests.py`'s set envvars). | |||
| | | * | | | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
| | | | | | * | first sets of changes, it builds | Yang Gao | 2015-03-05 | |
| | | | | | | | ||||
| * | | | | | | Crash in channel/server creation if grpc_init not called | Craig Tiller | 2015-03-05 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #963 from dklempner/tsan_server_secure | Craig Tiller | 2015-03-05 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Don't call grpc_create_chttp2_transport after destroying the server | |||
| | | | * \ \ \ | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 | |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||
| | | | * | | | | Merge pull request #3 from tbetbetbe/grpc-ruby-update-server-api | Craig Tiller | 2015-03-05 | |
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Grpc ruby update server api | |||
| | | | | * | | | | Updates ruby code affected by the secure server API change | Tim Emiola | 2015-03-05 | |
| | | | | | | | | | ||||
| * | | | | | | | | Don't call grpc_create_chttp2_transport after destroying the server | David Klempner | 2015-03-05 | |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add synchronization in server_secure_chttp2.c to avoid propagating a completed handshake past that layer to a potentially already destroyed server. | |||
* | | | | | | | | Merge pull request #961 from donnadionne/add_csharp | Jan Tattermusch | 2015-03-05 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Adding csharp to test suite | |||
| | | | | | | * | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-05 | |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||
| * | | | | | | | Adding csharp to test suite | Donna Dionne | 2015-03-05 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | temp remove timing out test to investigate | |||
| | | * / / / | Updates the ruby C extension to match the new secure C server API | Tim Emiola | 2015-03-05 | |
| | |/ / / / | ||||
* | | | | | | Merge pull request #952 from murgatroid99/node_0_12_compatibility | Tim Emiola | 2015-03-05 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Node 0.11+ compatibility | |||
* \ \ \ \ \ \ | Merge pull request #954 from murgatroid99/node_binding_cleanup | Craig Tiller | 2015-03-05 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Cleaned up some unnecessary verbosity in Node's binding.gyp | |||
* \ \ \ \ \ \ \ | Merge pull request #935 from ctiller/python_parallel | Nathaniel Manista | 2015-03-05 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||
| * | | | | | | | Teach run_tests about individual Python tests | Craig Tiller | 2015-03-05 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows: - running python tests in parallel - clearer Travis output - subjects each python test to the five minute run_tests timeout, instead of ALL the tests to the five minute timeout - easier benchmarking of which tests are slow | |||
* | | | | | | | Merge pull request #894 from mattn/ruby-2.2.0 | Tim Emiola | 2015-03-05 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Support ruby 2.2.0 | |||
* \ \ \ \ \ \ \ | Merge pull request #837 from ctiller/qps_driver | Vijay Pai | 2015-03-04 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | QPS driver | |||
* \ \ \ \ \ \ \ \ | Merge pull request #951 from rauls5382/service_names | Abhishek Kumar | 2015-03-04 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Manually resolve well-known service names | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #955 from ctiller/bugs | Vijay Pai | 2015-03-04 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix ref counting | |||
| * | | | | | | | | | | Fix ref counting | Craig Tiller | 2015-03-05 | |
|/ / / / / / / / / / | ||||
* | | | | | | | | | | Merge pull request #953 from dklempner/low_level_ping_pong | Craig Tiller | 2015-03-04 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix signed comparison warnings in low_level_ping_pong | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #829 from nicolasnoble/win32-fix | Craig Tiller | 2015-03-04 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixing Windows build of the python protoc plugin. | |||
| | | | * | | | | | | | | override --> GRPC_OVERRIDE | Craig Tiller | 2015-03-04 | |
| | | | | | | | | | | | | ||||
| | | | | | * | | | | | | Removed extra variables | murgatroid99 | 2015-03-04 | |
| | | | | | | | | | | | | ||||
| | | | | | * | | | | | | Cleaned out some cruft from binding.gyp | murgatroid99 | 2015-03-04 | |
| | | | | | | | | | | | | ||||
| | | | | | * | | | | | | Added CONFIG environment variable to build and test scripts, fixed some bugs | murgatroid99 | 2015-03-04 | |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||
| | | | * | | | | | | | Compile fix | Craig Tiller | 2015-03-04 | |
| | | | | | | | | | | | ||||
| | * | | | | | | | | | Fix signed comparison warnings in low_level_ping_pong | David Klempner | 2015-03-04 | |
| | | | | | | | | | | | ||||
| | | | | | * | | | | | Removes engine restriction from package.json, bumps version | murgatroid99 | 2015-03-04 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | ACTUALLY set the server thread pool | Craig Tiller | 2015-03-04 | |
| | | | | | | | | | | | ||||
| | | | | | * | | | | | The library now compiles with Node 0.11+ and all versions of io.js | murgatroid99 | 2015-03-04 | |
| | | | | | | | | | | | ||||
| | | | | | | * | | | | Merge branch 'credit' of github.com:ctiller/grpc into credit | Craig Tiller | 2015-03-04 | |
| | | | | | | |\ \ \ \ | ||||
| | | | | | | * \ \ \ \ | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-04 | |
| | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||
| | | | * | | | | | | | | clang-format | Craig Tiller | 2015-03-04 | |
| | | | | | | | | | | | |