Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format | Craig Tiller | 2015-04-16 |
| | |||
* | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 |
| | |||
* | Merge pull request #1267 from vjpai/timers | Craig Tiller | 2015-04-14 |
|\ | | | | | Infrastructure for timer insertion, logging, and testing | ||
* \ | Merge pull request #1241 from ctiller/local_worker | Vijay Pai | 2015-04-14 |
|\ \ | | | | | | | Allow RunScenarios to spawn in-process workers | ||
| | * | Merge branch 'master' of git://github.com/vjpai/grpc into timers | Vijay Pai | 2015-04-13 |
| | |\ | |||
| | | * | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-04-13 |
| | | |\ | |_|_|/ |/| | | | |||
| | * | | clang-format results | Vijay Pai | 2015-04-13 |
| | | | | |||
| | * | | Move files to a new "profiling" directory to better distinguish from census | Vijay Pai | 2015-04-13 |
| | |/ | | | | | | | | | | statistics | ||
* | | | Merge github.com:grpc/grpc into windows-fixes | Craig Tiller | 2015-04-13 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak | ||
| | | * | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-04-13 |
| | | |\ | | |_|/ | |/| | | |||
| | | * | Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers | Vijay Pai | 2015-04-13 |
| | | |\ | |||
| | | | * | Infrastructure for timer insertion, logging, and testing. | Vijay Pai | 2015-04-13 |
| | | | | | |||
| * | | | | Merge pull request #1047 from nicolasnoble/freebsd | Vijay Pai | 2015-04-10 |
| |\ \ \ \ | | | | | | | | | | | | | FreeBSD preliminary work. | ||
| * \ \ \ \ | Merge pull request #1249 from ctiller/tls | Nicolas Noble | 2015-04-10 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Thread local storage for grpc | ||
| | | | * | | Remove TODO | Craig Tiller | 2015-04-10 |
| | | | | | | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into freebsd | Nicolas "Pixel" Noble | 2015-04-10 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | * | | | | Thread local storage for grpc | Craig Tiller | 2015-04-10 |
| | | |_|/ | | |/| | | |||
| | | | * | Merge branch 'qps' into local_worker | Craig Tiller | 2015-04-10 |
| | | | |\ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc | ||
| | | | * | Allow RunScenarios to spawn in-process workers | Craig Tiller | 2015-04-09 |
| | | |/ | | |/| | | | | | | | | | | | | | This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done. | ||
* | | | | Port port_posix to port_windows. | Craig Tiller | 2015-04-08 |
| | | | | |||
* | | | | Remove unix headers | Craig Tiller | 2015-04-08 |
| | | | | |||
* | | | | Fix indentation | Craig Tiller | 2015-04-08 |
| | | | | |||
* | | | | Begin port selection code for windows | Craig Tiller | 2015-04-08 |
| | | | | |||
* | | | | Clean up alarm_test.c includes | Craig Tiller | 2015-04-08 |
| | | | | |||
| * | | | clang-format | Craig Tiller | 2015-04-07 |
| | | | | |||
| * | | | Fix server shutdown | Craig Tiller | 2015-04-07 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open. This change: - adds a callback to TCP server shutdown to signal that the server is completely shutdown - wait for that callback before destroying listeners in the server (and before destroying the server) - handles fallout | ||
* | | | Fix server shutdown | Craig Tiller | 2015-04-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open. This change: - adds a callback to TCP server shutdown to signal that the server is completely shutdown - wait for that callback before destroying listeners in the server (and before destroying the server) - handles fallout | ||
| * | | Adding joinable threads, and gpr_thd_join. | Nicolas Noble | 2015-04-03 |
|/ / | |||
* | | Merge pull request #1173 from nicolasnoble/vs2010 | Jan Tattermusch | 2015-04-02 |
|\ \ | | | | | | | Created Visual Studio 2010 project files. | ||
| * | | Created Visual Studio 2010 project files. | Nicolas "Pixel" Noble | 2015-04-02 |
| | | | | | | | | | | | | Also removed the unused shared projects. | ||
* | | | Add a macro to enable replacing the default with a custom port picker | Yang Gao | 2015-04-01 |
|/ / | |||
* | | Adding a test to check the openssl version we are using. | Julien Boeuf | 2015-03-23 |
| | | |||
| * | Merge branch 'master' of github.com:google/grpc into freebsd | Nicolas "Pixel" Noble | 2015-03-19 |
| |\ | |/ |/| | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
* | | Make metadata_test test_things_stick_around use fewer strings | David Klempner | 2015-03-18 |
| | | | | | | | | This test is quadratic in nstr and times out under tsan. | ||
| * | FreeBSD preliminary work. | Nicolas Noble | 2015-03-16 |
|/ | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL. | ||
* | Merge pull request #983 from jboeuf/refresh_token_parsing | Yang Gao | 2015-03-12 |
|\ | | | | | Adding refresh token credentials. | ||
* \ | Merge pull request #978 from Chilledheart/master | Yang Gao | 2015-03-10 |
|\ \ | | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization | ||
| | * | Adding refresh token credentials. | Julien Boeuf | 2015-03-09 |
| | | | | | | | | | | | | | | | | | | - The google default credentials now work with the cloud SDK. - Verified end to end with print_default_credentials and fetch_oauth2 tools. | ||
| | * | Fixing !strcmp in the tests. | Julien Boeuf | 2015-03-09 |
| | | | |||
| * | | Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer | Chilledheart | 2015-03-10 |
| | | | |||
| | * | Adding refresh token parsing | Julien Boeuf | 2015-03-09 |
| |/ |/| | | | | | This is the first step for refresh token credentials. | ||
* | | strcmp: change all !str[n]cmp to str[n]cmp == 0 | Ronnie Sahlberg | 2015-03-07 |
| | | | | | | | | | | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com> | ||
* | | Don't merge OpenSSL into C++ upper layer libraries; only C. | Nicolas "Pixel" Noble | 2015-03-06 |
| | | |||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 |
|\| | |||
| * | Merge pull request #837 from ctiller/qps_driver | Vijay Pai | 2015-03-04 |
| |\ | | | | | | | QPS driver | ||
| * \ | Merge pull request #953 from dklempner/low_level_ping_pong | Craig Tiller | 2015-03-04 |
| |\ \ | | | | | | | | | Fix signed comparison warnings in low_level_ping_pong | ||
| | * | | Fix signed comparison warnings in low_level_ping_pong | David Klempner | 2015-03-04 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-04 |
|\| | | | |||
| | | * | Merge github.com:grpc/grpc into qps_driver | Craig Tiller | 2015-03-03 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Formatting | Craig Tiller | 2015-03-03 |
| | | | |