aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
|\ | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
* \ Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
|\ \ | | | | | | Add a clock_type field to gpr_timespec
| | * Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | | | | | methods manipulating compression algorithms
* | | Merge pull request #2489 from yang-g/header_guardGravatar Craig Tiller2015-07-17
|\ \ \ | | | | | | | | set header guard
* \ \ \ Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
|\ \ \ \ | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
| | * | | set header guardGravatar yang-g2015-07-17
| |/ / / |/| | |
| | * | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #2463 from dgquintas/bitsetmacrosGravatar Craig Tiller2015-07-17
|\ \ \ \ | | | | | | | | | | Added bitset macro ops
| * | | | Moar parenthesis!Gravatar David Garcia Quintas2015-07-17
| | | | |
* | | | | Merge pull request #2413 from dgquintas/interop_snifferGravatar Craig Tiller2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Introduced InteropContextInspector
| | | * | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::AddGravatar vjpai2015-07-16
| | | | | |
* | | | | | add missed 'class'Gravatar yang-g2015-07-16
| | | | | |
* | | | | | Merge with headGravatar yang-g2015-07-16
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | split iterator into its own fileGravatar yang-g2015-07-16
| | | | | |
| | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Make thread_pool.h a public header
| | | | * | | Prefixed macro with GPR_ a small var renameGravatar David Garcia Quintas2015-07-16
| | | | | | |
| | | | * | | rewrote bitcount function as a macroGravatar David Garcia Quintas2015-07-15
| | | | | | |
| | | | * | | Added missing "static"Gravatar David Garcia Quintas2015-07-15
| | | | | | |
| | | | * | | Added population count functionGravatar David Garcia Quintas2015-07-15
| | | | | | |
| | | | * | | Require a pointer + macro arg protectionGravatar David Garcia Quintas2015-07-15
| | | | | | |
| | | | * | | Added bitset macro opsGravatar David Garcia Quintas2015-07-15
| | |_|/ / / | |/| | | |
| | * | | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | appropriate
| | | * | | Added some methods to context inspector. Also minor tweak to server context ↵Gravatar David Garcia Quintas2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | IsCancelled() method
| | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | | | |\ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
| * | | | | Merge pull request #2406 from dgquintas/writeoptionsGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Added WriteOptions for per-message flags and modified CallOps to use it.
| * \ \ \ \ \ Merge pull request #2442 from yang-g/authcontext_lazy_create_at_serverGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Create server side auth context lazily
* | | | | | | | Remove const_iterator typedef and add a range based loop testGravatar yang-g2015-07-15
| | | | | | | |
| | | | * | | | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | | | | | | auth context iteratorGravatar yang-g2015-07-15
| | | | | | |
| * | | | | | override and finalGravatar Vijay Pai2015-07-14
| | | | | | |
| | * | | | | Create server side auth context lazilyGravatar yang-g2015-07-14
| |/ / / / / |/| | | | |
| * | | | | Addressing outstanding typos and commentsGravatar Vijay Pai2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | | Clang-format of changed files
| * | | | | Remove lambda function with lambda capture to allow building with pre-lambdaGravatar vjpai2015-07-14
|/ / / / / | | | | | | | | | | | | | | | compilers
| * | | | Removed spurious checkGravatar David Garcia Quintas2015-07-14
| | | | |
| | * | | Introduced InteropContextInspector to be able to peek into server contexts ↵Gravatar David Garcia Quintas2015-07-13
| | | | | | | | | | | | | | | | | | | | during interop testing.
| * | | | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13
| |/ / /
| | * | Update docGravatar Craig Tiller2015-07-13
| | | |
| | * | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| | | |
| | * | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
| | |\ \ | | |/ / | |/| |
| | * | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* | | | Install simple Windows exception handlers.Gravatar Nicolas "Pixel" Noble2015-07-12
|/ / / | | | | | | | | | Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing.
* | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
|\| | | | | | | | Introduce multiple clocks to GPR
* | | Merge pull request #2368 from ctiller/they-gave-me-a-badgeGravatar Nicolas Noble2015-07-10
|\ \ \ | | | | | | | | Add a version string and a function to retrieve it
| | * \ Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
| | |\ \ | |_|/ / |/| | |
* | | | Merge branch 'master' of github.com:grpc/grpc into flexible_default_credsGravatar Julien Boeuf2015-07-10
|\ \ \ \
| | * | | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
| |/ / /
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| | | |\
| * | | \ Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Resolve commentsGravatar yang-g2015-07-09
| | | | |