Nicolas "Pixel" Noble
cff6469dfc
Making template agree with clang-format.
10 years ago
Masood Malekghassemi
7307b1a706
Coalesce GRPC_TRACE=surface with API tracing
10 years ago
Masood Malekghassemi
76c3d7481f
Add API tracing to gRPC core
10 years ago
Masood Malekghassemi
861fbcbf22
Coalesce GRPC_TRACE=surface,batch into GRPC_TRACE=surface
10 years ago
Craig Tiller
ce04de0671
Commentary
10 years ago
Craig Tiller
548735efb8
Commentary
10 years ago
yang-g
2c1c00055b
Pollset can be destroyed again in pollset_work if the called_shutdown is not set here
10 years ago
Craig Tiller
1270b2b36b
Debug cleanup
10 years ago
Craig Tiller
57f79d641e
clang-format
10 years ago
Craig Tiller
58d05a63df
Stabilize mac build
10 years ago
David Klempner
38a09b78d2
Restore sanity by reformatting grpc_version_string
10 years ago
murgatroid99
196188f77b
Fixed node extension module name
10 years ago
yang-g
759f59a183
handle closed transport at the end of a read
10 years ago
murgatroid99
86ef17ada9
Prevented composing insecure credentials
10 years ago
Scott84
fbc1139aa0
Update GRXWriter.m
...
Corrected compiler warning for effectively pure virtual ObjC methods.
10 years ago
murgatroid99
35155ae997
Fixed missing item in Node library file list
10 years ago
murgatroid99
2af89e49cb
Moved gRPC node package root to repo root, made it depend on grpc.gyp
10 years ago
yang-g
18802c7786
change objc
10 years ago
Tim Emiola
9908877a73
Update README.mds that don't currently have Status 'Beta'
10 years ago
Craig Tiller
dc17471545
Completing wakeup story
10 years ago
Craig Tiller
988e37f1fc
Allow fd_posix to force a re-evaluation of polling on wakeup
10 years ago
David Garcia Quintas
3b147818e3
Added subchannel ability to unsubscribe to connectivity state changes.
10 years ago
Masood Malekghassemi
d43ad333b8
Make load_tests protocol tests run via py.test
10 years ago
murgatroid99
5f709ca2a4
Split Credentials into two types
10 years ago
David Garcia Quintas
404cf028e5
Subchannel cleanup on iomgr shutdown
10 years ago
murgatroid99
d7d8337df0
Added code for extension coverage
10 years ago
Craig Tiller
191b79cf53
Add comment
10 years ago
Craig Tiller
1433791d87
Don't wait forever for iocp to shutdown
10 years ago
Craig Tiller
0b6312e970
Flush iocp related work immediately
10 years ago
Craig Tiller
01be53d1a1
Add a facility to flush iocp at iomgr shutdown
10 years ago
Craig Tiller
4086474399
Make grpc_exec_ctx_flush return a status indicating if work was performed
10 years ago
Vijay Pai
e547bdf4d7
Fix an assert
10 years ago
Vijay Pai
e57abcfbdb
C++ changes required to maintain gcc4.4 compatibility - reduce use
...
of ambiguous nullptr, eliminate use of brace initializer lists
10 years ago
Vijay Pai
7b080baf2a
C changes to avoid shadowed global declaration warnings in gcc4.4
10 years ago
sreek
7d3ea5965d
Fix float to bool conversion compilation error in mac
10 years ago
Jorge Canizales
7069da2fe2
Repeat https://github.com/grpc/grpc/issues/3049 for OSX
10 years ago
Robbie Shade
a8e2e5263d
Pass through grpc_fd pointer rather than int.
10 years ago
Craig Tiller
084c8089a4
Threading fixes
...
- single global mutex (simpler, easier to make correct for now)
- properly flag kick state for workers to avoid missing wakeups (if
signal is called before wait on the cv)
10 years ago
Craig Tiller
3ccd9613da
Ensure GrpcEnvironment setup for these (special) tests
10 years ago
Craig Tiller
c3e577805d
Properly initialize variables, destroy variables in usage order
10 years ago
Craig Tiller
114bda1090
Fix rounding error so IOCP completes on time
10 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
10 years ago
Craig Tiller
eff4419b2a
Fixes
10 years ago
Craig Tiller
26465e8e44
Fix windows
10 years ago
Craig Tiller
8afeec8838
Fix alarms
...
- make kick_poller() do something on POSIX
- fix some conditions whereby alarms are held in a pollset exec context for too long
- make channel_connectivity tests dependent on the correct behavior
10 years ago
murgatroid99
a5a897d44f
Removed now-redundant credentials wrappings
10 years ago
murgatroid99
9c43b00217
Fixed some issues with new credential code
10 years ago
Jan Tattermusch
8266c67127
enable cloud_to_cloud tests with servers in a separate container
10 years ago
Craig Tiller
926c0e99f8
Initialize/destroy TLS members - to fix iOS build
10 years ago
Nicolas "Pixel" Noble
499fb052a0
Restoring sanity.
10 years ago