aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Starting to convert code to work queuesGravatar Craig Tiller2015-09-09
| | | | | | | | | | |
| | | | | | | * | | | remove excess logsGravatar Jan Tattermusch2015-09-09
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #3277 from vjpai/cleanupGravatar Yang Gao2015-09-09
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removing some unused vestiges
* | | | | | | | | | | | Workqueue: interface, test, and posix implementationGravatar Craig Tiller2015-09-09
| |/ / / / / / / / / / |/| | | | | | | | | |
| | | | | | * | | | | Fixing #3286Gravatar Julien Boeuf2015-09-08
| | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We cannot use call_data after the final callback as this one may trigger the deletion of the call object (hence the call_data).
* | | | | | / / / / Fixing #3286Gravatar Julien Boeuf2015-09-08
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We cannot use call_data after the final callback as this one may trigger the deletion of the call object (hence the call_data).
| | | | | | | | * Explicitly set content-type for serversGravatar Craig Tiller2015-09-08
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | | * | | | Added queries and fragments to uri parserGravatar David Garcia Quintas2015-09-08
| | | | | | | |
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-09-08
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Remove check for no workersGravatar Craig Tiller2015-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I *believe* this is actually safe, and the assert was errantly copy-pasted a while back. Fixes #3022
| | * | | | | | Removing some unused vestigesGravatar vjpai2015-09-08
| | | |/ / / / | | |/| | | |
* | | | | | | Fix a case where :status could be returned to applicationsGravatar Craig Tiller2015-09-04
| | | | | | |
* | | | | | | Merge pull request #3249 from nicolasnoble/windows-fixesGravatar Craig Tiller2015-09-04
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fixing lingering bytes clipping issue on socket shutdown.
| * | | | | | Fixing lingering bytes clipping issue on socket shutdown.Gravatar Nicolas Noble2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information, see comments on https://msdn.microsoft.com/en-us/library/windows/desktop/ms738547(v=vs.85).aspx
* | | | | | | Merge pull request #3236 from ctiller/insert-branch-nameGravatar Nicolas Noble2015-09-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Moar Windows fixes
* \ \ \ \ \ \ \ Merge pull request #3190 from ctiller/daisy-dukesGravatar Yang Gao2015-09-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix flow control issues
| | * \ \ \ \ \ \ Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-nameGravatar Craig Tiller2015-09-03
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | | | * | | Introduced a registry for LB policies.Gravatar David Garcia Quintas2015-09-03
| | | | | | | | |
* | | | | | | | | Merge pull request #3242 from nicolasnoble/cancel-means-changeGravatar Craig Tiller2015-09-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Even if the stream was cancelled, notify of its state change.
| * | | | | | | | | Even if the stream was cancelled, notify of its state change.Gravatar Nicolas "Pixel" Noble2015-09-04
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3233 from jcanizales/fix-core-breakageGravatar Michael Lumish2015-09-03
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | | Fix C core build breakage.
| | | * | | | | avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
| | | | | | | |
| | | * | | | | avoid underflowGravatar Craig Tiller2015-09-03
| |_|/ / / / / |/| | | | | |
* | | | | | | Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Original PR #3074 by @dgquintas
* | | | | | | Merge pull request #3183 from ctiller/second-comingGravatar Nicolas Noble2015-09-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactor Endpoint API
| * | | | | | | Fix ASAN issuesGravatar Craig Tiller2015-09-02
| | | | | | | |
| | * | | | | | Fix C core build breakage.Gravatar Jorge Canizales2015-09-01
| |/ / / / / / |/| | | | | |
| | * | | | | Merge github.com:grpc/grpc into daisy-dukesGravatar Craig Tiller2015-09-01
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json vsprojects/Grpc.mak
| * | | | | | Fix asan bugGravatar Craig Tiller2015-09-01
| | | | | | |
| * | | | | | fixes for windowsGravatar Craig Tiller2015-09-01
| | | | | | |
* | | | | | | Bumping revision to 0.11 for beta.Gravatar Nicolas "Pixel" Noble2015-09-01
| | | | | | |
| * | | | | | Fixup windows serverGravatar Craig Tiller2015-09-01
| | | | | | |
| * | | | | | Merge branch 'endpoints' into second-comingGravatar Craig Tiller2015-09-01
| |\ \ \ \ \ \
| | * | | | | | Merge branch 'third-coming' into endpointsGravatar Craig Tiller2015-09-01
| |/| | | | | | |/| | | | | | |
| | | | | | | * Use standard grpc_ functions to set nonblock.Gravatar Robbie Shade2015-09-01
| | | | | | | |
* | | | | | | | 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
| | | | | | | | |
| | | | * | | | | Add a little experimentGravatar Craig Tiller2015-08-31
| | | | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into second-comingGravatar Craig Tiller2015-08-31
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | mergeGravatar Alistair Veitch2015-08-31
| |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ Merge github.com:grpc/grpc into daisy-dukesGravatar Craig Tiller2015-08-31
| | | | | |\ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-30
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Change the ownership model of the auth processor.Gravatar Julien Boeuf2015-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The processor now belongs to the server credentials in core. - The server credentials now needs to be refcounted. - Changed slighly the vtable of credentials to make it easier to avoid memory leaks (free'ing the pointer is now done at the common layer, the implementations of the creds are now only reponsible for destructing the implementations' specific members.
| * | | | | | | | | Merge pull request #2668 from a-veitch/tracing_apiGravatar Craig Tiller2015-08-30
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Tracing api
* | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\| | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into tracing_apiGravatar Alistair Veitch2015-08-28
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-28
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup
* | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
| | | * | | | | | | | | add functions for getting trace recordsGravatar Alistair Veitch2015-08-28
| | | | | | | | | | | |