Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Delete antiquated code | Craig Tiller | 2015-05-17 |
| | |||
* | Merge pull request #1626 from murgatroid99/objective_c_interop_tests | Jorge Canizales | 2015-05-15 |
|\ | | | | | More Objective-C interop tests | ||
| * | Some modifications based on comments | murgatroid99 | 2015-05-15 |
| | | |||
* | | Merge pull request #1624 from jtattermusch/csharp_readme_updates | Tim Emiola | 2015-05-15 |
|\ \ | | | | | | | Update readme for C# | ||
| | * | Fixed cancellation tests | murgatroid99 | 2015-05-15 |
| | | | |||
| | * | Added more interop tests | murgatroid99 | 2015-05-15 |
| | | | |||
| * | | update readme for c# | Jan Tattermusch | 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 | ||
| | | * | Merge branch 'master' into objective_c_interop_tests | murgatroid99 | 2015-05-15 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | ... | Craig Tiller | 2015-05-15 |
| | | | | |||
* | | | | GPR_ASSERT is not an expression | Craig Tiller | 2015-05-15 |
| | | | | |||
| | | * | Added server_streaming interop test | murgatroid99 | 2015-05-15 |
| | |/ | |||
* | | | Merge pull request #1600 from murgatroid99/php_single_completion_queue | Tim Emiola | 2015-05-15 |
|\ \ \ | | | | | | | | | Made PHP library use only a single completion queue | ||
* \ \ \ | Merge pull request #1607 from murgatroid99/node_timeout_interop_test | Tim Emiola | 2015-05-15 |
|\ \ \ \ | |_|_|/ |/| | | | Added Node interop test for timeout_on_sleeping_server | ||
| | | * | 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 | ||
* | | | add newline at eof | Jan Tattermusch | 2015-05-14 |
| | | | |||
* | | | added build script and script for building nuget packages | Jan Tattermusch | 2015-05-14 |
| | | | |||
* | | | update nuspec files | Jan Tattermusch | 2015-05-14 |
| | | | |||
* | | | fix gitignore files | Jan Tattermusch | 2015-05-14 |
| | | | |||
* | | | remove experimental only disclaimer | Jan Tattermusch | 2015-05-14 |
| | | | |||
* | | | fixing nits | Jan Tattermusch | 2015-05-14 |
| | | | |||
* | | | updated Grpc.Core.nuspec | Jan Tattermusch | 2015-05-14 |
| | | | |||
* | | | bump version of gRPC C# assemblies | Jan Tattermusch | 2015-05-14 |
| | | | |||
| * | | Removed response type | murgatroid99 | 2015-05-14 |
| | | | |||
* | | | Merge pull request #1592 from murgatroid99/node_auth_fix | Tim Emiola | 2015-05-14 |
|\ \ \ | | | | | | | | | Fixed client auth implementation and tests | ||
| | * | | Added Node interop test for timeout_on_sleeping_server | murgatroid99 | 2015-05-14 |
| |/ / |/| | | |||
| | * | Made PHP library use only a single completion queue | murgatroid99 | 2015-05-14 |
| |/ |/| | |||
* | | Merge pull request #1580 from jboeuf/tsi_properties_cleanup | Nicolas Noble | 2015-05-14 |
|\ \ | | | | | | | Clean up tsi properties. | ||
* | | | Made cache thread-safe | murgatroid99 | 2015-05-14 |
| | | | |||
* | | | Added channel caching by host string | murgatroid99 | 2015-05-14 |
| | | | |||
| | * | Fixed client auth implementation and tests | murgatroid99 | 2015-05-14 |
| |/ |/| | |||
* | | Merge pull request #1587 from stanley-cheung/fix_php56_ext_location | Tim Emiola | 2015-05-14 |
|\ \ | | | | | | | Fix PHP 5.6 ext location | ||
* \ \ | Merge pull request #1583 from yang-g/mock | Tim Emiola | 2015-05-14 |
|\ \ \ | | | | | | | | | remove redudant optional keyword in proto3 | ||
| | * | | fix php5.6 ext location | Stanley Cheung | 2015-05-13 |
| |/ / |/| | | |||
| * | | remove redudant optional keyword in proto3 | Yang Gao | 2015-05-13 |
| | | | |||
| | * | Clean up tsi properties. | Julien Boeuf | 2015-05-13 |
| | | | |||
* | | | php test math proto: add default value | Stanley Cheung | 2015-05-13 |
|/ / | |||
* | | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie | Yang Gao | 2015-05-13 |
|\ \ | | | | | | | C Core API cleanup. | ||
* | | | add comment | Stanley Cheung | 2015-05-12 |
| | | | |||
* | | | PHP: add support to pass JWT auth uri to auth library | Stanley Cheung | 2015-05-12 |
| | | | |||
* | | | Merge pull request #1567 from dgquintas/cq_bgcb_cv | Craig Tiller | 2015-05-12 |
|\ \ \ | | | | | | | | | Removed condvar from iomgr callback queue | ||
* \ \ \ | Merge pull request #1563 from nicolasnoble/more-win32-fixes | Craig Tiller | 2015-05-12 |
|\ \ \ \ | | | | | | | | | | | Various Win32 fixes and improvements. | ||
* \ \ \ \ | Merge pull request #1565 from mzhaom/boringssl | jboeuf | 2015-05-12 |
|\ \ \ \ \ | | | | | | | | | | | | | Include <openssl/mem.h> when boringssl is used. | ||
| * | | | | | Include <openssl/crypto.h> to make sure it compiles with boringssl. | Ming Zhao | 2015-05-12 |
| | |_|_|/ | |/| | | | |||
| | | | * | Add accidentally deleted escape | Craig Tiller | 2015-05-12 |
| | | | | | |||
| | | * | | Added comment to empty kick_poller func. | David Garcia Quintas | 2015-05-12 |
| | | | | | |||
* | | | | | Merge pull request #1562 from jtattermusch/fix_csharp_interop | Michael Lumish | 2015-05-12 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix C# interop tests | ||
| | * | | | 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. | ||
| * | | | | Make sure full method name starts with slash | Jan Tattermusch | 2015-05-12 |
| | | | | | |||
| | | | * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-12 |
| | | | |\ | |_|_|_|/ |/| | | | |