Yang Gao
1a986969d7
add more missing headers
10 years ago
Yang Gao
50556477d4
add missing header
10 years ago
Mugur Marculescu
04e3a6e332
Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2
...
Jayantkolhe patch 2 - Many documentation updates.
10 years ago
Mugur Marculescu
a143af389e
Small change to documentation text.
10 years ago
Jayant Kolhe
ad82155cd5
Update README.md
10 years ago
Jayant Kolhe
6ef57ba3bf
Merge pull request #589 from nathanielmanistaatgoogle/src-python-readme
...
Add a src/python/README.md.
10 years ago
Jayant Kolhe
fca87034a3
Update README.md
10 years ago
Jayant Kolhe
691dbcc7f9
Update README.md
10 years ago
Jayant Kolhe
300748ea7d
Update README.md
10 years ago
Vijay Pai
db80aff06f
Remove cpu.h which is no longer a thing
10 years ago
Jayant Kolhe
06aef235e9
Update README.md
10 years ago
Jayant Kolhe
1b360d3ac7
Update README.md
10 years ago
Jayant Kolhe
80949e36d3
Create README.md
10 years ago
Jayant Kolhe
4040e656c0
Create README.md
10 years ago
Jayant Kolhe
c284c54561
Update README.md
10 years ago
Jayant Kolhe
512da888c4
Update README.md
10 years ago
murgatroid99
1d369e5f80
Added comments and fixed some minor bugs
10 years ago
Nicolas Noble
980a630e7f
Merge pull request #605 from vjpai/mac
...
Mac build is now ready
10 years ago
Nicolas Noble
f42c2ca9ef
Merge pull request #618 from vjpai/plugin
...
Fix a bug in Makefile where cpp_plugin name hadn't been updated yet
10 years ago
Jan Tattermusch
de60b93936
Merge pull request #615 from tbetbetbe/grpc_fix_grpc_gemspec
...
Grpc fix grpc gemspec
10 years ago
Tim Emiola
0e24d5b70f
Fixes case, other minor corrections
10 years ago
Vijay Pai
850290ff7c
Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it
...
was used.
10 years ago
Tim Emiola
f5a7772845
Merge pull request #617 from jtattermusch/csharp_namespace
...
Fix C# readme
10 years ago
Yang Gao
5df27a9e2b
Merge pull request #604 from jboeuf/fix_sprintf
...
Fixing sprintf and a few other things.
10 years ago
Jan Tattermusch
caf7b78703
nit in README
10 years ago
Tim Emiola
d4129ecbd1
Merge pull request #616 from jtattermusch/csharp_namespace
...
C# preparations for going public
10 years ago
Tim Emiola
c33efe4ad5
Fixes the grpc.gemspec, clarifies the installation instructions
10 years ago
Jan Tattermusch
df89cf8391
Updated Copyright information and assembly versions for C#
10 years ago
Tim Emiola
50b91d0018
Removes unnecesary check from the interop teste
10 years ago
Jan Tattermusch
3086862d20
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
10 years ago
Tim Emiola
222fbdf317
Merge pull request #608 from nathanielmanistaatgoogle/interfaces_test_case
...
Rename base/interfaces_test to base/interfaces_test_case.
10 years ago
Tim Emiola
e2e081a32e
Merge pull request #614 from jtattermusch/nitpicking
...
Fixed readme
10 years ago
Nathaniel Manista
a75e4efe23
Merge pull request #610 from nathanielmanistaatgoogle/early-adopter-split
10 years ago
Jan Tattermusch
b4472d8810
fixed readme
10 years ago
Nathaniel Manista
3e2ebff833
Python early_adopter changes in anticipation of interop client.
10 years ago
Yang Gao
148869f36e
Merge pull request #607 from vjpai/compiler
...
One-line fix for namespace bug
10 years ago
Vijay Pai
a5baf18983
One-line fix for namespace bug
10 years ago
Nathaniel Manista
1fbaad110f
Rename base/interfaces_test to base/interfaces_test_case.
...
With this change the Python codebase now conforms to an
"if it ends with _test.py then it is an executable test"
rule.
10 years ago
Yang Gao
c09c2f4f04
Merge remote-tracking branch 'upstream/master' into roots
10 years ago
Yang Gao
0d1e2f2ad9
remove prod_roots_certs.c since it is not used anywhere
10 years ago
vjpai
d5577aac67
More typecasts to avoid sign-comparison problems on EXPECT_EQ
10 years ago
vjpai
c1231eb543
Include typecasts so that int and size_t are not compared (since their
...
signs don't match)
10 years ago
vjpai
cad5f0a448
Some compilers expect class SyncRequest to be declared fully and not just
...
forward-declared before the constructor for Server because this is needed
to manage exception handling for the class std::list that is templated
on SyncRequest
10 years ago
vjpai
20d6c1aa2a
Do not need a Mac-specific CPU header yet as there are no CPU-specific features
...
in use yet
10 years ago
Julien Boeuf
90bd7c4c4d
Fixing sprintf and a few other things.
10 years ago
David Klempner
26fd5a4aed
Merge pull request #603 from ctiller/chex7
...
Fix a TSAN reported race
10 years ago
Tim Emiola
97303a9db7
Merge pull request #585 from jayantkolhe/jayantkolhe-patch-1
...
Update README.md
10 years ago
Tim Emiola
60220f2a7a
Merge pull request #598 from jcanizales/import-ios-library
...
Import ios library
10 years ago
Tim Emiola
bbf11f77a2
Merge pull request #590 from murgatroid99/node_auth_integration
...
Node auth implementation
10 years ago
Craig Tiller
45d26690bf
Merge pull request #600 from nicolasnoble/make-install
...
Polishing Makefile to better install targets.
10 years ago