Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | Move state update to ack, to prevent races | Craig Tiller | 2015-05-15 | |
| | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c | |||
| | * | Crash handling test | Craig Tiller | 2015-05-15 | |
| | | | ||||
* | | | 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 | |
| | | | ||||
* | | | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie | Yang Gao | 2015-05-13 | |
|\ \ \ | | | | | | | | | C Core API cleanup. | |||
| | | * | Added the tag enun name to the profiling marks. | David Garcia Quintas | 2015-05-13 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, whereas previously we'd have GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200 (nil) src/core/iomgr/tcp_posix.c 337 now we have: GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200(GRPC_PTAG_HANDLE_READ) (nil) src/core/iomgr/tcp_posix.c 337 Note the literal enum name in parenthesis following the tag int value. | |||
* | | | 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 | |
| |_|_|/ |/| | | | ||||
| | * | | Added comment to empty kick_poller func. | David Garcia Quintas | 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 | |
| | | |\ | |_|_|/ |/| | | | ||||
| | | * | Trace more events | Craig Tiller | 2015-05-12 | |
| | | | | ||||
| | * | | Removed callback queue sync from iomgr. | David Garcia Quintas | 2015-05-12 | |
| | | | | ||||
* | | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | 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 | |||
| * \ \ \ | Merge pull request #1522 from nicolasnoble/better-win32-orphans | Jan Tattermusch | 2015-05-08 | |
| |\ \ \ \ | | | | | | | | | | | | | Better win32 orphans and event support. | |||
| | | | | * | 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 | |||
* | | | | | | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc | |||
| | | | * | | | | Further Windows fixes. | Nicolas "Pixel" Noble | 2015-05-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Properly flagging our endpoints as non-blocking. -) Accounting for the custom events. -) Restoring the on-error portion of read and write. -) Better accounting of the outstanding reads and writes. -) Various minor cleanups. | |||
| | * | | | | | | If we have closed the transport, dont try reading | Craig Tiller | 2015-05-07 | |
| | | | | | | | | ||||
| * | | | | | | | Merge pull request #1502 from ctiller/check-on-headers | Eric Anderson | 2015-05-07 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Validate that headers contain legal bytes | |||
| * \ \ \ \ \ \ \ | Merge pull request #1503 from ctiller/dont-signal-me | Nicolas Noble | 2015-05-07 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Eliminate need for SIGPIPE handling | |||
| | | | | * | | | | | Fix potential leak | Craig Tiller | 2015-05-07 | |
| | | | | | | | | | | ||||
| | | | | | * | | | | A few win32 fixes. | Nicolas "Pixel" Noble | 2015-05-07 | |
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Better handling of orphaned sockets by tracking the pending operations in it, instead of the layer above. -) Ignoring after-shutdown operations. | |||
| | | | | | | * / | Adding support for per call credentials in core. | Julien Boeuf | 2015-05-07 | |
| | | | | | |/ / | | | | | |/| | | ||||
* | | | | | | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-07 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| | | | | | * | | Merge github.com:grpc/grpc into do-the-right-thing-put-it-in-a-bin | Craig Tiller | 2015-05-07 | |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
| | | | * | | | | Merge github.com:grpc/grpc into check-on-headers | Craig Tiller | 2015-05-07 | |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| | | * | | | | | Merge github.com:grpc/grpc into dont-signal-me | Craig Tiller | 2015-05-07 | |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| | * | | | | | | Cleanup unlock() a little | Craig Tiller | 2015-05-07 | |
| |/ / / / / / | ||||
| | * | / / / | Eliminate need for SIGPIPE handling | Craig Tiller | 2015-05-06 | |
| | | |/ / / | | |/| | | | ||||
| | | * | | | Validate that headers contain legal bytes | Craig Tiller | 2015-05-06 | |
| | |/ / / | ||||
| | | * / | Throw away queued messages on error | Craig Tiller | 2015-05-06 | |
| | |/ / | ||||
| * / / | Fix: Server side call with both streams closed doesnt get properly finalized | Jan Tattermusch | 2015-05-06 | |
| |/ / | ||||
| | * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-06 | |
| | |\ | | |/ | |/| | ||||
* | | | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 | |
| | | | | | | | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. |