Michael Lumish
|
03f0bd6786
|
Merge pull request #2501 from jcanizales/gpr-inf-future
Fix C library gpr_inf_future breakage
|
9 years ago |
Michael Lumish
|
baf2ab0c30
|
Merge pull request #2503 from jcanizales/fixup-codegen
Fixup codegen now that GRXWriter is a class
|
9 years ago |
Stanley Cheung
|
669297b281
|
Merge pull request #2536 from stanley-cheung/add_homebrew_to_jenkins
missed a php depenedency in dockerfile
|
9 years ago |
Michael Lumish
|
ba906eda12
|
Merge pull request #2500 from jcanizales/remove-cocoapods-warning
Remove Cocoapods warning of OTHER_LDFLAGS
|
9 years ago |
Stanley Cheung
|
b00472b62a
|
missed a php depenedency in dockerfile
|
9 years ago |
Michael Lumish
|
b69d4c05ba
|
Merge pull request #2499 from jcanizales/move-delegate-wrapper-to-grx
Move GRPCDelegateWrapper to GRXConcurrentWriteable
|
9 years ago |
Michael Lumish
|
8584cb108d
|
Merge pull request #2497 from jcanizales/update-head-v-to-0.7
Move head podspec to v0.7.
|
9 years ago |
Jan Tattermusch
|
a314f2cab5
|
Merge pull request #2531 from stanley-cheung/add_homebrew_to_jenkins
temp directory doesnt work when tests run in parallel
|
9 years ago |
Stanley Cheung
|
488a5b40b9
|
temp directory doesnt work when tests run in parallel
|
9 years ago |
Jan Tattermusch
|
9b602e06dc
|
Merge pull request #2491 from stanley-cheung/add_homebrew_to_jenkins
Support macos in jenkins run_distributions script
|
9 years ago |
Craig Tiller
|
f08b067cdb
|
Merge pull request #2494 from grpc/cconfig-readme
client config README small fixes
|
9 years ago |
Craig Tiller
|
ad339108f1
|
Merge branch 'dgquintas-decompression'
|
9 years ago |
Craig Tiller
|
b4e70366c6
|
Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression
Conflicts:
Makefile
vsprojects/Grpc.mak
|
9 years ago |
Stanley Cheung
|
17bb3ec921
|
support macos in jenkins run_distributions script
|
9 years ago |
Nicolas Noble
|
d82d0b295b
|
Merge pull request #2319 from dgquintas/str_join_with_sep
Added convenience functions gpr_strjoin_sep and grp_strsplit
|
9 years ago |
Nicolas Noble
|
436822131e
|
Merge pull request #2476 from murgatroid99/ruby_fix_warnings
Clean up some warnings in the ruby wrapping code
|
9 years ago |
David G. Quintas
|
faeeac5750
|
Rephrasing of lb policies sentence
|
9 years ago |
Jorge Canizales
|
9fce455435
|
Fixup codegen now that GRXWriter is a class
|
9 years ago |
Jorge Canizales
|
570e9417b6
|
Fix C library gpr_inf_future breakage
|
9 years ago |
Jorge Canizales
|
243e8ee4eb
|
Remove Cocoapods warning of OTHER_LDFLAGS
We don’t use the Tests library target anyway.
|
9 years ago |
Jorge Canizales
|
6531b2b791
|
Make the call retain cycle explicit and encapsulated within GRPCCall.m
|
9 years ago |
Jorge Canizales
|
4c6f778cfd
|
ConcurrentWriteable: NSData *message -> id value
|
9 years ago |
Jorge Canizales
|
35f003b24e
|
Rename GRPCDelegateWrapper -> GRXConcurrentWriteable
And move it to the RxLibrary.
|
9 years ago |
jboeuf
|
f2b702071c
|
Merge pull request #2404 from yang-g/oauth_interop
Oauth interop
|
9 years ago |
yang-g
|
5e7e55b957
|
Merge with head and resolve conflict
|
9 years ago |
Jorge Canizales
|
63c3efb6fa
|
Move head podspec to v0.7.
Readd the commented-out config to suppress warnings, to have it handy
for submissions.
|
9 years ago |
David G. Quintas
|
4a4e22d11a
|
client config README small fixes
Tiny typo plus addition of URI RFC reference and formatting.
|
9 years ago |
Vijay Pai
|
f87a0984ab
|
Merge pull request #2470 from ctiller/i-want-to-wait-free
Lock free requested call fulfillment path
|
9 years ago |
David Garcia Quintas
|
6016e260ca
|
Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep
|
9 years ago |
Nicolas Noble
|
e9881bbaf3
|
Merge pull request #2403 from ctiller/no-worries-i-can-wait
Add a clock_type field to gpr_timespec
|
9 years ago |
David Garcia Quintas
|
0c2f1626c0
|
Moved docs from .c to .h for compress_filter
|
9 years ago |
David Garcia Quintas
|
cadbf22467
|
Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms
|
9 years ago |
Craig Tiller
|
2d883e7231
|
Merge pull request #2489 from yang-g/header_guard
set header guard
|
9 years ago |
Craig Tiller
|
29cb6dd21f
|
Merge pull request #2482 from vjpai/rename_schedule_callback
ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
|
9 years ago |
yang-g
|
463cde7cf9
|
update according to spec change
|
9 years ago |
Craig Tiller
|
efccb3f5ce
|
Merge pull request #2472 from nicolasnoble/4000-is-infinite-right
Changing a very long (4000s) deadline to 10s.
|
9 years ago |
yang-g
|
6ca6ec884d
|
set header guard
|
9 years ago |
Craig Tiller
|
e086725e4c
|
Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worries-i-can-wait
|
9 years ago |
Craig Tiller
|
c9fef6f521
|
Merge github.com:grpc/grpc into no-worries-i-can-wait
|
9 years ago |
Craig Tiller
|
af26143b6f
|
Merge github.com:grpc/grpc into i-want-to-wait-free
|
9 years ago |
Craig Tiller
|
232e04b619
|
Spelling correction
|
9 years ago |
Craig Tiller
|
2510ce477b
|
Reflect new gpr_timespec type in C#
|
9 years ago |
David Garcia Quintas
|
7c4fdb5628
|
Added comments
|
9 years ago |
David G. Quintas
|
fea28b79fb
|
Merge pull request #2485 from ctiller/thread-stress=craig-stress
Fix leaked completions (leading to leaked calls in thread_stress_test)
|
9 years ago |
Jan Tattermusch
|
068e320ed1
|
Merge pull request #2486 from murgatroid99/node_error_status_test
Add tests for translating server handler errors to status objects
|
9 years ago |
Michael Lumish
|
048fc2f04f
|
Merge pull request #2488 from jcanizales/subclass-grxwriter
Subclass GRXWriter instead of conforming to its protocol
|
9 years ago |
murgatroid99
|
560b82c459
|
Added tests for UNKNOWN status when the handler does not specify
|
9 years ago |
Craig Tiller
|
fb5ce3dbea
|
Merge pull request #2479 from grpc/pick_first_h_docstring
Docstring for grpc_create_pick_first_lb_policy
|
9 years ago |
Craig Tiller
|
3644adf864
|
Merge pull request #2478 from grpc/pollset_set_comment_fix
Tiny comment grammar fix
|
9 years ago |
Craig Tiller
|
be2b9b2563
|
Merge pull request #2463 from dgquintas/bitsetmacros
Added bitset macro ops
|
9 years ago |