Michael Lumish
4947638c62
Merge pull request #968 from jtattermusch/csharp_refactoring
...
C# refactoring and code cleanup
10 years ago
Jan Tattermusch
13cd1256af
Used StyleCop to get rid of tabs in the source code
10 years ago
Jan Tattermusch
49fd7fe13f
removed some compiler warnings
10 years ago
Jan Tattermusch
a29d0f3fbc
Split async call into server and client classes sharing the same base.
10 years ago
Nathaniel Manista
ee092fcc62
Merge pull request #965 from soltanmm/py-test
...
Fix Python protoc plugin test workflow
10 years ago
Nicolas Noble
d3be281353
Merge pull request #964 from ctiller/i-am-so-very-lazy
...
Crash in channel/server creation if grpc_init not called
10 years ago
Masood Malekghassemi
b2d4a8de95
Have Python protoc plugin test run with other tests
10 years ago
Craig Tiller
8ace0bc987
Rename to save confusion
10 years ago
Masood Malekghassemi
53f8fea5df
Move protoc output to temporary directory
...
Moves the Python protoc plugin output directory to an auto-generated
temporary directory. Has the build configuration set by environment
variable (consistent with `tools/run-tests/run_tests.py`'s set envvars).
10 years ago
Craig Tiller
60fd361480
Crash in channel/server creation if grpc_init not called
10 years ago
Craig Tiller
004cef71c2
Merge pull request #963 from dklempner/tsan_server_secure
...
Don't call grpc_create_chttp2_transport after destroying the server
10 years ago
David Klempner
fd5d8ffee5
Don't call grpc_create_chttp2_transport after destroying the server
...
Add synchronization in server_secure_chttp2.c to avoid propagating a
completed handshake past that layer to a potentially already destroyed
server.
10 years ago
Jan Tattermusch
2f364c0bb0
Merge pull request #961 from donnadionne/add_csharp
...
Adding csharp to test suite
10 years ago
Donna Dionne
ea85c2c30e
Adding csharp to test suite
...
temp remove timing out test to investigate
10 years ago
Tim Emiola
9709188eb8
Merge pull request #952 from murgatroid99/node_0_12_compatibility
...
Node 0.11+ compatibility
10 years ago
Craig Tiller
1e90c8cffc
Merge pull request #954 from murgatroid99/node_binding_cleanup
...
Cleaned up some unnecessary verbosity in Node's binding.gyp
10 years ago
Nathaniel Manista
639ca900ee
Merge pull request #935 from ctiller/python_parallel
10 years ago
Craig Tiller
49f6132053
Teach run_tests about individual Python tests
...
Allows:
- running python tests in parallel
- clearer Travis output
- subjects each python test to the five minute run_tests timeout,
instead of ALL the tests to the five minute timeout
- easier benchmarking of which tests are slow
10 years ago
Tim Emiola
8104988ce4
Merge pull request #894 from mattn/ruby-2.2.0
...
Support ruby 2.2.0
10 years ago
Vijay Pai
0bc6805c6d
Merge pull request #837 from ctiller/qps_driver
...
QPS driver
10 years ago
Abhishek Kumar
e7a523e910
Merge pull request #951 from rauls5382/service_names
...
Manually resolve well-known service names
10 years ago
Vijay Pai
2ba0a9781e
Merge pull request #955 from ctiller/bugs
...
Fix ref counting
10 years ago
Craig Tiller
461be402a9
Fix ref counting
10 years ago
Craig Tiller
cf667a095d
Merge pull request #953 from dklempner/low_level_ping_pong
...
Fix signed comparison warnings in low_level_ping_pong
10 years ago
Craig Tiller
f94de429aa
Merge pull request #829 from nicolasnoble/win32-fix
...
Fixing Windows build of the python protoc plugin.
10 years ago
Craig Tiller
43ef582e42
override --> GRPC_OVERRIDE
10 years ago
murgatroid99
2decfa2f7c
Removed extra variables
10 years ago
murgatroid99
e40ff65efd
Cleaned out some cruft from binding.gyp
10 years ago
murgatroid99
132ce6a232
Added CONFIG environment variable to build and test scripts, fixed some bugs
10 years ago
Craig Tiller
78524b75d7
Compile fix
10 years ago
David Klempner
a4ac16cdc3
Fix signed comparison warnings in low_level_ping_pong
10 years ago
murgatroid99
a686ffc991
Removes engine restriction from package.json, bumps version
10 years ago
Craig Tiller
2eaf1596bb
ACTUALLY set the server thread pool
10 years ago
murgatroid99
f28066b930
The library now compiles with Node 0.11+ and all versions of io.js
10 years ago
Craig Tiller
a182bf12b0
clang-format
10 years ago
Craig Tiller
ce78a19da2
Merge github.com:grpc/grpc into qps_driver
10 years ago
Craig Tiller
50a976f56c
Linux compile fix
10 years ago
Craig Tiller
96cca4e83a
Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driver
10 years ago
Craig Tiller
c98bef7303
Compile fix
10 years ago
Craig Tiller
a8dc37a2dd
Rename some files
10 years ago
Craig Tiller
d6479d6cc4
Async server works
10 years ago
Craig Tiller
ef63839042
Async client works
10 years ago
Raul Silvera
659be5a134
Manually resolve well-known service names
10 years ago
Michael Lumish
9cf9fcaf53
Merge pull request #950 from jtattermusch/csharp_cloud_to_prod
...
C# interop client support for external CA file
10 years ago
Jan Tattermusch
f7e32a669e
C# interop client support for external CA file
10 years ago
murgatroid99
5f875d2986
Updated some c++ files for 0.11/0.12 compatibility
10 years ago
murgatroid99
3a98218282
Loosened some dependencies, specified compatible engines
10 years ago
Craig Tiller
e38ec21122
Linux compile fix
10 years ago
Nicolas Noble
cac60b57aa
Merge pull request #947 from yang-g/imacros
...
Remove include google/protobuf/message.h
10 years ago
Craig Tiller
d1e18faefc
Async client progress
10 years ago