aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Merge pull request #12927 from nicolasnoble/windows-cache-fixGravatar Nicolas Noble2017-10-10
|\ | | | | Properly flushing execution context cache under Windows.
| * Properly flushing execution context cache under Windows.Gravatar Nicolas Noble2017-10-10
| |
* | Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
|/
* Add grpc_posix.h header for grpc_use_signal declarationGravatar Yash Tibrewal2017-10-08
|
* Adding PR #12879 changesGravatar Yash Tibrewal2017-10-06
|
* Import fixesGravatar Craig Tiller2017-10-06
|
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-06
|\
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\|
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\ \
| | * Merge branch 'master' into externCGravatar Yash Tibrewal2017-10-03
| | |\ | | |/ | |/|
* | | FixesGravatar Craig Tiller2017-10-03
| | |
* | | Fix UV compilationGravatar Craig Tiller2017-10-03
| | |
* | | Fix UV compilationGravatar Craig Tiller2017-10-03
| | |
| * | Merge pull request #12733 from ↵Gravatar Michael Lumish2017-10-03
| |\ \ | | | | | | | | | | | | | | | | vosst/increase-reference-count-for-tcp-connect-state Increase reference count on state used in tcp connect.
| | | * Rebasing on master for easier merging and testingGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Trying ken's fix for windows pythonGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Reverting socket_utils_windows.c till a fix for inet_ntop is found. Trying ↵Gravatar Yash Tibrewal2017-10-02
| | | | | | | | | | | | | | | | BUILD changes
| | | * Trying another fix for windows pythonGravatar Yash Tibrewal2017-10-02
| | | |
| | | * poll.h not found, unresolved external dependencies issuesGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Windows build errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Windows definition/declaration bugsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * some build changes, some unresolved dependenciesGravatar Yash Tibrewal2017-10-02
| | | |
| | | * More build errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Removing more build errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Removing few more build errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * ClangGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Some more build errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * clang formatGravatar Yash Tibrewal2017-10-02
| | | |
| | | * More uv errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Some more extern CGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Removing more build errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Running generate_projects.sh and solving some uv build errorsGravatar Yash Tibrewal2017-10-02
| | | |
| | | * pointer conversion for libuv build. gen_stats_data.py to generate .ccGravatar Yash Tibrewal2017-10-02
| | | |
| | | * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | | | | | | | | | | | | | Also converting to .cc
| | | * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | |
| | | * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | |
| | | * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | |/ | |/|
* | | FixesGravatar Craig Tiller2017-10-02
| | |
* | | FixesGravatar Craig Tiller2017-10-02
| | |
* | | Merge branch 'flowctlN' into flowctl+millisGravatar Craig Tiller2017-10-02
|\ \ \
| | | * Fix up whitespaceGravatar Thomas Voß2017-09-30
| | | |
* | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #12663 from sreecha/debug-timersGravatar Sree Kuchibhotla2017-09-29
| |\ \ \ | | | | | | | | | | Add a hash table in timer code (in debug builds only) to detect duplicate timers
| * \ \ \ Merge pull request #12759 from kpayson64/no_more_xpGravatar kpayson642017-09-28
| |\ \ \ \ | | | | | | | | | | | | Specify min windows version as Vista for Python
| | * | | | Specify min windows version as Vista for PythonGravatar Ken Payson2017-09-28
| | | | | |
| | | | | * Increase reference count on state used in tcp connect.Gravatar Thomas Voß2017-09-27
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The state is used both in the callback for the actual connect as well as in the additional timeout that is setup for the operation. Both code paths decrease the reference count and if they happen to be queued at the same time, memory is corrupted. Subsequent behavior is undefined and segfaults can be observed as a result. Fixes #12608
| * | | | Revert "General executor speedups, introspection"Gravatar Craig Tiller2017-09-26
| |/ / /
* | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-22
|\| | |
| | * | delete obsolete codeGravatar Sree Kuchibhotla2017-09-21
| | | |
| | * | Review feedbackGravatar Sree Kuchibhotla2017-09-21
| | | |