aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | | | | * | fixed compilation errors on windows code.Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | |
| | | | | | | | * | Comments addressed.Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | |
| | | | | | | | * | Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call, channel, server, child_channel
| | | | | * | | | Delete RemoteProtoTests from sample appGravatar Jorge Canizales2015-05-30
| | | | | | | | |
| | | | | * | | | Add RemoteProtoTests as InteropTests to tests projectGravatar Jorge Canizales2015-05-30
| | | | | | | | |
| | | | | * | | | Add RemoteTestClient to tests' PodfileGravatar Jorge Canizales2015-05-30
| | | | | | | | |
| | | | | * | | | Point Podfile of sample app to new RemoteTestsClient locationGravatar Jorge Canizales2015-05-30
| | | | | | | | |
| | | | | * | | | Move RemoteTestClient files to /objective-cGravatar Jorge Canizales2015-05-30
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | The tests are going to use it too
| | | | * | | | Fix problem loading certs for tests of library projectsGravatar Jorge Canizales2015-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In library projects (cf. app projects) the main bundle is nil. `NSBundle+bundleForClass:` works in both types of projects. Also makes the library load the certificates only once.
* | | | | | | | Merge github.com:grpc/grpc into but-maybe-i-want-to-pollGravatar Craig Tiller2015-05-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into mdctx_free_credsGravatar Julien Boeuf2015-05-29
| | |\ \ \ \ \ \ \ \
| | | | | * | | | | | Fix podspec example in README to work with dir hierarchiesGravatar Jorge Canizales2015-05-29
| | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | Because the sample protos were all in a flat directory, I hadn't noticed the issue.
| | | | * | | | | | Remove empty class AllTestsGravatar Jorge Canizales2015-05-29
| | | | | | | | | |
| | | | * | | | | | Add a few unit tests for GRXGravatar Jorge Canizales2015-05-29
| | | | | | | | | |
| | | | * | | | | | Install GRX into RxLibraryUnitTests.mGravatar Jorge Canizales2015-05-29
| | | | | | | | | |
| | | | * | | | | | Podfile to link RxLibrary to its unit testsGravatar Jorge Canizales2015-05-29
| | | | | | | | | |
| | | | * | | | | | Minimal "test library" projectGravatar Jorge Canizales2015-05-29
| | | | | |/ / / / | | | | |/| | | |
| * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | clang-formatGravatar Craig Tiller2015-05-29
| | | | | | | | |
* | | | | | | | | Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support?
| | * | | | | | | Merge pull request #1668 from soltanmm/cancel-interopGravatar Nathaniel Manista2015-05-29
| |/| | | | | | | |/| | | | | | | | | | | | | | | | | Add cancellation interop tests for Python.
| | | | | * | | | fixes to Grpc nuget packageGravatar Jan Tattermusch2015-05-29
| | | | | | | | |
| | | | | | * | | Move batch API exposure to Python layerGravatar Masood Malekghassemi2015-05-29
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposes the C core batch API to the Python layers. Provides a shim to enable the old Python API to remain the same (for now).
| | | * | | | | Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| | | | | | | |
* | | | | | | | Merge pull request #1814 from ctiller/demon-on-wheelsGravatar David Klempner2015-05-29
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Add missing lock
* | | | | | | | Merge pull request #1800 from tbetbetbe/grpc-ruby-fix-bidi-server-failsGravatar Jan Tattermusch2015-05-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add's logging, removes an unnecessary thread join
* \ \ \ \ \ \ \ \ Merge pull request #1784 from jtattermusch/update_nuspecGravatar Michael Lumish2015-05-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | update nuspec files
| | | * | | | | | | Rename function for clarityGravatar Craig Tiller2015-05-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1803 from soltanmm/verbosityGravatar Nathaniel Manista2015-05-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Set verbosity to 2 for Python tests.
| | | | * | | | | | | Add missing lockGravatar Craig Tiller2015-05-29
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1801 from yang-g/testGravatar Craig Tiller2015-05-29
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | Leak fix, the metadata array should be destroyed on the server SyncRe…
* | | | | | | | | | Merge pull request #1781 from ctiller/test-we-can-tell-people-thingsGravatar David G. Quintas2015-05-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add a test of cmdline usage strings - and make them saner
* | | | | | | | | | | Minor improvements to C# readmeGravatar Jan Tattermusch2015-05-28
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| | | * | | | | | | Set verbosity to 2 for Python testsGravatar Masood Malekghassemi2015-05-28
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1762.
| | | | * | | | | Add's logging tweaks thread interaction for bidi_serverGravatar Tim Emiola2015-05-28
| | | | | | | | |
| | * | | | | | | Leak fix, the metadata array should be destroyed on the server SyncRequestGravatar Yang Gao2015-05-28
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1777 from stanley-cheung/use_consistent_port_numbersGravatar Tim Emiola2015-05-28
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | fix php generated code test server port
* | | | | | | | Merge pull request #1778 from yang-g/testGravatar Craig Tiller2015-05-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Unref the slices if no write will happen.
| | | | * | | | | update nuspec filesGravatar Jan Tattermusch2015-05-28
| | | | | | | | |
| | | * | | | | | Add a test of cmdline usage strings - and make them sanerGravatar Craig Tiller2015-05-28
| | | | | | | | |
* | | | | | | | | Add commentGravatar Craig Tiller2015-05-28
| | | | | | | | |
* | | | | | | | | Merge github.com:grpc/grpc into scalable-pollGravatar Craig Tiller2015-05-28
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Unref the slices if no write will happen.Gravatar Yang Gao2015-05-28
| |/ / / / / / /
| * | | | | | | Merge pull request #1772 from jtattermusch/generator_fixesGravatar Nicolas Noble2015-05-27
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Flush printers in protoc plugins properly
| | | * | | | | | fix php generated code test server portGravatar Stanley Cheung2015-05-27
| | |/ / / / / / | |/| | | | | |
| | * | | | | | make sure printers are properly flushedGravatar Jan Tattermusch2015-05-27
| | | | | | | |
| * | | | | | | Fix for changed parseFromData: signature (now parseFromData:error:)Gravatar Marc Wandschneider2015-05-27
| | | | | | | |
| * | | | | | | Merge pull request #1764 from ↵Gravatar Eric Anderson2015-05-27
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/so-the-standard-we-rely-on-is-actually-released-and-has-been-for-some-time Advertise HTTP2 support via ALPN
| * \ \ \ \ \ \ \ Merge pull request #1745 from ctiller/misbehaving-is-expectedGravatar Nicolas Noble2015-05-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add testing of bad client behavior