aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-06
|\
| * Merge pull request #2800 from ctiller/reduce-mac-loadGravatar Nicolas Noble2015-08-06
| |\ | | | | | | Reduce mac load on Jenkins
| * \ Merge pull request #2750 from ctiller/propagateGravatar Yang Gao2015-08-06
| |\ \ | | | | | | | | Core-supported context propagation
| * \ \ Merge pull request #2781 from yang-g/stuboptionsGravatar Abhishek Kumar2015-08-05
| |\ \ \ | | | | | | | | | | Add StubOptions
* | | | | Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-05
|\| | | |
| | | | * Merge branch 'propagate' into reduce-mac-loadGravatar Craig Tiller2015-08-05
| | | | |\ | | | | |/ | | | |/|
| | | * | Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-05
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitterGravatar Vijay Pai2015-08-05
| |\ \ \ \ | | | | | | | | | | | | Connection backoff interop test client and server
| | | | | * Add linux, mac as test platforms, only run _with_poll tests on linuxGravatar Craig Tiller2015-08-05
| | | | |/
* | | | | Testing port serverGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
| | | | * Add proxy tests to end2end suiteGravatar Craig Tiller2015-08-04
| |_|_|/ |/| | | | | | | | | | | | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
| | | * Add StubOptionsGravatar yang-g2015-08-03
| |_|/ |/| |
| | * merge with head and resolve conflictsGravatar yang-g2015-08-03
| | |\ | |_|/ |/| |
| * | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-01
| |\ \ | |/ / |/| | | | | | | | Conflicts: Makefile
* | | 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 pull request #2731 from nicolasnoble/regen-and-vs-tweaksGravatar Jan Tattermusch2015-07-30
| |\ \ \ | | | | | | | | | | Regenerating project files and massaging VS project files.
| | * | | Regenerating project files and massaging VS project files.Gravatar Nicolas Noble2015-07-30
| | | | |
| | | * | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into ↵Gravatar Craig Tiller2015-07-30
| | | |\ \ | | | | | | | | | | | | | | | | | | tepid-tarantula
| | | | * | Regenerating project files and massaging VS project files.Gravatar Nicolas Noble2015-07-31
| | | |/ / | | |/| |
| * | | | Merge branch 'master' into issue_2709Gravatar Alistair Veitch2015-07-30
| |\| | |
| * | | | Move grpc_census_call_*_context calls into public headerGravatar Alistair Veitch2015-07-30
| | | | |
* | | | | Add a subchannel factory decorator libraryGravatar Craig Tiller2015-07-29
| |/ / / |/| | |
| | * | 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).
| | * merge with upstreamGravatar yang-g2015-07-28
| | |\ | |_|/ |/| |
* | | Merge pull request #2506 from larsonmpdx/gittGravatar Nicolas Noble2015-07-28
|\ \ \ | | | | | | | | changes to allow VS solution/project generation and grpc.mak generation for c++ tests
* \ \ \ 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
| * | | Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
| |\ \ \ | | | | | | | | | | Dynamic-sized thread pool
| * \ \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
| |\ \ \ \ | | | | | | | | | | | | Fake transport security to private
| | | | | * Add reconnect interop test client and serverGravatar yang-g2015-07-24
| |_|_|_|/ |/| | | |
| | | * | Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23
| | | | |
* | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\| | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | | Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
| |\ \ \ \ | | | | | | | | | | | | Census record stats API
| | | * | | move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | | |/ /
| | | | * mark not building windows tests as platforms = posix in build.jsonGravatar Michael Larson2015-07-20
| | | | |
| * | | | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | |/ / | |/| |
| | * | address commentsGravatar Alistair Veitch2015-07-20
| | | |
* | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
|\| | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
* | | | 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
| | |\ \ \ | | |/ / / | |/| | |
| | | | * add record_stat APIGravatar Alistair Veitch2015-07-17
| | | | |
| * | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| |\ \ \ \
| | * \ \ \ Merge with headGravatar yang-g2015-07-16
| | |\ \ \ \
| | * | | | | split iterator into its own fileGravatar yang-g2015-07-16
| | | |_|_|/ | | |/| | |
| | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | | |\ | | | | |_|/ | | | |/| |
* | | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-16
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | | | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Make thread_pool.h a public header
| | * | | | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate