aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call.c
Commit message (Expand)AuthorAge
...
| * | | | Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
| |/ / /
| | * | debugGravatar Craig Tiller2017-03-10
| | | * Fix pointersGravatar Craig Tiller2017-03-10
| | | * Merge github.com:grpc/grpc into new_transport_opGravatar 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
| |/ /
* | | Fix a bug in receiving_slice_readyGravatar Muxi Yan2017-03-07
* | | Lazy deframe pass cronet end2end testsGravatar Muxi Yan2017-03-02
* | | Change stream interface for methodGravatar Muxi Yan2017-03-02
| | * Get a few files compiling with new transport opsGravatar Craig Tiller2017-03-02
| | * Start converting stream ops to a control + payload... since the bulky payload...Gravatar Craig Tiller2017-03-01
| |/ |/|
| * Eliminate cancellation if we never sent an op downGravatar Craig Tiller2017-02-28
|/
* Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
|\
* | When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
| * Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| |\ | |/ |/|
* | Merge pull request #9650 from ctiller/call_mutexGravatar Craig Tiller2017-02-23
|\ \
* | | 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 alloca...Gravatar Craig Tiller2017-02-16
| | * 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 mutex...Gravatar Craig Tiller2017-02-08
|/
* Merge pull request #9631 from ctiller/no_no_errorGravatar Craig Tiller2017-02-07
|\
| * 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 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
* Fixes for choosing errorsGravatar Craig Tiller2017-01-09
* Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\