aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/http/client
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.
* 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
* Rectify the condition and add a testGravatar Yash Tibrewal2018-09-04
|
* Modify existing error child manipulationGravatar Yash Tibrewal2018-08-21
|
* 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
|
* Move recv_trailing_metadata into its own callback. Don't useGravatar Mark D. Roth2018-06-08
| | | | on_complete for recv_ops.
* Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
|
* 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
|\|
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | 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
* More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
|
* Fix asan and tsan failures.Gravatar Mark D. Roth2017-09-01
|
* 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
|
* Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-07-26
| | | | | | | | | | | | | | | | | | | | - Add shutdown() method (to be used in forthcoming call combiner code). - Use a vtable instead of storing method pointers in each instance. - Check all callers of pull() to make sure that they are properly handling errors. - Clarify ownership rules and attempt to adhere to them. - Added a new grpc_caching_byte_stream implementation, which is used in http_client_filter to avoid having to read the whole send_message byte stream before passing control down the stack. (This class may also be used in the retry code I'm working on separately.) - As part of this, did a major rewrite of http_client_filter, which made the code more readable and fixed a number of potential bugs. Note that some of this code is hard to test right now, due to the fact that the send_message byte stream is always a slice_buffer stream, for which next() is always synchronous and no destruction is needed. However, some future work (specifically, my call combiner work and Craig's incremental send work) will start leveraging this.
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge github.com:grpc/grpc into framing_costsGravatar Craig Tiller2017-04-17
|\
| * Merge pull request #10664 from dgquintas/http_filter_slicesGravatar David G. Quintas2017-04-14
| |\ | | | | | | Fix handling of slice in http_client_filter
| * \ Merge pull request #10626 from grpc/revert-10619-revert-9626-lazy-deframeGravatar Muxi Yan2017-04-14
| |\ \ | | | | | | | | Revert "Revert "Implement lazy deframe""
| | | * Fix handling of slice in http_client_filterGravatar David Garcia Quintas2017-04-14
| | |/ | |/|
* / | Merge github.com:grpc/grpc into framing_costsGravatar Craig Tiller2017-04-14
|/ /
* | Merge branch 'caching_uri' of https://github.com/makdharma/grpc into ↵Gravatar Makarand Dharmapurikar2017-04-14
| | | | | | | | makdharma-caching_uri
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-04-14
|/ | | | revert-10619-revert-9626-lazy-deframe
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-13
|
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-12
|
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-12
|
* Fix sanityGravatar Craig Tiller2017-04-05
|