aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call.c
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
|\ | | | | | | error-slice-optimization
| * Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| |\
| * | Fix use-after-free, cronet compilesGravatar Craig Tiller2017-03-15
| | |
| * | Fix use-after-freeGravatar Craig Tiller2017-03-15
| | |
| * | Auto-call-arena-sizingGravatar Craig Tiller2017-03-14
| | |
* | | Change error_create API to sliceGravatar ncteisen2017-03-13
| | |
| | * Fix cancellationGravatar Craig Tiller2017-03-13
| | |
| * | Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
| | |
| * | FixesGravatar Craig Tiller2017-03-13
| | |
* | | Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
|/ /
| * debugGravatar Craig Tiller2017-03-10
| |
| * Handle a race between cancellation of a parent call and adding a childGravatar Craig Tiller2017-03-10
| |
| * Race fixesGravatar Craig Tiller2017-03-09
| |
| * Fix barriersGravatar Craig Tiller2017-03-08
| |
| * Remove most usage of the grpc_call lockGravatar Craig Tiller2017-03-08
|/
* Eliminate cancellation if we never sent an op downGravatar Craig Tiller2017-02-28
|
* Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
|\ | | | | Add zalloc, convert a bunch of files to use it
* | When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
| | | | | | | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++.
| * Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| |\ | |/ |/|
* | Merge pull request #9650 from ctiller/call_mutexGravatar Craig Tiller2017-02-23
|\ \ | | | | | | Make batch allocation lock-free
* | | Fix race in call.cGravatar Craig Tiller2017-02-22
| | |
| | * Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-17
| | |\ | |_|/ |/| |
* | | Use special errors where appropriate in call cancellation: avoids many ↵Gravatar Craig Tiller2017-02-16
| | | | | | | | | | | | allocations in a semi-common case
| | * Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |/ |/|
| * Fix grpclbGravatar Craig Tiller2017-02-09
| |
| * Merge branch 'call_mutex' of github.com:ctiller/grpc into call_mutexGravatar Craig Tiller2017-02-09
| |\
| * | Add double-allocation protectionGravatar Craig Tiller2017-02-09
| | |
| | * Compiler compatibilityGravatar Craig Tiller2017-02-08
| |/
| * Fix allocation bugGravatar Craig Tiller2017-02-08
| |
| * Begin removing used_batches from call, allowing the removal of a set of ↵Gravatar Craig Tiller2017-02-08
|/ | | | mutex acquisitions
* Merge pull request #9631 from ctiller/no_no_errorGravatar Craig Tiller2017-02-07
|\ | | | | Save allocating a grpc_error if there is no error
| * Save allocating a grpc_error if there is no errorGravatar Craig Tiller2017-02-07
| |
* | Fix memory leak when re-attempting send_status after it failedGravatar Craig Tiller2017-02-06
|/
* Merge pull request #9529 from ctiller/raceyGravatar Craig Tiller2017-02-01
|\ | | | | Fix race detected by TSAN
* | Fix conditionalGravatar Craig Tiller2017-02-01
| |
* | Fix fuzzing detected crashGravatar Craig Tiller2017-02-01
| |
* | Dont crash on API errorsGravatar Craig Tiller2017-02-01
| |
| * Refine error selection rulesGravatar Craig Tiller2017-01-31
| |
| * Fix race detected by TSANGravatar Craig Tiller2017-01-31
|/
* Add commentGravatar Craig Tiller2017-01-27
|
* Fix error handlingGravatar Craig Tiller2017-01-26
|
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
|\
| * clang-formatGravatar Mark D. Roth2017-01-25
| |
| * Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-25
| |
* | Memory fixesGravatar Craig Tiller2017-01-23
| |
| * Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|/
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Better error messages for bad metadataGravatar Craig Tiller2017-01-10
|
* Fix async_end2end_testGravatar Craig Tiller2017-01-10
|
* Add missing castGravatar Craig Tiller2017-01-09
|