Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | Adding support for loading the SSL roots from an environment variable. | Julien Boeuf | 2015-02-02 | |
| |/ / | | | | | | | | | | | | | | | | - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test. | |||
| * | | Merge pull request #358 from dklempner/build | Nathaniel Manista | 2015-02-02 | |
| |\ \ | ||||
| | * | | Make several python scripts explicitly python2.7 | David Klempner | 2015-02-02 | |
| | |/ | | | | | | | | | | | | | I tried actually doing a build on my home desktop, and none of these run with python 3.3, which is /usr/bin/python on my home desktop. | |||
| * | | Prepare for the new batch call API. | Craig Tiller | 2015-02-02 | |
| | | | | | | | | | | | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings. | |||
* | | | Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-api | Craig Tiller | 2015-02-02 | |
|\ \ \ | ||||
* \ \ \ | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-02-02 | |
|\ \ \ \ | | |/ / | |/| | | ||||
* | | | | Fix tests to be a bit more sane | Craig Tiller | 2015-02-02 | |
| | | | | ||||
| * | | | Fix poll_kick_posix_test under asan | David Klempner | 2015-02-02 | |
| | |/ | |/| | | | | | | | | | | 1. Init the freelist_mu in the forced-fallback path 2. Free allocated memory in the test_over_free test case. | |||
* | | | Cleanup output of tests | Craig Tiller | 2015-02-02 | |
| | | | ||||
| | * | Prepare for the new batch call API. | Craig Tiller | 2015-02-02 | |
| |/ | | | | | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings. | |||
* | | Rename & semantic fixup progress | Craig Tiller | 2015-01-30 | |
| | | ||||
| * | Init fix | Craig Tiller | 2015-01-30 | |
| | | ||||
* | | Init fix | Craig Tiller | 2015-01-29 | |
| | | ||||
* | | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-01-29 | |
|\| | | | | | | | | | Conflicts: test/core/echo/echo_test.c | |||
| * | Fixing echo test. | Nicolas "Pixel" Noble | 2015-01-30 | |
| | | ||||
* | | Add missing wait | Craig Tiller | 2015-01-29 | |
| | | ||||
| * | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 | |
| | | | | | | | | fixing all subsequent errors. | |||
* | | Fix echo test | Craig Tiller | 2015-01-29 | |
| | | ||||
* | | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-01-29 | |
|\| | | | | | | | | | Conflicts: test/core/echo/client.c | |||
| * | Merge pull request #168 from nicolasnoble/json | Craig Tiller | 2015-01-29 | |
| |\ | | | | | | | Replacing cJSON with our own code instead. | |||
| | * | Adding a few more tests. | Nicolas "Pixel" Noble | 2015-01-29 | |
| | | | ||||
| | * | Adding a few more test to improve coverage. | Nicolas "Pixel" Noble | 2015-01-29 | |
| | | | ||||
| * | | Add a timeout to echo client's RPCs | David Klempner | 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 | Craig Tiller | 2015-01-28 | |
|\| | | ||||
| | * | Merge branch 'master' of github.com:google/grpc into json | Nicolas Noble | 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. | Nicolas Noble | 2015-01-27 | |
| | | | ||||
| * | | Merge pull request #167 from maxwell-demon/master | Alistair Veitch | 2015-01-27 | |
| |\ \ | | | | | | | | | Fix census_log_tests on platforms with only one core. | |||
| * \ \ | Merge pull request #157 from dklempner/eventfd | Craig Tiller | 2015-01-27 | |
| |\ \ \ | | | | | | | | | | | Add support for eventfd based kicking on linux. | |||
| | | | * | Addressing latest comments. | Nicolas Noble | 2015-01-28 | |
| | | | | | ||||
* | | | | | First compiling version of the new C api. | Craig Tiller | 2015-01-27 | |
|/ / / / | ||||
* | | | | sync up with master | Yang Gao | 2015-01-27 | |
|\ \ \ \ | ||||
| * \ \ \ | Merge github.com:google/grpc into javascript | Craig Tiller | 2015-01-27 | |
| |\ \ \ \ | ||||
| * | | | | | Add args | Craig Tiller | 2015-01-27 | |
| | | | | | | ||||
| | | * | | | Rename poll_kick_test to poll_kick_posix_test | David Klempner | 2015-01-26 | |
| | | | | | | ||||
| | | | | * | Merge branch 'master' of github.com:google/grpc into json | Nicolas Noble | 2015-01-26 | |
| | | | | |\ | | | |_|_|/ | | |/| | | | ||||
| | | | | * | Addressing comments. | Nicolas Noble | 2015-01-26 | |
| | | | | | | ||||
| | | * | | | Merge branch 'master' into eventfd | David Klempner | 2015-01-26 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | This includes nuking the special pollset_kick_windows.h, since it is no longer relevant. | |||
| | | * | | | Refactor the pipe/eventfd abstraction | David Klempner | 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 | Nicolas Noble | 2015-01-26 | |
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c | |||
* | | | | | | | run clang-format | Yang Gao | 2015-01-26 | |
| |_|_|_|_|/ |/| | | | | | ||||
| | * | | | | remove stale comment | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Remove use of *printf | Craig Tiller | 2015-01-23 | |
| | | | | | | ||||
| | * | | | | Add missing include | Craig Tiller | 2015-01-23 | |
| | | | | | |