aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-04
|\
| * Fix alpn_testGravatar Craig Tiller2015-08-03
| |
| * Merge pull request #2751 from ctiller/alphanumeric-juju-fishGravatar Michael Lumish2015-08-03
| |\ | | | | | | Remove optional parameter from watch connectivity state
* | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-01
|\| | | | | | | | | | | | | | Conflicts: Makefile
| | * Fix UDS versions of this testGravatar Craig Tiller2015-07-31
| | |
| | * Remove optional parameter from watch connectivity stateGravatar Craig Tiller2015-07-31
| | |
| * | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-31
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak vsprojects/grpc.sln vsprojects/grpc/grpc.vcxproj vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
* | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
|\ \ \ | | |/ | |/|
| * | Merge pull request #2689 from yang-g/auth_test_failureGravatar Craig Tiller2015-07-30
| |\ \ | | | | | | | | Fix clock type mismatch
| | | * Exclude uds from default hostname testsGravatar Craig Tiller2015-07-29
| | | |
| | | * Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-29
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/surface/channel.c
* / | | Allow specific pollers to be wokenGravatar Craig Tiller2015-07-29
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if two threads call grpc_completion_queue_pluck on the same completion queue for different tags, there is a 50% chance that we deliver the completion wakeup to the wrong poller - forcing the correct poller to wait until its polling times out before it can return an event up to the application. This change tweaks our polling interfaces so that we can indeed wake a specific poller. Nothing has been performance tuned yet. It's definitely sub-optimal in a number of places. Wakeup file-descriptors should be recycled. We should have a path that avoids calling poll() followed by epoll(). We can probably live without it right at the second though. This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows machine).
* | | Integration compile fixGravatar Craig Tiller2015-07-28
| | |
* | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-28
|\ \ \ | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | * | Fix clock type mismatchGravatar yang-g2015-07-28
| |/ /
| * | Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_authGravatar Julien Boeuf2015-07-27
| |\ \
| | * \ Merge pull request #2593 from ctiller/elliptic-orange-chamelionGravatar Yang Gao2015-07-27
| | |\ \ | | | | | | | | | | Rename grpc_channel_create to grpc_insecure_channel_create
| | | * \ Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-26
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c
| | * | \ \ Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-26
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | | | * Merge branch 'sometimes-its-good-just-to-check-in-with-each-other' into ↵Gravatar Craig Tiller2015-07-26
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | yeah-we-know-what-youre-talking-about
* | | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-26
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c
| | | | | * Make passing NULL for host not crashGravatar Craig Tiller2015-07-23
| |_|_|_|/ |/| | | |
| * | | | Merge pull request #2617 from jboeuf/jwt_creds_renamingGravatar Yang Gao2015-07-23
| |\ \ \ \ | | | | | | | | | | | | Renaming jwt_credentials to service_account_jwt_access_credentials.
| | | | | * Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-23
| | | | | |\ | | |_|_|_|/ | |/| | | |
* | | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\| | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | | | * | Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Expose call peer uri from C core
| | | * | | | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| | |/ / / / | |/| | | |
| | | | * | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| | | | | |
* | | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/client_config/subchannel.c src/core/iomgr/alarm.c src/core/iomgr/iomgr.c src/core/iomgr/tcp_client_posix.c
| | | * | | Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
| | |/ / / | |/| | |
| | | | * Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
| | |_|/ | |/| |
| * | | Merge pull request #2529 from ctiller/prefer-gin-n-tonicGravatar Vijay Pai2015-07-21
| |\ \ \ | | | | | | | | | | Move alarm subsystem to monotonic time
* | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-21
|\| | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | | * | Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| | | | |
| | | * | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | | |/
* | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
|\ \ \ \ | | |_|/ | |/| | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | * | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
| | |\ \ | | |/ / | |/| | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| | | * Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
| | |/ | |/|
| * | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| * \ \ Merge pull request #2319 from dgquintas/str_join_with_sepGravatar Nicolas Noble2015-07-19
| |\ \ \ | | | | | | | | | | Added convenience functions gpr_strjoin_sep and grp_strsplit
| | | | * User agent string supportGravatar Craig Tiller2015-07-18
| | | | |
* | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-17
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | * | | Merge with head and resolve conflictGravatar yang-g2015-07-17
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
| |\ \ \ \ | | | | | | | | | | | | Lock free requested call fulfillment path
| | | | * \ Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-17
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
| |\ \ \ \ \ | | | | | | | | | | | | | | Add a clock_type field to gpr_timespec
| | | | | | * Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms
| * | | | | | Merge pull request #2472 from nicolasnoble/4000-is-infinite-rightGravatar Craig Tiller2015-07-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Changing a very long (4000s) deadline to 10s.
| | | * \ \ \ \ Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-07-17
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | no-worries-i-can-wait