aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
...
* | | | | | | | Merge pull request #2723 from a-veitch/issue_2710Gravatar Michael Lumish2015-07-30
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Move grpc_census_call_*_context calls into public header
| | | | | * | | Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into ↵Gravatar Craig Tiller2015-07-30
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | tepid-tarantula
| | | | | | * | merge with headGravatar yang-g2015-07-30
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #2697 from soltanmm/add-sphinx-docGravatar Nathaniel Manista2015-07-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Python documentation generation.
* \ \ \ \ \ \ \ \ Merge pull request #2590 from yang-g/jitterGravatar Vijay Pai2015-07-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reconnect with jitter.
| | | * | | | | | | merge with master, fix build issueGravatar Alistair Veitch2015-07-30
| | | | | | | | | |
| | | * | | | | | | Merge branch 'master' into issue_2709Gravatar Alistair Veitch2015-07-30
| | | |\ \ \ \ \ \ \
* | | | | | | | | | | Make ruby tests see changes to C coreGravatar murgatroid992015-07-30
| |_|_|/ / / / / / / |/| | | | | | | | |
| | | * | | | | | | Move grpc_census_call_*_context calls into public headerGravatar Alistair Veitch2015-07-30
| | | | | | | | | |
| | | | | | | * | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | * | | | | Exclude uds from default hostname testsGravatar Craig Tiller2015-07-29
| | | | | | | | | |
| | | | | * | | | | Add a subchannel factory decorator libraryGravatar 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
* | | | | | | | | | Merge pull request #2712 from donnadionne/add_interopGravatar Nicolas Noble2015-07-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | adding one more prepare command to mirror repositories.
| * | | | | | | | | | adding one more prepare command to mirror repositories.Gravatar Donna Dionne2015-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 branch 'regen' of github.com:nicolasnoble/grpc into plucking-hellGravatar Craig Tiller2015-07-29
| |_|_|_|_|_|_|/| | | |/| | | | | | | | | |
| | | * | | | | | | | Add Python documentation generationGravatar Masood Malekghassemi2015-07-29
| | | |/ / / / / / /
* | | | | | | | | | Merge pull request #2687 from donnadionne/new_testcasesGravatar Michael Lumish2015-07-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adding new interop tests
| * | | | | | | | | | removing unnecessary tests.Gravatar Donna Dionne2015-07-29
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2681 from donnadionne/add_interopGravatar Nicolas Noble2015-07-29
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | Adding c++ interop (cloud to prod) to jenkins work flow.
| | | | | | | | * | | Regenerate project files.Gravatar Nicolas "Pixel" Noble2015-07-29
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2644 from nicolasnoble/support-freebsdGravatar Jan Tattermusch2015-07-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Supporting FreeBSD for Jenkins.
| | | | | | | | | * \ merge with upstreamGravatar yang-g2015-07-28
| | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | * | | | | | | regenerate projectsGravatar 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
| | | | * | | | | | | Adding new interop testsGravatar Donna Dionne2015-07-27
| | | | |/ / / / / /
| | | * / / / / / / Adding c++ interop (cloud to prod) to jenkins work flow.Gravatar Donna Dionne2015-07-27
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | First effort in adding interop to jenkins work flow, more languages will follow.
| | | | | * | | | 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
| * | | | | | | | Merge pull request #2664 from jtattermusch/async_testsGravatar Stanley Cheung2015-07-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Cleanup in C# tests
| | * | | | | | | | make sure async test wont be silently skipped with old NUnitGravatar Jan Tattermusch2015-07-24
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | 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
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | | | * | | | Supporting FreeBSD for Jenkins.Gravatar Nicolas "Pixel" Noble2015-07-24
| | |_|_|/ / / / | |/| | | | | |
| | | | | * | | Make passing NULL for host not crashGravatar Craig Tiller2015-07-23
| |_|_|_|/ / / |/| | | | | |
| | | * | | | 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
| * \ \ \ \ \ \ Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Expose call peer uri from C core
| * | | | | | | | Minor jenkins script cleanjupGravatar Stanley Cheung2015-07-23
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | fix ruby gem pathGravatar Stanley Cheung2015-07-22
| | | | | | | |
| * | | | | | | run homebrew installation script on macos jenkinsGravatar Stanley Cheung2015-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
| | | | * | | | merge head and resolve conflictGravatar yang-g2015-07-22
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | | | | | | |
| * | | | | | | use export insteadGravatar Stanley Cheung2015-07-21
| | | | | | | |
| * | | | | | | local can only be used in a function;Gravatar Stanley Cheung2015-07-21
| | | | | | | |