aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Added another commentGravatar Makarand Dharmapurikar2016-06-28
|
* Added a commentGravatar Makarand Dharmapurikar2016-06-28
|
* fix for working with compressed data. Fixes #6746.Gravatar Makarand Dharmapurikar2016-06-28
| | | | Using correct API that gives length of uncompressed data so correct amount of memory is allocated.
* Merge pull request #7087 from makdharma/signature_mismatch_issue7051Gravatar Jan Tattermusch2016-06-28
|\ | | | | Changed return type to GRPCCall * from ProtoRPC * to prevent compiler warnings. fixes #7051
* \ Merge pull request #6920 from murgatroid99/grpc_trace_granularityGravatar Jan Tattermusch2016-06-28
|\ \ | | | | | | Allow disabling traces, add trace variables for pluck and timeout events
* | | regenerate filesGravatar Jan Tattermusch2016-06-27
| | |
* | | share Version.cs among all project.json projectsGravatar Jan Tattermusch2016-06-27
| | |
* | | Merge pull request #7082 from ctiller/time_errorsGravatar Craig Tiller2016-06-27
|\ \ \ | | | | | | | | Annotate error.c for timing, remove broken test
* | | | Fix comment formattingGravatar Craig Tiller2016-06-27
| | | |
* | | | Dont reblock sigmask every loopGravatar Craig Tiller2016-06-27
| | | |
| | | * fixed indentation #2Gravatar Makarand Dharmapurikar2016-06-27
| | | |
| | | * fixed indentationGravatar Makarand Dharmapurikar2016-06-27
| | | |
* | | | Merge pull request #7073 from yang-g/ruby_compressGravatar Jan Tattermusch2016-06-27
|\ \ \ \ | | | | | | | | | | Add a unit test for compression.
| | | * \ Resolved merge conflicts with masterGravatar murgatroid992016-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
| |_|_|/ / |/| | | |
* | | | | 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 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
| | | | | * | | | | | | | 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
| | | * | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|/| | | | |/| | | | | | | | | | |/ / /
| | | | | | | | | | | * | | 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