Craig Tiller
72f7646358
Merge github.com:grpc/grpc into delete-the-old-api
10 years ago
Craig Tiller
7af7d51c8f
Merge branch 'swappy' of github.com:ctiller/grpc into swappy
10 years ago
Craig Tiller
455253f52c
Merge branch 'one-read' into swappy
10 years ago
murgatroid99
ca38ddb105
Fixed ivar names and comments
10 years ago
murgatroid99
b8776398c5
Exposed server address string in stub
10 years ago
Craig Tiller
dba5e0f96b
Tweak comment
10 years ago
Craig Tiller
39d4d72eb6
Cast away errors on Windows
10 years ago
Craig Tiller
c9b3b1874d
Merge branch 'one-read' of github.com:ctiller/grpc into one-read
10 years ago
Craig Tiller
a8ef3eae92
Merge github.com:grpc/grpc into one-read
10 years ago
Yang Gao
1685d773ef
Merge pull request #1406 from ctiller/crash-boom-bang
...
Incoming stream id validation fixes
10 years ago
Craig Tiller
50f7b87bec
Merge pull request #1411 from jboeuf/ref_cache_default_creds
...
Ref the cached default creds so that we do not crash next time we use it....
10 years ago
murgatroid99
2101a48e1f
Simplified startBatch, resolved comments
10 years ago
Julien Boeuf
f3764292f0
Ref the cache default creds so that we do not crash next time we use it...
10 years ago
Craig Tiller
d7f0fe55b8
Merge pull request #1409 from vjpai/endthreads
...
Move end_threads to subclass
10 years ago
Craig Tiller
dce7a12941
Merge pull request #1410 from murgatroid99/core_ios_thread_local_fix
...
Fix thread local storage error in iOS build
10 years ago
Abhishek Kumar
d7ec8a3dd0
Merge pull request #1369 from ctiller/one-pass
...
Unify transport & channel op interfaces
10 years ago
murgatroid99
33655f970b
Moved deallocation code to the right place
10 years ago
Vijay Pai
4434796073
Merge pull request #1400 from ctiller/timers
...
Capure thread id with default timer implementation
10 years ago
murgatroid99
1cb8bbcf0a
Fix thread local storage error in iOS build
10 years ago
murgatroid99
fe2c0c6569
Added nil check in GRPCWrappedCall initializer
10 years ago
murgatroid99
a571cebe01
Fixed missing increment
10 years ago
David Garcia Quintas
735987bea0
Added documentation to stap script.
10 years ago
David Garcia Quintas
c3edfc4b2b
Fixed repetitions in Makefile.template.
10 years ago
vjpai
07b2fe6f96
Move end_threads to subclass since some subclass-specific fields will still be
...
alive at this time
10 years ago
murgatroid99
def47aa9f3
Removed thrown error in one case
10 years ago
murgatroid99
6a084f46b4
Simplified some batch code, resolved comments
10 years ago
David Garcia Quintas
45d54e4581
Merge remote-tracking branch 'upstream/master' into stap
10 years ago
David Garcia Quintas
8954e90b72
Integration of Systemtap (STAP) for profiling.
...
This commit includes a faulty Makefile to be fixed in a follow commit.
10 years ago
Craig Tiller
f894b1d26f
Merge pull request #1403 from nicolasnoble/slimfast
...
Trimming down useless variables in the Makefile.
10 years ago
Craig Tiller
8a5bce3541
Incoming stream id validation fixes
...
- correct log message on an invalid stream id
- add an additional check that the low bit indicates a client stream id on the server
10 years ago
Nicolas "Pixel" Noble
adaa100e3e
Trimming down useless variables in the Makefile.
...
A bunch of autogenerated variables are currently useless, because of tests actually having no source code attached to them. Let's avoid emitting useless code in that case.
10 years ago
Nathaniel Manista
5b8c255884
Merge pull request #1382 from soltanmm/migrate
...
Python migration to batch core API.
10 years ago
Craig Tiller
1d73b7bffd
Merge github.com:grpc/grpc into one-pass
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
6fb5d56d3d
Merge branch 'one-pass' into delete-the-old-api
10 years ago
Craig Tiller
a0f666aeba
Merge github.com:grpc/grpc into delete-the-old-api
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
9805bb2ce8
Merge github.com:grpc/grpc into one-read
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
4c4d08bdf6
Merge github.com:grpc/grpc into swappy
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
5cf6d0a847
Merge branch 'one-read' into swappy
10 years ago
Craig Tiller
2e3b431676
Merge branch 'one-pass' into one-read
10 years ago
Craig Tiller
c8667056d5
Merge pull request #1367 from yang-g/interop
...
Add two scenarios in interop test
10 years ago
Yang Gao
6eda2d7c8e
Merge pull request #1386 from ctiller/cxx
...
Mac C++ compile fix
10 years ago
Craig Tiller
87ab19f813
Capure thread id with default timer implementation
10 years ago
Craig Tiller
5096849579
Add some helpful timing markers
10 years ago
Craig Tiller
8119c0a08f
Capure thread id with default timer implementation
10 years ago
Craig Tiller
4354a8eb28
Merge github.com:grpc/grpc into one-pass
10 years ago
Craig Tiller
37815e59db
Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass
10 years ago
Craig Tiller
816791ca72
Add comment
10 years ago
murgatroid99
3767f8bdee
Removed Podfile.lock
10 years ago
murgatroid99
b56609c705
Updated GRPCCall comments and spacing
10 years ago
Michael Lumish
c48f26f5dc
Merge pull request #1399 from jcanizales/first-objc-integration-tests
...
First objc integration tests
10 years ago