Vijay Pai
907f963ec1
Merge pull request #5677 from ctiller/neg3
...
Fix memory leak if call is already cancelled
9 years ago
Vijay Pai
8b744f4301
Merge pull request #5662 from ctiller/timer_list
...
Fix comparison direction - fixes timer_list_test flakiness
9 years ago
makdharma
76ee82c353
Merge pull request #5680 from soltanmm/tmp
...
Fix typo
9 years ago
Masood Malekghassemi
ec49e156fe
Fix typo
9 years ago
Craig Tiller
d426d9dfdb
Fix memory leak if call is already cancelled
...
Obvious in hindsight, if the cas failed, we still created the subchannel
call object and then left it dangling.
Fixes a leak observed on master in the past 48 hours.
9 years ago
Stanley Cheung
d68ee7e262
Merge pull request #5672 from LisaFC/master
...
Updated main examples README to link to main docs and quickstarts
9 years ago
Craig Tiller
5f3ba8c834
Copyright, casting fixes
9 years ago
Craig Tiller
a39c199562
clang-format
9 years ago
Craig Tiller
3a951bd975
clang-format
9 years ago
Craig Tiller
0e6e34e4fa
Add an additional test
9 years ago
Lisa Carey
1b393da433
Updated main examples README to link to main docs and quickstarts
9 years ago
Craig Tiller
08e0c191be
Revert mistaken change
9 years ago
Craig Tiller
9d1476364a
Fix timers
9 years ago
Stanley Cheung
0e67d19126
Merge pull request #5655 from LisaFC/master
...
Doc Fixit: Clarifying how to install for gRPC C++
9 years ago
Lisa Carey
3be6801b72
Clarifying how to install for gRPC C++
9 years ago
LisaFC
4046492323
Merge pull request #5601 from stanley-cheung/add-protoc-to-install-doc
...
Doc Fixit: mention how to get protoc compiler in base INSTALL.md
9 years ago
LisaFC
119fd387db
Merge pull request #5632 from stanley-cheung/php-update-readme
...
Doc Fixit: PHP update readme
9 years ago
Stanley Cheung
a2c8b20ac7
review changes
9 years ago
Vijay Pai
f37db9f083
Merge pull request #5638 from ctiller/no_profiler_for_you
...
Disable profiling in qps_worker for now
9 years ago
Craig Tiller
baaf65546a
Fix formatting
9 years ago
Craig Tiller
3b1a3f9f2f
Merge pull request #5639 from ctiller/examples_are_executable
...
Fix copyright (and master sanity)
9 years ago
Craig Tiller
9d0638c038
Fix copyright
9 years ago
Craig Tiller
710d58cfae
Disable profiling in qps_worker for now
9 years ago
Masood Malekghassemi
dba948569a
Merge pull request #5620 from VcamX/patch-1
...
Set grace=0 to server stop in route_guide
9 years ago
Masood Malekghassemi
838531e7cb
Merge pull request #5629 from jtattermusch/python_custom_test
...
Add test_lite custom command for parallel test running.
9 years ago
Stanley Cheung
a41a6775d4
php: update readme
9 years ago
Kailash Sethuraman
e713659032
Merge pull request #5633 from vjpai/soc
...
Add self as SoC mentor
9 years ago
vjpai
ac731e051e
@a11r asked me to respond to some BSD folks, so I figured that I should also
...
be a potential mentor if needed.
9 years ago
Jan Tattermusch
17908c168d
Address comments and add a TODO.
9 years ago
Vijay Pai
9b9c40cfe8
Merge pull request #5630 from yang-g/gflags_mention
...
Put back the gflags/gtest requirement to doc
9 years ago
yang-g
3a84f46a29
resolve comments
9 years ago
yang-g
8395bfc0b6
Put back the gflags/gtest requirement to doc
9 years ago
Jan Tattermusch
e6cc9c7a25
custom test target for parallel test running
9 years ago
Vijay Pai
06ba6cb9ae
Merge pull request #5625 from ctiller/node_failure
...
Potential fix for race condition exposed by Node
9 years ago
Stanley Cheung
de14e50a91
text update
9 years ago
Craig Tiller
84774b6c4a
clang-format
9 years ago
Craig Tiller
f880e62e04
Potential fix for race condition exposed by Node
9 years ago
Stanley Cheung
6537ab9dc1
Merge pull request #5624 from LisaFC/master
...
Removes confusing/unnecessary section on generating code.
9 years ago
Lisa Carey
0211098e93
Removes confusing/unnecessary section on generating code.
9 years ago
VcamX
208fd6b339
Set grace=0 to server stop in route_guide
...
Fix #5619
9 years ago
Craig Tiller
72724bce84
Merge pull request #5609 from ctiller/fix_mac_race
...
Fix race in poll() based pollset
9 years ago
Michael Lumish
9f285e41a4
Merge pull request #5610 from murgatroid99/node_client_status_race_fix
...
Fix race between parsing messages and receiving status in Node client
9 years ago
Craig Tiller
187d4a7fcc
Merge pull request #5611 from ctiller/fff
...
Fix sanity
9 years ago
Craig Tiller
c1edf22479
Fix sanity
9 years ago
Craig Tiller
f1b6d61965
Fix formatting
9 years ago
murgatroid99
9adecb06e0
Fix race between parsing messages and receiving status in Node client
9 years ago
Craig Tiller
b3320fc7c3
Fix race in poll() based pollset
...
It was possible for entries in watchers[] to be deleted by another thread before we called begin_poll.
I'd like to do something nicer than this eventually... but that'll be easier once we've got the polling loop cleaned up (which is currently WIP)
9 years ago
Vijay Pai
a8712e01fc
Merge pull request #5608 from grpc/revert-5598-make_qps_great_again
...
Revert "Improve perf smoke test stability"
9 years ago
Vijay Pai
f5dca10896
Revert "Improve perf smoke test stability"
9 years ago
Craig Tiller
aaf83167ea
Merge pull request #5607 from grpc/revert-5544-master
...
Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
9 years ago