Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Add a timeout to echo client's RPCs | 2015-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-api | 2015-01-28 | ||
|\| | | ||||
| | * | Merge branch 'master' of github.com:google/grpc into json | 2015-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. | 2015-01-27 | ||
| | | | ||||
| * | | Merge pull request #167 from maxwell-demon/master | 2015-01-27 | ||
| |\ \ | | | | | | | | | Fix census_log_tests on platforms with only one core. | |||
| * \ \ | Merge pull request #157 from dklempner/eventfd | 2015-01-27 | ||
| |\ \ \ | | | | | | | | | | | Add support for eventfd based kicking on linux. | |||
| | | | * | Addressing latest comments. | 2015-01-28 | ||
| | | | | | ||||
* | | | | | First compiling version of the new C api. | 2015-01-27 | ||
|/ / / / | ||||
* | | | | sync up with master | 2015-01-27 | ||
|\ \ \ \ | ||||
| * \ \ \ | Merge github.com:google/grpc into javascript | 2015-01-27 | ||
| |\ \ \ \ | ||||
| * | | | | | Add args | 2015-01-27 | ||
| | | | | | | ||||
| | | * | | | Rename poll_kick_test to poll_kick_posix_test | 2015-01-26 | ||
| | | | | | | ||||
| | | | | * | Merge branch 'master' of github.com:google/grpc into json | 2015-01-26 | ||
| | | | | |\ | | | |_|_|/ | | |/| | | | ||||
| | | | | * | Addressing comments. | 2015-01-26 | ||
| | | | | | | ||||
| | | * | | | Merge branch 'master' into eventfd | 2015-01-26 | ||
| | | |\ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | This includes nuking the special pollset_kick_windows.h, since it is no longer relevant. | |||
| | | * | | | Refactor the pipe/eventfd abstraction | 2015-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 json | 2015-01-26 | ||
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c | |||
* | | | | | | | run clang-format | 2015-01-26 | ||
| |_|_|_|_|/ |/| | | | | | ||||
| | * | | | | remove stale comment | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove use of *printf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Add missing include | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove use of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove use of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove use of sprintf | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Remove use of sprintf | 2015-01-23 | ||
| |/ / / / |/| | | | | ||||
* | | | | | Merge pull request #179 from ctiller/kill-printf | 2015-01-23 | ||
|\ \ \ \ \ | | | | | | | | | | | | | Remove uses of sprintf | |||
| * | | | | | Add constant for min bufsize for timeout encoding | 2015-01-23 | ||
| | | | | | | ||||
* | | | | | | Removed unnecessary test file | 2015-01-23 | ||
| | | | | | | ||||
| * | | | | | Move string.h to internal code | 2015-01-23 | ||
| | | | | | | ||||
* | | | | | | Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api | 2015-01-23 | ||
|\| | | | | | ||||
| | * | | | | Update to the latest security API | 2015-01-23 | ||
| | | | | | | ||||
| | * | | | | Merge github.com:google/grpc into javascript | 2015-01-23 | ||
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | Merge pull request #153 from ctiller/windows-fixes | 2015-01-23 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | Windows fixes | |||
| | * | | | | | Fix indentation | 2015-01-22 | ||
| | | | | | | | ||||
| | | | | | * | Replacing cJSON with our own code instead. | 2015-01-22 | ||
| | | | | | | | ||||
| | | | | * | | Fix census_log_tests on platforms with only one core. | 2015-01-22 | ||
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | Merge branch 'master' into merge_new_invoke_api | 2015-01-22 | ||
|\| | | | | | ||||
| * | | | | | Bugfix connection code in test | 2015-01-21 | ||
| | | | | | | ||||
| * | | | | | Must init iomgr | 2015-01-21 | ||
| | | | | | | ||||
| | | | * | | Add support for eventfd based kicking on linux. | 2015-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 master | 2015-01-21 | ||
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||
| | * | | | Make this socket creation portable | 2015-01-21 | ||
| | | | | | ||||
| | * | | | This field is 8 bits on Mac | 2015-01-21 | ||
| |/ / / |/| | | |