147 Commits (926b2941abd8363c656330a4923fca33bae4789c)

Author SHA1 Message Date
yang-g 08137362d0 WIP 8 years ago
yang-g 8d668d8324 default service 8 years ago
Craig Tiller 78bc54e7d9 Fix stack corruption 9 years ago
Craig Tiller f658bf0e1b Start resolving memory issues in C++ metadata 9 years ago
Craig Tiller 9c5318aba0 Fix shutdown problems with sync server 9 years ago
Vijay Pai bf24dd9e51 clang-format 9 years ago
Vijay Pai cbe1599250 Track requests that could cause other requests to be created, and don't do 9 years ago
Craig Tiller 73ee7dc559 C++ compiles 9 years ago
Vijay Pai 320ed13d3e Deprecate grpc::thread and sync in favor of std::thread,mutex,etc 9 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 9 years ago
Sree Kuchibhotla f72ec6b37b Move thread_manager.h header from server.h to server_cc.cc 9 years ago
Sree Kuchibhotla 77c483b707 remove unused fields 9 years ago
Sree Kuchibhotla cb18d7a6b6 make gcc 4.6 and earlier versions happy 9 years ago
Sree Kuchibhotla 6135535ca7 Minor changes and called generate_projects.sh again 9 years ago
Sree Kuchibhotla da069a506d Rename sync_methods_ to sync_requests_ 9 years ago
Sree Kuchibhotla 385c9b2f05 Address code review comments 9 years ago
Sree Kuchibhotla e4eb51f20c reorder params in Server 9 years ago
Sree Kuchibhotla 8f7739bcd6 Rename GrpcRpcManager -> ThreadManager 9 years ago
Sree Kuchibhotla 33382d0f53 Cleanup server_cc.cc 9 years ago
Sree Kuchibhotla 892dbf4d95 Make settings configurable 9 years ago
Sree Kuchibhotla e2ac10627d new value 9 years ago
Sree Kuchibhotla f4c6e43ff2 fine tune the cq deadline value (temporarily) 9 years ago
Sree Kuchibhotla 862acb9f3a fix shutdown crash 9 years ago
Craig Tiller 102fa966b6 Rename some files to avoid conflicting .obj files on Windows 9 years ago
Sree Kuchibhotla f95f125506 Minor changes 9 years ago
Sree Kuchibhotla bb5519f5a5 More changes 9 years ago
yang-g 807387641f prevent spurious wake up and unstarted/already shutdown server 9 years ago
yang-g 6ec11f2acd prevent spurious wake up and unstarted/already shutdown server 9 years ago
yang-g 05573f1692 Make Server::Wait work for async only server. 9 years ago
yang-g e89dc6ceb6 Make Server::Wait work for async only server. 9 years ago
vjpai 726561ed06 Initial definition of flow-controlled unary type along with code generation for this type 9 years ago
Vijay Pai b645a2d3ce Remove another range-based for 9 years ago
Adam Michalik 4ad746e4e0 clang-format, fix headers, windows fixes 9 years ago
Adam Michalik b97e2d145e Add C++ support for using external FD 9 years ago
Craig Tiller e004958fd6 Fix formatting, mem leak, stall 9 years ago
Craig Tiller 3eee9b4ace Mark sync cq as non-listening when it is 9 years ago
Yuchen Zeng a42ec21341 Server builder plugin 9 years ago
Craig Tiller 06cb1a9d93 Initial interface rework to allow knowing whether to pull payload at registration, not at request time 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
Craig Tiller 9533d042d4 Fix includes 9 years ago
Craig Tiller 5987c70bd1 Punch through flags for incoming calls 9 years ago
yang-g eb62c94338 Add a way to override channel arguments for server creation 9 years ago
Alistair Veitch 75d5c0f024 post merge 9 years ago
David Garcia Quintas d79ef3af71 Fixed wrong usage of global var 9 years ago
David Garcia Quintas e1300deb87 After GrpcLibrary refactoring. Compiles and passes. WIP still 9 years ago
Craig Tiller 64616496e2 Alternative ownership for global callbacks 9 years ago
David Garcia Quintas 08a0a3306e Made "codedgen" directories closed over #includes 9 years ago
David Garcia Quintas f3ddb7c55a clang-format 9 years ago
Bogdan Drutu 3e60e3228a Update the copyrights of the modified files. 9 years ago
yang-g b971173712 Add tests with a second service 9 years ago