Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
9ec95fafdce16c2fbc1ac8b598e1483340c00f6e
/
src
97c3dce
This magically fixes the C build on my Mac
by Craig Tiller
· 10 years ago
dd11207
Merge pull request #601 from murgatroid99/node_route_guide_sample
by Tim Emiola
· 10 years ago
2f89f79
Merge pull request #685 from soltanmm/gen-code-update
by Nathaniel Manista
· 10 years ago
97ef5e4
Merge pull request #679 from tbetbetbe/grpc_ruby_update_readme
by Jan Tattermusch
· 10 years ago
79a0a52
Update README.md
by Tim Emiola
· 10 years ago
f5f83be
Replaces the generated code in src/python/interop/interop with more recently generated code.
by Masood Malekghassemi
· 10 years ago
d8fb2af
Merge branch 'master' of github.com:google/grpc into httpcli_test
by Nicolas "Pixel" Noble
· 10 years ago
fb7db9d
Merge pull request #677 from ctiller/diagnose
by Yang Gao
· 10 years ago
46863cf
Make it possible to compile out tracing
by Craig Tiller
· 10 years ago
04608c4
Merge pull request #668 from nathanielmanistaatgoogle/assembly
by Masood Malekghassemi
· 10 years ago
e23555a
Merge github.com:google/grpc into diagnose
by Craig Tiller
· 10 years ago
bd87162
Update README.md
by Tim Emiola
· 10 years ago
5b07190
Update README.md
by Tim Emiola
· 10 years ago
400ba76
Update README.md
by Tim Emiola
· 10 years ago
6e7c622
Add a facility to control tracing without recompiling
by Craig Tiller
· 10 years ago
3d55595
added include <iostream>. Closes #674
by Jan Tattermusch
· 10 years ago
05c1480
Updated client and server to use db from a variable path
by murgatroid99
· 10 years ago
7efe54e
The framework.assembly package.
by Nathaniel Manista
· 10 years ago
00bdbe6
Merge pull request #669 from yang-g/comments
by Michael Lumish
· 10 years ago
d539f69
Merge pull request #663 from vjpai/python
by Nicolas Noble
· 10 years ago
3a6fe1b
Merge pull request #592 from ctiller/chex2
by Nicolas Noble
· 10 years ago
c4641f7
Merge pull request #673 from jtattermusch/csharp_nuget
by Tim Emiola
· 10 years ago
4e40db0
added NuGet package specifications
by Jan Tattermusch
· 10 years ago
cc07b2d
Merge pull request #665 from nicolasnoble/ssl-prefix
by jboeuf
· 10 years ago
bbd67c0
clean up some internal path and names
by Yang Gao
· 10 years ago
108f43b
Merge pull request #661 from jboeuf/remove_hardcoded_ssl_roots
by Yang Gao
· 10 years ago
7274382
Defining an installation prefix for grpc's root certs at compilation time.
by Nicolas "Pixel" Noble
· 10 years ago
c729d93
signed-unsigned comparison issue
by vjpai
· 10 years ago
ce02e0d
Added comments to route_guide_client.js
by murgatroid99
· 10 years ago
1bc21a4
Removing the hardcoded SSL roots.
by Julien Boeuf
· 10 years ago
b681d0a
Merge pull request #656 from jtattermusch/csharp_projectrename
by Tim Emiola
· 10 years ago
477ce9f
Merge pull request #627 from nathanielmanistaatgoogle/sync-async
by Nathaniel Manista
· 10 years ago
331fcb9
Add SyncAsync interfaces and implementations.
by Nathaniel Manista
· 10 years ago
410ddaa
Formatted db file
by murgatroid99
· 10 years ago
3f1e696
Disabled httpcli_test, and ran build cleaner.
by Nicolas "Pixel" Noble
· 10 years ago
b472e23
Merge pull request #657 from nathanielmanistaatgoogle/thread-leak-fix
by Nathaniel Manista
· 10 years ago
97993b6
Fix a thread leak bug.
by Nathaniel Manista
· 10 years ago
7a5b53c
Merge pull request #655 from yang-g/copyleft
by Craig Tiller
· 10 years ago
87e8b6d
Merge pull request #651 from ctiller/interop
by Yang Gao
· 10 years ago
b2d4b83
Added EXPERIMENTAL-ONLY disclaimer file
by Jan Tattermusch
· 10 years ago
0182981
update README file
by Jan Tattermusch
· 10 years ago
92aa11d
renamed MathClient -> Grpc.Examples.MathClient
by Jan Tattermusch
· 10 years ago
babfd91
Rename Grpc.Api to Grpc.Examples
by Jan Tattermusch
· 10 years ago
d3a7927
moved proto files to Grpc.IntegrationTesting
by Jan Tattermusch
· 10 years ago
03e9da7
moved interop testing specific files to Grpc.IntegrationTesting
by Jan Tattermusch
· 10 years ago
8b86b15
renaming of VS projects and other minor structural fixes
by Jan Tattermusch
· 10 years ago
b84abbd
set assembly versions to 0.1 to have lower version than languages in alpha
by Jan Tattermusch
· 10 years ago
5fc9029
include .m in check_copyright.py
by Yang Gao
· 10 years ago
1b2f902
Merge pull request #645 from ctiller/32bit
by Jan Tattermusch
· 10 years ago
d9e6413
Fix server side large message receiving
by Craig Tiller
· 10 years ago
c04c573
Clean up Python C API use in src/python/src/grpc/_adapter/*.c. Specifically:
by Thomas Wouters
· 10 years ago
2c29920
Revert "Adding a constant for a well known place where the SSL roots are installed."
by Nicolas Noble
· 10 years ago
d0c0a9d
Adding a constant for a well known place where the SSL roots are installed.
by Julien Boeuf
· 10 years ago
54f9a65
32 bit compilation fixes for core
by Craig Tiller
· 10 years ago
d7e8765
Added client and fixed some server bugs
by murgatroid99
· 10 years ago
52978e5
Merge pull request #639 from soltanmm/master
by Nathaniel Manista
· 10 years ago
081f956
Removed unused/wrong generated Python code imports from Python codegen.
by Masood Malekghassemi
· 10 years ago
777a089
Explicitly use nodejs to run tests
by murgatroid99
· 10 years ago
a6793f2
Merge branch 'master' into node_route_guide_sample
by murgatroid99
· 10 years ago
f4ce945
Merge pull request #631 from soltanmm/master
by Tim Emiola
· 10 years ago
d81b6e3
Removed reference to non-existent header
by murgatroid99
· 10 years ago
33e0989
Switched to a smaller area of features
by murgatroid99
· 10 years ago
b6c2f52
Switched to using pre-defined list of features
by murgatroid99
· 10 years ago
f8e297a
Added protoc plugin for Python GRPC.
by Masood Malekghassemi
· 10 years ago
3e9e180
Merge pull request #629 from jcanizales/fix-internal-include-path
by Tim Emiola
· 10 years ago
788b766
Fix internal include path
by Jorge Canizales
· 10 years ago
85e4f53
Merge pull request #628 from murgatroid99/node_lint
by Tim Emiola
· 10 years ago
dca966d
Fixed lint errors
by murgatroid99
· 10 years ago
f8a9b1c
Added lint script
by murgatroid99
· 10 years ago
9ea2e3a
Added files to the node package
by murgatroid99
· 10 years ago
04e3a6e
Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2
by Mugur Marculescu
· 10 years ago
ad82155
Update README.md
by Jayant Kolhe
· 10 years ago
6ef57ba
Merge pull request #589 from nathanielmanistaatgoogle/src-python-readme
by Jayant Kolhe
· 10 years ago
691dbcc
Update README.md
by Jayant Kolhe
· 10 years ago
300748e
Update README.md
by Jayant Kolhe
· 10 years ago
06aef23
Update README.md
by Jayant Kolhe
· 10 years ago
1b360d3
Update README.md
by Jayant Kolhe
· 10 years ago
80949e3
Create README.md
by Jayant Kolhe
· 10 years ago
4040e65
Create README.md
by Jayant Kolhe
· 10 years ago
1d369e5
Added comments and fixed some minor bugs
by murgatroid99
· 10 years ago
980a630
Merge pull request #605 from vjpai/mac
by Nicolas Noble
· 10 years ago
de60b93
Merge pull request #615 from tbetbetbe/grpc_fix_grpc_gemspec
by Jan Tattermusch
· 10 years ago
0e24d5b
Fixes case, other minor corrections
by Tim Emiola
· 10 years ago
f5a7772
Merge pull request #617 from jtattermusch/csharp_namespace
by Tim Emiola
· 10 years ago
5df27a9
Merge pull request #604 from jboeuf/fix_sprintf
by Yang Gao
· 10 years ago
caf7b78
nit in README
by Jan Tattermusch
· 10 years ago
d4129ec
Merge pull request #616 from jtattermusch/csharp_namespace
by Tim Emiola
· 10 years ago
c33efe4
Fixes the grpc.gemspec, clarifies the installation instructions
by Tim Emiola
· 10 years ago
df89cf8
Updated Copyright information and assembly versions for C#
by Jan Tattermusch
· 10 years ago
50b91d0
Removes unnecesary check from the interop teste
by Tim Emiola
· 10 years ago
3086862
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
by Jan Tattermusch
· 10 years ago
222fbdf
Merge pull request #608 from nathanielmanistaatgoogle/interfaces_test_case
by Tim Emiola
· 10 years ago
3e2ebff
Python early_adopter changes in anticipation of interop client.
by Nathaniel Manista
· 10 years ago
1fbaad1
Rename base/interfaces_test to base/interfaces_test_case.
by Nathaniel Manista
· 10 years ago
cad5f0a
Some compilers expect class SyncRequest to be declared fully and not just
by vjpai
· 10 years ago
20d6c1a
Do not need a Mac-specific CPU header yet as there are no CPU-specific features
by vjpai
· 10 years ago
90bd7c4
Fixing sprintf and a few other things.
by Julien Boeuf
· 10 years ago
26fd5a4
Merge pull request #603 from ctiller/chex7
by David Klempner
· 10 years ago
60220f2
Merge pull request #598 from jcanizales/import-ios-library
by Tim Emiola
· 10 years ago
bbf11f7
Merge pull request #590 from murgatroid99/node_auth_integration
by Tim Emiola
· 10 years ago
Next »