Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-31 |
|\ | |||
* \ | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-30 |
|\ \ | |||
| | * | Update documentation | Craig Tiller | 2016-08-29 |
| |/ | |||
| * | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 2016-08-02 |
| |\ | | | | | | | Add Census resource API and implementation. | ||
* | | | regenerated projects | David Garcia Quintas | 2016-08-01 |
| | | | |||
* | | | removed codegen/slice_buffer.h and scrubbed codegen/slice.h | David Garcia Quintas | 2016-07-27 |
| | | | |||
* | | | removed codegen/log.h | David Garcia Quintas | 2016-07-27 |
| | | | |||
* | | | removed codegen/time.h | David Garcia Quintas | 2016-07-27 |
| | | | |||
* | | | removed codegen/byte_buffer.h | David Garcia Quintas | 2016-07-27 |
| | | | |||
* | | | removed codegen/alloc.h | David Garcia Quintas | 2016-07-27 |
|/ / | |||
* | | regenerate template files | Stanley Cheung | 2016-07-22 |
| | | |||
| * | merge to upstream/master | Alistair Veitch | 2016-07-21 |
| |\ | |/ |/| | |||
* | | Merge branch 'master' into epoll_changes_merged | Sree Kuchibhotla | 2016-06-21 |
|\ \ | |||
* | | | generate_projects.sh after adding grpc_use_signal() API | Sree Kuchibhotla | 2016-06-10 |
| | | | |||
| * | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
| |\ \ | |/ / |/| | | |||
* | | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 |
| | | | |||
* | | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 |
| | | | |||
* | | | add tests | Adam Michalik | 2016-06-07 |
| | | | |||
| * | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
| |\ \ | |/ / |/| | | |||
| | * | merge to master | Alistair Veitch | 2016-06-07 |
| | |\ | |_|/ |/| | | |||
| | * | initial implementation of resource handling | Alistair Veitch | 2016-06-02 |
| | | | |||
* | | | incremental fix - removed cronet dependency from grpc_secure | Makarand Dharmapurikar | 2016-06-01 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-24 |
| |\ | |/ |/| | |||
* | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine | Craig Tiller | 2016-05-14 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-13 |
| |/ |/| | |||
* | | Revert "Revert "cronet wrapper code"" | makdharma | 2016-05-11 |
| | | |||
* | | Revert "cronet wrapper code" | Craig Tiller | 2016-05-09 |
| | | |||
* | | Added dummy cronet api implementation so we can build on Jenkins. | Makarand Dharmapurikar | 2016-05-03 |
| | | |||
* | | reran generate_projects.sh after @nnoble's fix in PR6399. | Makarand Dharmapurikar | 2016-05-02 |
| | | |||
* | | Reran tools/buildgen/generate_projects.sh again. | Makarand Dharmapurikar | 2016-05-01 |
| | | |||
| * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-29 |
| |\ | |/ |/| | |||
* | | Merge pull request #6196 from y-zeng/call-error-to-string | Craig Tiller | 2016-04-28 |
|\ \ | | | | | | | Provide a function that converts grpc_call_error values into a string | ||
| | * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-26 |
| | |\ | |_|/ |/| | | |||
| | * | generate_projects.sh and fix copyright year | Sree Kuchibhotla | 2016-04-21 |
| | | | |||
* | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verification | Jan Tattermusch | 2016-04-20 |
|\ \ \ | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication. | ||
| * | | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | |/ | |/| | | | | | | | application handle the authentication. | ||
| | * | Provide a function that converts grpc_call_error values into a string | Yuchen Zeng | 2016-04-15 |
| |/ | |||
* / | After running generate_projects.sh | Yuchen Zeng | 2016-04-15 |
|/ | |||
* | Always ref writable streams | Craig Tiller | 2016-03-02 |
| | | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing. | ||
* | Flagging the missing API entries. | Nicolas "Pixel" Noble | 2016-02-17 |
| | |||
* | merge | Alistair Veitch | 2016-02-03 |
| | |||
* | Removing zookeeper's API for now. | Nicolas "Pixel" Noble | 2016-01-31 |
| | |||
* | Regenerating files. | Nicolas "Pixel" Noble | 2016-01-31 |
| | |||
* | Cleaning up cruft to properly create a dll file. | Nicolas "Pixel" Noble | 2016-01-30 |
| | |||
* | Finalizing this a bit. | Nicolas "Pixel" Noble | 2016-01-30 |