aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Doc Fixit: src/cpp/README need more information, revised 03092016Gravatar Yuchen Zeng2016-03-09
| | | | | | | - Revised 'protoc' section and 'Documentation' section as LisaFC suggested. - Added 'Examples' section as LisaFC suggested. Resolves: #5661
* Doc Fixit: src/cpp/README need more informationGravatar Yuchen Zeng2016-03-08
|
* Merge pull request #5655 from LisaFC/masterGravatar Stanley Cheung2016-03-08
|\ | | | | Doc Fixit: Clarifying how to install for gRPC C++
| * Clarifying how to install for gRPC C++Gravatar Lisa Carey2016-03-08
|/
* Merge pull request #5601 from stanley-cheung/add-protoc-to-install-docGravatar LisaFC2016-03-08
|\ | | | | Doc Fixit: mention how to get protoc compiler in base INSTALL.md
* \ Merge pull request #5632 from stanley-cheung/php-update-readmeGravatar LisaFC2016-03-08
|\ \ | | | | | | Doc Fixit: PHP update readme
| * | review changesGravatar Stanley Cheung2016-03-08
| | |
* | | Merge pull request #5638 from ctiller/no_profiler_for_youGravatar Vijay Pai2016-03-08
|\ \ \ | | | | | | | | Disable profiling in qps_worker for now
| * | | Fix formattingGravatar Craig Tiller2016-03-07
| | | |
* | | | Merge pull request #5639 from ctiller/examples_are_executableGravatar Craig Tiller2016-03-07
|\ \ \ \ | | | | | | | | | | Fix copyright (and master sanity)
| * | | | Fix copyrightGravatar Craig Tiller2016-03-07
|/ / / /
| * / / Disable profiling in qps_worker for nowGravatar Craig Tiller2016-03-07
|/ / /
* | | Merge pull request #5620 from VcamX/patch-1Gravatar Masood Malekghassemi2016-03-07
|\ \ \ | | | | | | | | Set grace=0 to server stop in route_guide
* \ \ \ Merge pull request #5629 from jtattermusch/python_custom_testGravatar Masood Malekghassemi2016-03-07
|\ \ \ \ | | | | | | | | | | Add test_lite custom command for parallel test running.
| | | * | php: update readmeGravatar Stanley Cheung2016-03-07
| | | | |
* | | | | Merge pull request #5633 from vjpai/socGravatar Kailash Sethuraman2016-03-07
|\ \ \ \ \ | |_|_|/ / |/| | | | Add self as SoC mentor
| * | | | @a11r asked me to respond to some BSD folks, so I figured that I should alsoGravatar vjpai2016-03-07
|/ / / / | | | | | | | | | | | | be a potential mentor if needed.
| * | | Address comments and add a TODO.Gravatar Jan Tattermusch2016-03-07
| | | |
* | | | Merge pull request #5630 from yang-g/gflags_mentionGravatar Vijay Pai2016-03-07
|\ \ \ \ | | | | | | | | | | Put back the gflags/gtest requirement to doc
| * | | | resolve commentsGravatar yang-g2016-03-07
| | | | |
| * | | | Put back the gflags/gtest requirement to docGravatar yang-g2016-03-07
| | | | |
| | * | | custom test target for parallel test runningGravatar Jan Tattermusch2016-03-07
| | | | |
* | | | | Merge pull request #5625 from ctiller/node_failureGravatar Vijay Pai2016-03-07
|\ \ \ \ \ | |_|/ / / |/| | | | Potential fix for race condition exposed by Node
| | | | * text updateGravatar Stanley Cheung2016-03-07
| | | | |
| * | | | clang-formatGravatar Craig Tiller2016-03-07
| | | | |
| * | | | Potential fix for race condition exposed by NodeGravatar Craig Tiller2016-03-07
|/ / / /
* | | | Merge pull request #5624 from LisaFC/masterGravatar Stanley Cheung2016-03-07
|\ \ \ \ | | | | | | | | | | Removes confusing/unnecessary section on generating code.
| * | | | Removes confusing/unnecessary section on generating code.Gravatar Lisa Carey2016-03-07
|/ / / /
| | * / Set grace=0 to server stop in route_guideGravatar VcamX2016-03-07
| |/ / |/| | | | | Fix #5619
* | | Merge pull request #5609 from ctiller/fix_mac_raceGravatar Craig Tiller2016-03-05
|\ \ \ | | | | | | | | Fix race in poll() based pollset
* \ \ \ Merge pull request #5610 from murgatroid99/node_client_status_race_fixGravatar Michael Lumish2016-03-04
|\ \ \ \ | | | | | | | | | | Fix race between parsing messages and receiving status in Node client
* \ \ \ \ Merge pull request #5611 from ctiller/fffGravatar Craig Tiller2016-03-04
|\ \ \ \ \ | | | | | | | | | | | | Fix sanity
| * | | | | Fix sanityGravatar Craig Tiller2016-03-04
|/ / / / /
| | * | | Fix formattingGravatar Craig Tiller2016-03-04
| | | | |
| * | | | Fix race between parsing messages and receiving status in Node clientGravatar murgatroid992016-03-04
| | | | |
| | * | | Fix race in poll() based pollsetGravatar Craig Tiller2016-03-04
| |/ / / |/| | | | | | | | | | | | | | | | | | | 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)
* | | | Merge pull request #5608 from grpc/revert-5598-make_qps_great_againGravatar Vijay Pai2016-03-04
|\ \ \ \ | | | | | | | | | | Revert "Improve perf smoke test stability"
| * | | | Revert "Improve perf smoke test stability"Gravatar Vijay Pai2016-03-04
|/ / / /
* | | | Merge pull request #5607 from grpc/revert-5544-masterGravatar Craig Tiller2016-03-04
|\ \ \ \ | | | | | | | | | | Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
| * | | | Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to ↵Gravatar Jan Tattermusch2016-03-04
|/ / / / | | | | | | | | | | | | prevent queues from blocking indefinitely in poll()"
* | | | Merge pull request #5595 from ctiller/trycancelGravatar Vijay Pai2016-03-04
|\ \ \ \ | | | | | | | | | | Fix leak: dont become writable if writes are closed
* \ \ \ \ Merge pull request #5603 from murgatroid99/node_windows_test_fixGravatar Michael Lumish2016-03-04
|\ \ \ \ \ | |_|/ / / |/| | | | Simplify Node Windows tests slightly
* | | | | Merge pull request #5544 from gresrun/masterGravatar Jorge Canizales2016-03-04
|\ \ \ \ \ | | | | | | | | | | | | Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()
| | | | | * update min node versionGravatar Stanley Cheung2016-03-04
| | | | | |
| * | | | | Add comments and feature flag.Gravatar Greg Haines2016-03-04
| | | | | |
| | * | | | Simplify Node Windows tests slightlyGravatar Michael Lumish2016-03-04
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Simplify command that removes OpenSSL headers and remove now-extraneous post-test script.
* | | | | Merge pull request #5598 from vjpai/make_qps_great_againGravatar Craig Tiller2016-03-04
|\ \ \ \ \ | | | | | | | | | | | | Improve perf smoke test stability
| | | | | * mention how to get protoc compiler in base INSTALL.mdGravatar Stanley Cheung2016-03-04
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #5599 from grpc/revert-5572-srv_ctxGravatar Craig Tiller2016-03-04
|\ \ \ \ \ | | | | | | | | | | | | Revert "Properly integrate async API with server-side cancellations."
| * | | | | Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
|/ / / / /