Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | |
| | |||
* | Ignore vim swap files | 2015-01-27 | |
| | |||
* | Add Python to run-tests. | 2015-01-22 | |
| | |||
* | Added emacs temp files to .gitignore | 2015-01-20 | |
| | |||
* | Merge pull request #70 from ctiller/benchmark | 2015-01-16 | |
|\ | | | | | Opportunistically use perftools if installed. | ||
* | | Use local .gitignore | 2015-01-16 | |
| | | |||
* | | PHP build products ignored | 2015-01-16 | |
| | | |||
* | | Cache for successful test runs | 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. | 2015-01-15 | |
|/ | | | | Allows us to collect profiles of the open source build using gprof. | ||
* | Sort gitignore | 2015-01-13 | |
| | |||
* | Add some ignores | 2015-01-13 | |
| | |||
* | Add tools/run_tests/run_lcov.sh | 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. | 2015-01-12 | |
| | |||
* | Empty repository. | 2014-11-21 | |