Jan Tattermusch
63978d4a8a
Merge pull request #5747 from soltanmm/bleach
...
Clean up a core test
9 years ago
Jan Tattermusch
921f4b0a6e
Merge pull request #5791 from sreecha/grpc_fixit
...
DocFixit: Python README
9 years ago
Jan Tattermusch
c2ce51fbeb
Merge pull request #5723 from ctiller/backoff_lib
...
Factor out backoff code into a separate library (to be re-used elsewhere)
9 years ago
Craig Tiller
36bf4d55e1
Merge github.com:grpc/grpc into backoff_lib
9 years ago
Jan Tattermusch
e4ce826e30
Merge pull request #5785 from murgatroid99/sanitize_copyright_fix
...
Update check copyright script precommit hook
9 years ago
Jan Tattermusch
4cead22ee6
Merge pull request #5745 from ahedberg/upstream
...
Add intial plaform support for Native Client (NaCl)
9 years ago
Nicolas Noble
835065a61c
Merge pull request #5270 from dgquintas/codegen_lib
...
Added codegen_lib
9 years ago
Sree Kuchibhotla
2f084ee39e
DocFixit: Python README
9 years ago
Nicolas Noble
ffcf649fa3
Merge pull request #5766 from yang-g/nuke_duplicate_target
...
Remove end2end_certs library.
9 years ago
Nicolas Noble
0e6372f5aa
Merge pull request #5770 from ctiller/win
...
Get callstacks for test failures on Windows
9 years ago
Craig Tiller
2ed1a9e329
Disable warning: system header is broken
9 years ago
Craig Tiller
b195792ed9
Drop the L
9 years ago
Craig Tiller
2befb68e82
Tweaking formatting
9 years ago
Jan Tattermusch
0b3e515c96
Merge pull request #5767 from soltanmm/gil-not-nimble-gil-not-quick
...
Don't hold the GIL when calling anything in core
9 years ago
David G. Quintas
07c17447cc
Merge pull request #4 from nicolasnoble/codegen-massage
...
Codegen massage
9 years ago
Nicolas "Pixel" Noble
4268318f77
Moving core_codegen.cc to the proper filegroup.
9 years ago
Nicolas "Pixel" Noble
1faa036a49
Disabling flaky test.
9 years ago
Nicolas "Pixel" Noble
2b6feb8df0
Preventing huge stacks in timer_heap_test.
9 years ago
Nicolas "Pixel" Noble
80da2ec697
Preventing huge stacks in load_file_test.
9 years ago
Nicolas "Pixel" Noble
b9012fc03c
Fixing bitrotting in udp_server_test.c
9 years ago
Nicolas "Pixel" Noble
e8fb852a73
Massaging that pull request.
9 years ago
murgatroid99
028bd45950
Update check copyright script precommit hook
9 years ago
Craig Tiller
adf3a9d0b0
clang-fmt
9 years ago
Craig Tiller
c9c0b8bf42
Review feedback
9 years ago
adelez
91bd67cb33
Merge pull request #5635 from sreecha/stress_test_instructions
...
Instructions to run stress tests on GKE
9 years ago
Jan Tattermusch
f03872f556
Merge pull request #5765 from adelez/setup_full_interop
...
chmod g+x
9 years ago
Sree Kuchibhotla
f6c7a9823e
More additions / Typos
9 years ago
Craig Tiller
ae2283d3dd
Bleh
9 years ago
Craig Tiller
3c788053bc
Fix copyright
9 years ago
Craig Tiller
2b45cb827f
clang-format code
9 years ago
Craig Tiller
ce2b3084e7
Get stack traces in crash dumps working for Windows
9 years ago
Sree Kuchibhotla
f90d765f69
More formatting changes
9 years ago
Sree Kuchibhotla
f317fb4880
Minor formatting tweaks
9 years ago
Sree Kuchibhotla
a35c7d47af
Address review comments
9 years ago
Jan Tattermusch
f4f57f0749
Merge pull request #5474 from ctiller/esan
...
Execution context sanitizer
9 years ago
Craig Tiller
5ee157cd11
Merge github.com:grpc/grpc into backoff_lib
9 years ago
Masood Malekghassemi
3d2d5b9d27
Don't hold the GIL when calling anything in core
9 years ago
David Garcia Quintas
cd21266b5f
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
9 years ago
yang-g
4e5c6d9895
Remove end2end_certs library.
9 years ago
Adele Zhou
28c0809ffc
chmod g+x
9 years ago
Nathaniel Manista
66e3b02d8a
Merge pull request #5763 from soltanmm/one-piece
...
Fix two ways tests can hang. Hooray!
9 years ago
Masood Malekghassemi
cbd1bce45a
Fix two ways tests can hang
...
Both have to do with the test runner's handling of the tests. With one
it's the read thread somehow outliving the other threads (e.g. with
ctrl-C). The other is due to a filled OS-level pipe's buffer causing a
block while code is still holding the GIL in some gRPC core function. We
can't empty the buffer from Python because the GIL is held, and the OS
can't unblock because it's waiting for the buffer to get cleared:
deadlock.
9 years ago
Jan Tattermusch
39b082ae8c
Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx
...
Revert "Revert "Properly integrate async API with server-side cancellations.""
9 years ago
Jan Tattermusch
f0555e6fe3
Merge pull request #5705 from paddybyers/free_aligned
...
Use gpr_free() in gpr_free_aligned()
9 years ago
Jan Tattermusch
d719d6e1e0
Merge pull request #5750 from sreecha/gpr_thd_test
...
Reduce the number of threads so that this test works on x86 systems
9 years ago
adelez
85b460fb51
Merge pull request #5382 from dgquintas/jenkins_stuff
...
Accept instance name as argument
9 years ago
Jan Tattermusch
e6bebe9662
Merge pull request #5749 from jcanizales/only-one-completion-queue
...
Use a singleton completion queue
9 years ago
Paddy Byers
9db726812e
Use gpr_free() in gpr_free_aligned()
9 years ago
Jan Tattermusch
f21b0d1436
Merge pull request #5722 from jcanizales/fix-writeable
...
Make GRXWriteable with single handler robust against streaming Writers
9 years ago
Jan Tattermusch
42626cec3e
Merge pull request #5543 from adelez/fix_code_coverage2
...
Fix code coverage.
9 years ago