vjpai
56c5129629
Rename Async methods from generator to avoid naming conflicts to
...
bind and other functions
10 years ago
vjpai
95a34efc38
Add async multithreaded tests to build scripts
10 years ago
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
Nicolas Noble
edfd1023ae
Merge pull request #850 from ctiller/run-tests-timer
...
Add timer to run_tests.py
10 years ago
Craig Tiller
b84728d6dd
Better logging for Travis
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
Jayant Kolhe
0f6aa52f4a
Create PATENTS
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
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
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
Dan Ciruli
4175d84d00
Update INSTALL for C
...
Missed a step
10 years ago
Craig Tiller
e2d795a27b
Fix max_concurrent_streams test
10 years ago
Jayant Kolhe
806dde1bcb
Update README.md
10 years ago
Jayant Kolhe
fcfbb41f1d
Update README.md
10 years ago
Craig Tiller
68acd35676
Merge pull request #813 from tbetbetbe/grpc_ruby_initial_version
...
Synchronize initial package versions
10 years ago
Nicolas Noble
c404055415
Merge pull request #815 from nathanielmanistaatgoogle/py-cleanup
...
Sanitize a reference number.
10 years ago
Nathaniel Manista
1ffe4feb6f
Sanitize a reference number.
10 years ago
Tim Emiola
ed3671e180
Synchronize initial package versions
10 years ago
David Klempner
57c0061d78
Deflake dualstack socket test
...
The test currently allocates a single port and reuses it through the
test. Given the timeouts in this test this leaves substantial race
windows where other processes on the same machine could steal the port
between subcases.
Instead, as a simple hack, allocate a new port before each test.
10 years ago
Craig Tiller
3ce8b554f4
Merge pull request #812 from nathanielmanistaatgoogle/python-version-number
...
Set Python version number to 0.4.0.
10 years ago
Nathaniel Manista
c6e42c8a86
Set Python version number to 0.4.0.
10 years ago
Craig Tiller
f2b220575e
Merge pull request #811 from murgatroid99/node_version_bump_0.5.0
...
Bumped node version to 0.5.0
10 years ago
murgatroid99
9e47368d8f
Bumped node version to 0.5.0
10 years ago
Craig Tiller
fc797b77e2
Merge pull request #803 from grpc/oaktowner-patch-1
...
Update binding.gyp
10 years ago
Craig Tiller
9c7a6afaac
Merge pull request #806 from grpc/oaktowner-patch-2
...
Changing to use node instead of nodejs
10 years ago
Craig Tiller
82942f44ed
Merge pull request #807 from grpc/oaktowner-patch-1-1
...
Clarify INSTALL
10 years ago
Tim Emiola
874f9c9d3b
Merge pull request #789 from jtattermusch/interop_testing
...
In-process unit tests with test service, some interop test fixes.
10 years ago
Tim Emiola
201362637b
Merge pull request #810 from murgatroid99/node_instructions
...
Add Debian nodejs-legacy instructions
10 years ago
Michael Lumish
b189cbe7c0
Add Debian nodejs-legacy instructions
10 years ago
donnadionne
4e535a0954
Merge pull request #809 from nicolasnoble/python-emplace
...
Removing emplace from python plugin.
10 years ago
Nicolas "Pixel" Noble
e6d72c2b4e
Removing emplace from python plugin.
10 years ago
Dan Ciruli
de3c654bc9
Clarify INSTALL
...
Added better instructions (including the git instructions).
10 years ago
Masood Malekghassemi
3c17f04af9
Merge pull request #795 from nathanielmanistaatgoogle/python-client-credentials
...
Python ClientCredentials object.
10 years ago
Masood Malekghassemi
02a74dd244
Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes
...
Final changes to the early_adopter API.
10 years ago