Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Invoke LoadTest setup | vjpai | 2015-06-03 |
| | |||
* | Merge branch 'master' into poisson | vjpai | 2015-06-03 |
|\ | |||
| * | Merge pull request #1886 from dgquintas/run_tests_shuffling | Craig Tiller | 2015-06-03 |
| |\ | | | | | | | Improvements to the way we randomize test runs. | ||
| | * | Improvements to the way we randomize test runs. | David Garcia Quintas | 2015-06-02 |
| | | | |||
| * | | Merge pull request #1866 from dgquintas/stack-allocate-bb-reader | Craig Tiller | 2015-06-02 |
| |\ \ | | | | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}. | ||
| * \ \ | Merge pull request #1827 from madongfly/creds_test | donnadionne | 2015-06-02 |
| |\ \ \ | | |_|/ | |/| | | Enable service_account_creds test and compute_engine_creds for gRpc-java. | ||
| * | | | Merge pull request #1880 from jtattermusch/csharp_bump_version | Nicolas Noble | 2015-06-02 |
| |\ \ \ | | | | | | | | | | | Bump C# package versions | ||
| * \ \ \ | Merge pull request #1871 from ↵ | Jan Tattermusch | 2015-06-02 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_corrects_the_cancel_after_first_response_test Corrects the cancel_after_first_response test | ||
| * \ \ \ \ | Merge pull request #1859 from nicolasnoble/no-pollution-from-global-grpc | Masood Malekghassemi | 2015-06-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Avoid polluting our compilation with previously installed grpc. | ||
| | | | * | | | bump C# package versions | Jan Tattermusch | 2015-06-02 |
| | | | | | | | |||
| * | | | | | | Merge pull request #1876 from jcanizales/prepare-podspec | Michael Lumish | 2015-06-02 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | Fix version number of gRPC.podspec | ||
| * | | | | | | Merge pull request #1872 from jcanizales/fix-metadata-propagation | Michael Lumish | 2015-06-02 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix NSDictionary <-> metadata codec | ||
| * \ \ \ \ \ \ | Merge pull request #1874 from dgquintas/server_context_leak | Craig Tiller | 2015-06-02 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed memory leak in server_async | ||
| | | | * | | | | | Fix version number of gRPC.podspec | Jorge Canizales | 2015-06-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | And solves a few linter issues that prevent it from being submitted to Cocoapods' repo. | ||
| | | * | | | | | | Disallow NSString headers with -bin suffix | Jorge Canizales | 2015-06-02 |
| | | | | | | | | | |||
| | | | | | | | * | Reintroduced grpc_byte_buffer_reader_destroy. | David Garcia Quintas | 2015-06-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a no-op for the time being. | ||
| | | | | * | | | | Avoid polluting our compilation with previously installed grpc. | Nicolas "Pixel" Noble | 2015-06-02 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #1870 from nicolasnoble/we-are-not-linking-libdl-properly | David G. Quintas | 2015-06-02 |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | Swapping the library order so that anything that openssl requires is properly tagged afterward. | ||
* | | | | | | | | | Support use of high_res clock in timepoints | vjpai | 2015-06-02 |
| | | | | | | | | | |||
| | | * | | | | | | Fixed memory leak in server_async | David Garcia Quintas | 2015-06-02 |
| | | | | | | | | | |||
| | | | * | | | | | Fix NSDictionary <-> metadata codec | Jorge Canizales | 2015-06-02 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #1856 from ctiller/count-the-things | Nicolas Noble | 2015-06-02 |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Label all iomgr objects | ||
| | | | | | * | | | Corrects the cancel_after_first_response test | Tim Emiola | 2015-06-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - stops attempting to verify by catching the CancelledError - instead the test examines the operation state after cancellation, which is equally valid and more stable. Also - simplifies bidi on the server | ||
| | | * | | | | | | Swapping the library order so that anything that openssl requires is ↵ | Nicolas "Pixel" Noble | 2015-06-02 |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | properly tagged afterward. | ||
| | * | | | | | | Fix Windows compilation | Craig Tiller | 2015-06-02 |
| | | | | | | | | |||
* | | | | | | | | Fix timer issues | vjpai | 2015-06-02 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #1864 from ctiller/cq-says-what | Jan Tattermusch | 2015-06-02 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | Add a completion queue test | ||
| * | | | | | | | Merge pull request #1860 from jtattermusch/csharp_runtest_windows | Nicolas Noble | 2015-06-01 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | run_tests.py support for C# on windows | ||
| | | | | | | | * | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
| * | | | | | | | | Merge pull request #1865 from ctiller/sometimes-we-want-to-be-finite | David G. Quintas | 2015-06-01 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix bug with finite runs per test | ||
| | * | | | | | | | | Fix bug with finite runs per test | Craig Tiller | 2015-06-01 |
| |/ / / / / / / / | |||
| | | | * | | | | | Merge github.com:grpc/grpc into count-the-things | Craig Tiller | 2015-06-01 |
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c | ||
| * | | | | | | | | Merge pull request #1857 from yang-g/test | Craig Tiller | 2015-06-01 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Various minor fixes | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #1862 from nicolasnoble/fixing-tools | Craig Tiller | 2015-06-01 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | Fixing tools compilation. | ||
| | | | | * | | | | | Extend the test case | Craig Tiller | 2015-06-01 |
| | | | | | | | | | | |||
| | | | | * | | | | | Add a completion queue test | Craig Tiller | 2015-06-01 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create completion queue - call shutdown - call next | ||
| * | | | | | | | | Merge pull request #1758 from dgquintas/iomgr_managed_cbs | Craig Tiller | 2015-06-01 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Revamped iomgr's callback mechanism | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #1818 from a-veitch/internal_api | Hongyu Chen | 2015-06-01 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Initial Census refactoring and context integration | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #1861 from donnadionne/window | Jan Tattermusch | 2015-06-01 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Adding csharp_dotnet into interop tests | ||
| | | | | * | | | | | | | Fixing tools compilation. | Nicolas "Pixel" Noble | 2015-06-02 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | Adding csharp_dotnet into interop tests | Donna Dionne | 2015-06-01 |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the binaries are built manually which will be automatd in the future. | ||
| * | | | | | | | | | | Merge pull request #1858 from donnadionne/window | Jan Tattermusch | 2015-06-01 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | Adding csharp_dotnet into cloud suite of tests | ||
| | | | | | * | | | | | run_tests.py support for C# on windows | Jan Tattermusch | 2015-06-01 |
| | | | | | | |_|/ / | | | | | | |/| | | | |||
| * | | | | | | | | | Merge pull request #1828 from ↵ | Yang Gao | 2015-06-01 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance Fix the display of total slowdown | ||
| | | * | | | | | | | Adding csharp_dotnet into cloud suite of tests | Donna Dionne | 2015-06-01 |
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Currently the build is manual but will be automated over time | ||
| | | * | | | | | | change census_context_deserialize signature | Alistair Veitch | 2015-06-01 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #1558 from soltanmm/extension | Nathaniel Manista | 2015-06-01 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | Overhaul Python C layer. | ||
| | | | | | * | | | Various minor fixes | Yang Gao | 2015-06-01 |
| | | | | | | | | | |||
| | | | | | | * | | Label all iomgr objects | Craig Tiller | 2015-06-01 |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring. | ||
| | | | * | | | | merge with master | Alistair Veitch | 2015-06-01 |
| | | | |\ \ \ \ |