aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi
Commit message (Collapse)AuthorAge
* Free grpc_channel_args after creationGravatar Richard Belleville2018-12-27
|
* Retain references to channel argumentsGravatar Nathaniel Manista2018-06-06
| | | | | This works around issue 15662 which is not as easy to implement as I would prefer it to be.
* Elide cygrpc.ChannelArg and cygrpc.ChannelArgsGravatar Nathaniel Manista2018-01-26
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-03-01
|
* 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.
* Include core in Python distributionGravatar Masood Malekghassemi2016-01-07