Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More work in not having to compile OpenSSL. | Nicolas "Pixel" Noble | 2015-04-23 |
| | |||
* | Making sure we don't require OpenSSL for tests that, in fact, don't need it. | Nicolas "Pixel" Noble | 2015-04-23 |
| | |||
* | Update flaky bit for unsecure tests | Craig Tiller | 2015-04-22 |
| | |||
* | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
| * | Run capable test suites against grpc_unsecure | Craig Tiller | 2015-04-20 |
| | | |||
* | | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 |
|\| | |||
| * | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 |
| | | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors. | ||
* | | clang-format | Craig Tiller | 2015-04-17 |
| | | |||
* | | Random small fixes | Craig Tiller | 2015-04-17 |
| | | |||
* | | Mark large requests tests flaky (they are buggy) | Craig Tiller | 2015-04-17 |
| | | |||
| * | Merge pull request #1292 from jboeuf/load_file_with_null_term | Craig Tiller | 2015-04-17 |
| |\ | | | | | | | Adding option to add a null terminator when loading a file. | ||
* | | | Progress towards transport using metadata batches | Craig Tiller | 2015-04-16 |
| | | | |||
* | | | Kill transport end2end tests: not useful | Craig Tiller | 2015-04-16 |
| | | | |||
* | | | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
|/ / | |||
* | | clang-format | Craig Tiller | 2015-04-16 |
| | | |||
* | | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 |
| | | |||
| * | Adding option to add a null terminator when loading a file. | Julien Boeuf | 2015-04-15 |
|/ | | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string. | ||
* | 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. |