David Garcia Quintas
|
cead5e83e2
|
Merge branch 'compress_flag_reset' into compression-interop
|
9 years ago |
David Garcia Quintas
|
518e3fe700
|
Fixes for streaming compression.
|
9 years ago |
David Garcia Quintas
|
bf49e19c8c
|
Merge branch 'master' into compression-interop
|
9 years ago |
David Garcia Quintas
|
9c512bdf98
|
wip
|
9 years ago |
Jan Tattermusch
|
40d808ffdc
|
Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bits
Making sure we build 32 bits in Jenkins.
|
9 years ago |
Michael Lumish
|
1e24847a96
|
Merge pull request #2553 from jtattermusch/auth_interop_tests
C#: add per_rpc_creds and oauth2_auth_token interop tests
|
9 years ago |
Jan Tattermusch
|
33c9130112
|
fixed dependencies in C# project
|
9 years ago |
Jan Tattermusch
|
7b4a31f982
|
implement per_rpc_creds and oauth2_auth_token interop tests
|
9 years ago |
Nicolas "Pixel" Noble
|
482d761bd7
|
Making sure that 32 bits is being built and run on Jenkins.
|
9 years ago |
Nicolas Noble
|
aabf72c218
|
Merge pull request #2551 from ctiller/markup-the-things
Mark up all existing comments in grpc.h for Doxygen, add main page
|
9 years ago |
Abhishek Kumar
|
7a68b29125
|
Merge pull request #2552 from murgatroid99/node_metadata_meainingful_keys
Use more meaningful names for metadata keys in tests
|
9 years ago |
murgatroid99
|
02c160a668
|
Use more meaningful names for metadata keys in tests
|
9 years ago |
Craig Tiller
|
2d984bf253
|
Mark up all existing comments in grpc.h for Doxygen, add main page
|
9 years ago |
Abhishek Kumar
|
2355066c1b
|
Merge pull request #2464 from murgatroid99/node_server_construction_change
Changed to newer, simpler server construction interface
|
9 years ago |
David G. Quintas
|
58df9eec67
|
Merge pull request #2530 from ctiller/no-reserve
Remove experimental prefix
|
9 years ago |
Michael Lumish
|
ddb4b1a067
|
Merge pull request #2538 from jcanizales/tests-script
Script to run Objective-C tests
|
10 years ago |
Jorge Canizales
|
aaab65142a
|
Refer simplifying script with xctool.
|
10 years ago |
Jorge Canizales
|
cbe18e568e
|
Remove unneeded error trap.
|
10 years ago |
Jorge Canizales
|
b71f8fbda8
|
Simplify xcodebuild’s output filter regex
|
10 years ago |
Jorge Canizales
|
a307728aab
|
Test on iPhone instead of iPad
|
10 years ago |
Jorge Canizales
|
5dc5899f6a
|
Filter xcodebuild output, fix return code, and leave make to the podspec
|
10 years ago |
Jorge Canizales
|
bed5c3cc9c
|
Always use the locally-built plugin for tests
|
10 years ago |
Jorge Canizales
|
be85352dce
|
Script to build the ObjC plugin, generate code, and run tests
|
10 years ago |
Jorge Canizales
|
0535b039cb
|
Share AllTests scheme, without the local RouteGuide tests
|
10 years ago |
Michael Lumish
|
cd329560d3
|
Merge pull request #2526 from jcanizales/accept-nil-container
Accept [GRXWriter writerWithContainer:nil] for consistency with the rest
|
10 years ago |
Michael Lumish
|
51c69e6a6f
|
Merge pull request #2525 from jcanizales/fix-emptywriter
Fix [GRXWriter emptyWriter] not being reusable.
|
10 years ago |
Michael Lumish
|
03f0bd6786
|
Merge pull request #2501 from jcanizales/gpr-inf-future
Fix C library gpr_inf_future breakage
|
10 years ago |
Michael Lumish
|
baf2ab0c30
|
Merge pull request #2503 from jcanizales/fixup-codegen
Fixup codegen now that GRXWriter is a class
|
10 years ago |
Stanley Cheung
|
669297b281
|
Merge pull request #2536 from stanley-cheung/add_homebrew_to_jenkins
missed a php depenedency in dockerfile
|
10 years ago |
Michael Lumish
|
ba906eda12
|
Merge pull request #2500 from jcanizales/remove-cocoapods-warning
Remove Cocoapods warning of OTHER_LDFLAGS
|
10 years ago |
Stanley Cheung
|
b00472b62a
|
missed a php depenedency in dockerfile
|
10 years ago |
Michael Lumish
|
b69d4c05ba
|
Merge pull request #2499 from jcanizales/move-delegate-wrapper-to-grx
Move GRPCDelegateWrapper to GRXConcurrentWriteable
|
10 years ago |
Michael Lumish
|
8584cb108d
|
Merge pull request #2497 from jcanizales/update-head-v-to-0.7
Move head podspec to v0.7.
|
10 years ago |
Craig Tiller
|
af1f97e92a
|
Fix typo
|
10 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
|
10 years ago |
Stanley Cheung
|
488a5b40b9
|
temp directory doesnt work when tests run in parallel
|
10 years ago |
Craig Tiller
|
bf6abeef3d
|
Remove experimental prefix
|
10 years ago |
Jan Tattermusch
|
9b602e06dc
|
Merge pull request #2491 from stanley-cheung/add_homebrew_to_jenkins
Support macos in jenkins run_distributions script
|
10 years ago |
Craig Tiller
|
f08b067cdb
|
Merge pull request #2494 from grpc/cconfig-readme
client config README small fixes
|
10 years ago |
Craig Tiller
|
ad339108f1
|
Merge branch 'dgquintas-decompression'
|
10 years ago |
Craig Tiller
|
b4e70366c6
|
Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression
Conflicts:
Makefile
vsprojects/Grpc.mak
|
10 years ago |
Stanley Cheung
|
17bb3ec921
|
support macos in jenkins run_distributions script
|
10 years ago |
Jorge Canizales
|
5fcdffcf3e
|
Accept [GRXWriter writerWithContainer:nil] for consistency with the rest
|
10 years ago |
Jorge Canizales
|
bc970ae23b
|
Fix [GRXWriter emptyWriter] not being reusable.
|
10 years ago |
Nicolas Noble
|
d82d0b295b
|
Merge pull request #2319 from dgquintas/str_join_with_sep
Added convenience functions gpr_strjoin_sep and grp_strsplit
|
10 years ago |
Nicolas Noble
|
436822131e
|
Merge pull request #2476 from murgatroid99/ruby_fix_warnings
Clean up some warnings in the ruby wrapping code
|
10 years ago |
David G. Quintas
|
faeeac5750
|
Rephrasing of lb policies sentence
|
10 years ago |
Jorge Canizales
|
9fce455435
|
Fixup codegen now that GRXWriter is a class
|
10 years ago |
Jorge Canizales
|
570e9417b6
|
Fix C library gpr_inf_future breakage
|
10 years ago |
Jorge Canizales
|
243e8ee4eb
|
Remove Cocoapods warning of OTHER_LDFLAGS
We don’t use the Tests library target anyway.
|
10 years ago |