murgatroid99
357e18123d
Link Node against static dependencies just in case
10 years ago
Craig Tiller
1dd7026cd2
Fixup some tests
10 years ago
murgatroid99
66d6edb7fb
Made pkg-config a variable in the Makefile
10 years ago
Craig Tiller
043a0a83c5
Add a short description of available resolution schemes
10 years ago
murgatroid99
d8f1ef72fb
Reversed condition for requiring rt
10 years ago
murgatroid99
4fed2127b7
Make generated .pc files list themselves as libraries
10 years ago
Craig Tiller
87d2cac981
clang-format changed files
10 years ago
Craig Tiller
63a4e22713
Merge branch 'footprints-on-the-sands-of-time' of github.com:ctiller/grpc into footprints-on-the-sands-of-time
10 years ago
Craig Tiller
f1bff01631
clang-format changed files
10 years ago
Jorge Canizales
1773007f5b
Point tests Podfile to Protobuf submodule instead of release
10 years ago
murgatroid99
b0d8b31b44
Use pkg-config in node's binding.gyp
10 years ago
Craig Tiller
a368bd26d1
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
10 years ago
Craig Tiller
863fad71ea
Update Windows for new time system
10 years ago
Craig Tiller
20b5fe9282
Fixup C++
10 years ago
Craig Tiller
1a65a234d9
Add metadata refcount debugging
10 years ago
Craig Tiller
f81ac3aced
Make log lines line up and be prettier
10 years ago
Craig Tiller
377881204f
Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name
10 years ago
Craig Tiller
3f2db5a4a1
Fix potential double delete
10 years ago
Vijay Pai
775eaec770
Merge pull request #2151 from sidrakesh93/master
...
Changes required for reporting metrics to performance database server
10 years ago
Michael Lumish
8497c79155
Merge pull request #2301 from jcanizales/move-grpcmethodname
...
Move GRPCMethodName to the Proto-specific gRPC client
10 years ago
Michael Lumish
790d7b7881
Merge pull request #2297 from jcanizales/fix-build
...
Fix build breakage of moving include/grpc/ into grpc/
10 years ago
Craig Tiller
825b21cd1f
Fix segfault
...
The server transport started reading fractionally too early, leading to
the accept callback not being ready in some cases.
10 years ago
Craig Tiller
a82fef14b3
Fix bad assert, memory leak
10 years ago
Craig Tiller
bdfd8976e1
Merge github.com:grpc/grpc into tis-but-thy-name
10 years ago
Craig Tiller
d1dd3a68a2
Merge pull request #2117 from dgquintas/bb_from_bbreader
...
Introduced function to create byte buffers from the output of a byte buffer reader.
10 years ago
Craig Tiller
9188d7a2df
Change transport contract to automatically disconnect after sending a goaway
...
iff there are no calls left - lets us remove this tracking from the server where it required a server-wide lock, and instead do the processing under the transport lock which parallelizes much more cleanly.
10 years ago
Craig Tiller
092d8d1b7f
Remove ALL_CALLS list
10 years ago
Jorge Canizales
5260f53cda
Rename HTTP2Path -> HTTPPath
10 years ago
Jorge Canizales
be808e36f6
Move ProtoMethod to ProtoRPC package
10 years ago
Jorge Canizales
1ac8f9a26a
Rename interface->service
10 years ago
Jorge Canizales
469d4b6fde
Rename GRPCMethodName->ProtoMethod
10 years ago
Jorge Canizales
7eff1df186
Point tests Podfile to head protobuf podspec
10 years ago
Craig Tiller
1a71811678
Add parallel execution for generate_projects
10 years ago
Jorge Canizales
951cd18309
Fix build breakage of moving include/grpc/ into grpc/
10 years ago
Jorge Canizales
9506819c50
Fix build breakage of moving include/grpc/ into grpc/
10 years ago
Craig Tiller
cae5bf586f
Structure repacking and sizing
10 years ago
Jorge Canizales
3beb240544
Minor doc fix in BUILD and BUILD.template
10 years ago
Jorge Canizales
24b2f67b80
Add copyright notice and documentation to .bzl file.
10 years ago
Jorge Canizales
8637ececfd
Use a protoc compiled from sources
10 years ago
Jorge Canizales
907fad9c4d
Support multiple proto sources
10 years ago
Jorge Canizales
d9435277fb
Split messages and services macros
10 years ago
Jorge Canizales
164f633283
Extract filename transformations into functions
10 years ago
Craig Tiller
6f9f812174
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
10 years ago
Craig Tiller
f3756c1e0d
Introduce multiple clocks to GPR
10 years ago
David G. Quintas
05c9769063
Merge pull request #2285 from ctiller/drip-drip-drip-says-the-bucket
...
Fix a reference leak
10 years ago
Craig Tiller
df26af5f66
Fix refcount leak
10 years ago
David G. Quintas
ef558b321f
Merge pull request #2284 from ctiller/oops-i-split-it-again
...
Remove errant assert
10 years ago
Craig Tiller
51fbeb0c7c
Remove debug code
10 years ago
Craig Tiller
0e640a8cb2
Properly reset counter
10 years ago
Craig Tiller
39fa7db46b
Remove errant assert
10 years ago