aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Collapse fixture into CoreCronetEnd2EndTests.m so that individual test cases ↵Gravatar Muxi Yan2016-07-19
| | | | can be run, instead of only allow running the entire fixture
* Add new line to the end of fixture.hGravatar Muxi Yan2016-07-18
|
* Rename h2_ssl_cronet.m to fixture_h2_ssl_cronet.mGravatar Muxi Yan2016-07-18
|
* Update cronet test comments and structureGravatar Muxi Yan2016-07-18
|
* Rename h2_ssl.* to h2_ssl_cronet.* and add static specifier to ↵Gravatar Muxi Yan2016-07-18
| | | | chttp2_tear_down_secure_fullstack in h2_ssl_cronet.m
* Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-15
|
* Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-15
|
* Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-15
|
* Merged master branchGravatar Muxi Yan2016-07-14
|\
* | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
| |
* | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
| |
| * Merge pull request #7383 from kpayson64/skip_exit_testGravatar kpayson642016-07-14
| |\ | | | | | | Skip exit_test until flake is fixed
| * | php: fix interop tests breakageGravatar Stanley Cheung2016-07-13
| | |
| * | Merge pull request #7364 from stanley-cheung/php-prepare-for-gaGravatar Stanley Cheung2016-07-13
| |\ \ | | | | | | | | php: prepare for GA release
| | | * Skip exit_test until flake is fixedGravatar Ken Payson2016-07-13
| | |/ | |/|
* | | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-13
| | |
| * | Merge pull request #7357 from grpc/v1.0.xGravatar Jorge Canizales2016-07-13
| |\ \ | | | | | | | | Automatic v1.0.x -> master upmerge
| | | * add back version to composer.json fileGravatar Stanley Cheung2016-07-13
| | | |
* | | | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-13
| | | |
| | * | Merge pull request #7359 from jcanizales/p0-protoc-podspecGravatar makdharma2016-07-13
| | |\ \ | | | | | | | | | | Distribute ProtoC and the plugin as pods
| * | \ \ Merge pull request #7353 from kpayson64/fix_cygrpc_testGravatar kpayson642016-07-13
| |\ \ \ \ | | | | | | | | | | | | Fix cygrpc test
| * \ \ \ \ Merge pull request #6539 from soltanmm/clngfrmt-aoaGravatar kpayson642016-07-13
| |\ \ \ \ \ | | | | | | | | | | | | | | Add src/compiler to clang-formatting pass
| | | | | | * php: prepare for GA releaseGravatar Stanley Cheung2016-07-13
| | |_|_|_|/ | |/| | | |
| | | | * | Merge pull request #7355 from soltanmm/count-bleckGravatar kpayson642016-07-13
| | | | |\ \ | | | | | | | | | | | | | | Add special methods to generated Python docs
| | | * | | | Change sequence of client/server eventsGravatar Ken Payson2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for https://github.com/grpc/grpc/pull/6737 when start_batch will no longer put data on the wire
| * | | | | | Merge pull request #7317 from soltanmm/tadpolesGravatar kpayson642016-07-12
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Patch spawn for Python 'unix' compilers instead of link
| | | | * | | Merge pull request #7338 from kpayson64/remove_py_cruftGravatar kpayson642016-07-12
| | | | |\ \ \ | | | | | | | | | | | | | | | | Removed early adopter code
| | | | | | * | Add special methods to generated Python docsGravatar Masood Malekghassemi2016-07-12
| | | | | |/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | Also removes an old-now-spurious `make` invocation from the docgen.py helper script.
| | | | | * | Remove early adopter codeGravatar Ken Payson2016-07-12
| | | | | | |
| | * | | | | Patch `spawn` for Python 'unix' compilers insteadGravatar Masood Malekghassemi2016-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we patched the link command, now we just patch `spawn` as an updatable catch-all solution to ARG_MAX limitations on bash for MSYS and MinGW and friends.
| | | * | | | Clang-format all the thingsGravatar Masood Malekghassemi2016-07-12
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #7330 from dgquintas/fix_tsanGravatar kpayson642016-07-12
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix tsan race
| * \ \ \ \ \ Merge pull request #6595 from thinkerou/timeGravatar kpayson642016-07-12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged some codes to the common function for maintainability in time.c file
| | | | | * | | Added Glossary to docs with metadata definitionGravatar Ken Payson2016-07-12
| | | | | |/ /
| * | | | / / Master is now 1.1.0-dev.Gravatar Nicolas "Pixel" Noble2016-07-12
| | |_|_|/ / | |/| | | |
| * | | | | Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
| | | | | |
| * | | | | Merge pull request #7322 from kpayson64/py_status_code_messageGravatar kpayson642016-07-11
| |\ \ \ \ \ | | | | | | | | | | | | | | Implemented python status_code_and_message interop test
| * \ \ \ \ \ Merge pull request #7315 from kpayson64/fix_exit_testGravatar kpayson642016-07-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated exit_test for new grpc.Server API
| * \ \ \ \ \ \ Merge pull request #7323 from kpayson64/fix_py_qpsGravatar kpayson642016-07-11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated python qps tests to use GA server API
| | | | | | * | | Fix tsan raceGravatar David Garcia Quintas2016-07-11
| |_|_|_|_|/ / / |/| | | | | | |
| | * | | | | | Updated python qps tests to use GA server APIGravatar Ken Payson2016-07-11
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | This should have been included as part of 45c0f2b3051bf1642337e109df57e8031cb654c8
| * | | | | | Addressing comments.Gravatar Nicolas "Pixel" Noble2016-07-12
| | | | | | |
| * | | | | | Merge branch 'release-0_15' into upmerge-masterGravatar Nicolas "Pixel" Noble2016-07-12
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml gRPC-Core.podspec gRPC.podspec package.json package.xml src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc/__init__.py src/python/grpcio/grpc_version.py src/python/grpcio_tests/tests/unit/_rpc_test.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb templates/gRPC.podspec.template tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal tools/run_tests/port_server.py
* | | | | | | Merge pull request #7291 from ctiller/better_statusGravatar Nicolas Noble2016-07-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make it more likely to correctly report deadline exceeded
* \ \ \ \ \ \ \ Merge pull request #7310 from kpayson64/hold_gil_during_cleanupGravatar kpayson642016-07-11
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Hold onto the GIL in __dealloc__ functions
| | | | * | | | Updated exit_test for new grpc.Server APIGravatar Ken Payson2016-07-11
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | This should have been part of a6b2a5a090ff057f77976b22d854ff375883c1b9
| | | | * | | Implemented python status_code_and_message interop testGravatar Ken Payson2016-07-11
| | | | | | |
| | | * | | | Merge branch 'release-0_14' into release-0_15Gravatar Nicolas "Pixel" Noble2016-07-12
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec src/objective-c/BoringSSL.podspec src/objective-c/examples/RemoteTestClient/RemoteTest.podspec src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj src/objective-c/tests/Podfile templates/gRPC.podspec.template third_party/protobuf
| | * | | | | | clang-formatGravatar Craig Tiller2016-07-11
| | | | | | | |
| | | | | | | * Merge master to resolve tests podspec conflictGravatar Jorge Canizales2016-07-11
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |