aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Initial gevent supportGravatar kpayson642018-03-27
| | | | | Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code.
* Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspecGravatar Muxi Yan2018-01-19
|\
| * cmake output to gitignoreGravatar Jan Tattermusch2018-01-16
| |
* | Update .gitignoreGravatar Muxi Yan2018-01-05
|/
* Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
|
* Add multi-vm performance tests to KokoroGravatar Matt Kwong2017-11-29
|
* Ignore all Python 3 virtual environmentsGravatar Nathaniel Manista2017-09-11
| | | | How soon could Python 4 happen anyway? :-P
* Update .gitignoreGravatar Craig Tiller2017-04-14
|
* Remove ctags file checked in by accidentGravatar David Garcia Quintas2017-03-31
|
* Add test behavior to yapf_code.shGravatar Nathaniel Manista2017-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/.Gravatar Nathaniel Manista2017-02-15
| | | | This should have been included in 1a967c31c3a7fbd2d6d5cb6c1e575fdb2d.
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\
| * Enable running Python formattingGravatar Masood Malekghassemi2017-01-17
| |
* | Paper-over Python errorsGravatar Masood Malekghassemi2017-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-2Gravatar Nicolas "Pixel" Noble2017-01-04
|\
| * cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
| |
| * Untracked generated node_modules directoryGravatar ncteisen2016-11-23
| |
* | Starting this from scratchGravatar Nicolas "Pixel" Noble2016-10-20
|/ | | | | -) Basic workspace -) Basic BUILD file with macros
* Fix CMake for WindowsGravatar Arkadiy Shapkin2016-08-18
|
* Add .idea folder to .gitignoreGravatar siddharthshukla2016-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 generatedGravatar thinkerou2016-07-09
|
* Remove toxGravatar Masood Malekghassemi2016-07-01
|
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-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 informationGravatar Masood Malekghassemi2016-07-01
|
* Added file that lets generated code import grpcGravatar murgatroid992016-04-20
|
* Faster code generationGravatar Craig Tiller2016-02-24
|
* Ignoring Gemfile.lock file.Gravatar Nicolas "Pixel" Noble2016-02-03
|
* Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-30
|\
| * Merge pull request #4952 from murgatroid99/node_windows_compileGravatar Nicolas Noble2016-01-29
| |\ | | | | | | Compile Node library on Windows
* | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-29
|\| |
| * | Mitigate Python build directory naming conflictGravatar Masood Malekghassemi2016-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.Gravatar Nicolas "Pixel" Noble2016-01-28
|/ /
| * Make Node library build on WindowsGravatar Michael Lumish2016-01-27
|/
* fix artifact building on winGravatar Jan Tattermusch2016-01-19
|
* Include core in Python distributionGravatar Masood Malekghassemi2016-01-07
|
* Lower latency profilingGravatar Craig Tiller2015-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.Gravatar David Garcia Quintas2015-10-23
| | | | It was causing git to ignore everything within src/core
* Merge branch 'master' into stress_tests_newGravatar Sree Kuchibhotla2015-10-22
|\
* | Interop stress testsGravatar Sree Kuchibhotla2015-10-19
| |
| * Ignore Objective-C generated filesGravatar Jorge Canizales2015-10-15
| |
| * Git ignore XCode derived files across the repoGravatar Jorge Canizales2015-10-15
|/
* Script to generate latency reportsGravatar Craig Tiller2015-10-08
|
* Adding crude html report support.Gravatar Nicolas "Pixel" Noble2015-10-03
|
* Fix (hackily) fling_stream_test under gypGravatar Craig Tiller2015-09-24
|
* Add portlog.txt to gitignoreGravatar Craig Tiller2015-08-07
|
* Use py.test from run_tests.pyGravatar Masood Malekghassemi2015-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.Gravatar Nicolas "Pixel" Noble2015-07-14
|
* Add Python3 testing supportGravatar Masood Malekghassemi2015-07-09
| | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst).