aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
Commit message (Expand)AuthorAge
* Merge pull request #9650 from ctiller/call_mutexGravatar Craig Tiller2017-02-23
|\
* \ Merge pull request #9662 from ctiller/c3+rGravatar Craig Tiller2017-02-23
|\ \
* \ \ Merge pull request #9794 from eduherminio/masterGravatar Craig Tiller2017-02-22
|\ \ \
| | * | Fix race in call.cGravatar Craig Tiller2017-02-22
| * | | Correct formattingGravatar Eduardo Caceres2017-02-21
| * | | fix compile errorGravatar Eduardo Cáceres de la Calle2017-02-20
| |/ /
* | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-17
|\| |
| * | Merge pull request #9754 from ctiller/call_cancelGravatar Craig Tiller2017-02-17
| |\ \
| | * | Use special errors where appropriate in call cancellation: avoids many alloca...Gravatar Craig Tiller2017-02-16
| * | | Merge pull request #9648 from dgquintas/lr_sans_mdGravatar David G. Quintas2017-02-16
| |\ \ \
* | | | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-16
|\| | | |
| * | | | Merge pull request #9643 from ctiller/authority_allocationGravatar Craig Tiller2017-02-15
| |\ \ \ \
* | | | | | Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
| |_|_|/ / |/| | | |
| | | * | commentsGravatar David Garcia Quintas2017-02-15
| |_|/ / |/| | |
| * | | Eliminate CQ freelistGravatar Craig Tiller2017-02-09
|/ / /
| | * 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
| |/ |/|
| * Signal that authority can be compressed in hpack: saves 1 allocation/rpcGravatar Craig Tiller2017-02-08
|/
* Merge pull request #9631 from ctiller/no_no_errorGravatar Craig Tiller2017-02-07
|\
* \ Merge pull request #9194 from dgquintas/lb_secure_naming_3Gravatar David G. Quintas2017-02-07
|\ \
| * | Secure naming support for gRPCLBGravatar David Garcia Quintas2017-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 github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
|\
| * 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
| * | Merge pull request #9513 from ctiller/version3Gravatar Craig Tiller2017-02-01
| |\ \
* | | | Merge github.com:grpc/grpc into bwestGravatar 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
| | |/ | |/|
| | * Bump master version numbersGravatar Craig Tiller2017-01-30
| |/
* | Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
|\|
* | Bug fixes, tracing for bdp estimationGravatar Craig Tiller2017-01-27
| * 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
|/
* Add a mechanism for tagging threads that might be owned byGravatar Craig Tiller2017-01-12
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
* Fix metadata validationGravatar Craig Tiller2017-01-10