vjpai
dea740f329
New multithreaded async C++ tests. The server is architected the way
...
that it should be with multiple threads waiting on a single
completion queue.
The client currently uses a separate completion
queue per-thread, as trying to do a single unified queue was leading
to crashes for me. I need to figure that out.
10 years ago
Craig Tiller
6d4b5c23c6
Double -j
10 years ago
Craig Tiller
69cd4c0006
Merge branch 'travis-c' into travis-c++
10 years ago
Nicolas Noble
edfd1023ae
Merge pull request #850 from ctiller/run-tests-timer
...
Add timer to run_tests.py
10 years ago
Craig Tiller
26a3c0777b
Add opt build again
10 years ago
Craig Tiller
904da8cab6
Fix sorting
10 years ago
Craig Tiller
8d813da1fb
Merge branch 'run-tests-timer' into travis-c
10 years ago
Craig Tiller
dcf8cee712
Better parallelize test running on Travis
10 years ago
murgatroid99
bed8f679df
Further modified test running syntax
10 years ago
Craig Tiller
d984936537
Merge branch 'run-tests-timer' into travis-c++
10 years ago
Craig Tiller
b84728d6dd
Better logging for Travis
10 years ago
murgatroid99
589a7b88c8
Further fixed run_tests CLI syntax
10 years ago
Craig Tiller
9d6139a6f6
Add timer to run_tests.py
...
For future profiling work to eliminate/speed-up slow tests.
10 years ago
Nicolas Noble
10682b758c
Merge pull request #842 from nathanielmanistaatgoogle/simple-install-python
...
Simple installation instructions for Python.
10 years ago
Abhishek Kumar
238cdbf2c9
Merge pull request #848 from grpc/jayantkolhe-patch-1
...
Create PATENTS
10 years ago
murgatroid99
995aaf7de4
Fixed run_tests CLI syntax
10 years ago
Jayant Kolhe
0f6aa52f4a
Create PATENTS
10 years ago
Craig Tiller
a0cff6658f
Add apt-gets for gflags, gtest
10 years ago
murgatroid99
d7e3a2b1f5
Changed c++ version flag in binding.gyp
10 years ago
murgatroid99
9ef1610cbb
Added node tests to travis.yml
10 years ago
Craig Tiller
2e9d0f8fbb
Enable building C++
10 years ago
Donna Dionne
1e62329262
Merge branch 'master' of github.com:google/grpc into testing-release
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
a1d7f7f70b
Merge pull request #843 from nicolasnoble/travis
...
Trying to do a better job at running C tests on travis.
10 years ago
Masood Malekghassemi
40e8cbd1ee
Fix bugs in Python code generator
...
Fixes module path finding in the Python code generator and the signatures
of generated servicer methods.
10 years ago
Craig Tiller
1844d6bc9c
Merge pull request #845 from Orphis/patch-1
...
Fix typo in README.md
10 years ago
Florent Castelli
c07b8d6d2d
Fix typo in README.md
10 years ago
Nicolas "Pixel" Noble
a7df3f9e2c
Improving travis output.
10 years ago
Nicolas "Pixel" Noble
10d20a3ec8
Trying to do a better job at running C tests on travis.
10 years ago
Craig Tiller
19e4a331fd
Merge pull request #839 from nicolasnoble/travis
...
Adding a basic travis.yml file.
10 years ago
Nicolas "Pixel" Noble
9f1baf7660
Adding a basic travis.yml file.
10 years ago
Nathaniel Manista
89fccb7d7a
Simple installation instructions for Python.
10 years ago
Masood Malekghassemi
bc53734c2e
Merge pull request #830 from nathanielmanistaatgoogle/python-interop-client
...
The Python interop client.
10 years ago
Abhishek Kumar
b9943ed8a0
Merge pull request #840 from jtattermusch/debian_version
...
fix the version of debian package builder script
10 years ago
Jan Tattermusch
28ab96c0bb
fix the version of debian package builder script
10 years ago
Masood Malekghassemi
e07edc50e1
Merge pull request #831 from nathanielmanistaatgoogle/security-progress
...
Work towards invocation-side security.
10 years ago
Yang Gao
0e32857bfd
Merge pull request #784 from ctiller/timeout
...
Introduce slowdown factor for unit test deadlines
10 years ago
David Klempner
c33731aea6
Merge pull request #822 from ctiller/hard
...
Fix max_concurrent_streams test
10 years ago
Craig Tiller
b7926e0551
Merge pull request #816 from dklempner/dualstack_test_deflake
...
Deflake dualstack socket test
10 years ago
Nathaniel Manista
1c37fe62fd
Work towards invocation-side security.
10 years ago
Nathaniel Manista
c2b402001b
The Python interop client.
...
The server_host_override flag's implementation remaining
outstanding means that this only works over insecure
connections for now.
10 years ago
Jayant Kolhe
18f42e4b7c
Merge pull request #824 from grpc/oaktowner-patch-1
...
Update INSTALL for C
10 years ago
Mugur Marculescu
67347d8a39
Merge pull request #820 from jayantkolhe/jayantkolhe-patch-3
...
Updated Python Status
10 years ago
Craig Tiller
62d637c163
Merge pull request #827 from a11r/d2
...
Minor fix to INSTALL
10 years ago
Abhishek Kumar
2deb9865e9
Update INSTALL
10 years ago
Abhishek Kumar
87709366ae
Update INSTALL
10 years ago
Abhishek Kumar
1f8b0bbeda
Merge branch 'master' of github.com:a11r/grpc
10 years ago
Abhishek Kumar
866816fc30
Merge pull request #826 from tbetbetbe/grpc-ruby-update-gemspec-licencse
...
Update grpc.gemspec
10 years ago
Tim Emiola
c4a4288f83
Update grpc.gemspec
10 years ago
Abhishek Kumar
dda3bb9192
Merge pull request #825 from murgatroid99/node_package_info
...
Added important Node package information and LICENSE file for inclusion ...
10 years ago