aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #1886 from dgquintas/run_tests_shufflingGravatar Craig Tiller2015-06-03
|\ | | | | Improvements to the way we randomize test runs.
| * Improvements to the way we randomize test runs.Gravatar David Garcia Quintas2015-06-02
| |
* | Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
|\ \ | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
* \ \ Merge pull request #1827 from madongfly/creds_testGravatar donnadionne2015-06-02
|\ \ \ | |_|/ |/| | Enable service_account_creds test and compute_engine_creds for gRpc-java.
* | | Merge pull request #1880 from jtattermusch/csharp_bump_versionGravatar Nicolas Noble2015-06-02
|\ \ \ | | | | | | | | Bump C# package versions
* \ \ \ Merge pull request #1871 from ↵Gravatar Jan Tattermusch2015-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-grpcGravatar Masood Malekghassemi2015-06-02
|\ \ \ \ \ | | | | | | | | | | | | Avoid polluting our compilation with previously installed grpc.
| | | * | | bump C# package versionsGravatar Jan Tattermusch2015-06-02
| | | | | |
* | | | | | Merge pull request #1876 from jcanizales/prepare-podspecGravatar Michael Lumish2015-06-02
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix version number of gRPC.podspec
* | | | | | Merge pull request #1872 from jcanizales/fix-metadata-propagationGravatar Michael Lumish2015-06-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix NSDictionary <-> metadata codec
* \ \ \ \ \ \ Merge pull request #1874 from dgquintas/server_context_leakGravatar Craig Tiller2015-06-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed memory leak in server_async
| | | * | | | | Fix version number of gRPC.podspecGravatar Jorge Canizales2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | And solves a few linter issues that prevent it from being submitted to Cocoapods' repo.
| | * | | | | | Disallow NSString headers with -bin suffixGravatar Jorge Canizales2015-06-02
| | | | | | | |
| | | | | | | * Reintroduced grpc_byte_buffer_reader_destroy.Gravatar David Garcia Quintas2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a no-op for the time being.
| | | | * | | | Avoid polluting our compilation with previously installed grpc.Gravatar Nicolas "Pixel" Noble2015-06-02
| | | | | | | |
* | | | | | | | Merge pull request #1870 from nicolasnoble/we-are-not-linking-libdl-properlyGravatar David G. Quintas2015-06-02
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Swapping the library order so that anything that openssl requires is properly tagged afterward.
| | * | | | | | Fixed memory leak in server_asyncGravatar David Garcia Quintas2015-06-02
| | | | | | | |
| | | * | | | | Fix NSDictionary <-> metadata codecGravatar Jorge Canizales2015-06-02
| | | | | | | |
* | | | | | | | Merge pull request #1856 from ctiller/count-the-thingsGravatar Nicolas Noble2015-06-02
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Label all iomgr objects
| | | | | * | | Corrects the cancel_after_first_response testGravatar Tim Emiola2015-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 ↵Gravatar Nicolas "Pixel" Noble2015-06-02
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | properly tagged afterward.
| * | | | | | Fix Windows compilationGravatar Craig Tiller2015-06-02
| | | | | | |
* | | | | | | Merge pull request #1864 from ctiller/cq-says-whatGravatar Jan Tattermusch2015-06-02
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Add a completion queue test
* | | | | | | Merge pull request #1860 from jtattermusch/csharp_runtest_windowsGravatar Nicolas Noble2015-06-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | run_tests.py support for C# on windows
| | | | | | | * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-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-finiteGravatar David G. Quintas2015-06-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix bug with finite runs per test
| * | | | | | | | Fix bug with finite runs per testGravatar Craig Tiller2015-06-01
|/ / / / / / / /
| | | * | | | | Merge github.com:grpc/grpc into count-the-thingsGravatar Craig Tiller2015-06-01
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c
* | | | | | | | Merge pull request #1857 from yang-g/testGravatar Craig Tiller2015-06-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Various minor fixes
* \ \ \ \ \ \ \ \ Merge pull request #1862 from nicolasnoble/fixing-toolsGravatar Craig Tiller2015-06-01
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Fixing tools compilation.
| | | | * | | | | Extend the test caseGravatar Craig Tiller2015-06-01
| | | | | | | | |
| | | | * | | | | Add a completion queue testGravatar Craig Tiller2015-06-01
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create completion queue - call shutdown - call next
* | | | | | | | Merge pull request #1758 from dgquintas/iomgr_managed_cbsGravatar Craig Tiller2015-06-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revamped iomgr's callback mechanism
* \ \ \ \ \ \ \ \ Merge pull request #1818 from a-veitch/internal_apiGravatar Hongyu Chen2015-06-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Initial Census refactoring and context integration
* \ \ \ \ \ \ \ \ \ Merge pull request #1861 from donnadionne/windowGravatar Jan Tattermusch2015-06-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adding csharp_dotnet into interop tests
| | | | * | | | | | | Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
| | | | | | | | | | |
| * | | | | | | | | | Adding csharp_dotnet into interop testsGravatar Donna Dionne2015-06-01
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the binaries are built manually which will be automatd in the future.
* | | | | | | | | | Merge pull request #1858 from donnadionne/windowGravatar Jan Tattermusch2015-06-01
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Adding csharp_dotnet into cloud suite of tests
| | | | | * | | | | run_tests.py support for C# on windowsGravatar Jan Tattermusch2015-06-01
| | | | | | |_|/ / | | | | | |/| | |
* | | | | | | | | Merge pull request #1828 from ↵Gravatar Yang Gao2015-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 testsGravatar Donna Dionne2015-06-01
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Currently the build is manual but will be automated over time
| | * | | | | | change census_context_deserialize signatureGravatar Alistair Veitch2015-06-01
| | | | | | | |
* | | | | | | | Merge pull request #1558 from soltanmm/extensionGravatar Nathaniel Manista2015-06-01
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Overhaul Python C layer.
| | | | | * | | Various minor fixesGravatar Yang Gao2015-06-01
| | | | | | | |
| | | | | | * | Label all iomgr objectsGravatar Craig Tiller2015-06-01
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring.
| | | * | | | merge with masterGravatar Alistair Veitch2015-06-01
| | | |\ \ \ \
| | | | | * | | Implemented cb handling without the need for "managed closures".Gravatar David Garcia Quintas2015-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The concept of managed closure is officially extinct.
* | | | | | | | Merge pull request #1846 from dgquintas/infinity_takes_foreverGravatar Craig Tiller2015-06-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added "inf" as a valid option to run_test.py's -n flag.
| * | | | | | | | Addressed comments: fixed memory leak introduced by changes.Gravatar David Garcia Quintas2015-06-01
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into infinity_takes_foreverGravatar David Garcia Quintas2015-06-01
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |