aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | * | | | | Fixed missing item in Node library file listGravatar murgatroid992015-10-01
| | | | |/ / / / /
| | | * | | | | | fix run_interop_tests.pyGravatar yang-g2015-10-01
| | | | | | | | |
| | | * | | | | | change objcGravatar yang-g2015-10-01
| | | | | | | | |
| | | * | | | | | enable_ssl to use_tlsGravatar yang-g2015-10-01
| |_|/ / / / / / |/| | | | | | |
| * | | | | | | Maybe it is already ready when we call getstatusGravatar yang-g2015-10-01
|/ / / / / / /
| | | * / / / Update README.mds that don't currently have Status 'Beta'Gravatar Tim Emiola2015-10-01
| | |/ / / /
| * | | | | Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #3548 from soltanmm/load-testsGravatar Nathaniel Manista2015-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make load_tests protocol tests run via py.test.
* \ \ \ \ \ \ Merge pull request #3589 from nicolasnoble/lcov-in-dockerGravatar Michael Lumish2015-09-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adding lcov to the jenkins docker files.
| * | | | | | | Adding lcov to the jenkins docker files.Gravatar Nicolas "Pixel" Noble2015-10-01
|/ / / / / / /
* | | | | | | Merge pull request #3583 from murgatroid99/node_coverageGravatar Nicolas Noble2015-09-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Node test coverage reporting
* \ \ \ \ \ \ \ Merge pull request #3450 from grpc/end2end_readme_updateGravatar Nicolas Noble2015-09-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated end2end/README
| | | | | | | * | Added subchannel ability to unsubscribe to connectivity state changes.Gravatar David Garcia Quintas2015-09-30
| | | | | | | | |
* | | | | | | | | Merge pull request #3571 from jtattermusch/coapp_zlibGravatar Nicolas Noble2015-09-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add scripts to build nuget package for zlib
* \ \ \ \ \ \ \ \ \ Merge pull request #3582 from ctiller/safe-signalGravatar Nicolas Noble2015-09-30
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Remove stdio usage from signal handler
| | | | | * | | | | Make load_tests protocol tests run via py.testGravatar Masood Malekghassemi2015-09-30
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #3565 from yang-g/end2end_testGravatar Vijay Pai2015-09-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add more test cases to end2end test.
* \ \ \ \ \ \ \ \ \ Merge pull request #3555 from ctiller/pfftGravatar Vijay Pai2015-09-30
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Fix alarms
| | | | | | | | | * Subchannel cleanup on iomgr shutdownGravatar David Garcia Quintas2015-09-30
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | * | | Added code for extension coverageGravatar murgatroid992015-09-30
| |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Add commentGravatar Craig Tiller2015-09-30
| | | | | | | |
| | | | * | | | customize the coapp scripts for zlibGravatar Jan Tattermusch2015-09-30
| | | | | | | |
| | | | * | | | initial version of zlib coapp packageGravatar Jan Tattermusch2015-09-30
| |_|_|/ / / / |/| | | | | |
| * | | | | | Merge github.com:grpc/grpc into pfftGravatar Craig Tiller2015-09-30
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #3570 from vjpai/gcc44_fixesGravatar Yang Gao2015-09-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes to bring code back into gcc4.4 compliance
* \ \ \ \ \ \ \ Merge pull request #3467 from ctiller/can-we-be-single-threadedGravatar Nicolas Noble2015-09-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Implement turnstile polling for Windows
| * | | | | | | | Don't wait forever for iocp to shutdownGravatar Craig Tiller2015-09-30
| | | | | | | | |
| * | | | | | | | Flush iocp related work immediatelyGravatar Craig Tiller2015-09-30
| | | | | | | | |
| * | | | | | | | Add a facility to flush iocp at iomgr shutdownGravatar Craig Tiller2015-09-30
| | | | | | | | |
| * | | | | | | | Make grpc_exec_ctx_flush return a status indicating if work was performedGravatar Craig Tiller2015-09-30
| | | | | | | | |
| | | | | * | | | Dont call malloc eitherGravatar Craig Tiller2015-09-30
| | | | | | | | |
| | | | | * | | | FixesGravatar Craig Tiller2015-09-30
| | | | | | | | |
| | | | | * | | | Remove stdio usage from signal handlerGravatar Craig Tiller2015-09-30
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #3373 from jtattermusch/spawn_interop_serverGravatar Craig Tiller2015-09-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Simplify running of cloud_to_cloud interop tests.
| | | * | | | | | Fix an assertGravatar Vijay Pai2015-09-29
| | | | | | | | |
| | | * | | | | | For compatibility with gcc-4.4, eliminate use of sleep_for andGravatar Vijay Pai2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | std::atomic
| | | * | | | | | C++ changes required to maintain gcc4.4 compatibility - reduce useGravatar Vijay Pai2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of ambiguous nullptr, eliminate use of brace initializer lists
| | | * | | | | | C changes to avoid shadowed global declaration warnings in gcc4.4Gravatar Vijay Pai2015-09-29
| |_|/ / / / / / |/| | | | | | |
| | | | | | | * Merge pull request #3567 from jcanizales/fix-podspecGravatar Michael Lumish2015-09-29
| | | | | | | |\ | | | | | | | | | | | | | | | | | | Make podspec lint pass for submitting ObjC beta to Cocoapods
* | | | | | | | \ Merge pull request #3568 from sreecha/fix-mac-compilation-errorGravatar Vijay Pai2015-09-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix float to bool conversion compilation error in mac
| * | | | | | | | | Fix float to bool conversion compilation error in macGravatar sreek2015-09-29
| | | | | | | | | |
| | | | | | | | | * The podspec is generated!Gravatar Jorge Canizales2015-09-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3560 from vjpai/block_annotate_todoGravatar David Klempner2015-09-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add some TODO comments for possible poll optimization
| | | | | | * | | | | remove anonymous namespace in anonymous namespaceGravatar yang-g2015-09-29
| | | | | | | | | | |
| | | | | | * | | | | add tls and proxy as dimensions of end2end testGravatar yang-g2015-09-29
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3563 from rjshade/emfdGravatar Yang Gao2015-09-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Pass through grpc_fd pointer rather than int.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3485 from nkibler/masterGravatar Jorge Canizales2015-09-29
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | ObjC - Adds class factory method to generated ProtoService classes
| | | | | | | | | | * Repeat https://github.com/grpc/grpc/issues/3049 for OSXGravatar Jorge Canizales2015-09-29
| | | | | | | | | | |
| | * | | | | | | | | Pass through grpc_fd pointer rather than int.Gravatar Robbie Shade2015-09-29
| |/ / / / / / / / / |/| | | | | | | | |
| | | | * | | | | | Threading fixesGravatar Craig Tiller2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - single global mutex (simpler, easier to make correct for now) - properly flag kick state for workers to avoid missing wakeups (if signal is called before wait on the cv)