Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleaning out remains of google3. | Nicolas "Pixel" Noble | 2015-02-03 |
| | |||
* | 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. | ||
* | | 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. | ||
* | Merge pull request #324 from ctiller/bench | Vijay Pai | 2015-02-01 |
|\ | | | | | Add pprof support to qps client, server | ||
| * | Add pprof support | Craig Tiller | 2015-01-31 |
| | | | | | | | | | | | | Starts profiling on client and server. On client, finishes after a test. On the server, finishes after sigint. | ||
* | | Init fix | Craig Tiller | 2015-01-30 |
| | | |||
* | | Fixing echo test. | Nicolas "Pixel" Noble | 2015-01-30 |
| | | |||
* | | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | | | | | fixing all subsequent errors. | ||
* | | 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 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 |
| | | | | | |||
* | | | | | format | Yang Gao | 2015-01-27 |
| | | | | | |||
* | | | | | make the flag name shorter | Yang Gao | 2015-01-27 |
| | | | | | |||
* | | | | | add compute engine credentials support | Yang Gao | 2015-01-27 |
| | | | | | |||
* | | | | | sync up with master | Yang Gao | 2015-01-27 |
|\ \ \ \ \ | |||
* | | | | | | resolve comments | 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 pull request #188 from ctiller/bprintf | Nicolas Noble | 2015-01-26 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Remove more complicated sprintf usage from the libraries | ||
| | | | | | * \ | Merge branch 'master' of github.com:google/grpc into json | Nicolas Noble | 2015-01-26 |
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c | ||
* | | | | | | | | fix comments | Yang Gao | 2015-01-26 |
| | | | | | | | | |||
* | | | | | | | | Let each test case create its own channel. | Yang Gao | 2015-01-26 |
| | | | | | | | | |||
* | | | | | | | | run clang-format | Yang Gao | 2015-01-26 |
| | | | | | | | | |||
* | | | | | | | | add service_account support into interop client | Yang Gao | 2015-01-26 |
| | | | | | | | | |||
* | | | | | | | | make CreateTestChannel support additional credentials besides ssl | Yang Gao | 2015-01-25 |
| | | | | | | | | |||
* | | | | | | | | sync messages.proto up to date. | Yang Gao | 2015-01-25 |
| |/ / / / / / |/| | | | | | | |||
| | * | | | | | remove stale comment | Craig Tiller | 2015-01-23 |
| | | | | | | | |||
* | | | | | | | Make interop server listen on 0.0.0.0. | Yang Gao | 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 |
| | | | | | | |