Vijay Pai
f37cac7dd2
Merge pull request #3565 from yang-g/end2end_test
...
Add more test cases to end2end test.
10 years ago
murgatroid99
5f709ca2a4
Split Credentials into two types
10 years ago
Vijay Pai
2fcd3ae848
Merge pull request #3555 from ctiller/pfft
...
Fix alarms
10 years ago
David Garcia Quintas
404cf028e5
Subchannel cleanup on iomgr shutdown
10 years ago
murgatroid99
8610dde89d
Merge branch 'master' into node_auth_plugin
10 years ago
murgatroid99
d7d8337df0
Added code for extension coverage
10 years ago
Craig Tiller
191b79cf53
Add comment
10 years ago
Jan Tattermusch
18e2202fb5
customize the coapp scripts for zlib
10 years ago
Jan Tattermusch
556a4badac
initial version of zlib coapp package
10 years ago
Craig Tiller
072b93870e
Merge github.com:grpc/grpc into pfft
10 years ago
Yang Gao
74abf42096
Merge pull request #3570 from vjpai/gcc44_fixes
...
Fixes to bring code back into gcc4.4 compliance
10 years ago
Nicolas Noble
6d1e18c649
Merge pull request #3467 from ctiller/can-we-be-single-threaded
...
Implement turnstile polling for Windows
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
Craig Tiller
2c0b91d4ff
Dont call malloc either
10 years ago
Craig Tiller
3a12dcfd06
Fixes
10 years ago
Craig Tiller
4e710f5e13
Remove stdio usage from signal handler
10 years ago
Craig Tiller
32ba3439e3
Merge pull request #3373 from jtattermusch/spawn_interop_server
...
Simplify running of cloud_to_cloud interop tests.
10 years ago
Vijay Pai
e547bdf4d7
Fix an assert
10 years ago
Vijay Pai
8423203cbb
For compatibility with gcc-4.4, eliminate use of sleep_for and
...
std::atomic
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
Michael Lumish
fa69f192ff
Merge pull request #3567 from jcanizales/fix-podspec
...
Make podspec lint pass for submitting ObjC beta to Cocoapods
10 years ago
Vijay Pai
3ba6bf57d7
Merge pull request #3568 from sreecha/fix-mac-compilation-error
...
Fix float to bool conversion compilation error in mac
10 years ago
sreek
7d3ea5965d
Fix float to bool conversion compilation error in mac
10 years ago
Jorge Canizales
423f412ab8
The podspec is generated!
10 years ago
David Klempner
3ac9317b81
Merge pull request #3560 from vjpai/block_annotate_todo
...
Add some TODO comments for possible poll optimization
10 years ago
yang-g
bf22e0e8a0
remove anonymous namespace in anonymous namespace
10 years ago
yang-g
88d5d52d73
add tls and proxy as dimensions of end2end test
10 years ago
Yang Gao
dcda6e8052
Merge pull request #3563 from rjshade/emfd
...
Pass through grpc_fd pointer rather than int.
10 years ago
Jorge Canizales
b38f19fdaf
Merge pull request #3485 from nkibler/master
...
ObjC - Adds class factory method to generated ProtoService classes
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
Nate Kibler
2560a4b613
Merge branch 'grpc/master'
10 years ago
Craig Tiller
3ccd9613da
Ensure GrpcEnvironment setup for these (special) tests
10 years ago
Nathaniel Manista
29e17020f5
Mark Python example docs as moved to grpc.io
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
6b5bf16240
Merge github.com:grpc/grpc into can-we-be-single-threaded
10 years ago
Jorge Canizales
c825f42347
Update versions in Podspec to 0.11.1
10 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
10 years ago
Craig Tiller
eff4419b2a
Fixes
10 years ago
Craig Tiller
061f7d9c86
Merge branch 'can-we-be-single-threaded' of github.com:ctiller/grpc into pfft
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