aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/message_size
Commit message (Collapse)AuthorAge
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
| | | | | | | Callers are updated to properly initialize the memory. This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY environment variable.
* Add commentGravatar Yash Tibrewal2018-09-21
|
* Set seen_recv_trailing_metadata to falseGravatar Yash Tibrewal2018-09-20
|
* Reviewer commentsGravatar Yash Tibrewal2018-09-17
|
* Reviewer commentsGravatar Yash Tibrewal2018-09-14
|
* Also initialize closures againGravatar Yash Tibrewal2018-09-07
|
* Be cautious and wait for possible error causing callbacks before we treat ↵Gravatar Yash Tibrewal2018-09-07
| | | | trailing metadata
* Reviewer commentGravatar Yash Tibrewal2018-08-21
|
* Modify existing error child manipulationGravatar Yash Tibrewal2018-08-21
|
* PR Feedback ChangesGravatar kpayson642018-07-27
|
* Revert "Roll back filter changes"Gravatar kpayson642018-07-25
| | | | This reverts commit a9e27ae2c4138d2bd8f9c49d999ac3adb5baabea.
* Roll back filter changesGravatar kpayson642018-06-26
|
* ChangesGravatar kpayson642018-06-22
|
* ChangesGravatar kpayson642018-06-21
|
* Merge remote-tracking branch 'upstream/master' into trailing_metadata_statusGravatar kpayson642018-06-08
|\
* | Simplify call error/status aggregationGravatar kpayson642018-06-08
|/
* Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
|
* Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Use grpc_channel_arg_get_string when appropriateGravatar ncteisen2018-02-14
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* 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
|\
| * clang fmtGravatar ncteisen2017-11-17
| |
| * Remove all extern CGravatar ncteisen2017-11-17
| |
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
| * s/NULL/nullptrGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Fix a bunch of dumb service config parsing bugs.Gravatar Mark D. Roth2017-10-26
| |
* | 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.
* 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
* 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
|
* Implement call combiner.Gravatar Mark D. Roth2017-08-25
|
* C++ compatibility fixesGravatar Craig Tiller2017-07-11
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge pull request #10742 from markdroth/hash_tableGravatar Mark D. Roth2017-04-21
|\ | | | | Change slice_hash_table to use linear probing and add unit test.
* | Fix error refcount bugGravatar Noah Eisen2017-04-20
| |
| * Simplify hash table API: remove per-entry vtable and take ownership ofGravatar Mark D. Roth2017-04-19
|/ | | | keys and values.
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-13
|
* Allow unlimited size messagesGravatar Craig Tiller2017-04-11
|
* cleanup options parsingGravatar Craig Tiller2017-04-06
|
* -1 --> unlimitedGravatar Craig Tiller2017-04-06
|
* Cleanup filter selectionGravatar Craig Tiller2017-04-06
|