aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2015-04-16
|
* Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
|
* Merge pull request #1267 from vjpai/timersGravatar Craig Tiller2015-04-14
|\ | | | | Infrastructure for timer insertion, logging, and testing
* \ Merge pull request #1241 from ctiller/local_workerGravatar Vijay Pai2015-04-14
|\ \ | | | | | | Allow RunScenarios to spawn in-process workers
| | * Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
| | |\
| | | * Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-04-13
| | | |\ | |_|_|/ |/| | |
| | * | clang-format resultsGravatar Vijay Pai2015-04-13
| | | |
| | * | Move files to a new "profiling" directory to better distinguish from censusGravatar Vijay Pai2015-04-13
| | |/ | | | | | | | | | statistics
* | | Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-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'Gravatar Vijay Pai2015-04-13
| | | |\ | | |_|/ | |/| |
| | | * Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timersGravatar Vijay Pai2015-04-13
| | | |\
| | | | * Infrastructure for timer insertion, logging, and testing.Gravatar Vijay Pai2015-04-13
| | | | |
| * | | | Merge pull request #1047 from nicolasnoble/freebsdGravatar Vijay Pai2015-04-10
| |\ \ \ \ | | | | | | | | | | | | FreeBSD preliminary work.
| * \ \ \ \ Merge pull request #1249 from ctiller/tlsGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Thread local storage for grpc
| | | | * | Remove TODOGravatar Craig Tiller2015-04-10
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-04-10
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | Thread local storage for grpcGravatar Craig Tiller2015-04-10
| | | |_|/ | | |/| |
| | | | * Merge branch 'qps' into local_workerGravatar Craig Tiller2015-04-10
| | | | |\ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc
| | | | * Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-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.Gravatar Craig Tiller2015-04-08
| | | |
* | | | Remove unix headersGravatar Craig Tiller2015-04-08
| | | |
* | | | Fix indentationGravatar Craig Tiller2015-04-08
| | | |
* | | | Begin port selection code for windowsGravatar Craig Tiller2015-04-08
| | | |
* | | | Clean up alarm_test.c includesGravatar Craig Tiller2015-04-08
| | | |
| * | | clang-formatGravatar Craig Tiller2015-04-07
| | | |
| * | | Fix server shutdownGravatar Craig Tiller2015-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 shutdownGravatar Craig Tiller2015-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.Gravatar Nicolas Noble2015-04-03
|/ /
* | Merge pull request #1173 from nicolasnoble/vs2010Gravatar Jan Tattermusch2015-04-02
|\ \ | | | | | | Created Visual Studio 2010 project files.
| * | Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | | | | | | | | | Also removed the unused shared projects.
* | | Add a macro to enable replacing the default with a custom port pickerGravatar Yang Gao2015-04-01
|/ /
* | Adding a test to check the openssl version we are using.Gravatar Julien Boeuf2015-03-23
| |
| * Merge branch 'master' of github.com:google/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-03-19
| |\ | |/ |/| | | | | | | Conflicts: Makefile templates/Makefile.template
* | Make metadata_test test_things_stick_around use fewer stringsGravatar David Klempner2015-03-18
| | | | | | | | This test is quadratic in nstr and times out under tsan.
| * FreeBSD preliminary work.Gravatar Nicolas Noble2015-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_parsingGravatar Yang Gao2015-03-12
|\ | | | | Adding refresh token credentials.
* \ Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
|\ \ | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization
| | * Adding refresh token credentials.Gravatar Julien Boeuf2015-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.Gravatar Julien Boeuf2015-03-09
| | |
| * | Add method grp_slice_buffer_pop to remove the last element for grp_slice_bufferGravatar Chilledheart2015-03-10
| | |
| | * Adding refresh token parsingGravatar Julien Boeuf2015-03-09
| |/ |/| | | | | This is the first step for refresh token credentials.
* | strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-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.Gravatar Nicolas "Pixel" Noble2015-03-06
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\|
| * Merge pull request #837 from ctiller/qps_driverGravatar Vijay Pai2015-03-04
| |\ | | | | | | QPS driver
| * \ Merge pull request #953 from dklempner/low_level_ping_pongGravatar Craig Tiller2015-03-04
| |\ \ | | | | | | | | Fix signed comparison warnings in low_level_ping_pong
| | * | Fix signed comparison warnings in low_level_ping_pongGravatar David Klempner2015-03-04
| | | |
* | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
|\| | |
| | | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-03
| | | |\ | | |_|/ | |/| |
| * | | FormattingGravatar Craig Tiller2015-03-03
| | | |