Craig Tiller
1f8d92d3ec
sockaddr_un needs the null terminator included in the address length
10 years ago
Nicolas Noble
f4fb8e08c4
Merge pull request #699 from ctiller/mac3
...
Fix in tree build of protobuf
10 years ago
Craig Tiller
9ec95fafdc
Fix in tree build of protobuf
...
If we are building protobuf because of an incompatible out of tree protobuf installation, then make sure that we don't accidentally use that versions includes.
10 years ago
Craig Tiller
1426a23c18
Merge pull request #698 from nicolasnoble/verify-install
...
Adding a helpful installation message about protobuf.
10 years ago
Nicolas "Pixel" Noble
98ab998c29
Adding a helpful installation message about protobuf.
...
Also, fixing protobuf in-place compilation for real, this time.
10 years ago
Nicolas Noble
3f0ddff869
Merge pull request #697 from ctiller/mac2
...
This magically fixes the C build on my Mac
10 years ago
Craig Tiller
97c3dcec0c
This magically fixes the C build on my Mac
10 years ago
Donna Dionne
b5795aa24d
Fixing docker file and image building for python.
10 years ago
Nathaniel Manista
8623ad0847
Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixed
10 years ago
Masood Malekghassemi
b13673dd7a
Added compiler plugin test for Python.
10 years ago
Jan Tattermusch
51b4979629
Merge pull request #693 from nicolasnoble/regen-makefile
...
Regenerated outdated Makefile.
10 years ago
Nicolas "Pixel" Noble
1c0542fd1c
Regenerated outdated Makefile.
10 years ago
Tim Emiola
dd11207b65
Merge pull request #601 from murgatroid99/node_route_guide_sample
...
Added route_guide server example implementation
10 years ago
Nicolas Noble
6a88c2523a
Merge pull request #690 from ctiller/mac2
...
Fix in tree build of openssl on mac
10 years ago
Tim Emiola
16ffd653c7
Merge pull request #684 from jtattermusch/dockerfile_fixes
...
Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python
10 years ago
Craig Tiller
724f5dcd07
Merge pull request #689 from nicolasnoble/macos-fix
...
Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS.
10 years ago
Craig Tiller
cc3e613564
Merge pull request #687 from nicolasnoble/no-install-protobuf
...
Let's not install our potentially broken version of protobuf onto the system and pollute people's environment.
10 years ago
Craig Tiller
a63ea02fbc
Merge pull request #688 from nicolasnoble/local-protobuf-build
...
Force compilation of protobuf using -fPIC.
10 years ago
Craig Tiller
ec0430335d
Fix in tree build of openssl on mac
10 years ago
Nicolas "Pixel" Noble
36a6e18b4e
Let's not install our potentially broken version of protobuf onto the system and pollute people's environment.
10 years ago
Nicolas "Pixel" Noble
5732a8c99a
Force compilation of protobuf using -fPIC.
10 years ago
Nathaniel Manista
2f89f79d13
Merge pull request #685 from soltanmm/gen-code-update
10 years ago
Jan Tattermusch
97ef5e42f5
Merge pull request #679 from tbetbetbe/grpc_ruby_update_readme
...
Grpc ruby update readme
10 years ago
Nicolas "Pixel" Noble
932d5d33d4
Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS.
10 years ago
Jan Tattermusch
cad2782c6f
Forgot to commit some files
10 years ago
Tim Emiola
79a0a521f8
Update README.md
10 years ago
Jan Tattermusch
213ecbfcfa
Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python
10 years ago
Masood Malekghassemi
f5f83be4fc
Replaces the generated code in src/python/interop/interop with more recently generated code.
10 years ago
Craig Tiller
e819960592
Merge pull request #660 from nicolasnoble/httpcli_test
...
Disabled httpcli_test, and ran build cleaner.
10 years ago
Nicolas "Pixel" Noble
d8fb2af491
Merge branch 'master' of github.com:google/grpc into httpcli_test
...
Conflicts:
Makefile
10 years ago
Craig Tiller
f6b04156aa
Merge pull request #683 from nicolasnoble/unsecure-fix
...
Various MacOS build fixes.
10 years ago
Nicolas "Pixel" Noble
1f0d58d69c
Merge branch 'master' of github.com:google/grpc into unsecure-fix
...
Conflicts:
Makefile
build.json
vsprojects/vs2013/grpc.vcxproj
vsprojects/vs2013/grpc.vcxproj.filters
vsprojects/vs2013/grpc_shared.vcxproj
vsprojects/vs2013/grpc_shared.vcxproj.filters
vsprojects/vs2013/grpc_unsecure.vcxproj
vsprojects/vs2013/grpc_unsecure.vcxproj.filters
10 years ago
Yang Gao
fb7db9d607
Merge pull request #677 from ctiller/diagnose
...
Add a facility to control tracing without recompiling
10 years ago
Nicolas "Pixel" Noble
dda049ce18
Various MacOS build fixes.
...
-) Secure files shouldn't be in the base grpc.
-) grpc++ depends on gpr.
-) grpc++ depends on protobuf (!)
10 years ago
Craig Tiller
46863cffb6
Make it possible to compile out tracing
10 years ago
Julien Boeuf
3e001792fa
Adding roots.pem from Mozilla and associated logic.
...
- The roots.pem file has been generated from
https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt
using
https://github.com/agl/extract-nss-root-certs
10 years ago
Masood Malekghassemi
04608c4134
Merge pull request #668 from nathanielmanistaatgoogle/assembly
...
The framework.assembly package.
10 years ago
Craig Tiller
e23555a729
Merge github.com:google/grpc into diagnose
10 years ago
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
Craig Tiller
d7f333547c
Makefile cleanup
10 years ago
Craig Tiller
ab37138647
Update year
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
murgatroid99
9c3604774d
Added pubsub demo client
10 years ago
Michael Lumish
00bdbe64a0
Merge pull request #669 from yang-g/comments
...
clean up some internal path and names
10 years ago