Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Ignore vim swap files | Craig Tiller | 2015-01-27 |
| | |||
* | Add Python to run-tests. | Nathaniel Manista | 2015-01-22 |
| | |||
* | Added emacs temp files to .gitignore | murgatroid99 | 2015-01-20 |
| | |||
* | Merge pull request #70 from ctiller/benchmark | vjpai | 2015-01-16 |
|\ | | | | | Opportunistically use perftools if installed. | ||
* | | Use local .gitignore | Craig Tiller | 2015-01-16 |
| | | |||
* | | PHP build products ignored | Craig Tiller | 2015-01-16 |
| | | |||
* | | Cache for successful test runs | Craig Tiller | 2015-01-15 |
| | | | | | | | | | | | | By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix. | ||
| * | Opportunistically use perftools if installed. | Craig Tiller | 2015-01-15 |
|/ | | | | Allows us to collect profiles of the open source build using gprof. | ||
* | Sort gitignore | Craig Tiller | 2015-01-13 |
| | |||
* | Add some ignores | Craig Tiller | 2015-01-13 |
| | |||
* | Add tools/run_tests/run_lcov.sh | Craig Tiller | 2015-01-12 |
| | | | | | This is a tool for collecting coverage reports from our tests and combining them with the open-source tool 'lcov'. | ||
* | Add build outputs to .gitignore. | Craig Tiller | 2015-01-12 |
| | |||
* | Empty repository. | Nicolas Noble | 2014-11-21 |