3521 Commits (abfaf2a5363aefdda8f5b311d1e46833aca06e53)

Author SHA1 Message Date
Craig Tiller abfaf2a536 Expand comment 10 years ago
Craig Tiller b0c13ad769 Fix a leaked lock, and make a debug-only detection for this class of bug 10 years ago
yang-g 097468d43a Clean up handshaking server channels properly 10 years ago
Jan Tattermusch 37fccb0d38 make build_packages.bat provide version of grpc.native.csharp_ext dependency 10 years ago
Jan Tattermusch a5800706fa introduce Version.cs as single source of truth of gRPC C# version 10 years ago
Jan Tattermusch 48f7ed4442 pick up nuget package version from cmdline param and fix nuget build 10 years ago
Jan Tattermusch 5253467d5c C# health checking support 10 years ago
Tim Emiola 8092af8678 Updates the requirements comment before releasing on the release branch 10 years ago
David Garcia Quintas c3a00cd153 Fixed wrong frame parsing 10 years ago
Vijay Pai d54c3e6b39 clang-format changed files 10 years ago
vjpai d6cc1814c0 Name arguments 10 years ago
yang-g 94d6225ae7 Create server side auth context lazily 10 years ago
Stanley Cheung 316eedd4e1 regex 10 years ago
Vijay Pai 181ef45f5e Addressing outstanding typos and comments 10 years ago
Stanley Cheung 4a5c65464e update homebrew php ext location 10 years ago
vjpai f77ab15c57 Use rvalue ref return to avoid copy 10 years ago
vjpai c7eed74dc4 Remove brace initialization for gcc-4.4 compatibility 10 years ago
Craig Tiller 5c785d4c39 Hoist epoll_ctl outside of pollset lock 10 years ago
Craig Tiller b6450260db Initial fixes for lock free request path 10 years ago
chai2010 e55e1833bc fix build on windows 10 years ago
Nicolas "Pixel" Noble e503cd5398 Better socket kick for Windows. 10 years ago
Craig Tiller ffe27b98b9 Implement test for stack initial push edge 10 years ago
Craig Tiller 6a006cee8a First pass of lockless delivery of new calls 10 years ago
Craig Tiller eef4c2570d Add a detectable edge for the first insert (so far untested) 10 years ago
Nathaniel Manista 3abe61850e links interface and gRPC-on-wire implementation 10 years ago
Craig Tiller 729b35a59e Split request matching into a single datastructure 10 years ago
Jan Tattermusch 80e5f044a4 zero-out channel after creation 10 years ago
Jan Tattermusch d9e7943994 remove chatty log messages on windows 10 years ago
Nicolas "Pixel" Noble 0e107a7f02 Disabling cython for now. 10 years ago
Jan Tattermusch 04eb89ca26 no need to call GrpcEnvironment.Initialize() explicitly 10 years ago
Vijay Pai 887f86bd21 Debug and add in generated build files 10 years ago
Masood Malekghassemi 864b97b1d8 Upport python version 10 years ago
Vijay Pai 005e305c22 Initial checkin commit for lockfree stack. 10 years ago
Craig Tiller 8390153442 Fix TSAN reported race 10 years ago
Craig Tiller b4580d4e0e Added static where needed 10 years ago
Craig Tiller 1b01167425 Remove magic number 10 years ago
yang-g d45b203163 remove dead file 10 years ago
murgatroid99 f88eecd80d Changed found? to implemented? 10 years ago
Craig Tiller 2e622bc16a Add a version string and a function to retrieve it 10 years ago
Craig Tiller ca4387523a Revert "Update Python version numbers" 10 years ago
Masood Malekghassemi 92e5bd8e43 Update Python version numbers 10 years ago
Stanley Cheung 7e4a9bd556 update php pecl extension to 0.5.1 because header change 10 years ago
Jan Tattermusch cd9bb5c140 bumped version of C# 10 years ago
Jan Tattermusch 71762f826b use System.Collections.Immutable instead of Microsoft.Bcl.Immutable 10 years ago
Jan Tattermusch 7913dea90b improve debug info for client and server iomgr object leaks 10 years ago
jboeuf 69cb6b41c8 Backport of pull request #2313 into release-0_10. 10 years ago
Craig Tiller 86062bb01c Add missing kick 10 years ago
Craig Tiller f6d875fbe4 Handle settings frame making a stream writable 10 years ago
Craig Tiller c6d6d9056d Fix host name matching not working 10 years ago
Craig Tiller 71bf1be201 Fix race in TCP connection 10 years ago