Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec | Muxi Yan | 2018-01-19 |
|\ | |||
| * | cmake output to gitignore | Jan Tattermusch | 2018-01-16 |
| | | |||
* | | Update .gitignore | Muxi Yan | 2018-01-05 |
|/ | |||
* | Pass a pollset_set to some client handshakers. | Dan Born | 2017-12-04 |
| | |||
* | Add multi-vm performance tests to Kokoro | Matt Kwong | 2017-11-29 |
| | |||
* | Ignore all Python 3 virtual environments | Nathaniel Manista | 2017-09-11 |
| | | | | How soon could Python 4 happen anyway? :-P | ||
* | Update .gitignore | Craig Tiller | 2017-04-14 |
| | |||
* | Remove ctags file checked in by accident | David Garcia Quintas | 2017-03-31 |
| | |||
* | Add test behavior to yapf_code.sh | Nathaniel Manista | 2017-03-10 |
| | | | | | With this change yapf_code no longer changes the code under test when executed from within the sanity tests. | ||
* | Ignore python_pylint_venv/. | Nathaniel Manista | 2017-02-15 |
| | | | | This should have been included in 1a967c31c3a7fbd2d6d5cb6c1e575fdb2d. | ||
* | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
|\ | |||
| * | Enable running Python formatting | Masood Malekghassemi | 2017-01-17 |
| | | |||
* | | Paper-over Python errors | Masood Malekghassemi | 2017-01-13 |
|/ | | | | | | | This reads directly off of the slices rather than ref'ing and unref'ing them. There's likely some silliness w.r.t. interned slices and references to them outliving their associated call objects, but we are just ignoring that for now. | ||
* | Merge remote-tracking branch 'google/master' into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
|\ | |||
| * | cleanup tools/run_tests directory | Jan Tattermusch | 2016-12-22 |
| | | |||
| * | Untracked generated node_modules directory | ncteisen | 2016-11-23 |
| | | |||
* | | Starting this from scratch | Nicolas "Pixel" Noble | 2016-10-20 |
|/ | | | | | -) Basic workspace -) Basic BUILD file with macros | ||
* | Fix CMake for Windows | Arkadiy Shapkin | 2016-08-18 |
| | |||
* | Add .idea folder to .gitignore | siddharthshukla | 2016-07-25 |
| | | | | | .idea folder is where Project settings are stored with each specific project as a set of xml files. | ||
* | Fix orig files for conflicting generated | thinkerou | 2016-07-09 |
| | |||
* | Remove tox | Masood Malekghassemi | 2016-07-01 |
| | |||
* | Organize Python tests to use grpcio-tools directly | Masood Malekghassemi | 2016-07-01 |
| | | | | | Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py). | ||
* | Ignore cython debug information | Masood Malekghassemi | 2016-07-01 |
| | |||
* | Added file that lets generated code import grpc | murgatroid99 | 2016-04-20 |
| | |||
* | Faster code generation | Craig Tiller | 2016-02-24 |
| | |||
* | Ignoring Gemfile.lock file. | Nicolas "Pixel" Noble | 2016-02-03 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-30 |
|\ | |||
| * | Merge pull request #4952 from murgatroid99/node_windows_compile | Nicolas Noble | 2016-01-29 |
| |\ | | | | | | | Compile Node library on Windows | ||
* | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-29 |
|\| | | |||
| * | | Mitigate Python build directory naming conflict | Masood Malekghassemi | 2016-01-28 |
| | | | | | | | | | | | | | | | On Mac and Windows, the default directory name conflicts with the BUILD file we have. | ||
* | | | Allowing for creation of pre-compiled gems, using rack-compiler-dock. | Nicolas "Pixel" Noble | 2016-01-28 |
|/ / | |||
| * | Make Node library build on Windows | Michael Lumish | 2016-01-27 |
|/ | |||
* | fix artifact building on win | Jan Tattermusch | 2016-01-19 |
| | |||
* | Include core in Python distribution | Masood Malekghassemi | 2016-01-07 |
| | |||
* | Lower latency profiling | Craig Tiller | 2015-11-03 |
| | | | | | | | | Current latency profiles have their tails dominated by writing latency logs, which is hugely undesirable. Now when a thread log fills up, push it to a background thread to write to disk. At shutdown, wait for all latency traces to be flushed. | ||
* | Removed "core" from .gitignore. | David Garcia Quintas | 2015-10-23 |
| | | | | It was causing git to ignore everything within src/core | ||
* | Merge branch 'master' into stress_tests_new | Sree Kuchibhotla | 2015-10-22 |
|\ | |||
* | | Interop stress tests | Sree Kuchibhotla | 2015-10-19 |
| | | |||
| * | Ignore Objective-C generated files | Jorge Canizales | 2015-10-15 |
| | | |||
| * | Git ignore XCode derived files across the repo | Jorge Canizales | 2015-10-15 |
|/ | |||
* | Script to generate latency reports | Craig Tiller | 2015-10-08 |
| | |||
* | Adding crude html report support. | Nicolas "Pixel" Noble | 2015-10-03 |
| | |||
* | Fix (hackily) fling_stream_test under gyp | Craig Tiller | 2015-09-24 |
| | |||
* | Add portlog.txt to gitignore | Craig Tiller | 2015-08-07 |
| | |||
* | Use py.test from run_tests.py | Masood Malekghassemi | 2015-07-31 |
| | | | | | | Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync. | ||
* | Let's ignore our generated cache.mk from git. | Nicolas "Pixel" Noble | 2015-07-14 |
| | |||
* | Add Python3 testing support | Masood Malekghassemi | 2015-07-09 |
| | | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst). | ||
* | added grpc extension library for C# | Jan Tattermusch | 2015-02-03 |
| |