aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #4960 from vjpai/kill_hostGravatar Jan Tattermusch2016-01-29
|\ | | | | Remove host option from ServerConfig proto
| * Fix a typoGravatar Vijay Pai2016-01-29
| |
* | Merge pull request #4874 from rjshade/add_comments_to_transportGravatar David G. Quintas2016-01-29
|\ \ | | | | | | Add comments to grpc_transport_stream_op structure
* \ \ Merge pull request #4959 from grpc/release-0_12Gravatar Michael Lumish2016-01-29
|\ \ \ | | | | | | | | Release 0.12 -> master
* \ \ \ Merge pull request #4963 from soltanmm/kill-it-with-rmGravatar Nathaniel Manista2016-01-29
|\ \ \ \ | | | | | | | | | | Remove dead src/python/README.md.
| * | | | Remove dead Python README.mdGravatar Masood Malekghassemi2016-01-29
| | | | |
| | | * | Update copyright, clang-format for line wrapping of comment.Gravatar Robbie Shade2016-01-29
| | | | |
| | | | * Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
| |_|_|/ |/| | | | | | | | | | | may cause inter-language confusion.
* | | | Merge pull request #4950 from ctiller/offload-racingGravatar David G. Quintas2016-01-28
|\ \ \ \ | | | | | | | | | | Preparatory changes for work shedding
| * | | | Fix copyrightsGravatar Craig Tiller2016-01-28
| | | | |
| * | | | Fix windowsGravatar Craig Tiller2016-01-28
| | | | |
| * | | | Fix zookeeperGravatar Craig Tiller2016-01-28
| | | | |
| * | | | Update copyrightsGravatar Craig Tiller2016-01-28
| | | | |
| * | | | Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-28
|\| | |
| * | | Merge pull request #4868 from bogdandrutu/bugGravatar Alistair Veitch2016-01-28
| |\ \ \ | | | | | | | | | | Fix the census initialization on the server. Remove duplicate initialization logic and also enable census per channel if census is initialized.
| * \ \ \ Merge pull request #4939 from rjshade/remove_unused_methodGravatar Craig Tiller2016-01-28
| |\ \ \ \ | | | | | | | | | | | | Remove unused grpc_udp_server_write method
| * \ \ \ \ Merge pull request #4924 from nicolasnoble/makefile-cleanupGravatar Michael Lumish2016-01-28
| |\ \ \ \ \ | | | | | | | | | | | | | | More Makefile cleanup.
| * \ \ \ \ \ Merge pull request #4902 from nicolasnoble/win32-cleanupGravatar Michael Lumish2016-01-28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleaning up Windows compilation.
| | | | * | | | Update copyright comments.Gravatar Robbie Shade2016-01-28
| | | | | | | |
| | | | * | | | Remove unused grpc_udp_server_write methodGravatar Robbie Shade2016-01-28
| | | | | | | |
| | * | | | | | Tidy.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | | | |
| | * | | | | | More fixes.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | | | |
* | | | | | | | Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
| | | | | | | |
| | | * | | | | Merge branch 'master' into makefile-cleanupGravatar Nicolas "Pixel" Noble2016-01-28
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template
* | | | | | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\| | | | | | |
* | | | | | | | copyrightsGravatar David Garcia Quintas2016-01-27
| | | | | | | |
* | | | | | | | DONE!!1oneGravatar David Garcia Quintas2016-01-27
| | | | | | | |
* | | | | | | | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| | | | | | | |
| | | * | | | | Moving some config defaults to build.yaml, and moving others to CPPFLAGS.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | | | |
| * | | | | | | Merge pull request #4927 from ctiller/fix-undefined-behaviorGravatar Yang Gao2016-01-27
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix undefined behavior
| * \ \ \ \ \ \ \ Merge pull request #4884 from soltanmm/deal-with-itGravatar Masood Malekghassemi2016-01-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Enable binary linux distributions for Python
| | | * | | | | | | Fix undefined behaviorGravatar Craig Tiller2016-01-27
| | | | | | | | | |
| | * | | | | | | | Enable binary linux distributions for PythonGravatar Masood Malekghassemi2016-01-27
| | |/ / / / / / /
| * | | | | | | | Fix copyrightsGravatar Craig Tiller2016-01-27
| | | | | | | | |
| * | | | | | | | Merge github.com:grpc/grpc into fix-c++Gravatar Craig Tiller2016-01-27
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #4923 from nathanielmanistaatgoogle/testsGravatar Masood Malekghassemi2016-01-27
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Python test improvements
| | * \ \ \ \ \ \ \ \ Merge pull request #4907 from vjpai/generic_qpsGravatar Yang Gao2016-01-27
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make generic QPS test work properly
| | * \ \ \ \ \ \ \ \ \ Merge pull request #4888 from ctiller/twahGravatar Vijay Pai2016-01-27
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some outstanding TSAN issues
| | | | * \ \ \ \ \ \ \ \ Merge branch 'master' into generic_qpsGravatar Vijay Pai2016-01-27
| | | | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge pull request #4920 from a-veitch/census_init_fixGravatar Bogdan Drutu2016-01-27
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | Remove bad error return in census_initialize
| | | | * | | | | | | | | Add commentGravatar Craig Tiller2016-01-27
| | | | | | | | | | | | |
| | | | * | | | | | | | | Merge github.com:grpc/grpc into twahGravatar Craig Tiller2016-01-27
| | | | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | | | | | | * | | | | Tidying things up.Gravatar Nicolas "Pixel" Noble2016-01-27
| | | | | | | | | | | | |
| | | | | | | | * | | | | Fixing gpr_getenv.Gravatar Nicolas "Pixel" Noble2016-01-27
| | | | | | | | | | | | |
| | | | | | * | | | | | | Implement three missing face test methodsGravatar Nathaniel Manista2016-01-27
| | | | | | | | | | | | |
| * | | | | | | | | | | | Small testing fixesGravatar Craig Tiller2016-01-27
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - end2end test deadlines may complete before checking IsCancelled => don't expect it to be false in these cases - add exponential backoff to port_posix - ensure run_tests rebuilds targets with a regex I commonly use
| | | * | | | | | | | | Remove bad error return in census_initializeGravatar Alistair Veitch2016-01-27
| | |/ / / / / / / / / | |/| | | | | | | | |
| | | | | * | | | | | Fix reporting unexpected abortions in event testsGravatar Nathaniel Manista2016-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Writing "<format string containing one directive> % <expression>" instead of "<format string containing one directive> % (<expression>,)" is always a problem; the particular problem in this case came from face.Abortion being a subclass of a class created with collections.namedtuple.
| | * | | | | | | | | Fix copyrightsGravatar murgatroid992016-01-27
| | | | | | | | | | |