aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/max_age
Commit message (Collapse)AuthorAge
* Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|
* Reviewer feedbackGravatar ncteisen2018-06-13
|
* Merge pull request #14525 from grpc/v1.10.xGravatar Mehrdad Afshari2018-02-26
|\ | | | | Upmerge 1.10.x into master
| * Cancel max idle timer when shutting down the server channelGravatar Yuchen Zeng2018-02-26
| |
* | Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|/
* Manually fix build issueGravatar Noah Eisen2018-02-09
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Change if to switch, add more descriptionsGravatar Yuchen Zeng2018-01-22
|
* Fix merge issuesGravatar Yuchen Zeng2018-01-22
|
* Document idle_state transistionsGravatar Yuchen Zeng2018-01-22
|
* Fix asan issuesGravatar Yuchen Zeng2018-01-22
|
* Try again when idle_state is unexpectedGravatar Yuchen Zeng2018-01-22
|
* Add necessary retries for atomic state changesGravatar Yuchen Zeng2018-01-22
|
* Wrap duplicated-name definitions in anonymous namespaceGravatar Vijay Pai2018-01-02
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
* \ Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
|\ \
| | * Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
| |/|
| * | Add missing semicolonsGravatar ncteisen2017-11-29
| | |
| | * clang fmtGravatar ncteisen2017-11-17
| | |
| | * Remove all extern CGravatar ncteisen2017-11-17
| |/
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * s/NULL/nullptrGravatar Craig Tiller2017-11-10
| |
* | 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.
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Removing few more build errorsGravatar Yash Tibrewal2017-10-02
| |
| * Trying a python and windows build fixGravatar Yash Tibrewal2017-10-02
| |
| * Some more extern CGravatar 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
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-18
|\|
| * Enable filter if either AGE or IDLE is specified; don't require both.Gravatar Vijay Pai2017-09-13
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-07
|\|
| * Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| |\ | | | | | | Second attempt at call combiner PR
| * | More edits for C to CCGravatar Yash Tibrewal2017-09-06
| | |
| * | Modifying a few filesGravatar Yash Tibrewal2017-09-06
| | |
| | * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| |/ | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
| * Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Implement call combiner.Gravatar Mark D. Roth2017-08-25
| |
* | Fix overflowGravatar Craig Tiller2017-07-20
| |
* | CastingGravatar Craig Tiller2017-07-19
| |
* | Review feedbackGravatar Craig Tiller2017-07-19
| |
* | Compiling againGravatar Craig Tiller2017-07-17
|/
* C++ compatibility fixesGravatar Craig Tiller2017-07-11
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|