5216 Commits (9260a95062ceb278f2e644a537705cbb4aeca56c)

Author SHA1 Message Date
David Klempner 38a09b78d2 Restore sanity by reformatting grpc_version_string 9 years ago
murgatroid99 35155ae997 Fixed missing item in Node library file list 9 years ago
yang-g 18802c7786 change objc 9 years ago
Tim Emiola 9908877a73 Update README.mds that don't currently have Status 'Beta' 9 years ago
David Garcia Quintas 3b147818e3 Added subchannel ability to unsubscribe to connectivity state changes. 9 years ago
Masood Malekghassemi d43ad333b8 Make load_tests protocol tests run via py.test 9 years ago
David Garcia Quintas 404cf028e5 Subchannel cleanup on iomgr shutdown 9 years ago
murgatroid99 d7d8337df0 Added code for extension coverage 9 years ago
Craig Tiller 191b79cf53 Add comment 9 years ago
Craig Tiller 1433791d87 Don't wait forever for iocp to shutdown 9 years ago
Craig Tiller 0b6312e970 Flush iocp related work immediately 9 years ago
Craig Tiller 01be53d1a1 Add a facility to flush iocp at iomgr shutdown 9 years ago
Craig Tiller 4086474399 Make grpc_exec_ctx_flush return a status indicating if work was performed 9 years ago
Vijay Pai e547bdf4d7 Fix an assert 9 years ago
Vijay Pai e57abcfbdb C++ changes required to maintain gcc4.4 compatibility - reduce use 9 years ago
Vijay Pai 7b080baf2a C changes to avoid shadowed global declaration warnings in gcc4.4 9 years ago
sreek 7d3ea5965d Fix float to bool conversion compilation error in mac 9 years ago
Jorge Canizales 7069da2fe2 Repeat https://github.com/grpc/grpc/issues/3049 for OSX 9 years ago
Robbie Shade a8e2e5263d Pass through grpc_fd pointer rather than int. 9 years ago
Craig Tiller 084c8089a4 Threading fixes 9 years ago
Craig Tiller 3ccd9613da Ensure GrpcEnvironment setup for these (special) tests 9 years ago
Craig Tiller c3e577805d Properly initialize variables, destroy variables in usage order 9 years ago
Craig Tiller 114bda1090 Fix rounding error so IOCP completes on time 9 years ago
Craig Tiller 71a0f9d3b0 Fix clang-format script 9 years ago
Craig Tiller eff4419b2a Fixes 9 years ago
Craig Tiller 26465e8e44 Fix windows 9 years ago
Craig Tiller 8afeec8838 Fix alarms 9 years ago
Jan Tattermusch 8266c67127 enable cloud_to_cloud tests with servers in a separate container 9 years ago
Craig Tiller 926c0e99f8 Initialize/destroy TLS members - to fix iOS build 9 years ago
Nicolas "Pixel" Noble 499fb052a0 Restoring sanity. 9 years ago
Vijay Pai 8c7665e06d Add some TODO comments for possible poll optimization 9 years ago
Tim Emiola 383d7da1b2 Bugfix: correct circular arg ref 9 years ago
Tim Emiola 557d26f643 Remove a bad flaky rpc server test 9 years ago
Craig Tiller 4dbdd6a5c2 Remove metadata canonicalization, and fix some bugs 9 years ago
Robbie Shade 109a8dc6d8 Stop shadowing global name 9 years ago
Jan Tattermusch 3fcbdef6f7 further docs fixes 9 years ago
Robbie Shade 147fe701a0 Add grpc_server argument to grpc_udp_server_start 9 years ago
Nate Kibler 2d32771a1b Removed comment from code generation and updated tests 9 years ago
Nate Kibler 6d19724a90 Adds class factory method to generated ProtoService classes 9 years ago
Craig Tiller 7db24e06e2 Fix memory leak 9 years ago
Craig Tiller 0799ff3684 Fix a memory corruption bug 9 years ago
Craig Tiller 649deebf7f Recycle partially filled buffers on the next read 9 years ago
vjpai 2a42e55bb9 Don't annotate a blocking region on an epoll_wait that has 0 timeout 9 years ago
vjpai 9839d285cd Move block_annotate from iomgr to support since it's used in other 9 years ago
Jan Tattermusch e0be467c33 Update c# docs for release 0.11 9 years ago
vjpai 50d653476d Annotate sleep calls 9 years ago
Craig Tiller cc5dc5bbaf Fast path for proto serialization for small protos 9 years ago
vjpai 7e0289e1c2 Annotate blocking file operations 9 years ago
Stanley Cheung 81449fdb7f php: need additional cli flags in scripts 9 years ago
Craig Tiller fc193e1ff4 Fix a livelock issue 9 years ago