Craig Tiller
7aab8389f7
Merge branch 'shindig' of github.com:ctiller/grpc into shindig
9 years ago
Craig Tiller
81db02117e
Merge github.com:grpc/grpc into shindig
9 years ago
Craig Tiller
7db24e06e2
Fix memory leak
9 years ago
Craig Tiller
fc193e1ff4
Fix a livelock issue
9 years ago
Tim Emiola
9949e5fbb9
Merge pull request #3469 from ctiller/nodox
...
Remove docs from master
9 years ago
Craig Tiller
6301038bfc
Fix some bugs leading to memory leaks
9 years ago
Craig Tiller
8dc0971133
Merge github.com:grpc/grpc into shindig
9 years ago
Nicolas Noble
2c6206c32d
Merge pull request #3330 from ctiller/come-out-of-the-shadow
...
Enable -Wshadow
9 years ago
Craig Tiller
7f0273fd02
Merge github.com:grpc/grpc into shindig
9 years ago
David G. Quintas
515a624cfc
Merge pull request #3470 from ctiller/portlog
...
Dump portlog.txt on port server error, detect crashes earlier
9 years ago
Craig Tiller
5cf7013c4b
Merge
9 years ago
Craig Tiller
f8b14ca5f2
Merge github.com:grpc/grpc into come-out-of-the-shadow
9 years ago
Craig Tiller
a2f38b0563
Dump portlog.txt on port server error, detect crashes earlier
9 years ago
Craig Tiller
5c329efca8
Remove docs from master
9 years ago
Michael Lumish
9e71674ab9
Merge pull request #3459 from ctiller/its-a-gyp
...
Fix (hackily) fling_stream_test under gyp
9 years ago
David G. Quintas
40a595135d
Merge pull request #3456 from ctiller/no-animals
...
Disable zookeeper test for now
9 years ago
Craig Tiller
fb41adcdd4
Merge pull request #3460 from ctiller/compiler-be-broked
...
Fix build breakage
9 years ago
Craig Tiller
164bb07d64
Fix build breakage
9 years ago
Craig Tiller
c1385d6705
Fix (hackily) fling_stream_test under gyp
9 years ago
Craig Tiller
7bedba8c45
Disable zookeeper test for now
9 years ago
Craig Tiller
ee56eb60c8
Merge pull request #3444 from dgquintas/lb_policies_test
...
Improvements to lb_policies_test's rebirth testcase.
9 years ago
David G. Quintas
e5515d476d
Merge pull request #3372 from grpc/release-0_11
...
Release 0.11 to master upmerge.
9 years ago
David Garcia Quintas
d09cce1969
Improvements to lb_policies_test's rebirth testcase.
9 years ago
Eric Anderson
16672d1f43
Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos
...
Drop issue 527 TODOs for UnaryCall interop test specification
9 years ago
Michael Lumish
6b3de015d2
Merge pull request #3438 from stanley-cheung/php_fix_unit_tests
...
PHP: fix watchConnectivityState unit test
9 years ago
Craig Tiller
f8a455545b
Fix specific worker wakeup
9 years ago
Jorge Canizales
8d004a37fb
Merge pull request #3439 from nkibler/master
...
Fixes broken build due to misplaced import
9 years ago
Craig Tiller
f99a81f25b
Merge pull request #3433 from nathanielmanistaatgoogle/utility-python-shebang
...
Use only "#!/usr/bin/env python2.7" Python shebang in utilities
9 years ago
Craig Tiller
caeff022df
Merge with gyp changes
9 years ago
Craig Tiller
940b64bde2
Merge github.com:grpc/grpc into shindig
9 years ago
Craig Tiller
ae4fc13503
Merge pull request #3400 from murgatroid99/core_gyp
...
Add gyp file for compiling C core
9 years ago
Nate Kibler
eff9256b39
Fixes broken build due to misplaced import
...
The GRPCCall import must be in the header because it defines a protocol
that GRPCRequestHeaders uses.
9 years ago
Nate Kibler
5f859ee00c
Merge remote-tracking branch 'grpc/master'
9 years ago
Stanley Cheung
3543ea40b5
php: fix watchConnectivityState unit test
9 years ago
Jorge Canizales
38f1358540
Merge pull request #3437 from nkibler/master
...
Changed GRPCCall import to class forward declaration
9 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.
9 years ago
Craig Tiller
8475047dcb
FD logging cleanup
9 years ago
Craig Tiller
80183f3032
Creds fix
9 years ago
Craig Tiller
258f8de866
Windows fixes
9 years ago
Craig Tiller
5c1ad056d2
Fix Windows compilation
9 years ago
Craig Tiller
5311debac1
Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig
9 years ago
Craig Tiller
565b18b69c
clang-format all core files
9 years ago
Craig Tiller
64db1580f8
Remove workqueue_test from Windows for now
9 years ago
Craig Tiller
04456843cd
Windows fixes
9 years ago
Stanley Cheung
4831d02cc2
Merge pull request #3432 from nicolasnoble/gnu-make-grah
...
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
9 years ago
Craig Tiller
f4fc5d2bfd
Enable warnings as errors on Windows
9 years ago
Craig Tiller
65bcbd386e
Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig
...
Conflicts:
src/core/iomgr/tcp_client_windows.c
9 years ago
Nicolas "Pixel" Noble
6dad9b0821
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
9 years ago
Craig Tiller
82f9bd84e5
Update Windows stuff
9 years ago
Nathaniel Manista
ae4fbcd643
Use "#!/usr/bin/env python2.7" only in utilities
9 years ago