aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
|\
| * 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
|\ \ \ | |/ / |/| |
* | | 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 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 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
| | | * | | Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | | * Supporting FreeBSD for Jenkins.Gravatar Nicolas "Pixel" Noble2015-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
| * \ \ \ \ 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
| | | | | |
| * | | | | Add per-language homebrew testing for Mac on JenkinsGravatar Stanley Cheung2015-07-21
| | |_|/ / | |/| | |
* | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: include/grpc/grpc.h
| * | | | Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bitsGravatar Jan Tattermusch2015-07-20
| |\ \ \ \ | | | | | | | | | | | | Making sure we build 32 bits in Jenkins.
| | * | | | Making sure that 32 bits is being built and run on Jenkins.Gravatar Nicolas "Pixel" Noble2015-07-21
| | | | | |
| | | | * | fix buildGravatar Alistair Veitch2015-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
| * | | | missed a php depenedency in dockerfileGravatar Stanley Cheung2015-07-20
| | | | |
| * | | | temp directory doesnt work when tests run in parallelGravatar Stanley Cheung2015-07-19
| | | | |
| * | | | Merge pull request #2491 from stanley-cheung/add_homebrew_to_jenkinsGravatar Jan Tattermusch2015-07-19
| |\ \ \ \ | | | | | | | | | | | | Support macos in jenkins run_distributions script
| * \ \ \ \ Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| | | * | | | support macos in jenkins run_distributions scriptGravatar Stanley Cheung2015-07-19
| | |/ / / / | |/| | | |
| | | | | * old not parallel version of generate_projects.sh, for debugginGravatar Michael Larson2015-07-19
| | | | | |
| | | | | * changed vsproject generation to make c++ tests; put a hint in the .sln about ↵Gravatar Michael Larson2015-07-19
| | |_|_|/ | |/| | | | | | | | | | | | | lib vs. target; expand .proto includes
* | | | | 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
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | | | | * rebuild makefileGravatar Alistair Veitch2015-07-17
| | | | | |
| * | | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| |\ \ \ \ \ | | | |_|/ / | | |/| | |