Julien Boeuf
6b93d46bb8
Adding extension points for security context.
8 years ago
Stanislav Pavlovichev
d58199b1d0
code style
...
phpdoc fix
isset to array_key_exists
8 years ago
Stanley Cheung
56d7044ed8
Merge pull request #7819 from stanley-cheung/php-update-composer
...
PHP: bump version (master)
8 years ago
Nicolas Noble
0e43d67602
Merge pull request #7832 from thunderboltsid/add-readme-for-gsoc-contribs
...
Add project overview for gsoc submission
8 years ago
kpayson64
1754624312
Merge pull request #7775 from vjpai/this
...
Remove this->
8 years ago
kpayson64
96c598f669
Merge pull request #7763 from thunderboltsid/add-pypy-to-dockerfile
...
Add PyPy 5.3.1 to dockerfile and template
8 years ago
Siddharth Shukla
d13a780be0
Add project overview for gsoc submission
8 years ago
siddharthshukla
82c01e5a95
remove skipIf from TypeSmokeTest (issue 7672)
...
remove skipIfStatement from
TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes
on PyPy variants 5.3.0 and newer since these variants have improved
compatibility support for the C-Extensions
8 years ago
Mark D. Roth
ff4df06a66
Rename grpc_client_config to grpc_resolver_result.
8 years ago
Stanley Cheung
557aa4e695
php: bump version
8 years ago
Craig Tiller
daf4699652
Merge pull request #6732 from ctiller/consistent_client_count
...
Make client_channels be across all clients, not per-client
8 years ago
Nicolas Noble
df48291ba0
Merge pull request #7718 from adelez/build_stats
...
Tool for collecting build statistics.
8 years ago
Nicolas "Pixel" Noble
e3e17d3f6b
Merge branch 'v1.0.x' of https://github.com/grpc/grpc
8 years ago
Eric Anderson
0b3a621698
spec: Percent-encode Status-Message
8 years ago
Yuchen Zeng
59e835d431
Add comments
8 years ago
Yuchen Zeng
e0705e2dc2
Add ServerReaderWriterInterface
8 years ago
David Garcia Quintas
4bf00c9f51
slight rewording of grpc_error ownership rules
8 years ago
Nicolas Noble
bbc20b59f8
Merge pull request #7783 from nicolasnoble/shipping-1.0
...
Bumping version to 1.0.1-pre1.
8 years ago
Nicolas Noble
2a69139aa7
Merge pull request #7787 from nicolasnoble/quick-fix-for-manylinux
...
Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.
8 years ago
Nicolas "Pixel" Noble
baa35fc50d
Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.
8 years ago
Nicolas Noble
6cfc80edaf
Merge pull request #7762 from KindDragon/master
...
Fix CMake for windows (VS2015)
8 years ago
Nicolas Noble
bfe947c4af
Merge pull request #7784 from jcanizales/move-to-v1
...
Move Podspecs to v1
8 years ago
Nicolas Noble
f906e55432
Merge pull request #7308 from ctiller/moovee
...
Prep for making GA video
8 years ago
Jorge Canizales
36031d50db
Move user-agent version to 1.0.0
...
I can’t wait to get all of these automatically from a single source :)
8 years ago
Arkady Shapkin
407dc4f28b
Merge pull request #1 from nicolasnoble/cmake-fixes
...
Generating project file.
8 years ago
Nicolas "Pixel" Noble
2069fbc951
Generating project file.
8 years ago
Jorge Canizales
4a18c67b77
Move Podspecs to v1
8 years ago
Nicolas "Pixel" Noble
35b8c51485
Bumping version to 1.0.1-pre1.
8 years ago
Nicolas Noble
90e4bd5fbb
Merge pull request #7745 from nicolasnoble/no-more-pre
...
Removing pre2 flag.
8 years ago
Nicolas Noble
9882e9b3df
Merge pull request #7776 from kpayson64/templatize_dependencies
...
Use templates for python version dependencies
8 years ago
Ken Payson
8348973de9
Use templates for python version dependencies
...
Also change grpcio-tools to be a runtime dependency of grpcio-tests,
grpcio-tools is run as part of the tests.
8 years ago
Nicolas Noble
fedcf7d8ad
Merge pull request #7752 from nicolasnoble/unsecure-should-be-unsecure
...
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
8 years ago
Nicolas Noble
bbdebaae28
Merge pull request #7744 from y-zeng/makefile-ga
...
Update required protobuf version to v3.0.0
8 years ago
Nicolas Noble
fc8c12d48b
Merge pull request #7754 from dgquintas/readme_beta_to_ga
...
s/Beta/1.0 in languages status table
8 years ago
Vijay Pai
c4752d8857
Remove this->
8 years ago
Nicolas Noble
f4112fc06e
Merge pull request #7741 from nicolasnoble/manual-upmerge
...
Manual upmerge from v1.0.x to master.
8 years ago
Mark D. Roth
9770206fc4
Merge pull request #7773 from markdroth/bytebuffer_alloc
...
Reduce allocations associated with src/cpp/util/byte_buffer.cc.
8 years ago
Mark D. Roth
2665bdd6d2
Reduce allocations associated with src/cpp/util/byte_buffer.cc.
8 years ago
Mark D. Roth
37c1c8fa58
Eliminated pointer to end of expectation list.
8 years ago
Arkadiy Shapkin
40beb37859
Fix CMake for Windows
8 years ago
kpayson64
146e374d53
Merge pull request #7768 from kpayson64/grpcio_tools35
...
Add Python3.5 grpcio-tools binaries for windows
8 years ago
makdharma
5c648dc537
Merge pull request #7766 from makdharma/cronet_e2e_take2
...
fixed compile warnings treated as errors
8 years ago
kpayson64
9429717fc3
Merge pull request #7735 from y-zeng/cli_main_fork
...
Improve gRPC CLI
8 years ago
kpayson64
b80d9c9626
Merge pull request #7594 from chedeti/grpc-thrift-v2
...
grpc thrift integration
8 years ago
Ken Payson
69ff5de496
Add Python3.5 grpcio-tools binaries
8 years ago
Makarand Dharmapurikar
7ca910372b
changed from uint32_t to size_t
8 years ago
Makarand Dharmapurikar
3e4be9fc56
fixed compile warnings treated as errors
8 years ago
makdharma
b731abf215
Merge pull request #7713 from makdharma/cronet_e2e_take2
...
Cronet e2e take2
8 years ago
siddharthshukla
5e3193ecf6
Add PyPy 5.3.1 to dockerfile and template
8 years ago
Stanley Cheung
b70fdc7e23
Merge pull request #7679 from stanley-cheung/fix-jenkins-linux-image
...
Fix jenkins linux image in create script
8 years ago