aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Renaming the Ruby grpc extension to grpc_c, and renaming its loader from ↵Gravatar Nicolas "Pixel" Noble2016-01-29
| | | | loader.rb to grpc.rb
* Fixing dll hell.Gravatar Nicolas "Pixel" Noble2016-01-29
|
* Allowing for debug builds.Gravatar Nicolas "Pixel" Noble2016-01-29
|
* Few more fixes to the Ruby installation.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | -) properly depending on libraries. -) adding an independent 'loader' class to use instead of require 'grpc/grpc'.
* Tidy.Gravatar Nicolas "Pixel" Noble2016-01-28
|
* Properly building the gem file under mingw using rake-compiler-dock.Gravatar Nicolas "Pixel" Noble2016-01-28
|
* Allowing for creation of pre-compiled gems, using rack-compiler-dock.Gravatar Nicolas "Pixel" Noble2016-01-28
|
* Merge branch 'win32-cleanup' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-28
|\
| * More fixes.Gravatar Nicolas "Pixel" Noble2016-01-28
| |
* | Merge branch 'master' into makefile-cleanupGravatar Nicolas "Pixel" Noble2016-01-28
|\ \ | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template
* | | 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
| | | | | |
* | | | | | Merge pull request #4887 from wilhuff/buffer-newGravatar Michael Lumish2016-01-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allocate node Buffer contents with new[]
| | | | * | | clang-formatGravatar Vijay Pai2016-01-27
| | | | | | |
| | | | * | | Sanity checks and asan fixGravatar vjpai2016-01-27
| | | | | | |
* | | | | | | Merge pull request #4903 from nicolasnoble/ruby-cleanupGravatar Michael Lumish2016-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleaning up ruby extension code a bit.
| | | | | * | | Fix a case in bbuf copy constructoreGravatar Vijay Pai2016-01-26
| | | | | | | |
| | | | | * | | Actually create async generic serverGravatar vjpai2016-01-26
| | | | | | | |
* | | | | | | | Merge branch 'master' into node_binary_precompileGravatar murgatroid992016-01-26
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Alternative ownership for global callbacksGravatar Craig Tiller2016-01-26
| | | | | | | |
| | * | | | | | Cleaning up ruby extension code a bit.Gravatar Nicolas "Pixel" Noble2016-01-26
| | | | | | | |
| | | | | | | * Cleaning up Windows compilation.Gravatar Nicolas "Pixel" Noble2016-01-26
| | | |_|_|_|/ | | |/| | | |
| | | | | | * Drop use of functools.wrap in logging_poolGravatar Nathaniel Manista2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functools.wrap is only warranted to work with functions and methods but logging_pool is warranted to work with callable behaviors, so using functools.wrap has been wrong all along. The particular incompatibility motivating this correction is that callable objects do not have a "__name__" attribute.
| * | | | | | Merge pull request #4695 from bogdandrutu/masterGravatar Alistair Veitch2016-01-26
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Add a virtual destructor for the ClientContext::GlobalCallbacks.
| | | | | | * Move parallel RPC code to correct test methodGravatar Nathaniel Manista2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 4a9b1c69880db4fa8b41 I mistakenly added statements to test test_constants.PARALLELISM RPCs made in parallel to the testSequentialInvocations test method rather than the testParallelInvocations test method. How embarrassing!
| * | | | | | Fix typo.Gravatar Bogdan Drutu2016-01-26
| | | | | | |
| * | | | | | Initialize census if not initialized yet and some features are available.Gravatar Bogdan Drutu2016-01-26
| | |_|_|_|/ | |/| | | |
| | * | | | Merge remote-tracking branch 'upstream/master'Gravatar Bogdan Drutu2016-01-26
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix sanityGravatar Craig Tiller2016-01-26
| | |_|/ / | |/| | |
| | | | * Fix copyrightsGravatar Craig Tiller2016-01-26
| | | | |
| | | | * Add a full barrier after subchannel constructionGravatar Craig Tiller2016-01-26
| | | | |