aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/doxygen
Commit message (Collapse)AuthorAge
* Merge with headGravatar yang-g2015-07-16
|\
* | split iterator into its own fileGravatar yang-g2015-07-16
| |
| * Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ | | | | | | Make thread_pool.h a public header
| | * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | appropriate
| | * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| |/ |/| | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
| * Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| |\ | |/ |/|
| * Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
| | | | | | | | Tests not yet included.
* | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
| |
* | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\|
| * Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
| |\
* | \ Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-07
|\ \ \ | | |/ | |/|
* | | merge with upstream and resolve conflictsGravatar yang-g2015-07-06
|\ \ \
* | | | compilesGravatar yang-g2015-07-06
| | | |
| | | * Adding JWT verifier.Gravatar Julien Boeuf2015-06-30
| | |/ | |/| | | | | | | | | | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification.
| | * Use connectivity state tracking code in chttp2 transportGravatar Craig Tiller2015-06-29
| | |
| | * Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | |
| | * Factor out channel state watchingGravatar Craig Tiller2015-06-27
| | |
| | * Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
| | |\ | | |/ | |/|
| * | Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
| |\ \ | | | | | | | | Initial transport lock split up
| | | * Introduce connector, to help subchannel connectGravatar Craig Tiller2015-06-25
| | | |
| | | * Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | | |
| | | * Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
| | | |\ | | | |/ | | |/|
| | | * Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-25
| | | |\
| | * | \ Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-25
| | |\ \ \ | | | | |/ | | | |/|
| | | | * Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
| | | | |
| * | | | Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
| * | | | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | | | | | | | | | | | | | Clean up anything that failed
| | | | * Implementation work for client_configGravatar Craig Tiller2015-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | - uri parsing - dns resolution
| | | | * Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-24
| | | | |\ | | |_|_|/ | |/| | | | | | | | Introduce resolver_factory
| | | * | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-24
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Make it less likely a build.json change triggers a merge conflictGravatar Craig Tiller2015-06-23
| |/ / /
| | | * Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-23
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
| | | * Flesh out things and make them compileGravatar Craig Tiller2015-06-23
| | | |
| * | | Fix doxyfile for realGravatar yang-g2015-06-23
| | | |
| * | | clang-format messed up Doxyfile.c++, restoredGravatar yang-g2015-06-23
| | | |
| * | | Add missing headers to build.jsonGravatar yang-g2015-06-23
| | | |
| * | | Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufsGravatar Yang Gao2015-06-23
| |\ \ \ | | | | | | | | | | Remove Protobuf dependency for C++
| | | * \ Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-23
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Add pollset_set.h to build.jsonGravatar Jorge Canizales2015-06-20
| | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-19
| | |\ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-18
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
| | | | * Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-18
| | | | |\ | | | |_|/ | | |/| |
| | * | | Merge pull request #2104 from murgatroid99/build_json_add_missing_context.hGravatar Nicolas Noble2015-06-18
| |/| | | |/| | | | | | | | | Added missing but included headers to build.json
| | * | | Added missing but included headers to build.jsonGravatar murgatroid992015-06-17
| | | | |
| | | * | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| | | | * New chttp2 list implementationGravatar Craig Tiller2015-06-15
| | | | |
| | | | * Progress on splitting things upGravatar Craig Tiller2015-06-15
| | | | |
| | | | * Progress on splitting things upGravatar Craig Tiller2015-06-12
| | | | |
| | | | * Make some buckets to pour code intoGravatar Craig Tiller2015-06-12
| | | | |
| | | | * Add file to build.jsonGravatar Craig Tiller2015-06-12
| | |_|/ | |/| |