Michael Lumish
|
41a55b8491
|
Merge pull request #3808 from jcanizales/fix-hellow-world
Fix hello world example
|
9 years ago |
Michael Lumish
|
dbf75059c9
|
Merge pull request #3809 from jcanizales/extend-gitignore-to-examples
Git ignore XCode derived files across the repo
|
9 years ago |
Jan Tattermusch
|
4964b6b86a
|
add run_interop.sh jenins script
|
9 years ago |
David Garcia Quintas
|
af6f3ac555
|
regenerated projects
|
9 years ago |
David Garcia Quintas
|
9c97aaed08
|
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
|
9 years ago |
Craig Tiller
|
494f7da271
|
Remove extra line
|
9 years ago |
Jorge Canizales
|
740a1cc7c3
|
Git ignore XCode derived files across the repo
|
9 years ago |
Jorge Canizales
|
2fe0dcd06b
|
Fix example to Beta version
|
9 years ago |
Jorge Canizales
|
dfe91b5471
|
Fix example pod files
|
9 years ago |
Jorge Canizales
|
9544ce73c3
|
pod install project
|
9 years ago |
Jorge Canizales
|
5354d5536c
|
Pod install in the example project
|
9 years ago |
Jan Tattermusch
|
18729a05e5
|
Polishing of C# auth API
|
9 years ago |
Nicolas "Pixel" Noble
|
c1440e3cf4
|
Derp.
|
9 years ago |
murgatroid99
|
71f50361bf
|
Added some more tests to increase coverage
|
9 years ago |
murgatroid99
|
75a2bbaab2
|
Refactored some C++ code to improve code reuse
|
9 years ago |
Vijay Pai
|
7f715707aa
|
Some changes required to make C++ code generator plugin work fine for
external code compiled under gcc-4.4 : eliminate use of nullptr, primarily.
|
9 years ago |
Julien Boeuf
|
18a12c4e9b
|
Fixing zookeeper tests as well.
|
9 years ago |
Craig Tiller
|
041d90ada9
|
Merge pull request #3788 from dgquintas/one_less_lock
Avoid lock/unlock for common client channel pick.
|
9 years ago |
Michael Lumish
|
deea05bfcc
|
Merge pull request #3688 from murgatroid99/run_tests_tracing_fix
Used the proper GRPC_TRACE value in run_tests.py
|
9 years ago |
Nicolas "Pixel" Noble
|
87879b3527
|
Forgot to add the post_build_steps for Sanity...
|
9 years ago |
Julien Boeuf
|
9b2e11dee4
|
Fixed cpp auth documentation (which was not current).
|
9 years ago |
Julien Boeuf
|
e5adc0eb67
|
Fixing Cpp tests.
|
9 years ago |
Julien Boeuf
|
54a902ed17
|
Successfully compile C++ libary (not tests yet).
|
9 years ago |
Craig Tiller
|
8d7d06f253
|
Merge pull request #3804 from vjpai/gcc44_issues
Stop using atm operations on fd->shutdown
|
9 years ago |
Nicolas Noble
|
383e0d5b0e
|
Merge pull request #3801 from ctiller/port-server-fixes
Robustness work for port_server startup
|
9 years ago |
Nicolas Noble
|
9c476adc58
|
Merge pull request #3785 from jboeuf/boringssl_type_issues
Removing warnings when using boringssl.
|
9 years ago |
murgatroid99
|
6fe015e492
|
Add some tests to increase coverage, fix some failures
|
9 years ago |
Craig Tiller
|
367d41d304
|
Trying harder to avoid Jenkins killing us
|
9 years ago |
Craig Tiller
|
41a7bf5449
|
Close standard pipes
|
9 years ago |
Vijay Pai
|
b1004103a8
|
Stop using atm operations on fd->shutdown since that is already used
within fd->mu anyway (and is not the right size for atm in some cases)
|
9 years ago |
Craig Tiller
|
d2c39713bc
|
Attempt to daemonize port server
|
9 years ago |
Michael Lumish
|
154c3c88f3
|
Merge pull request #3790 from stanley-cheung/php_validate_metadata_keys
PHP: validate and normalize metadata keys
|
9 years ago |
Stanley Cheung
|
f438ee17b0
|
fixed comment
|
9 years ago |
Craig Tiller
|
f0a293ed67
|
Robustness work for port_server startup
|
9 years ago |
Craig Tiller
|
86490e267d
|
Merge github.com:grpc/grpc into latent-see
|
9 years ago |
Craig Tiller
|
3e1b97225d
|
Merge pull request #3766 from soltanmm/pink-floyd
Give Python tests 15 minutes
|
9 years ago |
Craig Tiller
|
9519009cf0
|
Update gyp
|
9 years ago |
Craig Tiller
|
56198dea25
|
Merge github.com:grpc/grpc into latent-see
|
9 years ago |
Craig Tiller
|
b8e82670ce
|
Fix race conditions
|
9 years ago |
Julien Boeuf
|
26bf71ce37
|
Fixing mem leak and compilation error in tsan.
|
9 years ago |
Julien Boeuf
|
4e02e84062
|
Got the core test passing.
|
9 years ago |
Julien Boeuf
|
441176d161
|
Got core to compile (without the tests)
|
9 years ago |
Craig Tiller
|
8344daa1df
|
Make getting metadata user data a lock free operation
|
9 years ago |
Craig Tiller
|
63bda56884
|
Make metadata unref atomic
We used to need to lock the metadata context to unref an mdelem. This
change makes it possible to lock only when the mdelem refcount would
reach zero.
|
9 years ago |
Nicolas "Pixel" Noble
|
3fcd3bf8f3
|
Adds coverage reports for C and C++.
|
9 years ago |
Nicolas Noble
|
c2ee8140a5
|
Merge pull request #3783 from murgatroid99/node_preinstall_cache_dependencies
Preinstall and cache dependencies in docker test runs
|
9 years ago |
Craig Tiller
|
2783ced6f4
|
Merge branch 'latent-see' into try-this-simple-trick-to-double-performance
|
9 years ago |
Craig Tiller
|
42cc378a4c
|
Merge branch 'latent-see' into cache-accept-enc
|
9 years ago |
Craig Tiller
|
2b15f1e25a
|
Merge github.com:grpc/grpc into latent-see
|
9 years ago |
Craig Tiller
|
cde54ba69f
|
Merge branch 'latent-see' into latent-more-see
|
9 years ago |