aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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
| | |\ \ \ | |_|/ / / |/| | | |
| | | | * Implement three missing face test methodsGravatar Nathaniel Manista2016-01-27
| | | | |
| * | | | 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
| | | | | | |
| | | | | | * 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
| | | | |
| | | | * Fix some barriersGravatar Craig Tiller2016-01-26
| | | | |
| | | * | Allocate node Buffer contents with new[]Gravatar Marek Gilbert2016-01-26
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Nan::NewBuffer(char* data, uint32_t size) frees the provided buffer by calling delete[]. This matches the allocation method to the free method. Fixes grpc/grpc#4867.
| * | | Merge pull request #4883 from soltanmm/fixfixGravatar Nathaniel Manista2016-01-25
| |\ \ \ | | |_|/ | |/| | Add missing "support" import.
| | * | Add missing importGravatar Masood Malekghassemi2016-01-25
| | | | | | | | | | | | | | | | I have no idea how this mistake got through.
| * | | update copyrightsGravatar Jan Tattermusch2016-01-25
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into bump_version_0_13Gravatar Jan Tattermusch2016-01-25
| |\ \ \
| | * \ \ Merge pull request #4855 from jtattermusch/upgrade_csharp_dependenciesGravatar Michael Lumish2016-01-25
| | |\ \ \ | | | |/ / | | |/| | Update C# dependencies
| | * | | Merge pull request #4821 from soltanmm/install-doctorGravatar Masood Malekghassemi2016-01-25
| | |\ \ \ | | | | | | | | | | | | Add compiler error diagnostics to Python setup
| | * \ \ \ Merge pull request #4680 from daniel-j-born/tcp_listenerGravatar Craig Tiller2016-01-25
| | |\ \ \ \ | | | | | | | | | | | | | | Make grpc_tcp_listener private.
| | | | | * | update C# dependenciesGravatar Jan Tattermusch2016-01-25
| | | |_|/ / | | |/| | |
| | | | | * Merge remote-tracking branch 'upstream/master'Gravatar Bogdan Drutu2016-01-24
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #4854 from soltanmm/zedheadGravatar Masood Malekghassemi2016-01-23
| | |\ \ \ \ | | | | | | | | | | | | | | Integrate zlib into Python distribution
| | * | | | | fix copyrights in server_contextGravatar Jan Tattermusch2016-01-23
| | | | | | |
| | * | | | | Merge pull request #4856 from yang-g/deadlineGravatar Craig Tiller2016-01-22
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | init deadline in server context
| | * | | | | | fix uninitialized variable usageGravatar Alistair Veitch2016-01-22
| | | | | | | |
| | | * | | | | init deadline_Gravatar yang-g2016-01-22
| | |/ / / / /
| | | * / / / Integrate zlib into Python distributionGravatar Masood Malekghassemi2016-01-22
| | |/ / / /
| | | | * / Add compiler error diagnostics to Python setupGravatar Masood Malekghassemi2016-01-22
| | | |/ / | | |/| |
| | * | | Merge pull request #4750 from a-veitch/tag_setGravatar Bogdan Drutu2016-01-22
| | |\ \ \ | | | | | | | | | | | | Census Tag Set API and implementation
| | * | | | fix copyrightsGravatar Jan Tattermusch2016-01-22
| | | | | |
| * | | | | fix copyrightsGravatar Jan Tattermusch2016-01-22
| | | | | |