aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
| | * | | Added tracing for grpc_server_request_callGravatar murgatroid992015-05-22
| |/ / /
| * | | Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmmGravatar Yang Gao2015-05-21
| |\ \ \ | | | | | | | | | | Add a test of crashing servers and clients
| * | | | Handle priority frames in any headerGravatar Craig Tiller2015-05-21
| | | | |
| | * | | Properly finish off ops when we see a failureGravatar Craig Tiller2015-05-21
| | | | |
| | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-21
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #1685 from ctiller/cq-fixGravatar Michael Lumish2015-05-21
| |\ \ \ \ | | | | | | | | | | | | Fix a use after free in completion queue tracing
| * \ \ \ \ Merge pull request #1690 from ctiller/gem-shardGravatar Yang Gao2015-05-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix segfault exposed by Ruby
| * \ \ \ \ \ Merge pull request #1684 from ctiller/speculation-of-the-nationGravatar David Klempner2015-05-20
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove a potential deadlock
| | | | | | * | Addressing comments.Gravatar Julien Boeuf2015-05-20
| | | | | | | |
| | | * | | | | Fix segfault exposed by RubyGravatar Craig Tiller2015-05-20
| | | | | | | |
| | | | * | | | Make cq tracing work againGravatar Craig Tiller2015-05-20
| | | |/ / / /
| | * / / / / Kick the tire down the road instead of blocking to free up threadsGravatar Craig Tiller2015-05-20
| | |/ / / /
| * | | | | Zombie, then delete abandoned but queued incoming callsGravatar Craig Tiller2015-05-20
| | | | | |
| * | | | | Enforce invariant of not performing reads after stream closureGravatar Craig Tiller2015-05-20
| |/ / / /
| | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-20
| | |\ \ \ | | |/ / / | |/| | |
| | | * | API for auth context and server-side secure transport only impl.Gravatar Julien Boeuf2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing.
| | | * | Starting on low level changes to support server side authentication.Gravatar Julien Boeuf2015-05-20
| | | | |
| * | | | Merge github.com:grpc/grpc into really-really-finish-the-streamGravatar Craig Tiller2015-05-19
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix a potential leakGravatar Yang Gao2015-05-19
| | | | |
| * | | | Send RST_STREAM when closing from the server without getting a client ↵Gravatar Craig Tiller2015-05-19
| |/ / / | | | | | | | | | | | | half-close first
| | * | Add response streams to server crash test, fix themGravatar Craig Tiller2015-05-19
| | | |
| | * | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-19
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: Makefile build.json
| * | | 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.
* | | | Merge github.com:grpc/grpc into scalable-pollGravatar Craig Tiller2015-05-18
|\| | |
* | | | clang-formatGravatar Craig Tiller2015-05-18
| | | |
* | | | Add another little commentGravatar Craig Tiller2015-05-18
| | | |
* | | | Document variable usage in fd_posixGravatar Craig Tiller2015-05-18
| | | | | | | | | | | | | | | | Update some code based on that documentation
* | | | Merge github.com:grpc/grpc into scalable-pollGravatar Craig Tiller2015-05-18
|\ \ \ \
| | * | | Delete antiquated codeGravatar Craig Tiller2015-05-17
| |/ / /
| | | * Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-15
| | | |\ | | |_|/ | |/| |
| | | * Make cq tracing work againGravatar Craig Tiller2015-05-15
| | | |
| | | * Move state update to ack, to prevent racesGravatar Craig Tiller2015-05-15
| | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c
| | | * Crash handling testGravatar Craig Tiller2015-05-15
| | | |
| * | | 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
* / / More scalable unary pollingGravatar Craig Tiller2015-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_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.