aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | | | | | * | Dont create errors redundently in chttp2_transport.cGravatar Craig Tiller2016-06-27
| | | | | | | | | | |
| | | * | | | | | | | Resolved merge conflicts with masterGravatar murgatroid992016-06-27
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / | | | | |/| | | | | |
| | | | | | | | | * | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
| | | | | | | | | |\ \ | | | | | |_|_|_|_|/ / | | | | |/| | | | | |
| | | | | * | | | | | fixes #7051Gravatar Makarand Dharmapurikar2016-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed return type to GRPCCall * from ProtoRPC *
* | | | | | | | | | | Annotate more thingsGravatar Craig Tiller2016-06-27
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #6644 from ctiller/reuse_portGravatar Jan Tattermusch2016-06-27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | SO_REUSEPORT support
* | | | | | | | | | Merge pull request #7046 from murgatroid99/master_merge_release-0_15Gravatar Jan Tattermusch2016-06-27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Merge release-0_15 into master
| | | | * | | | | | Annotate error.c for timing, remove broken testGravatar Craig Tiller2016-06-27
| |_|_|/ / / / / / |/| | | | | | | |
| | | | | | * | | Add .xcscheme files for ObjC examplesGravatar Yuchen Zeng2016-06-27
| | | | | | | | |
* | | | | | | | | Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Network status tracking
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/release-0_15' into ↵Gravatar murgatroid992016-06-27
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master_merge_release-0_15
| | | | | | | | | * \ Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
| | | | | | | | | |\ \
* | | | | | | | | | \ \ Merge pull request #7001 from kpayson64/python_cleanup_threadGravatar Jan Tattermusch2016-06-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Updated several threads to use CleanupThread for clean exit
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6888 from yang-g/fixesGravatar Jan Tattermusch2016-06-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | Minor fixes
| | * | | | | | | | | | | Updated several threads to use CleanupThread for clean exitGravatar Ken Payson2016-06-26
| | | | | | | | | | | | |
| | | | | | | * | | | | | Add a unit test for compression.Gravatar yang-g2016-06-26
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Fix GPR_TIMER misbalancingGravatar Craig Tiller2016-06-26
| | | | | | | | | | | |
| | | | | | * | | | | | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
| | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #7063 from dgquintas/python_compressionGravatar Jan Tattermusch2016-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Basic testing of client and sever side compression for Python
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6941 from kpayson64/python_grpc_shutdownGravatar Jan Tattermusch2016-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved grpc_shutdown to end of Py_Finalize()
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6906 from makdharma/2646Gravatar Jan Tattermusch2016-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass NULL in the host parameter of grpc_channel_create_call
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7043 from kpayson64/clang_formatGravatar Jan Tattermusch2016-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix clang formatting
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | New epoll based polling implementation
| | | | | | | | | | | | | * | | Fix InteropTests.mGravatar Yuchen Zeng2016-06-24
| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | Basic testing of client and sever side compressionGravatar David Garcia Quintas2016-06-24
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #3803
| | | | | | | | | | | | | | | | * Remove Unicode from the tests projectGravatar Jorge Canizales2016-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cocoa pods 1.0.0 introduced it, and Jenkins might have a problem with it
| | | | | | | | | | | | | | | | * Ignore deprecation warning in the test of deprecated featureGravatar Jorge Canizales2016-06-24
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fix clang formattingGravatar Ken Payson2016-06-24
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7014 from ctiller/fix_tracingGravatar Jan Tattermusch2016-06-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable accidentally disabled traces
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7029 from y-zeng/fix-swiftsampleGravatar makdharma2016-06-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Fix build error of SwiftSample project on Xcode 7.3 (Swift 2.2)
| | | | | | | | | | | | * | | | | | Fix clang formattingGravatar Ken Payson2016-06-24
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | Merge release-0_15 into masterGravatar murgatroid992016-06-24
| |_|_|_|_|_|_|_|_|_|/| | | | | | | |/| | | | | | | | | | |/ / / / / /
| | | | | | | | | | | | | | | * | FixesGravatar Craig Tiller2016-06-24
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * Merge master into let-invalidate-channelsGravatar Jorge Canizales2016-06-24
| | | | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Had to manually resolve import conflicts in InteropTests.m To be fair, the merge algorithm should have been able to do it.
| | | | | | | | | | | * | | | | | | Update version to 0.15.0Gravatar murgatroid992016-06-24
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | Fix Node Windows build errorGravatar murgatroid992016-06-24
| | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | Moved grpc_shutdown to end of Py_Finalize()Gravatar Ken Payson2016-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently rely on the __del__ method of a module scope object to call grpc_shutdown(). __del__ methods are not guaranteed to be called, and furthermore there are no guarantees about ordering, leading to shutdown race conditions. This moves grpc_shutdown to Py_Finalize(), which gets called after the Python context is completely cleaned up.
* | | | | | | | | | | | | | | | | | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #6747 from murgatroid99/node_logger_customizationGravatar Jan Tattermusch2016-06-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow Node users to set a custom logger and log verbosity.
* | | | | | | | | | | | | | | | | | fix C# nuget buildGravatar Jan Tattermusch2016-06-24
| |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | generate_projects.shGravatar Sree Kuchibhotla2016-06-24
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add TODOGravatar Yuchen Zeng2016-06-23
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_raceGravatar Jan Tattermusch2016-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent race with grpc_completion_queue_shutdown.
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | Change the type of 'ref_count' in polling_island from gpr_atm toGravatar Sree Kuchibhotla2016-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_refcount
| | | | | | | | | | | | | | | * | | Fix special value lookupGravatar Craig Tiller2016-06-23
| | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | Better error handling and add polling_island_unlock_pair() helperGravatar Sree Kuchibhotla2016-06-23
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #7003 from kpayson64/mingw_str_format_supportGravatar Nicolas Noble2016-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Changed %lld to use mingw supported PRId64
| | | | | | | | | | | | | | | | * | Fix comparisonGravatar Craig Tiller2016-06-23
| | | | | | | | | | | | | | | | | |