Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
bd88711447a62d0510852bba85c6fa510283949a
/
src
bd88711
Merge pull request #3483 from ctiller/no-tcp-alloc
by Yang Gao
· 9 years ago
0f9a118
Merge pull request #3474 from ctiller/clang_format
by Nicolas Noble
· 9 years ago
6c3709c
Merge pull request #3494 from tbetbetbe/grpc-ruby-remove-bad-flaking-test
by Craig Tiller
· 9 years ago
557d26f
Remove a bad flaky rpc server test
by Tim Emiola
· 9 years ago
0f8265a
Merge pull request #3480 from ctiller/no-alloc
by Yang Gao
· 9 years ago
b09a875
Merge pull request #3476 from vjpai/block_annotate
by Yang Gao
· 9 years ago
109a8dc
Stop shadowing global name
by Robbie Shade
· 9 years ago
147fe70
Add grpc_server argument to grpc_udp_server_start
by Robbie Shade
· 9 years ago
852b17a
Merge github.com:grpc/grpc into no-tcp-alloc
by Craig Tiller
· 9 years ago
f031de8
Merge github.com:grpc/grpc into no-alloc
by Craig Tiller
· 9 years ago
dd69342
Merge github.com:grpc/grpc into clang_format
by Craig Tiller
· 9 years ago
7db24e0
Fix memory leak
by Craig Tiller
· 9 years ago
0799ff3
Fix a memory corruption bug
by Craig Tiller
· 9 years ago
649deeb
Recycle partially filled buffers on the next read
by Craig Tiller
· 9 years ago
2a42e55
Don't annotate a blocking region on an epoll_wait that has 0 timeout
by vjpai
· 9 years ago
9839d28
Move block_annotate from iomgr to support since it's used in other
by vjpai
· 9 years ago
50d6534
Annotate sleep calls
by vjpai
· 9 years ago
cc5dc5b
Fast path for proto serialization for small protos
by Craig Tiller
· 9 years ago
7e0289e
Annotate blocking file operations
by vjpai
· 9 years ago
fc193e1
Fix a livelock issue
by Craig Tiller
· 9 years ago
87cec15
Merge branch 'master' into block_annotate and fix conflict in resolve_address_posix.c
by Vijay Pai
· 9 years ago
4473a08
Cleanup existing code to use GPR_ARRAY_SIZE
by Vijay Pai
· 9 years ago
6301038
Fix some bugs leading to memory leaks
by Craig Tiller
· 9 years ago
8dc0971
Merge github.com:grpc/grpc into shindig
by Craig Tiller
· 9 years ago
ba13055
Put in blocking point annotations at places in the code where we may block for reasons other than synchronization
by Vijay Pai
· 9 years ago
7f0273f
Merge github.com:grpc/grpc into shindig
by Craig Tiller
· 9 years ago
ddf3a51
Add clang-format to sanity
by Craig Tiller
· 9 years ago
5cf7013
Merge
by Craig Tiller
· 9 years ago
f8b14ca
Merge github.com:grpc/grpc into come-out-of-the-shadow
by Craig Tiller
· 9 years ago
e5515d4
Merge pull request #3372 from grpc/release-0_11
by David G. Quintas
· 9 years ago
16672d1
Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos
by Eric Anderson
· 9 years ago
f8a4555
Fix specific worker wakeup
by Craig Tiller
· 9 years ago
caeff02
Merge with gyp changes
by Craig Tiller
· 9 years ago
940b64b
Merge github.com:grpc/grpc into shindig
by Craig Tiller
· 9 years ago
eff9256
Fixes broken build due to misplaced import
by Nate Kibler
· 9 years ago
3543ea4
php: fix watchConnectivityState unit test
by Stanley Cheung
· 9 years ago
56cd72b
Changed GRPCCall import to class forward declaration
by Nate Kibler
· 9 years ago
8475047
FD logging cleanup
by Craig Tiller
· 9 years ago
80183f3
Creds fix
by Craig Tiller
· 9 years ago
258f8de
Windows fixes
by Craig Tiller
· 9 years ago
5311deb
Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig
by Craig Tiller
· 9 years ago
565b18b
clang-format all core files
by Craig Tiller
· 9 years ago
0445684
Windows fixes
by Craig Tiller
· 9 years ago
f4fc5d2
Enable warnings as errors on Windows
by Craig Tiller
· 9 years ago
65bcbd3
Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig
by Craig Tiller
· 9 years ago
82f9bd8
Update Windows stuff
by Craig Tiller
· 9 years ago
3ba30e1
Drop issue 527 TODOs for interop specification
by Nathaniel Manista
· 9 years ago
7f9fd01
Merge pull request #3413 from stanley-cheung/php_jenkins_flakes
by Jan Tattermusch
· 9 years ago
4f1fe54
Client now swallows content-type on receive
by David Garcia Quintas
· 9 years ago
52c8c97
Explicitly set content-type for servers
by Craig Tiller
· 9 years ago
6ecd8ad
Make zookeeper compile with execution contexts
by Craig Tiller
· 9 years ago
f6e2638
bump version of C# to 0.7.1
by Jan Tattermusch
· 9 years ago
8b52f85
Document exec_ctx
by Craig Tiller
· 9 years ago
b0bd53a
Merge github.com:grpc/grpc into shindig
by Craig Tiller
· 9 years ago
7a4e8e4
php: fix jenkins flake
by Stanley Cheung
· 9 years ago
41aab15
Merge pull request #3422 from jcanizales/fix-mutex-bug
by Craig Tiller
· 9 years ago
89a17fe
Merge pull request #3365 from murgatroid99/node_nan_2.0
by Tim Emiola
· 9 years ago
d57411e
Merge pull request #3414 from soltanmm/relup
by Nathaniel Manista
· 9 years ago
b873ac9
Fix mutex bug
by Jorge Canizales
· 9 years ago
58473e8
Add mutex init
by Craig Tiller
· 9 years ago
3f10fcd
Merge pull request #3399 from stanley-cheung/php_update_examples
by Tim Emiola
· 9 years ago
6ee0bb1
Update Python release to 0.11.0b1
by Masood Malekghassemi
· 9 years ago
3cebee3
Merge pull request #3412 from murgatroid99/node_version_0.11.1
by Nicolas Noble
· 9 years ago
8b0b6f4
It is a bad idea to have a map with string_refs as output params.
by Julien Boeuf
· 9 years ago
8602d3e
Fix argument order
by Craig Tiller
· 9 years ago
ff0ba48
Update Node module to 0.11.1 in anticipation of point release
by murgatroid99
· 9 years ago
b8b1a46
Finish cleanup
by Craig Tiller
· 9 years ago
e456f77
Merge pull request #3396 from jtattermusch/win_fix_parameter_types
by Nicolas Noble
· 9 years ago
ba29342
Merge pull request #3404 from dgquintas/dgquintas-patch-1
by Nicolas Noble
· 9 years ago
a82950e
clang-format all core files
by Craig Tiller
· 9 years ago
8af4c33
Final patches for rename
by Craig Tiller
· 9 years ago
b7d49b6
Merge pull request #3328 from nathanielmanistaatgoogle/future-callbacks
by Masood Malekghassemi
· 9 years ago
2449d31
Merge pull request #3323 from nathanielmanistaatgoogle/dependencies
by Masood Malekghassemi
· 9 years ago
8c2c44b
Fix erroneous attribute name.
by Nathaniel Manista
· 9 years ago
86bfc74
php: update text to reflect beta
by Stanley Cheung
· 9 years ago
e7db29f
Move argument passing to start of list
by Craig Tiller
· 9 years ago
f5768a6
Rename init
by Craig Tiller
· 9 years ago
098047b
Rename run
by Craig Tiller
· 9 years ago
9fa914e
Fixup naming
by Craig Tiller
· 9 years ago
8ad0375
Change runs to enqueue
by Craig Tiller
· 9 years ago
9f7dc3a
Move argument passing to start of list
by Craig Tiller
· 9 years ago
1be70cc
Move arguments to the start of lists
by Craig Tiller
· 9 years ago
45724b3
indent pass to get logical source lines on one physical line
by Craig Tiller
· 9 years ago
e9cfa31
minor fixes
by Stanley Cheung
· 9 years ago
e4c4738
php: add examples for apache and nginx
by Stanley Cheung
· 9 years ago
298751c
Split closures from iomgr.h
by Craig Tiller
· 9 years ago
af73d78
clang-format all core files
by Craig Tiller
· 9 years ago
d9ccbbf
Rename call_list to closure_list
by Craig Tiller
· 9 years ago
10ee274
Merge github.com:grpc/grpc into we-are-one
by Craig Tiller
· 9 years ago
493fd97
Merge pull request #3407 from jboeuf/fix_3390
by Craig Tiller
· 9 years ago
d64ed6a
Merge pull request #3397 from nicolasnoble/shutdown-win32-warning
by Craig Tiller
· 9 years ago
1ca0513
Merge pull request #3393 from jtattermusch/fix_windows_build
by Craig Tiller
· 9 years ago
4664587
Merge pull request #3387 from dgquintas/content_type_filtering
by Craig Tiller
· 9 years ago
f9dd54c
Merge pull request #3378 from yang-g/connection_failure_detection
by Craig Tiller
· 9 years ago
d56c8bb
Merge pull request #3362 from nicolasnoble/backport
by Craig Tiller
· 9 years ago
7865221
Merge pull request #3027 from jboeuf/security_connector_refactoring
by Craig Tiller
· 9 years ago
40cd820
Fix list iteration
by Craig Tiller
· 9 years ago
0eb44a6
Merge pull request #3406 from jboeuf/auth_plugin_fixes
by Yang Gao
· 9 years ago
5126156
Fixing issue #3390
by Julien Boeuf
· 9 years ago
62aef62
Fixes
by Craig Tiller
· 9 years ago
Next »