aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Extension should return a const char *.Gravatar Julien Boeuf2015-05-18
|
* Putting tsi util in header so that it can be used elsewhere.Gravatar Julien Boeuf2015-05-18
|
* Merge pull request #1575 from dgquintas/profiling_marks_strtagsGravatar Vijay Pai2015-05-18
|\ | | | | Added the tag enun name to the profiling marks.
* | Delete antiquated codeGravatar Craig Tiller2015-05-17
| |
* | Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crashGravatar Nicolas Noble2015-05-15
|\ \ | | | | | | Add subprocess GPR API
* | | ...Gravatar Craig Tiller2015-05-15
| | |
* | | GPR_ASSERT is not an expressionGravatar Craig Tiller2015-05-15
| | |
| * | Add subprocess GPR APIGravatar Craig Tiller2015-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_cleanupGravatar Nicolas Noble2015-05-14
|\ \ | | | | | | Clean up tsi properties.
| * | Clean up tsi properties.Gravatar Julien Boeuf2015-05-13
| | |
* | | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pieGravatar Yang Gao2015-05-13
|\ \ \ | | | | | | | | C Core API cleanup.
| | | * Added the tag enun name to the profiling marks.Gravatar David Garcia Quintas2015-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_cvGravatar Craig Tiller2015-05-12
|\ \ \ | | | | | | | | Removed condvar from iomgr callback queue
* \ \ \ Merge pull request #1563 from nicolasnoble/more-win32-fixesGravatar Craig Tiller2015-05-12
|\ \ \ \ | | | | | | | | | | Various Win32 fixes and improvements.
* | | | | Include <openssl/crypto.h> to make sure it compiles with boringssl.Gravatar Ming Zhao2015-05-12
| |_|_|/ |/| | |
| | * | Added comment to empty kick_poller func.Gravatar David Garcia Quintas2015-05-12
| | | |
| * | | Various Win32 fixes and improvements.Gravatar Nicolas Noble2015-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-pieGravatar Craig Tiller2015-05-12
| | | |\ | |_|_|/ |/| | |
| | | * Trace more eventsGravatar Craig Tiller2015-05-12
| | | |
| | * | Removed callback queue sync from iomgr.Gravatar David Garcia Quintas2015-05-12
| | | |
* | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-11
|\| | |
| | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: vsprojects/Grpc.mak
| * | | Msys2 fixes, and compilation instructions.Gravatar Nicolas "Pixel" Noble2015-05-10
| | | |
* | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
|\| | |
| | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
| | | |\ | | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| | * | Addressing comments.Gravatar Julien Boeuf2015-05-08
| | | |
| | * | Merging with master.Gravatar Julien Boeuf2015-05-08
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1500 from ctiller/do-the-right-thing-put-it-in-a-binGravatar Abhishek Kumar2015-05-08
| |\ \ \ | | | | | | | | | | Throw away queued messages on error
| * \ \ \ Merge pull request #1522 from nicolasnoble/better-win32-orphansGravatar Jan Tattermusch2015-05-08
| |\ \ \ \ | | | | | | | | | | | | Better win32 orphans and event support.
| | | | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #1511 from ctiller/i-forgot-stuffGravatar Yang Gao2015-05-08
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix potential leak
| * \ \ \ \ \ Merge pull request #1520 from ctiller/cancel-after-invokeGravatar Yang Gao2015-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-streamGravatar Craig Tiller2015-05-08
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc
| | | | * | | | Further Windows fixes.Gravatar Nicolas "Pixel" Noble2015-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 readingGravatar Craig Tiller2015-05-07
| | | | | | | |
| * | | | | | | Merge pull request #1502 from ctiller/check-on-headersGravatar Eric Anderson2015-05-07
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Validate that headers contain legal bytes
| * \ \ \ \ \ \ \ Merge pull request #1503 from ctiller/dont-signal-meGravatar Nicolas Noble2015-05-07
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Eliminate need for SIGPIPE handling
| | | | | * | | | | Fix potential leakGravatar Craig Tiller2015-05-07
| | | | | | | | | |
| | | | | | * | | | A few win32 fixes.Gravatar Nicolas "Pixel" Noble2015-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.Gravatar Julien Boeuf2015-05-07
| | | | | | |/ / | | | | | |/| |
* | | | | | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-07
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | | * | Merge github.com:grpc/grpc into do-the-right-thing-put-it-in-a-binGravatar Craig Tiller2015-05-07
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | * | | | Merge github.com:grpc/grpc into check-on-headersGravatar Craig Tiller2015-05-07
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | * | | | | Merge github.com:grpc/grpc into dont-signal-meGravatar Craig Tiller2015-05-07
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Cleanup unlock() a littleGravatar Craig Tiller2015-05-07
| |/ / / / / /
| | * | / / / Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
| | | |/ / / | | |/| | |
| | | * | | Validate that headers contain legal bytesGravatar Craig Tiller2015-05-06
| | |/ / /
| | | * / Throw away queued messages on errorGravatar Craig Tiller2015-05-06
| | |/ /
| * / / Fix: Server side call with both streams closed doesnt get properly finalizedGravatar Jan Tattermusch2015-05-06
| |/ /