Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-19 | |
| | |\ | | |/ | |/| | | | | | | | | | | Conflicts: Makefile build.json | |||
| * | | Extension should return a const char *. | Julien Boeuf | 2015-05-18 | |
| | | | ||||
| * | | Putting tsi util in header so that it can be used elsewhere. | Julien Boeuf | 2015-05-18 | |
| | | | ||||
| * | | Merge pull request #1575 from dgquintas/profiling_marks_strtags | Vijay Pai | 2015-05-18 | |
| |\ \ | | | | | | | | | Added the tag enun name to the profiling marks. | |||
* | | | | Merge github.com:grpc/grpc into scalable-poll | Craig Tiller | 2015-05-18 | |
|\| | | | ||||
* | | | | clang-format | Craig Tiller | 2015-05-18 | |
| | | | | ||||
* | | | | Add another little comment | Craig Tiller | 2015-05-18 | |
| | | | | ||||
* | | | | Document variable usage in fd_posix | Craig Tiller | 2015-05-18 | |
| | | | | | | | | | | | | | | | | Update some code based on that documentation | |||
* | | | | Merge github.com:grpc/grpc into scalable-poll | Craig Tiller | 2015-05-18 | |
|\ \ \ \ | ||||
| | * | | | Delete antiquated code | Craig Tiller | 2015-05-17 | |
| |/ / / | ||||
| | | * | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-15 | |
| | | |\ | | |_|/ | |/| | | ||||
| | | * | Make cq tracing work again | Craig Tiller | 2015-05-15 | |
| | | | | ||||
| | | * | 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 | |||
* / / | More scalable unary polling | Craig Tiller | 2015-05-14 | |
|/ / | | | | | | | | | | | - admit only one poller for read and one for write at a time (poll is level triggered, so this avoids a thundering herd on each event) - wake only one poller when more pollers are needed, again avoiding a thundering herd | |||
* | | 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 | |
| | | | | | | | | | |