aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Collapse)AuthorAge
...
| * | Nuke unused filesGravatar Craig Tiller2015-12-09
| | |
* | | Start of ping sketchGravatar Craig Tiller2015-12-07
|/ /
| * Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2015-12-03
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # BUILD # Makefile # binding.gyp # build.yaml # gRPC.podspec # tools/doxygen/Doxyfile.core.internal # tools/run_tests/sources_and_headers.json # vsprojects/vcxproj/grpc/grpc.vcxproj # vsprojects/vcxproj/grpc/grpc.vcxproj.filters # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters
* | Merge pull request #4207 from yang-g/server_builder_optionsGravatar Craig Tiller2015-12-03
|\ \ | | | | | | Server builder options
* \ \ Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-25
|\ \ \
| | * | Add set pointer api to channel_argumentsGravatar yang-g2015-11-25
| | | |
| | * | add server_builder_optionGravatar yang-g2015-11-25
| | | |
| * | | merge with headGravatar yang-g2015-11-24
| |\| |
| | * | AVL: creation, destroy, addGravatar Craig Tiller2015-11-23
| | | |
* | | | Remove metadata context from the channel stackGravatar Craig Tiller2015-11-19
| | | |
* | | | Static metadata declarationsGravatar Craig Tiller2015-11-18
| |/ / |/| |
| * | merge with headGravatar yang-g2015-11-18
| |\ \ | |/ / |/| |
| | * Moved nanopb to 3rd partyGravatar David Garcia Quintas2015-11-12
| | |
| * | first part, secure channel onlyGravatar yang-g2015-11-05
| | |
| | * Proto API for LB request/responsesGravatar David Garcia Quintas2015-11-03
| |/
* / stream_op cleanup: build system changesGravatar Craig Tiller2015-11-02
|/
* Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-19
|\
| * Merge pull request #3726 from dgquintas/iomgr_executorGravatar Craig Tiller2015-10-19
| |\ | | | | | | Introducing grpc_executor, for all your threading needs
| * | fixed faulty mergeGravatar David Garcia Quintas2015-10-14
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-13
|\| |
| | * Merge branch 'master' of github.com:grpc/grpc into iomgr_executorGravatar David Garcia Quintas2015-10-12
| | |\
| * | \ Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-09
| |\ \ \ | | | |/ | | |/|
| * | | Move profiling system to gprGravatar Craig Tiller2015-10-09
| | | |
| | * | Hid test-only functions from surface/call.hGravatar David Garcia Quintas2015-10-08
| | | |
| * | | Get basic profiler working againGravatar Craig Tiller2015-10-08
| |/ /
| | * Introducing grpc_executor, for all your threading needsGravatar David Garcia Quintas2015-10-07
| |/
* / μChannels implementation.Gravatar David Garcia Quintas2015-10-05
|/
* Update build filesGravatar Masood Malekghassemi2015-10-02
|
* Update build toolsGravatar Masood Malekghassemi2015-10-02
|
* Merge pull request #3476 from vjpai/block_annotateGravatar Yang Gao2015-09-25
|\ | | | | Annotate blocking points
| * Move block_annotate from iomgr to support since it's used in otherGravatar vjpai2015-09-24
| | | | | | | | core places besides iomgr
| * Rebuild all project files with new header includedGravatar Vijay Pai2015-09-24
| |
* | Final patches for renameGravatar Craig Tiller2015-09-22
| |
* | Split closures from iomgr.hGravatar Craig Tiller2015-09-22
| |
* | Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\|
| * Merge pull request #3027 from jboeuf/security_connector_refactoringGravatar Craig Tiller2015-09-22
| |\ | | | | | | Security connector refactoring
| * \ Merge branch 'master' of github.com:grpc/grpc into rr_with_registryGravatar David Garcia Quintas2015-09-16
| |\ \
| | | * Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-09-15
| | | |\ | | | |/ | | |/| | | | | security_connector_refactoring
* | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-15
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3340 from grpc/release-0_11Gravatar Eric Anderson2015-09-14
| |\ \ \ | | | | | | | | | | Release 0.11 branch to master.
* | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-11
|\| | | |
| | * | | grpc++.h was not installedGravatar Craig Tiller2015-09-11
| | | | |
* | | | | Workqueue: interface, test, and posix implementationGravatar Craig Tiller2015-09-09
| |/ / / |/| | |
| | * | Added round robin LB policy.Gravatar David Garcia Quintas2015-09-08
| |/ /
| * / Introduced a registry for LB policies.Gravatar David Garcia Quintas2015-09-03
|/ /
* | Merge github.com:grpc/grpc into cleaner-buildGravatar Craig Tiller2015-08-31
|\ \
| * \ Merge pull request #3107 from a-veitch/view_apiGravatar Hongyu Chen2015-08-31
| |\ \ | | | | | | | | API for: defining view and aggregations, associating them with metrics, and retrieving data
| | * | change aggregation_ops to internal typeGravatar Alistair Veitch2015-08-31
| | | |
* | | | Generated changesGravatar Craig Tiller2015-08-31
|/ / /
| * | mergeGravatar Alistair Veitch2015-08-31
| |\ \