Craig Tiller
|
bb75f3ea82
|
Merge pull request #10641 from ctiller/truebin
In all cases when writing, respect what the peer has asked for
|
8 years ago |
David G. Quintas
|
32acefcb7d
|
Merge pull request #10648 from dgquintas/v1.3.x-version-bump
1.3.x branch cut, version bump PR
|
8 years ago |
David Garcia Quintas
|
d9986c3cf7
|
1.3.x branch cut
|
8 years ago |
David G. Quintas
|
bdb102106b
|
Merge pull request #10617 from murgatroid99/upmerge_1.2.4
Upmerge 1.2.4 into master
|
8 years ago |
Mark D. Roth
|
e98cf24f48
|
Merge pull request #10475 from markdroth/closure_debug_schedule_check
Add check that we don't schedule the same closure twice at once.
|
8 years ago |
Mark D. Roth
|
023c982284
|
Merge pull request #10612 from markdroth/max_message_size_status_code
Use RESOURCE_EXHAUSTED for max message size limits.
|
8 years ago |
Craig Tiller
|
6814d0742c
|
In all cases when writing, respect what the peer has asked for (not what the peer has acknowledged we asked for)
|
8 years ago |
jboeuf
|
2d89ac4429
|
Merge pull request #10633 from jboeuf/gpr_free_never_fails_on_null_input
Making sure that gpr_free is a no-op for NULL input.
|
8 years ago |
Julien Boeuf
|
d6547f45d1
|
Be more explicit about the contract for free_fn in the gpr_allocation_functions doc.
|
8 years ago |
Matt Kwong
|
110dae8b69
|
Merge pull request #10625 from matt-kwong/fix-cpp-kokoro
Fix typo in Kokoro scripts
|
8 years ago |
murgatroid99
|
a41fd5b086
|
Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4
|
8 years ago |
Mark D. Roth
|
17a93b33e0
|
Fix test.
|
8 years ago |
Craig Tiller
|
4d0ee2a56b
|
Merge pull request #10605 from ctiller/ubsan
Ubsan fixes
|
8 years ago |
Jan Tattermusch
|
b78e80c096
|
Merge pull request #10514 from jtattermusch/fix_1mb_scenarios
Fix 1MB perf scenarios
|
8 years ago |
Matt Kwong
|
8cf15aa9ec
|
Fix typo in Kokoro scripts
|
8 years ago |
apolcyn
|
1838a8f22f
|
Merge pull request #10616 from apolcyn/fix_csharp_test_docker_build
remove src/csharp/global.json
|
8 years ago |
Matt Kwong
|
8b2a7e20d6
|
Merge pull request #10595 from matt-kwong/add-individual-sanitizers
Add individual sanitizer suites to Kokoro
|
8 years ago |
Yang Gao
|
7f2a15a6f9
|
Merge pull request #10586 from yang-g/error_details2
Add helper function to supply and parse error_details from Status.
|
8 years ago |
Craig Tiller
|
7e1e1e3a56
|
Merge pull request #10619 from grpc/revert-9626-lazy-deframe
Revert "Implement lazy deframe"
|
8 years ago |
Craig Tiller
|
c71e6a6ad6
|
Revert "Implement lazy deframe"
|
8 years ago |
Michael Lumish
|
e48dd23092
|
Merge pull request #10606 from murgatroid99/version_bump_1.2.4
Bump version to 1.2.4
|
8 years ago |
Matt Kwong
|
1b76bda4a6
|
Merge pull request #10593 from matt-kwong/update-create-worker-scripts
Update VM creation scripts to update Linux kernel
|
8 years ago |
Craig Tiller
|
023a51a7fa
|
Merge pull request #10473 from ctiller/truebin
True Binary Encoding
|
8 years ago |
Alexander Polcyn
|
66db5a7085
|
remove src/csharp/global.json
|
8 years ago |
David G. Quintas
|
d338dd3d39
|
Merge pull request #10598 from jtattermusch/manual_upmerge_v12x
Manual upmerge from v1.2.x
|
8 years ago |
Muxi Yan
|
f452cc5f9a
|
Merge pull request #9626 from muxi/lazy-deframe
Implement lazy deframe
|
8 years ago |
Mark D. Roth
|
2a86d3f399
|
Update status codes doc.
|
8 years ago |
Mark D. Roth
|
9ee816e6ef
|
Fix message_size_filter to use RESOURCE_EXHAUSTED status code.
|
8 years ago |
Muxi Yan
|
becd3a4698
|
Merge pull request #10566 from muxi/fix-trailer-only
Send `content-type` header on trailer-only responses
|
8 years ago |
Muxi Yan
|
c44895ffe5
|
Merge pull request #10540 from muxi/restore-cronet-tests
Restore cronet tests
|
8 years ago |
Craig Tiller
|
5a0cf32515
|
Merge pull request #10604 from ctiller/bmdifffix
Fixes for bm_diff
|
8 years ago |
murgatroid99
|
70a2a4b01a
|
Bump version to 1.2.4
|
8 years ago |
yang-g
|
66d40c63f7
|
Fix BUILD dependency, copyright and cmake
|
8 years ago |
Michael Lumish
|
02f6763160
|
Merge pull request #10303 from murgatroid99/makefile_soname_fix
Fix soname version mismatch in Makefile
|
8 years ago |
Michael Lumish
|
4ae95e6639
|
Merge pull request #10563 from murgatroid99/node_server_shutdown
Node server shutdown improvements
|
8 years ago |
Craig Tiller
|
7fea751258
|
ubsan fixes
|
8 years ago |
Craig Tiller
|
9f99c303d0
|
Handle 0-length
|
8 years ago |
Craig Tiller
|
ca3b32f67d
|
Handle div0
|
8 years ago |
Craig Tiller
|
d835aa39d3
|
Cleanup output: omit unnecessary columns
|
8 years ago |
Craig Tiller
|
dc3806c672
|
Fix a noise creating bug in bm_json (for bm_diff)
|
8 years ago |
Craig Tiller
|
12d716c88c
|
add nl
|
8 years ago |
Craig Tiller
|
08aea10d02
|
document
|
8 years ago |
Craig Tiller
|
8be866eed7
|
fix test
|
8 years ago |
Craig Tiller
|
f0721657ff
|
Merge github.com:grpc/grpc into truebin
|
8 years ago |
Jan Tattermusch
|
43713e6ae1
|
Merge remote-tracking branch 'upstream/v1.2.x' into HEAD
|
8 years ago |
Matt Kwong
|
95909bb393
|
Add individual sanitizer suites to Kokoro
|
8 years ago |
Michael Lumish
|
ca70b1ce9e
|
Merge pull request #10579 from murgatroid99/max_message_size_arg_checking
Fix lower bound on max message size channel arguments
|
8 years ago |
apolcyn
|
f200f25d4d
|
Merge pull request #10564 from apolcyn/deflake_ruby_test
fix flakey race in ruby tests
|
8 years ago |
murgatroid99
|
017a335d2b
|
Only delete core-level server if shutdown was successful
|
8 years ago |
David G. Quintas
|
c3f494558b
|
Merge pull request #10587 from dgquintas/fix_credentials_test
Update credentials test after #9328
|
8 years ago |