Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | | | | | | * | | Git ignore XCode derived files across the repo | Jorge Canizales | 2015-10-12 | |
| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | Polishing of C# auth API | Jan Tattermusch | 2015-10-12 | |
| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | Added some more tests to increase coverage | murgatroid99 | 2015-10-12 | |
| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | Refactored some C++ code to improve code reuse | murgatroid99 | 2015-10-12 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Some changes required to make C++ code generator plugin work fine for | Vijay Pai | 2015-10-12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | external code compiled under gcc-4.4 : eliminate use of nullptr, primarily. | |||
* | | | | | | | | | | | | | | Merge pull request #3788 from dgquintas/one_less_lock | Craig Tiller | 2015-10-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid lock/unlock for common client channel pick. | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3688 from murgatroid99/run_tests_tracing_fix | Michael Lumish | 2015-10-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used the proper GRPC_TRACE value in run_tests.py | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3804 from vjpai/gcc44_issues | Craig Tiller | 2015-10-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | Stop using atm operations on fd->shutdown | |||
* | | | | | | | | | | | | | | | | Merge pull request #3785 from jboeuf/boringssl_type_issues | Nicolas Noble | 2015-10-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing warnings when using boringssl. | |||
| | | | | | | * | | | | | | | | | | Add some tests to increase coverage, fix some failures | murgatroid99 | 2015-10-12 | |
| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | Stop using atm operations on fd->shutdown since that is already used | Vijay Pai | 2015-10-12 | |
| | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | within fd->mu anyway (and is not the right size for atm in some cases) | |||
* | | | | | | | | | | | | | | | | Merge pull request #3790 from stanley-cheung/php_validate_metadata_keys | Michael Lumish | 2015-10-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | PHP: validate and normalize metadata keys | |||
| * | | | | | | | | | | | | | | | fixed comment | Stanley Cheung | 2015-10-12 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | Fix race conditions | Craig Tiller | 2015-10-10 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | Make getting metadata user data a lock free operation | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | Make metadata unref atomic | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to need to lock the metadata context to unref an mdelem. This change makes it possible to lock only when the mdelem refcount would reach zero. | |||
| | | | | | | | | * | | | | | | | Merge branch 'latent-see' into try-this-simple-trick-to-double-performance | Craig Tiller | 2015-10-09 | |
| | | | | | | | | |\ \ \ \ \ \ \ | | | | | | |_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | | Merge branch 'latent-see' into cache-accept-enc | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | |\ \ \ \ \ | | | | | | |_|_|_|_|_|/ / / / / | | | | | |/| | | | | | | | | | | ||||
| | | | | * | | | | | | | | | | | Merge github.com:grpc/grpc into latent-see | Craig Tiller | 2015-10-09 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | Merge branch 'latent-see' into latent-more-see | Craig Tiller | 2015-10-09 | |
| | | | | | | | | |\ \ \ \ \ \ \ | | | | | | |_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge pull request #3760 from murgatroid99/node_unified_installation_failure | Jan Tattermusch | 2015-10-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue with Node installation | |||
| | | | | | * | | | | | | | | | | | Fix asan compile error | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | php: validate and normalize metadata keys | Stanley Cheung | 2015-10-09 | |
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | | | Move profiling system to gpr | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | | Avoid lock/unlock for common client channel pick. | David Garcia Quintas | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge pull request #3746 from murgatroid99/node_interop_compliance | Jan Tattermusch | 2015-10-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made node interop tests maximally compliant with the spec | |||
| | | | | | | | | | * | | | | | | | Set current worker for longer | Craig Tiller | 2015-10-09 | |
| | | | | | | |_|_|/ / / / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ==> Less self kicking ==> Double performance for sync_unary_ping_pong_test on my machine | |||
| | | | | | * | | | | | | | | | | More markup | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | | More markup | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | Removing warnings when using boringssl. | Julien Boeuf | 2015-10-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boringssl and openssl do not have the same method signatures (integer types differ). | |||
* | | | | | | | | | | | | | | | | Merge pull request #3751 from jboeuf/fix_3680 | Yang Gao | 2015-10-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Fixing #3680 | |||
| | | | | | | | | | | * | | | | | Enable cache for encodings accepted by peer | Craig Tiller | 2015-10-09 | |
| | | | | | | |_|_|_|/ / / / / | | | | | | |/| | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge pull request #3701 from yang-g/unreachable | Craig Tiller | 2015-10-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark unreachable code with a macro | |||
| | | | | | | * | | | | | | | | | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | Revert "Added interval_us delay in Node interop server" | murgatroid99 | 2015-10-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd. | |||
| | | * | | | | | | | | | | | | | Fixed some issues with the tests | murgatroid99 | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | | Fixed some issues with the Node tests | murgatroid99 | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | php: call writesDone in interop test | Stanley Cheung | 2015-10-09 | |
| | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | php: implement empty_stream interop test | Stanley Cheung | 2015-10-09 | |
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | Fix a couple of issues with the node interop client | murgatroid99 | 2015-10-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes how the node interop client handles authentication failure and how it checks the service account email responses. | |||
| | | * | | | | | | | | | | | | Merge branch 'master' into node_interop_compliance | murgatroid99 | 2015-10-09 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge pull request #3692 from dgquintas/inspector_fail | Sree Kuchibhotla | 2015-10-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed unprotected access to call field | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3691 from sreecha/fix_compression | David G. Quintas | 2015-10-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | Fix incorrect assert | |||
| | | | | | | | * | | | | | | | | more markers | Craig Tiller | 2015-10-08 | |
| | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | add another return in case the macro is not defined and the compiler ↵ | yang-g | 2015-10-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complains about no return statement | |||
| | | | | | | | * | | | | | | | | Remove unnecessary include | Craig Tiller | 2015-10-08 | |
| | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Hid test-only functions from surface/call.h | David Garcia Quintas | 2015-10-08 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | Merge github.com:grpc/grpc into latent-see | Craig Tiller | 2015-10-08 | |
| | | | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | merge and resolve conflicts | yang-g | 2015-10-08 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-08 | |
| | | | | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |