aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Fixed language category for grpc_codegen_libGravatar David Garcia Quintas2016-02-19
|
* Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-02-18
|\
* | Split codegen target and made it libsGravatar David Garcia Quintas2016-02-18
| |
| * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
| |\
| | * Fix copyrightGravatar vjpai2016-02-16
| | |
* | | Fixed header dependencies and copyrightsGravatar David Garcia Quintas2016-02-16
| |/ |/|
* | Fix the arguments type for on_read and destroy callbacks to match with ↵Gravatar Bogdan Drutu2016-02-16
| | | | | | | | grpc_iomgr_cb_func
* | Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
|\ \ | | | | | | Add Census base log
| * | c99 commentsGravatar Alistair Veitch2016-02-11
| | |
| * | merge to HEADGravatar Alistair Veitch2016-02-11
| |\ \
* | \ \ Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-11
|\ \ \ \ | | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-09
| | | |\
| * | | | Rollback gpr deletionGravatar Craig Tiller2016-02-09
| | |_|/ | |/| |
| | * | Merge branch 'master' into base_logGravatar Alistair Veitch2016-02-08
| | |\ \ | | |/ / | |/| |
| * | | Reverse changes to AVL codeGravatar murgatroid992016-02-05
| | | |
| * | | Fix function pointer type in timeout_encoding_testGravatar murgatroid992016-02-05
| | | |
| | * | mergeGravatar Alistair Veitch2016-02-05
| | |\ \
| | * | | gpr_time_init() for windows testsGravatar Alistair Veitch2016-02-05
| | | | |
| * | | | Clang format and fix copyrightsGravatar murgatroid992016-02-05
| | | | |
| * | | | Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-05
|\| | |
| * | | Merge pull request #5013 from a-veitch/tag_set_to_contextGravatar Bogdan Drutu2016-02-04
| |\ \ \ | | | | | | | | | | Change all instances of census_tag_set to census_context
* | | | | SanityGravatar Craig Tiller2016-02-03
| | | | |
| * | | | Fix copyrightGravatar vjpai2016-02-03
| | | | |
* | | | | Fix race condition in transport APIGravatar Craig Tiller2016-02-03
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: Receiving trailing and initial metadata had to be published in lock-step. => If we wanted trailing metadata, we might not get initial metadata processed until messages arrived. => Compression code had no idea what codec to use. To fix it, publish initial metadata as soon as it's ready (this is a transport API change). Requires changes to grpc_call to ensure ordering in processing initial metadata and messages (one may be delayed). Exposed at least some bugs in C++ where we never read initial metadata. I expect at least one more similar bug.
* | | | Merge pull request #5032 from yang-g/two_implsGravatar Nicolas Noble2016-02-03
|\ \ \ \ | | | | | | | | | | Fix clean up logic when failing to add a secure port.
| | * \ \ mergeGravatar Alistair Veitch2016-02-03
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | add a testGravatar yang-g2016-02-02
| | | | |
| | | * | initial commitGravatar Alistair Veitch2016-02-02
| | |/ / | |/| |
| | * | post mergeGravatar Alistair Veitch2016-02-02
| | | |
| | | * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-02
| | | |\ | | |_|/ | |/| |
* | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-01
|\| | |
* | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-01
|\ \ \ \
| | * | | Move parenthesis to compileGravatar Craig Tiller2016-02-01
| | | | |
| | * | | Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchyGravatar Craig Tiller2016-02-01
| |/| | |
| * | | | Merge pull request #4934 from jboeuf/ssl_credentials_override_default_rootsGravatar Craig Tiller2016-02-01
| |\ \ \ \ | | | | | | | | | | | | Ssl credentials override default roots
* | \ \ \ \ Merge branch 'no_extern_allowed' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-01
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
| | | | | |
* | | | | | Merge branch 'no_extern_allowed' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
|\| | | | |
| * | | | | Replacing grpc_max_auth_token_lifetime by an accessor.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / / /
* / / / / Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
|/ / / /
| * | | fixing test and clang-format.Gravatar Julien Boeuf2016-01-29
| | | |
* | | | Merge pull request #4950 from ctiller/offload-racingGravatar David G. Quintas2016-01-28
|\ \ \ \ | | | | | | | | | | Preparatory changes for work shedding
| | * | | Changing the API to use a callback mechanism.Gravatar Julien Boeuf2016-01-28
| | | | | | | | | | | | | | | | | | | | This is the agreed-upon solution.
| | * | | Fixing copyright.Gravatar Julien Boeuf2016-01-28
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2016-01-28
| | |\ \ \ | | | | | | | | | | | | | | | | | | ssl_credentials_override_default_roots
| * | | | | Fix copyrightsGravatar Craig Tiller2016-01-28
| | | | | |
| * | | | | Fix windowsGravatar Craig Tiller2016-01-28
| | | | | |
| * | | | | Update copyrightsGravatar Craig Tiller2016-01-28
| | | | | |
| * | | | | Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions