aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | * | | | | | | Update serverName comment to be more accurateGravatar thassss2017-06-29
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #11645 from ncteisen/musl-fixGravatar Noah Eisen2017-06-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix musl Portability
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11604 from dgquintas/fix_rr_state_masterGravatar David G. Quintas2017-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown
| | | | * | | | | | | | | Allow HTTP CONNECT handshaker to be used in http1 client.Gravatar Mark D. Roth2017-06-29
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | | | * | | | | | | Pass NULL to grpc_channel_create_call for nil serverNameGravatar thassss2017-06-29
| | | | | | | | | | | |
| | | | | * | | | | | | Remove nullability specifiersGravatar thassss2017-06-29
| | | | | | | | | | | |
| | | | | * | | | | | | Warn against using serverName property with CronetGravatar thassss2017-06-29
| | | | | | | | | | | |
| | | * | | | | | | | | regenerate C# protosGravatar Jan Tattermusch2017-06-29
| | | | | | | | | | | |
| | | * | | | | | | | | add C# test demoing custom error detailsGravatar Jan Tattermusch2017-06-29
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | * | | | | | Improvements to C++ filter API:Gravatar Mark D. Roth2017-06-29
| |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
| | * | | | | | | | Fix muslGravatar Noah Eisen2017-06-29
| | | | | | | | | |
| * | | | | | | | | Fixes to pick firstGravatar David Garcia Quintas2017-06-28
| | | | | | | | | |
* | | | | | | | | | Properly use uint64_t not unsigned int64_tGravatar Vijay Pai2017-06-28
| |/ / / / / / / / |/| | | | | | | |
| | | | | | | * | Merge pull request #11625 from muxi/fix-objc-memory-leak-v14Gravatar Muxi Yan2017-06-28
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | Backport #11624: Objective C memory leak GRPCOpSendMetadata
* | | | | | | | \ \ Merge pull request #11624 from muxi/fix-objc-memory-leakGravatar Muxi Yan2017-06-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix Objective C memory leak GRPCOpSendMetadata
* | | | | | | | | | | Document error unref contract for iomgr cb's and transport/stream errorsGravatar Vijay Pai2017-06-28
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #10462 from nicolasnoble/ares-header-pollutionGravatar Nicolas Noble2017-06-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Avoid pollution from ares.h into the global space.
| | | | | | | | | * \ \ Merge pull request #11620 from murgatroid99/version_bump_1.4.1Gravatar Michael Lumish2017-06-27
| | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version to 1.4.1
| | | | | | | | | * \ \ \ Merge pull request #11591 from dgquintas/rr_state_fix_1.4Gravatar David G. Quintas2017-06-27
| | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown (1.4.x branch)
| | | | | | | | | | | | * | Fix the memory leak in metadataGravatar Muxi Yan2017-06-27
| | | | | | | | | | |_|/ / | | | | | | | | | |/| | |
| | * | | | | | | / | | | Fix the memory leak in metadataGravatar Muxi Yan2017-06-27
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| | | | | | | | * | | | Merge pull request #11605 from dgquintas/backport_windows_inlineGravatar David G. Quintas2017-06-27
| | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | s/inline/__inline/. Visual studio incompatiblity (v1.4.x backport)
| | | | | | | | | | | * | Bump version to 1.4.1Gravatar murgatroid992017-06-27
| | | | | | | | | |_|/ / | | | | | | | | |/| | |
| | | | | | | | | | * | clang-formatGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | |
| | | | | | | | | * | | s/inline/__inline/. Visual studio incompatiblity.Gravatar Makarand Dharmapurikar2017-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MS Visual studio '13 and before don't understand inline and throw Error C2054. Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
* | | | | | | | | | | | Merge pull request #11590 from yang-g/zombie_paylodGravatar Yang Gao2017-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Destroy byte buffer to avoid leak in zombied calls
| | | | | | | | | * | | | Remove extra blank lineGravatar murgatroid992017-06-26
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11577 from markdroth/compression_filter_fixGravatar Mark D. Roth2017-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix handling of send_message before send_initial_metadata in compress filter.
| | | | * | | | | | | | | | formatting changesGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Expose :authority pseudo-header to Obj-C API.Gravatar thassss2017-06-26
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11524 from michaelbausor/php-protoc-pluginGravatar Stanley Cheung2017-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update PHP protoc plugin generation
| | | | | * | | | | | | | | Fix RR policy connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Have the fake resolver "re-resolve" upon seeing errorGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Deal with errors refsGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #11584 from muxi/fix-cronet-lock-abortGravatar Muxi Yan2017-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle cancel correctly
| | | | | | | | | | | * | | | Fix unref of read slice in tcp_uv.cGravatar murgatroid992017-06-26
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | fixed leak and outdated commentGravatar David Garcia Quintas2017-06-24
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Enable wrong-import-order lintGravatar Nathaniel Manista2017-06-24
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Enable redefined-variable-type lintGravatar Nathaniel Manista2017-06-24
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Fix segfault in rr traceGravatar David Garcia Quintas2017-06-23
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix testGravatar Muxi Yan2017-06-23
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Fix RR policy connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-23
| | | | | | | | | | | |/ /
| | | | | | | * | | | / / Add testGravatar Muxi Yan2017-06-23
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| | | | * | | | | | | | Destroy byte buffer to avoid leak in zombied callsGravatar yang-g2017-06-23
| |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add comment to explain the added lines and disable debugging logGravatar Muxi Yan2017-06-23
| | | | | | | | | | |
| * | | | | | | | | | Another bug fix in the same seriesGravatar Muxi Yan2017-06-23
| | | | | | | | | | |
| | | | | | | | * | | Node: fix status memory leak, improve tcp_uv read buffer allocation codeGravatar murgatroid992017-06-23
| | | | | | | | |/ /
| * | | | | | | | | Handle cancel correctlyGravatar Muxi Yan2017-06-23
| | | | | | | | | |
| | * | | | | | | | Run formatterGravatar Michael Bausor2017-06-22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11499 from markdroth/trailers_onlyGravatar Mark D. Roth2017-06-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add support for Trailers-Only responses.