aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server.cc
Commit message (Expand)AuthorAge
* Extend commentGravatar Craig Tiller2015-08-19
* Add comments, fix a subtle bugGravatar Craig Tiller2015-08-19
* Merge github.com:grpc/grpc into shutdown-c++Gravatar Craig Tiller2015-08-18
|\
* | Add a timeout to shutdown to forcefully end callsGravatar Craig Tiller2015-08-18
| * clang-format all sourceGravatar Craig Tiller2015-08-18
|/
* Make comment look finishedGravatar vjpai2015-08-14
* Use emplace_back properly and when appropriate, considering limitationsGravatar Vijay Pai2015-08-14
* Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
|\
| * remove redundant ctorGravatar yang-g2015-08-13
| * Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
* | Changing the library's code to adapt with the new API.Gravatar Nicolas "Pixel" Noble2015-07-23
|/
* ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::AddGravatar vjpai2015-07-16
* Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\
* | resolve commentsGravatar yang-g2015-07-07
| * Support registering services against specific hostsGravatar Craig Tiller2015-07-07
|/
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
* release memory even if the status is falseGravatar yang-g2015-06-23
* Only copy stuff when status is okGravatar yang-g2015-06-23
* Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-22
|\
| * Split cq creation from request initiation so that cq creationGravatar Vijay Pai2015-06-17
* | Fix memory leakGravatar Craig Tiller2015-06-05
* | Fix memory leakGravatar Craig Tiller2015-06-05
* | Remove old codeGravatar Craig Tiller2015-06-05
* | Get server call tags rightGravatar Craig Tiller2015-06-05
* | clang-formatGravatar Craig Tiller2015-06-05
* | Everything compiles againGravatar Craig Tiller2015-06-04
* | Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
|/
* Merge branch 'demon-on-wheels' into we-dont-need-no-cvGravatar Craig Tiller2015-05-29
|\
| * Leak fix, the metadata array should be destroyed on the server SyncRequestGravatar Yang Gao2015-05-28
* | Make C/C++ tests passGravatar Craig Tiller2015-05-27
* | Refine shutdown APIGravatar Craig Tiller2015-05-27
|/
* Remove some bad assertsGravatar Craig Tiller2015-05-15
* Correct C++ build errorsGravatar Craig Tiller2015-05-08
* Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
|\
| * do not request another call if server is shutdownGravatar Yang Gao2015-05-07
* | Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
|/
* clang-formatGravatar Yang Gao2015-05-04
* make server tolerate deserialization failureGravatar Yang Gao2015-05-04
* merge with headGravatar Yang Gao2015-05-01
|\
* | Expose max message size at the server sideGravatar Yang Gao2015-04-30
| * Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| * Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| |\ | |/ |/|
| * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
* | Few VS2010 fixes.Gravatar Nicolas Noble2015-04-28
|/
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\
| * Mark proto ser/deser on server sideGravatar Vijay Pai2015-04-15
* | Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
* Merge branch 'master' into cancelGravatar Yang Gao2015-03-30
|\
| * Elminate range-based fors and work around some other limitations in older com...Gravatar Vijay Pai2015-03-24