Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec | 2018-01-19 | |
|\ | |||
| * | cmake output to gitignore | 2018-01-16 | |
| | | |||
* | | Update .gitignore | 2018-01-05 | |
|/ | |||
* | Pass a pollset_set to some client handshakers. | 2017-12-04 | |
| | |||
* | Add multi-vm performance tests to Kokoro | 2017-11-29 | |
| | |||
* | Ignore all Python 3 virtual environments | 2017-09-11 | |
| | | | | How soon could Python 4 happen anyway? :-P | ||
* | Update .gitignore | 2017-04-14 | |
| | |||
* | Remove ctags file checked in by accident | 2017-03-31 | |
| | |||
* | Add test behavior to yapf_code.sh | 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/. | 2017-02-15 | |
| | | | | This should have been included in 1a967c31c3a7fbd2d6d5cb6c1e575fdb2d. | ||
* | Revert "Revert "Metadata handling rewrite"" | 2017-01-23 | |
| | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | 2017-01-20 | |
| | |||
* | Merge github.com:grpc/grpc into metadata_filter | 2017-01-17 | |
|\ | |||
| * | Enable running Python formatting | 2017-01-17 | |
| | | |||
* | | Paper-over Python errors | 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 | 2017-01-04 | |
|\ | |||
| * | cleanup tools/run_tests directory | 2016-12-22 | |
| | | |||
| * | Untracked generated node_modules directory | 2016-11-23 | |
| | | |||
* | | Starting this from scratch | 2016-10-20 | |
|/ | | | | | -) Basic workspace -) Basic BUILD file with macros | ||
* | Fix CMake for Windows | 2016-08-18 | |
| | |||
* | Add .idea folder to .gitignore | 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 | 2016-07-09 | |
| | |||
* | Remove tox | 2016-07-01 | |
| | |||
* | Organize Python tests to use grpcio-tools directly | 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 | 2016-07-01 | |
| | |||
* | Added file that lets generated code import grpc | 2016-04-20 | |
| | |||
* | Faster code generation | 2016-02-24 | |
| | |||
* | Ignoring Gemfile.lock file. | 2016-02-03 | |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | 2016-01-30 | |
|\ | |||
| * | Merge pull request #4952 from murgatroid99/node_windows_compile | 2016-01-29 | |
| |\ | | | | | | | Compile Node library on Windows | ||
* | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | 2016-01-29 | |
|\| | | |||
| * | | Mitigate Python build directory naming conflict | 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. | 2016-01-28 | |
|/ / | |||
| * | Make Node library build on Windows | 2016-01-27 | |
|/ | |||
* | fix artifact building on win | 2016-01-19 | |
| | |||
* | Include core in Python distribution | 2016-01-07 | |
| | |||
* | Lower latency profiling | 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. | 2015-10-23 | |
| | | | | It was causing git to ignore everything within src/core | ||
* | Merge branch 'master' into stress_tests_new | 2015-10-22 | |
|\ | |||
* | | Interop stress tests | 2015-10-19 | |
| | | |||
| * | Ignore Objective-C generated files | 2015-10-15 | |
| | | |||
| * | Git ignore XCode derived files across the repo | 2015-10-15 | |
|/ | |||
* | Script to generate latency reports | 2015-10-08 | |
| | |||
* | Adding crude html report support. | 2015-10-03 | |
| | |||
* | Fix (hackily) fling_stream_test under gyp | 2015-09-24 | |
| | |||
* | Add portlog.txt to gitignore | 2015-08-07 | |
| | |||
* | Use py.test from run_tests.py | 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. | 2015-07-14 | |
| | |||
* | Add Python3 testing support | 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# | 2015-02-03 | |
| |