Yuchen Zeng
|
543c5886ee
|
Merge remote-tracking branch 'upstream/master' into seperate_generated_files
|
8 years ago |
Yuchen Zeng
|
6b88b22d9e
|
Add comments for GRPC_NO_GENERATED_CODE
|
8 years ago |
kpayson64
|
7c519b9243
|
Merge pull request #7444 from y-zeng/fix_typo
Fix typos in config_protobuf.h
|
8 years ago |
Craig Tiller
|
8c2fab05f7
|
Merge pull request #7399 from sreecha/poll_alloc_fix
Reduce the number of unnecessary allocations
|
8 years ago |
David G. Quintas
|
8bcf6c1dcd
|
Merge pull request #7460 from dgquintas/grpc_args_doxygen
Grpc args doxygen
|
8 years ago |
kpayson64
|
c37a5a3878
|
Merge pull request #7431 from thinkerou/fix_spell_error
Python: fix spell error by pyflakes found
|
8 years ago |
Craig Tiller
|
e514158ccc
|
Merge pull request #7467 from ctiller/important-profiles
Add latency profiling from 'important' marks
|
8 years ago |
Craig Tiller
|
268a47a2b1
|
Add latency profiling from 'important' marks
Allows seeing directly how long was spent:
- running up to putting bytes on the wire
- between sending and receiving
- between receiving and finishing
|
8 years ago |
Yuchen Zeng
|
77b74258b5
|
Revert unnecessary deletions
|
8 years ago |
Yuchen Zeng
|
dd5b9a8086
|
Fix sanity check
|
8 years ago |
David Garcia Quintas
|
e8355a2cb3
|
grpc_args doxygen
|
8 years ago |
makdharma
|
2eebe29ec8
|
Merge pull request #7245 from muxi/fix-7181
Fix of Issue #7181 documentation and Objective C code
|
9 years ago |
Yuchen Zeng
|
1318479011
|
Separate generated file and protobuf dependency
|
9 years ago |
Yuchen Zeng
|
3046557a02
|
fix typo
|
9 years ago |
kpayson64
|
f3f5c18e5a
|
Merge pull request #7284 from ewr/FixRubyTimeConversion
Fix arguments for calls to Ruby's `Time.at`
|
9 years ago |
Yuchen Zeng
|
24987dbf77
|
fix typo
|
9 years ago |
kpayson64
|
ad570d8654
|
Merge pull request #7243 from dgquintas/styleguide
C style guide updates
|
9 years ago |
kpayson64
|
3b04393511
|
Merge pull request #6942 from adelez/perf_html_report
Generate html report for perf tests
|
9 years ago |
thinkerou
|
6660c110df
|
fix spell error by pyflakes found
|
9 years ago |
Craig Tiller
|
bbf2fcd29b
|
Merge pull request #7410 from sreecha/bq_bug
Add clientSuccess and serverSuccess to BQ schema
|
9 years ago |
Adele Zhou
|
7d4373bc6e
|
Generate html report for perf tests
|
9 years ago |
kpayson64
|
69d897d032
|
Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests
Add ruby client compression interop tests
|
9 years ago |
Stanley Cheung
|
84b1df2d77
|
Merge pull request #7403 from thinkerou/fix_auth_ver_master_branch
PHP: unify the version of google/auth
|
9 years ago |
Sree Kuchibhotla
|
6dbfce0a9d
|
Add clientSuccess and serverSuccess to BQ schema
|
9 years ago |
kpayson64
|
a8dbf3ff97
|
Merge pull request #7398 from yang-g/wait_async
regenerate projects
|
9 years ago |
David Garcia Quintas
|
fb81858c96
|
Forbade atexit()
|
9 years ago |
Craig Tiller
|
b955636d41
|
Merge pull request #7407 from ctiller/delayed-write
Benchmark fixes
|
9 years ago |
Craig Tiller
|
ad94fdfe51
|
Fix compile error
|
9 years ago |
Craig Tiller
|
b23239b6d8
|
Merge branch 'histo' of github.com:vjpai/grpc into delayed-write
|
9 years ago |
thinkerou
|
329c25457b
|
unify the version of google/auth
|
9 years ago |
Sree Kuchibhotla
|
69b74784fe
|
Reduce the number of unnecessary allocations
|
9 years ago |
Craig Tiller
|
13d3e3b7e2
|
Merge pull request #6737 from ctiller/delayed-write
Delay beginning most writes until we enter poll()
|
9 years ago |
kpayson64
|
421643727f
|
Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_test
Add more assertions to _rpc_test
|
9 years ago |
yang-g
|
d28fb6df8f
|
regenerate projects
|
9 years ago |
kpayson64
|
27a02b5d9d
|
Merge pull request #7319 from yang-g/wait_async
Make Server::Wait work for async only server.
|
9 years ago |
kpayson64
|
7f6c7798b0
|
Merge pull request #7372 from apolcyn/check_buffer_reader_init_call
Add csharp check to return val of byte_buffer_reader_init
|
9 years ago |
Craig Tiller
|
40b495ac7b
|
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
|
9 years ago |
Craig Tiller
|
f11b3336ec
|
Make network status follow the normal init/shutdown path
|
9 years ago |
yang-g
|
6ec11f2acd
|
prevent spurious wake up and unstarted/already shutdown server
|
9 years ago |
Muxi Yan
|
3b67f3622b
|
Remove redundant comment
|
9 years ago |
Craig Tiller
|
0a06cd7b68
|
Cleanup from code review
|
9 years ago |
kpayson64
|
1198da0b5c
|
Merge pull request #7314 from soltanmm/spinning-flags
Set more build-flags in `setup.py`s
|
9 years ago |
Craig Tiller
|
9053ec01fe
|
Remove now redundant line
|
9 years ago |
Craig Tiller
|
75f065d022
|
Correct direction of inequality
|
9 years ago |
kpayson64
|
bda40a0301
|
Merge pull request #7383 from kpayson64/skip_exit_test
Skip exit_test until flake is fixed
|
9 years ago |
Craig Tiller
|
741cd45e93
|
Merge pull request #7385 from stanley-cheung/php-fix-interop-test
PHP: fix interop tests breakage
|
9 years ago |
Craig Tiller
|
4723576a40
|
Merge github.com:grpc/grpc into delayed-write
|
9 years ago |
Craig Tiller
|
706f5bb7c2
|
Document refcounting
|
9 years ago |
Craig Tiller
|
1b656542cf
|
Document creation function
|
9 years ago |
Stanley Cheung
|
998b230f4e
|
php: fix interop tests breakage
|
9 years ago |