aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* annotate call combinerGravatar Craig Tiller2017-10-12
|
* Add OpenBSD supportGravatar Frank Groeneveld2017-10-12
|
* Merge pull request #12980 from ctiller/ccstatGravatar Craig Tiller2017-10-12
|\ | | | | Add call combiner stats
| * Add countersGravatar Craig Tiller2017-10-12
| |
* | Track where combiners are initiated in latency tracesGravatar Craig Tiller2017-10-12
| |
| * Add call combiner statsGravatar Craig Tiller2017-10-12
|/
* Allow zero-duration polls in non-pollerGravatar Vijay Pai2017-10-11
|
* Sanity check that tests declared non-polling actually don't pollGravatar Vijay Pai2017-10-11
|
* Merge pull request #12929 from nicolasnoble/init-test-timeoutGravatar Nicolas Noble2017-10-10
|\ | | | | Fixing init-test timeout.
* \ Merge pull request #12927 from nicolasnoble/windows-cache-fixGravatar Nicolas Noble2017-10-10
|\ \ | | | | | | Properly flushing execution context cache under Windows.
| | * Fixing init-test timeout.Gravatar Nicolas Noble2017-10-10
| | |
| * | 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
| | |