aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Threading fixesGravatar Craig Tiller2015-09-29
| | | | | | - single global mutex (simpler, easier to make correct for now) - properly flag kick state for workers to avoid missing wakeups (if signal is called before wait on the cv)
* Ensure GrpcEnvironment setup for these (special) testsGravatar Craig Tiller2015-09-29
|
* Properly initialize variables, destroy variables in usage orderGravatar Craig Tiller2015-09-29
|
* Fix rounding error so IOCP completes on timeGravatar Craig Tiller2015-09-29
|
* Merge github.com:grpc/grpc into can-we-be-single-threadedGravatar Craig Tiller2015-09-29
|\
| * Initialize/destroy TLS members - to fix iOS buildGravatar Craig Tiller2015-09-28
| |
| * Merge pull request #3367 from soltanmm/test-fixGravatar Nathaniel Manista2015-09-28
| |\ | | | | | | Update test for changed core HTTP header handling.
| * \ Merge pull request #3493 from ctiller/lowercase-all-properGravatar Masood Malekghassemi2015-09-28
| |\ \ | | | | | | | | Remove metadata canonicalization, and fix some bugs
| * \ \ Merge pull request #3497 from nicolasnoble/lost-my-sanityGravatar Craig Tiller2015-09-28
| |\ \ \ | | | | | | | | | | Restoring sanity.
| * \ \ \ Merge pull request #3483 from ctiller/no-tcp-allocGravatar Yang Gao2015-09-28
| |\ \ \ \ | | | | | | | | | | | | Save some allocations in tcp_posix.c
| | | * | | Restoring sanity.Gravatar Nicolas "Pixel" Noble2015-09-26
| | |/ / / | |/| | |
| * | | | Merge pull request #3474 from ctiller/clang_formatGravatar Nicolas Noble2015-09-25
| |\ \ \ \ | | | | | | | | | | | | Add clang-format to sanity
| * \ \ \ \ Merge pull request #3494 from tbetbetbe/grpc-ruby-remove-bad-flaking-testGravatar Craig Tiller2015-09-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove a bad flaky rpc server test
| | * | | | | Remove a bad flaky rpc server testGravatar Tim Emiola2015-09-25
| | | | | | |
| * | | | | | Merge pull request #3480 from ctiller/no-allocGravatar Yang Gao2015-09-25
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Fast path for proto serialization for small protos
| | | | | * | Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
| | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #3476 from vjpai/block_annotateGravatar Yang Gao2015-09-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Annotate blocking points
| * | | | | | Stop shadowing global nameGravatar Robbie Shade2015-09-25
| | | | | | |
| * | | | | | Add grpc_server argument to grpc_udp_server_startGravatar Robbie Shade2015-09-25
| | | | | | |
| | | | | * | Merge github.com:grpc/grpc into no-tcp-allocGravatar Craig Tiller2015-09-25
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | * | | | Merge github.com:grpc/grpc into no-allocGravatar Craig Tiller2015-09-25
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | * | | Merge github.com:grpc/grpc into clang_formatGravatar Craig Tiller2015-09-25
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Merge github.com:grpc/grpc into can-we-be-single-threadedGravatar Craig Tiller2015-09-25
|\| | | | | |
| * | | | | | Fix memory leakGravatar Craig Tiller2015-09-24
| | | | | | |
| | | | | * | Fix a memory corruption bugGravatar Craig Tiller2015-09-24
| | | | | | |
| | | | | * | Recycle partially filled buffers on the next readGravatar Craig Tiller2015-09-24
| | |_|_|/ / | |/| | | |
| | * | | | Don't annotate a blocking region on an epoll_wait that has 0 timeoutGravatar vjpai2015-09-24
| | | | | |
| | * | | | Move block_annotate from iomgr to support since it's used in otherGravatar vjpai2015-09-24
| | | | | | | | | | | | | | | | | | | | | | | | core places besides iomgr
| | * | | | Annotate sleep callsGravatar vjpai2015-09-24
| | | | | |
| | | * | | Fast path for proto serialization for small protosGravatar Craig Tiller2015-09-24
| | |/ / / | |/| | |
| | * | | Annotate blocking file operationsGravatar vjpai2015-09-24
| | | | |
| * | | | Fix a livelock issueGravatar Craig Tiller2015-09-24
| | | | |
| | * | | Merge branch 'master' into block_annotate and fix conflict in ↵Gravatar Vijay Pai2015-09-24
| | |\ \ \ | | | | | | | | | | | | | | | | | | resolve_address_posix.c
| | * | | | Cleanup existing code to use GPR_ARRAY_SIZEGravatar Vijay Pai2015-09-24
| | | | | |
| * | | | | Fix some bugs leading to memory leaksGravatar Craig Tiller2015-09-24
| | | | | |
| * | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Put in blocking point annotations at places in the code where we may block ↵Gravatar Vijay Pai2015-09-24
| | | | | | | | | | | | | | | | | | | | | | | | for reasons other than synchronization
| * | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | | * | Add clang-format to sanityGravatar Craig Tiller2015-09-24
| | | |/ /
| | | * | MergeGravatar Craig Tiller2015-09-24
| | | | |
| | | * | Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
| | | |\ \ | | | |/ / | | |/| |
* | / | | Implement turnstile polling for WindowsGravatar Craig Tiller2015-09-24
|/ / / /
| * | | Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
| |\ \ \ | | | | | | | | | | Release 0.11 to master upmerge.
| * \ \ \ Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todosGravatar Eric Anderson2015-09-23
| |\ \ \ \ | | | | | | | | | | | | Drop issue 527 TODOs for UnaryCall interop test specification
* | | | | | Fix specific worker wakeupGravatar Craig Tiller2015-09-23
| | | | | |
* | | | | | Merge with gyp changesGravatar Craig Tiller2015-09-23
| | | | | |
* | | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-23
|\ \ \ \ \ \
| | * | | | | Fixes broken build due to misplaced importGravatar Nate Kibler2015-09-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses.
| | | * | | php: fix watchConnectivityState unit testGravatar Stanley Cheung2015-09-23
| | | | | |
| * | | | | Changed GRPCCall import to class forward declarationGravatar Nate Kibler2015-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference.