David Garcia Quintas
c79b0650d2
removed codegen/log.h
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
David Garcia Quintas
2bf574f814
Added back trailing newlines
9 years ago
murgatroid99
ace28d3f98
Fix copyrights again
9 years ago
Sree Kuchibhotla
b0d0c8e8c2
FormatCode
9 years ago
Sree Kuchibhotla
5a05f51a1c
Rename TestService to EchoTestService to prevent name-conflict with
...
'TestService' in test.proto
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
Julien Boeuf
e5adc0eb67
Fixing Cpp tests.
10 years ago
Vijay Pai
8423203cbb
For compatibility with gcc-4.4, eliminate use of sleep_for and
...
std::atomic
10 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
10 years ago
Vijay Pai
fa6e70ff85
Remove one pessimizing std::move
10 years ago
vjpai
3ca49d2a1a
Add a todo regarding a C++ block annotation
10 years ago
Craig Tiller
93ddc61c10
Fix compilation
10 years ago
Craig Tiller
a4517a2020
Remove C++11isms
10 years ago
Craig Tiller
958ee76018
IWYU
10 years ago
Craig Tiller
70a816807f
Friends dont let friends use volatile for synchronization
10 years ago
Rakesh Iyer
4abe76eff5
Repro case for flow control bug.
...
This is a repro case for a bug where if the client is sending
full throttle and the receiver is not able to keep up, the
client reaches a case where it doesn't make forward progress
anymore.
Signed-off-by: Craig Tiller <craig.tiller@gmail.com>
10 years ago