aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
...
| * | Add a timeout to echo client's RPCsGravatar David Klempner2015-01-28
| | | | | | | | | | | | | | | This ensures that echo test fails in a timely manner rather than hanging when it breaks.
* | | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-01-28
|\| |
| | * Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| | * Fixing a couple of minor bugs, and adding a few tests.Gravatar Nicolas Noble2015-01-27
| | |
| * | Merge pull request #167 from maxwell-demon/masterGravatar Alistair Veitch2015-01-27
| |\ \ | | | | | | | | Fix census_log_tests on platforms with only one core.
| * \ \ Merge pull request #157 from dklempner/eventfdGravatar Craig Tiller2015-01-27
| |\ \ \ | | | | | | | | | | Add support for eventfd based kicking on linux.
| | | | * Addressing latest comments.Gravatar Nicolas Noble2015-01-28
| | | | |
* | | | | First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/ / / /
* | | | sync up with masterGravatar Yang Gao2015-01-27
|\ \ \ \
| * \ \ \ Merge github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-27
| |\ \ \ \
| * | | | | Add argsGravatar Craig Tiller2015-01-27
| | | | | |
| | | * | | Rename poll_kick_test to poll_kick_posix_testGravatar David Klempner2015-01-26
| | | | | |
| | | | | * Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
| | | | | |\ | | | |_|_|/ | | |/| | |
| | | | | * Addressing comments.Gravatar Nicolas Noble2015-01-26
| | | | | |
| | | * | | Merge branch 'master' into eventfdGravatar David Klempner2015-01-26
| | | |\ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | This includes nuking the special pollset_kick_windows.h, since it is no longer relevant.
| | | * | | Refactor the pipe/eventfd abstractionGravatar David Klempner2015-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces the wakeup fd interface, corresponding approximately to the existing Google version, complete with a ported giant detailed usage comment. The implementation has two layers, "specialized" and "fallback". The specialized layer is intended to be a suitable platform specific implementation like eventfd, whereas "fallback" is probably pipe, with runtime detection of whether the specialized version works on this system (currently stubbed out).
| | | | | * Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c
* | | | | | | run clang-formatGravatar Yang Gao2015-01-26
| |_|_|_|_|/ |/| | | | |
| | * | | | remove stale commentGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove use of *printfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Add missing includeGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove use of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove use of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove use of sprintfGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Remove use of sprintfGravatar Craig Tiller2015-01-23
| |/ / / / |/| | | |
* | | | | Merge pull request #179 from ctiller/kill-printfGravatar jboeuf2015-01-23
|\ \ \ \ \ | | | | | | | | | | | | Remove uses of sprintf
| * | | | | Add constant for min bufsize for timeout encodingGravatar Craig Tiller2015-01-23
| | | | | |
* | | | | | Removed unnecessary test fileGravatar murgatroid992015-01-23
| | | | | |
| * | | | | Move string.h to internal codeGravatar Craig Tiller2015-01-23
| | | | | |
* | | | | | Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\| | | | |
| | * | | | Update to the latest security APIGravatar Craig Tiller2015-01-23
| | | | | |
| | * | | | Merge github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-23
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #153 from ctiller/windows-fixesGravatar Jan Tattermusch2015-01-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Windows fixes
| | * | | | | Fix indentationGravatar Craig Tiller2015-01-22
| | | | | | |
| | | | | | * Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
| | | | | | |
| | | | | * | Fix census_log_tests on platforms with only one core.Gravatar maxwell-demon2015-01-22
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' into merge_new_invoke_apiGravatar murgatroid992015-01-22
|\| | | | |
| * | | | | Bugfix connection code in testGravatar Craig Tiller2015-01-21
| | | | | |
| * | | | | Must init iomgrGravatar Craig Tiller2015-01-21
| | | | | |
| | | | * | Add support for eventfd based kicking on linux.Gravatar David Klempner2015-01-21
| | | | |/ | | | | | | | | | | | | | | | | | | | | This adds support for eventfd based kicking, with the skeleton of support for runtime selection between eventfds and pipes.
* | | | | Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | * | | Make this socket creation portableGravatar Craig Tiller2015-01-21
| | | | |
| | * | | This field is 8 bits on MacGravatar Craig Tiller2015-01-21
| |/ / / |/| | |