Tim Emiola
bd87162f0b
Update README.md
...
More comment improvements
10 years ago
Tim Emiola
5b07190843
Update README.md
...
fix comment about the installation location
10 years ago
Tim Emiola
400ba76208
Update README.md
10 years ago
Craig Tiller
6e7c62285c
Add a facility to control tracing without recompiling
...
This will help greatly when it comes to diagnosing customer issues.
10 years ago
Nicolas Noble
98cb4767cd
Merge pull request #675 from jtattermusch/ruby_gen_fix
...
Fix ruby generator build
10 years ago
Jan Tattermusch
3d55595dee
added include <iostream>. Closes #674
10 years ago
murgatroid99
05c1480931
Updated client and server to use db from a variable path
10 years ago
Nathaniel Manista
7efe54e336
The framework.assembly package.
...
This provides for now what should be a nicer interface for code
generation than that of the Face layer. In terms of abstraction
it's conceptually very similar so the two should probably be
merged as soon as is reasonable.
10 years ago
Michael Lumish
00bdbe64a0
Merge pull request #669 from yang-g/comments
...
clean up some internal path and names
10 years ago
Nicolas Noble
787ea2918a
Merge pull request #672 from ctiller/clean_build
...
Always run build cleaner
10 years ago
Nicolas Noble
a07d343a51
Merge pull request #671 from ctiller/interop
...
Make run_tests.py respect the run= attribute
10 years ago
Nicolas Noble
d539f69c72
Merge pull request #663 from vjpai/python
...
Minor changes for compatibility across different compilers
10 years ago
Nicolas Noble
b068809340
Merge pull request #637 from jtattermusch/debian_package
...
Debian packages libgrpc and libgrpc-dev
10 years ago
Nicolas Noble
3a6fe1b2a7
Merge pull request #592 from ctiller/chex2
...
Fix TSAN reported error in fd_posix.c
10 years ago
Tim Emiola
c4641f7fb7
Merge pull request #673 from jtattermusch/csharp_nuget
...
added NuGet package specifications
10 years ago
Jan Tattermusch
4e40db0e46
added NuGet package specifications
10 years ago
Craig Tiller
26512043ac
Always run build cleaner
10 years ago
Craig Tiller
9024f47182
Cleanup
10 years ago
Craig Tiller
772a976434
Re-enable rewrite test
10 years ago
Craig Tiller
04ab715339
Also check build=test
10 years ago
Craig Tiller
5f9d615d8d
Make run_tests.py respect the run= attribute
10 years ago
jboeuf
cc07b2d094
Merge pull request #665 from nicolasnoble/ssl-prefix
...
Defining an installation prefix for grpc's root certs at compilation time.
10 years ago
Yang Gao
3c472d2036
Merge pull request #670 from ctiller/interop
...
Make interop server respond to sigint
10 years ago
Craig Tiller
2f3e2ec865
Make interop server respond to sigint
...
This will allow the test to shut down cleanly, and avoid failing.
10 years ago
Yang Gao
bbd67c0499
clean up some internal path and names
10 years ago
Yang Gao
108f43b59b
Merge pull request #661 from jboeuf/remove_hardcoded_ssl_roots
...
Removing the hardcoded SSL roots.
10 years ago
Nicolas "Pixel" Noble
72743820ab
Defining an installation prefix for grpc's root certs at compilation time.
10 years ago
vjpai
5b47818d93
Some compilers not happy with <:: and need < :: instead
10 years ago
vjpai
c729d930e7
signed-unsigned comparison issue
10 years ago
murgatroid99
ce02e0dbe5
Added comments to route_guide_client.js
10 years ago
Julien Boeuf
1bc21a46db
Removing the hardcoded SSL roots.
...
- Makes 2 tests fail:
- httpcli_test
- interop_test
10 years ago
Tim Emiola
b681d0adba
Merge pull request #656 from jtattermusch/csharp_projectrename
...
C# renaming of VS projects and some cleanup
10 years ago
Nathaniel Manista
477ce9fd9a
Merge pull request #627 from nathanielmanistaatgoogle/sync-async
10 years ago
Nathaniel Manista
331fcb9dc3
Add SyncAsync interfaces and implementations.
...
These invocation-side values allow users to choose
between synchronous and asynchronous execution of
their RPCs with a single attribute access.
10 years ago
murgatroid99
410ddaa421
Formatted db file
10 years ago
Nicolas "Pixel" Noble
3f1e696686
Disabled httpcli_test, and ran build cleaner.
10 years ago
Nathaniel Manista
b472e2364a
Merge pull request #657 from nathanielmanistaatgoogle/thread-leak-fix
10 years ago
Nathaniel Manista
97993b65b3
Fix a thread leak bug.
...
Successful operations were leaking the thread used for expiration
monitoring. This change ensures that the ExpirationManager for the
operation always has its abort() method called when the
TerminationManager for the operation judges the operation to have
terminated.
10 years ago
Craig Tiller
c9a53f9568
Merge pull request #606 from yang-g/roots
...
remove prod_roots_certs.c
10 years ago
Craig Tiller
7a5b53cb6e
Merge pull request #655 from yang-g/copyleft
...
include .m in check_copyright.py
10 years ago
Yang Gao
aad032532c
Merge pull request #652 from ctiller/interop2
...
Ensure interop tests are run as part of run_tests
10 years ago
Yang Gao
87e8b6df45
Merge pull request #651 from ctiller/interop
...
Fix server side large message receiving
10 years ago
Jan Tattermusch
b2d4b8399a
Added EXPERIMENTAL-ONLY disclaimer file
10 years ago
Jan Tattermusch
01829813b8
update README file
10 years ago
Jan Tattermusch
92aa11dff6
renamed MathClient -> Grpc.Examples.MathClient
10 years ago
Jan Tattermusch
babfd91e4a
Rename Grpc.Api to Grpc.Examples
10 years ago
Jan Tattermusch
d3a7927620
moved proto files to Grpc.IntegrationTesting
10 years ago
Jan Tattermusch
03e9da7a7c
moved interop testing specific files to Grpc.IntegrationTesting
10 years ago
Jan Tattermusch
8b86b15e67
renaming of VS projects and other minor structural fixes
10 years ago
Jan Tattermusch
b84abbd307
set assembly versions to 0.1 to have lower version than languages in alpha
10 years ago