aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* C changes to avoid shadowed global declaration warnings in gcc4.4Gravatar Vijay Pai2015-09-29
|
* Merge pull request #3568 from sreecha/fix-mac-compilation-errorGravatar Vijay Pai2015-09-29
|\ | | | | Fix float to bool conversion compilation error in mac
| * Fix float to bool conversion compilation error in macGravatar sreek2015-09-29
| |
* | Merge pull request #3560 from vjpai/block_annotate_todoGravatar David Klempner2015-09-29
|\ \ | | | | | | Add some TODO comments for possible poll optimization
* | | Pass through grpc_fd pointer rather than int.Gravatar Robbie Shade2015-09-29
| |/ |/|
* | Initialize/destroy TLS members - to fix iOS buildGravatar Craig Tiller2015-09-28
| |
* | 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
| | | | * Add some TODO comments for possible poll optimizationGravatar Vijay Pai2015-09-25
| |_|_|/ |/| | |
| | | * 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 clang_formatGravatar 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
| | |
| * | 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
| | |\ | | |/ | |/|
| * | Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
| |\ \ | | | | | | | | Release 0.11 to master upmerge.
* | | | Fix specific worker wakeupGravatar Craig Tiller2015-09-23
| | | |
* | | | Merge with gyp changesGravatar Craig Tiller2015-09-23
| | | |
* | | | FD logging cleanupGravatar Craig Tiller2015-09-23
| | | |
* | | | Creds fixGravatar Craig Tiller2015-09-23
| | | |
* | | | Windows fixesGravatar Craig Tiller2015-09-23
| | | |
* | | | clang-format all core filesGravatar Craig Tiller2015-09-23
| | | |
* | | | Enable warnings as errors on WindowsGravatar Craig Tiller2015-09-23
| | | |
* | | | Merge branch 'shindig' of https://github.com/ctiller/grpc into shindigGravatar Craig Tiller2015-09-23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_client_windows.c
* | | | | Update Windows stuffGravatar Craig Tiller2015-09-23
| | | | |
| | | * | Client now swallows content-type on receiveGravatar David Garcia Quintas2015-09-22
| | | | |
| | | * | Explicitly set content-type for serversGravatar Craig Tiller2015-09-22
| | | | |
| * | | | Make zookeeper compile with execution contextsGravatar Craig Tiller2015-09-22
| | | | |
| * | | | Document exec_ctxGravatar Craig Tiller2015-09-22
| | | | |
| * | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-22
|/| | | | | |/ / / | | | | | | | | | | | | Conflicts: src/core/surface/secure_channel_create.c