678 Commits (c08e3b8a7ec77e00c0a2b75da043e69458a29d23)

Author SHA1 Message Date
Julien Boeuf a0ec4fc8ea Adding /tmp to prefix when creating posix temporary files. 10 years ago
Nicolas "Pixel" Noble d6dcec526d Making the gpr_tmpfile's win32 version a bit more Windows-y. 10 years ago
Jan Tattermusch 15111f5c6b Polishing C# math service implementation and added an in-process mathclient mathserver test 10 years ago
Jan Tattermusch caa361466c removed outdated comment 10 years ago
Jan Tattermusch a3b659c3ae added comment 10 years ago
Hongyu Chen 2bfbfe8bfa prefix struct & functions in census_tracing.h per ctiller's suggestion. 10 years ago
Hongyu Chen 1ed726c6f5 More update on dup_annotation_list following review comments. 10 years ago
David Klempner 0840da4c64 Move pollset_kick wfd creation/destruction out of freelist lock 10 years ago
Julien Boeuf 5f925a95c1 Addressing comments. 10 years ago
Jan Tattermusch aeec9a93e8 Added usage info to csharp/README.md 10 years ago
Hongyu Chen b5674540ed Update following a-vietch's comments 10 years ago
Alistair Veitch 46c3be0156 Update census_tracing.h 10 years ago
Jan Tattermusch 8ce5e8bbcc Improved the server implementation to be able to register call handlers, also some refactoring 10 years ago
Craig Tiller 0a927bfb63 Fix memory leak on server channels 10 years ago
Craig Tiller 8aa09c38d7 Fix lame client 10 years ago
Craig Tiller da66937e34 Force a round trip on disconnect before closing a channel 10 years ago
Craig Tiller 051a55c3b7 Don't double delete 10 years ago
Craig Tiller 4e54cf5b99 Fix another leak 10 years ago
Craig Tiller de64862323 Remove ternary operators here 10 years ago
Craig Tiller b1d99bf097 Better fix for segfault 10 years ago
Craig Tiller ebf94bf558 Fix segfault 10 years ago
Craig Tiller 37bbead483 Fix memory leaks 10 years ago
Craig Tiller ea3697bf4c Fix memory leak 10 years ago
Craig Tiller 5200c18914 Go one further. 10 years ago
Craig Tiller 3dd8c2e53d Respecify our way out of some very high contention 10 years ago
Julien Boeuf 9be98601b8 Oooops. Forgot a the new file. 10 years ago
Julien Boeuf 7413f10832 Adding linux specific env implementation. 10 years ago
murgatroid99 ca8cbe40e7 Added a lot more information to README 10 years ago
Nicolas Noble 5ea99bb81c Let the http2 transport issue a read request before pumping bytes into it. 10 years ago
David Klempner e5437de181 Add a missing mdstr_unref 10 years ago
Craig Tiller e2b2b1fb67 Fix check for whether we should write to prevent infinite loop 10 years ago
David Klempner c15622b95c Remove timeval functions 10 years ago
Vijay Pai 2d03e042e7 Revert "Make this compile on mac by adding in header files currently used for posix," 10 years ago
Vijay Pai dbc0f5940a Add write buffer hint to C++ server handlers so that writes actually go 10 years ago
Hongyu Chen 1ef06e6285 V0 implementation of census_get_active_ops(). 10 years ago
David Klempner 78b79920af Fix up feature test macros 10 years ago
David Klempner 9b60fa3acd Make gpr_timespec no longer be a typedef for struct timespec in posix 10 years ago
Craig Tiller 7bd9b99d97 Autohint write buffering 10 years ago
Craig Tiller 6a09ca80d6 Eliminate condvar in chttp2 transport 10 years ago
Julien Boeuf 0561896751 Addressing comments. 10 years ago
Craig Tiller d6731628bc Cleanup documentation 10 years ago
Craig Tiller d642dcf920 Use unsigned for shifts 10 years ago
David Klempner 9e1b10b027 undef and endif aren't the same thing 10 years ago
David Klempner 9db67cbfb0 We should ifdef check the define of _GNU_SOURCE 10 years ago
David Klempner d44f8410df Have cpu_linux.c define _GNU_SOURCE at the beginning of the file 10 years ago
Nicolas "Pixel" Noble ae7b45a84d Adding another condition variable to fix the iomgr shutdown issue. 10 years ago
murgatroid99 554fe351d3 Fixed error in new test 10 years ago
murgatroid99 75c9d2f529 Added cancel_after_first_response interop test 10 years ago
Jan Tattermusch a7608b081e Prototype of gRPC C# library (Core and API examples) 10 years ago
murgatroid99 d96db79b92 Switched to binding servers to port 0 in tests 10 years ago