Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-17 |
|\ | |||
| * | Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash | Nicolas Noble | 2015-05-15 |
| |\ | | | | | | | Add subprocess GPR API | ||
| * | | ... | Craig Tiller | 2015-05-15 |
| | | | |||
| * | | GPR_ASSERT is not an expression | Craig Tiller | 2015-05-15 |
| | | | |||
| | * | Add subprocess GPR API | Craig Tiller | 2015-05-15 |
| |/ | | | | | | | | | | | | | | | Port fling_test to it. This will be used to: - port remaining tests to Windows - enable testing what happens when servers or clients mysteriously disappear | ||
| * | Merge pull request #1580 from jboeuf/tsi_properties_cleanup | Nicolas Noble | 2015-05-14 |
| |\ | | | | | | | Clean up tsi properties. | ||
| | * | Clean up tsi properties. | Julien Boeuf | 2015-05-13 |
| | | | |||
* | | | clang-format some files | Craig Tiller | 2015-05-13 |
| | | | |||
| * | | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie | Yang Gao | 2015-05-13 |
| |\ \ | | | | | | | | | C Core API cleanup. | ||
* | | | | Properly manage interest set for waiting calls | Craig Tiller | 2015-05-13 |
| | | | | |||
* | | | | Make tcp server shutdown non-blocking (as it should be) | Craig Tiller | 2015-05-13 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-13 |
|\| | | | |||
| * | | | Merge pull request #1567 from dgquintas/cq_bgcb_cv | Craig Tiller | 2015-05-12 |
| |\ \ \ | | | | | | | | | | | Removed condvar from iomgr callback queue | ||
| * \ \ \ | Merge pull request #1563 from nicolasnoble/more-win32-fixes | Craig Tiller | 2015-05-12 |
| |\ \ \ \ | | | | | | | | | | | | | Various Win32 fixes and improvements. | ||
| * | | | | | Include <openssl/crypto.h> to make sure it compiles with boringssl. | Ming Zhao | 2015-05-12 |
| | |_|_|/ | |/| | | | |||
* | | | | | Add strategic unlock points | Craig Tiller | 2015-05-12 |
| | | | | | | | | | | | | | | | | | | | | To allow other threads to progress | ||
| | | * | | Added comment to empty kick_poller func. | David Garcia Quintas | 2015-05-12 |
| | | | | | |||
* | | | | | Merge branch 'bye-bye-completion-queue-pie' into we-dont-need-no-backup | Craig Tiller | 2015-05-12 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| | | * | | Various Win32 fixes and improvements. | Nicolas Noble | 2015-05-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them. | ||
| * | | | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-12 |
| |\| | | | |||
* | | | | | Keep client setup request alive to keep pollset around until request finishes | Craig Tiller | 2015-05-12 |
| | | | | | |||
* | | | | | Move pollset_set ownership from channel to transport setup | Craig Tiller | 2015-05-12 |
| | | | | | |||
| * | | | | Trace more events | Craig Tiller | 2015-05-12 |
| | | | | | |||
| | | | * | Removed callback queue sync from iomgr. | David Garcia Quintas | 2015-05-12 |
| | | | | | |||
* | | | | | Minor cleanup | Craig Tiller | 2015-05-11 |
| | | | | | |||
* | | | | | Add new fds to server pollsets (for now) | Craig Tiller | 2015-05-11 |
| | | | | | |||
* | | | | | Move state update to ack, to prevent races | Craig Tiller | 2015-05-11 |
| | | | | | |||
| | * | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-11 |
| | |\| | | |||
* | | | | | Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' into ↵ | Craig Tiller | 2015-05-11 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we-dont-need-no-backup Conflicts: test/core/end2end/fixtures/chttp2_fullstack.c test/core/end2end/fixtures/chttp2_fullstack_uds_posix.c test/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c test/core/end2end/fixtures/chttp2_socket_pair.c test/core/end2end/tests/cancel_after_accept.c | ||
* | | | | | Initial refactoring of a few tests | Craig Tiller | 2015-05-11 |
| | | | | | |||
* | | | | | More plumbing work through creds framework | Craig Tiller | 2015-05-11 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-11 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-11 |
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak | ||
| * | | | | Msys2 fixes, and compilation instructions. | Nicolas "Pixel" Noble | 2015-05-10 |
| | | | | | |||
| | * | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | * | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | ||
| * | | | | Addressing comments. | Julien Boeuf | 2015-05-08 |
| | | | | | |||
| * | | | | Merging with master. | Julien Boeuf | 2015-05-08 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | * | | | Merge pull request #1500 from ctiller/do-the-right-thing-put-it-in-a-bin | Abhishek Kumar | 2015-05-08 |
| | |\ \ \ | | | | | | | | | | | | | Throw away queued messages on error | ||
* | | | | | | Wire up google_default_credentials/http_cli | Craig Tiller | 2015-05-08 |
| | | | | | | |||
* | | | | | | Make posix tcp client add itself to interested parties when needed | Craig Tiller | 2015-05-08 |
| | | | | | | |||
* | | | | | | Plumb pollset_set through to tcp setup | Craig Tiller | 2015-05-08 |
| | | | | | | |||
| | * | | | | Merge pull request #1522 from nicolasnoble/better-win32-orphans | Jan Tattermusch | 2015-05-08 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Better win32 orphans and event support. | ||
* | | | | | | | Plumb pollset_set through setup pipeline | Craig Tiller | 2015-05-08 |
| | | | | | | | |||
* | | | | | | | Compile fix | Craig Tiller | 2015-05-08 |
| | | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-08 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| | | | | | * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | |||
| * | | | | | | Merge pull request #1511 from ctiller/i-forgot-stuff | Yang Gao | 2015-05-08 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix potential leak | ||
| * \ \ \ \ \ \ | Merge pull request #1520 from ctiller/cancel-after-invoke | Yang Gao | 2015-05-08 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | If we have closed the transport, dont try reading |