5504 Commits (0581d129f53930c474330627fbc99f4eda2d693b)

Author SHA1 Message Date
murgatroid99 7cd632c89a Re-implemented call propagation tests to avoid race conditions 9 years ago
David Garcia Quintas 809831eef7 Added comments 9 years ago
Craig Tiller 3bf828f602 Add a more useful log message when failing to connect 9 years ago
Craig Tiller bae235cd5f Fix use-after-free 9 years ago
murgatroid99 08005eda53 Removed a pair of racy Node tests 9 years ago
Craig Tiller 4de3e4f41e Restore sanity 9 years ago
David Garcia Quintas f747bbc043 s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm 9 years ago
David Garcia Quintas cb954cfc28 Removed exec_ctx from cq_alarm's functions 9 years ago
David Garcia Quintas 0dfbdf6e54 Added grpc_cq_alarm 9 years ago
David Garcia Quintas d76cdac17a Type conversion fixes to make GCC 5.2.0 happy 9 years ago
Nicolas "Pixel" Noble cff6469dfc Making template agree with clang-format. 9 years ago
Masood Malekghassemi 7307b1a706 Coalesce GRPC_TRACE=surface with API tracing 9 years ago
Masood Malekghassemi 76c3d7481f Add API tracing to gRPC core 9 years ago
Masood Malekghassemi 861fbcbf22 Coalesce GRPC_TRACE=surface,batch into GRPC_TRACE=surface 9 years ago
Craig Tiller ce04de0671 Commentary 9 years ago
Craig Tiller 548735efb8 Commentary 9 years ago
yang-g 2c1c00055b Pollset can be destroyed again in pollset_work if the called_shutdown is not set here 9 years ago
Craig Tiller 1270b2b36b Debug cleanup 9 years ago
Craig Tiller 57f79d641e clang-format 9 years ago
Craig Tiller 58d05a63df Stabilize mac build 9 years ago
David Klempner 38a09b78d2 Restore sanity by reformatting grpc_version_string 9 years ago
murgatroid99 196188f77b Fixed node extension module name 9 years ago
yang-g 759f59a183 handle closed transport at the end of a read 9 years ago
murgatroid99 86ef17ada9 Prevented composing insecure credentials 9 years ago
Scott84 fbc1139aa0 Update GRXWriter.m 9 years ago
murgatroid99 35155ae997 Fixed missing item in Node library file list 9 years ago
murgatroid99 2af89e49cb Moved gRPC node package root to repo root, made it depend on grpc.gyp 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
Craig Tiller dc17471545 Completing wakeup story 9 years ago
Craig Tiller 988e37f1fc Allow fd_posix to force a re-evaluation of polling on wakeup 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
murgatroid99 5f709ca2a4 Split Credentials into two types 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