aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Update Podfile for CocoaPods 1.0 changes requiring more fields and the ↵Gravatar Paul Querna2016-03-03
| | | | removal of link_with in podspec.
* Merge pull request #5541 from jtattermusch/python_split_testsGravatar Jan Tattermusch2016-03-03
|\ | | | | Make python test suites run in parallel
* | Always ref writable streamsGravatar Craig Tiller2016-03-02
| | | | | | | | | | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing.
| * make python test suites run in parallelGravatar Jan Tattermusch2016-03-02
|/
* Merge pull request #5542 from soltanmm/over-troubled-waterGravatar Nathaniel Manista2016-03-02
|\ | | | | Add troubleshooting section to Python package description.
| * Add troubleshooting section to package descriptionGravatar Masood Malekghassemi2016-03-02
| |
* | Maintain correct queue invariants against coreGravatar Masood Malekghassemi2016-03-02
|/
* Merge pull request #5529 from ctiller/racyGravatar Vijay Pai2016-03-02
|\ | | | | Fix esan detected race in subchannel state
| * Fix esan detected race in subchannel stateGravatar Craig Tiller2016-03-01
| |
* | Merge pull request #5517 from jtattermusch/csharp_fix_rststream8Gravatar Jan Tattermusch2016-03-01
|\ \ | | | | | | Don't do a "safety" Cancel when recv_close_on_server.cancelled is set.
| * | fix copyrightGravatar Jan Tattermusch2016-03-01
| | |
| * | fix #4427Gravatar Jan Tattermusch2016-03-01
| |/
* | Merge pull request #5488 from stanley-cheung/php-update-to-next-verGravatar Stanley Cheung2016-03-01
|\ \ | |/ |/| Simplify PHP installation
* | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-03-01
| |
* | Merge pull request #5478 from soltanmm/catatonicGravatar Masood Malekghassemi2016-02-29
|\ \ | | | | | | Address some memory hazards in Cython code
* \ \ Merge pull request #5441 from a-veitch/no_binary_tagsGravatar Bogdan Drutu2016-02-29
|\ \ \ | | | | | | | | Remove binary tags, restrict tag characters to ASCII
| | | * Simplify PHP installationGravatar Stanley Cheung2016-02-29
| |_|/ |/| |
| | * Address some memory hazards in Cython codeGravatar Masood Malekghassemi2016-02-29
| | | | | | | | | | | | | | | | | | Some __dealloc__ methods were calling Python methods, and some references were being dropped on the floor instead of threaded through gRPC core.
* | | package protoc artifacts for all platforms in Grpc.ToolsGravatar Jan Tattermusch2016-02-29
| |/ |/|
* | Merge pull request #5465 from makdharma/coverageGravatar Jorge Canizales2016-02-26
|\ \ | | | | | | Added a test to verify user agent prefix can be set correctly.
| * | Another nit fix..Gravatar Makarand Dharmapurikar2016-02-26
| | |
| * | fixed indentation and removed unnecessary empty lineGravatar Makarand Dharmapurikar2016-02-26
| | |
| * | Added a test to verify user agent prefix can be set correctly.Gravatar Makarand Dharmapurikar2016-02-26
| | |
| | * regenerate importsGravatar Alistair Veitch2016-02-26
| | |
| | * add checking of character valuesGravatar Alistair Veitch2016-02-26
| | |
* | | clang-formatGravatar Craig Tiller2016-02-25
| | |
* | | Fix copyrightsGravatar Craig Tiller2016-02-25
| | |
* | | Fix merge error made at some pointGravatar Craig Tiller2016-02-25
| | |
* | | Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
| | |
* | | Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
| | |
* | | Merge github.com:grpc/grpc into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|\ \ \
| * \ \ Merge pull request #5408 from jboeuf/server_security_connectorGravatar Yang Gao2016-02-25
| |\ \ \ | | | | | | | | | | Have a dedicated server security connector.
* | \ \ \ Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|\ \ \ \ \
| | * \ \ \ Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
| | |\ \ \ \ | | | | | | | | | | | | | | Made Alarm's constructor a template for deadline
| | * \ \ \ \ Merge pull request #5307 from ctiller/hide-the-workerGravatar Vijay Pai2016-02-25
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Change pollset_work signature to allow moving grpc_pollset_worker to implementation
| | | | | | | * eliminate binary tagsGravatar Alistair Veitch2016-02-25
| | | | | | | |
| * | | | | | | Fix windowsGravatar Craig Tiller2016-02-25
| | | | | | | |
| * | | | | | | Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
| | | | | | | |
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into server_security_connectorGravatar Julien Boeuf2016-02-25
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge pull request #5327 from yang-g/v1alpha_to_v1Gravatar Yang Gao2016-02-25
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | global replace health check proto v1alpha to v1
| * | | | | | | Merge github.com:grpc/grpc into hide-the-pollsetGravatar Craig Tiller2016-02-25
| |\| | | | | |
| | * | | | | | Merge pull request #5086 from chrisdunelm/coreclr_platformsGravatar Jan Tattermusch2016-02-25
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Support coreclr platform detection
| | * \ \ \ \ \ \ Merge pull request #5359 from nicolasnoble/upmergeGravatar Jan Tattermusch2016-02-25
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Upmerge from 0.13
| | * | | | | | | | clang-format all the things.Gravatar Nicolas "Pixel" Noble2016-02-25
| | | | | | | | | |
| | * | | | | | | | Fixing format and copyright.Gravatar Nicolas "Pixel" Noble2016-02-25
| | | | | | | | | |
| | | | | | | | * | Have a dedicated server security connector.Gravatar Julien Boeuf2016-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That was overdue and the handshake is now slightly different for clients (channels) and servers.
| | * | | | | | | | Merge pull request #5315 from makdharma/masterGravatar Jorge Canizales2016-02-24
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added tests for code coverage
| | * \ \ \ \ \ \ \ \ Merge pull request #5384 from ctiller/44Gravatar Vijay Pai2016-02-24
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes for gcc4.4
| | * \ \ \ \ \ \ \ \ \ Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2Gravatar Jan Tattermusch2016-02-24
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Coreclr compatible DefaultSslRootsOverride.cs
| | | | * | | | | | | | | Fix bugGravatar Craig Tiller2016-02-24
| | | | | | | | | | | | |