Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add testing of bad client behavior | Craig Tiller | 2015-05-26 |
| | | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs. | ||
* | added support for building Symbol packages | Jan Tattermusch | 2015-05-21 |
| | |||
* | Send RST_STREAM when closing from the server without getting a client ↵ | Craig Tiller | 2015-05-19 |
| | | | | half-close first | ||
* | Add testing for GRPC_TRACE | Craig Tiller | 2015-05-18 |
| | |||
* | Actually removing grpc_http.h from build.json. | Nicolas "Pixel" Noble | 2015-05-18 |
| | |||
* | Merge pull request #1630 from jtattermusch/nuget_adjustments | Tim Emiola | 2015-05-18 |
|\ | | | | | NuGet packaging adjustments | ||
| * | some nuget packaging adjustments | Jan Tattermusch | 2015-05-15 |
| | | |||
* | | Fix test, readd it to build | Craig Tiller | 2015-05-15 |
|/ | |||
* | Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash | Nicolas Noble | 2015-05-15 |
|\ | | | | | Add subprocess GPR API | ||
| * | Add header to build.json | Craig Tiller | 2015-05-15 |
| | | |||
* | | GPR_ASSERT is not an expression | Craig Tiller | 2015-05-15 |
| | | |||
| * | Add subprocess GPR API | Craig Tiller | 2015-05-15 |
|/ | | | | | | | | Port fling_test to it. This will be used to: - port remaining tests to Windows - enable testing what happens when servers or clients mysteriously disappear | ||
* | fixing nits | Jan Tattermusch | 2015-05-14 |
| | |||
* | Update readme for building nuget package | Jan Tattermusch | 2015-05-14 |
| | |||
* | bumped version of grpc.native.csharp_ext package | Jan Tattermusch | 2015-05-14 |
| | |||
* | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie | Yang Gao | 2015-05-13 |
|\ | | | | | C Core API cleanup. | ||
* | | Various Win32 fixes and improvements. | Nicolas Noble | 2015-05-12 |
| | | | | | | | | | | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them. | ||
| * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-11 |
| |\ | |/ |/| | | | | | Conflicts: vsprojects/Grpc.mak | ||
| * | Clean out old code | Craig Tiller | 2015-05-11 |
| | | |||
* | | Properly naming grpc++_unsecure project. | Nicolas "Pixel" Noble | 2015-05-09 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into generate-test-projects | Nicolas "Pixel" Noble | 2015-05-09 |
|\| | | | | | | | | | | | | | | | Conflicts: Makefile test/core/end2end/gen_build_json.py tools/run_tests/tests.json vsprojects/Grpc.mak | ||
* | | Making the gRPC C tests building under Windows. | Nicolas Noble | 2015-05-09 |
| | | |||
* | | Adding grpc++_unsecure project file, and adding better support for test ↵ | Nicolas "Pixel" Noble | 2015-05-09 |
| | | | | | | | | projects. | ||
| * | Addressing comments. | Julien Boeuf | 2015-05-08 |
| | | |||
| * | Adding support for per call credentials in core. | Julien Boeuf | 2015-05-07 |
| | | |||
* | | Enable test that got forgotten | Craig Tiller | 2015-05-05 |
|/ | |||
* | merge with head | Yang Gao | 2015-05-04 |
|\ | |||
* | | Add a c test for max message length | Yang Gao | 2015-05-04 |
| | | |||
| * | Add test for >16777215 sequence numbered streams | Craig Tiller | 2015-05-04 |
|/ | |||
* | Adding property sheets for OpenSSL and zlib's NuGet packages. | Nicolas "Pixel" Noble | 2015-05-02 |
| | |||
* | Merge branch 'fix-windows-tests' into delete-the-old-api | Craig Tiller | 2015-04-30 |
|\ | |||
| * | Ensure all unsecure tests are built on Windows | Craig Tiller | 2015-04-30 |
| | | |||
* | | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-04-30 |
|\| | |||
* | | Kill echo test | Craig Tiller | 2015-04-29 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into stap | David Garcia Quintas | 2015-04-29 |
| |\ | |||
| * \ | Merge remote-tracking branch 'upstream/master' into stap | David Garcia Quintas | 2015-04-29 |
| |\ \ | |||
| * | | | Integration of Systemtap (STAP) for profiling. | David Garcia Quintas | 2015-04-29 |
| | | | | | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | ||
* | | | | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-04-28 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: include/grpc++/channel_interface.h | ||
| | | * | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-28 |
| |_|/| |/| |/ | |/| | |||
| * | | Updating the templates to create win64 projects. | Nicolas "Pixel" Noble | 2015-04-28 |
| | | | |||
| * | | add Windows x64 (WIN64) mode and make buildable on MSVC | zeliard | 2015-04-27 |
| | | | |||
| * | | merge VS solutions file from upstream master | zeliard | 2015-04-27 |
| | | | |||
| * | | fix expression bug on socket creation failure (fd<0 is always false because ↵ | zeliard | 2015-04-27 |
| |\| | | | | | | | | | | fd is unsigned and Windows returns ~0 (-1) on socket failure) | ||
* | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-25 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: Makefile | ||
| * | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| | * | | Add the new header to build.json and regenerate projects | Yang Gao | 2015-04-24 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-23 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: Makefile | ||
| | * | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| | | * | Merge branch 'master' of https://github.com/grpc/grpc | zeliard | 2015-04-23 |
| | | |\ | |||
| | | * | | add nuget info | zeliard | 2015-04-23 |
| | | | | |