Craig Tiller
940b64bde2
Merge github.com:grpc/grpc into shindig
10 years ago
Craig Tiller
ae4fc13503
Merge pull request #3400 from murgatroid99/core_gyp
...
Add gyp file for compiling C core
10 years ago
Jorge Canizales
38f1358540
Merge pull request #3437 from nkibler/master
...
Changed GRPCCall import to class forward declaration
10 years ago
Nate Kibler
56cd72b282
Changed GRPCCall import to class forward declaration
...
The GRPCCall.h file is already correctly imported in the
GRPCRequestHeaders.m implementation file. This header shouldn’t need to
import GRPCCall and should specify a class forward declaration for
reference.
10 years ago
Craig Tiller
8475047dcb
FD logging cleanup
10 years ago
Craig Tiller
80183f3032
Creds fix
10 years ago
Craig Tiller
258f8de866
Windows fixes
10 years ago
Craig Tiller
5c1ad056d2
Fix Windows compilation
10 years ago
Craig Tiller
5311debac1
Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig
10 years ago
Craig Tiller
565b18b69c
clang-format all core files
10 years ago
Craig Tiller
64db1580f8
Remove workqueue_test from Windows for now
10 years ago
Craig Tiller
04456843cd
Windows fixes
10 years ago
Craig Tiller
f4fc5d2bfd
Enable warnings as errors on Windows
10 years ago
Craig Tiller
65bcbd386e
Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig
...
Conflicts:
src/core/iomgr/tcp_client_windows.c
10 years ago
Craig Tiller
82f9bd84e5
Update Windows stuff
10 years ago
Tim Emiola
4c8f6682c2
Merge pull request #3426 from ejona86/cleanup-failed-containers
...
Prevent failed docker builds from accumulating
10 years ago
Eric Anderson
37aad2a29a
Prevent failed docker builds from accumulating
...
By default docker does not clean up temporary images when the build
fails to allow the user to inspect the state of the container to
determine what went wrong. Those images don't help us at all and just
accumulate until disk usage is 100%.
10 years ago
Craig Tiller
6ecd8ad519
Make zookeeper compile with execution contexts
10 years ago
Craig Tiller
8b52f853a5
Document exec_ctx
10 years ago
Craig Tiller
b0bd53a173
Merge github.com:grpc/grpc into shindig
...
Conflicts:
src/core/surface/secure_channel_create.c
10 years ago
murgatroid99
7a82beda49
Regenerated gyp file
10 years ago
Craig Tiller
41aab15c74
Merge pull request #3422 from jcanizales/fix-mutex-bug
...
Fix mutex bug
10 years ago
Vijay Pai
0619dd153a
Merge pull request #3415 from jboeuf/fix_cpp_credentials_plugin_api
...
It is a bad idea to have a map with string_refs as output params.
10 years ago
Jorge Canizales
b873ac916e
Fix mutex bug
10 years ago
Craig Tiller
4ed7a7585f
Increase deadline ==> decrease flakes
10 years ago
Craig Tiller
58473e8c37
Add mutex init
10 years ago
murgatroid99
521300e6e8
Merge branch 'master' into core_gyp
10 years ago
murgatroid99
08fac99e73
Added gyp to Jenkins slave Dockerfile
10 years ago
Julien Boeuf
8b0b6f413d
It is a bad idea to have a map with string_refs as output params.
...
This is very much unsafe as the string_ref could point on a stack
variable of the callee.
10 years ago
Craig Tiller
7da147911d
Merge branch 'shindig' of github.com:ctiller/grpc into shindig
10 years ago
Craig Tiller
c20b19d0f7
better logging
10 years ago
Craig Tiller
8602d3e4ac
Fix argument order
10 years ago
Craig Tiller
b8b1a462e5
Finish cleanup
10 years ago
Nicolas Noble
e456f77644
Merge pull request #3396 from jtattermusch/win_fix_parameter_types
...
Fix parameter types in function definition.
10 years ago
Nicolas Noble
ba29342f15
Merge pull request #3404 from dgquintas/dgquintas-patch-1
...
Fixed typo in channel_args.h docstring
10 years ago
Craig Tiller
a82950e683
clang-format all core files
10 years ago
Craig Tiller
8af4c33718
Final patches for rename
10 years ago
murgatroid99
a3e244f2f1
Fixed run-time conflicts between gyp tests and other tests
10 years ago
Craig Tiller
e7db29f8c7
Move argument passing to start of list
10 years ago
Craig Tiller
f5768a6765
Rename init
10 years ago
Craig Tiller
098047b53a
Rename run
10 years ago
Craig Tiller
9fa914e554
Fixup naming
10 years ago
Craig Tiller
8ad03754ec
Change runs to enqueue
10 years ago
Craig Tiller
9f7dc3a4e5
Move argument passing to start of list
10 years ago
Craig Tiller
1be70ccdb8
Move arguments to the start of lists
10 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
10 years ago
Craig Tiller
298751c119
Split closures from iomgr.h
10 years ago
Craig Tiller
af73d78b78
clang-format all core files
10 years ago
Craig Tiller
d9ccbbf6b9
Rename call_list to closure_list
10 years ago
Craig Tiller
10ee2747a9
Merge github.com:grpc/grpc into we-are-one
10 years ago