521 Commits (eff91095cf4936812b965e1bfdd671e052ff4328)

Author SHA1 Message Date
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
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
murgatroid99 d96db79b92 Switched to binding servers to port 0 in tests 10 years ago
murgatroid99 5db18baab8 Corrected error in metadata parser 10 years ago
Jan Tattermusch ea6f6d99f4 updated readme 10 years ago
Julien Boeuf 57db88f116 Addressing nicolasnoble@ comments. 10 years ago
Nicolas "Pixel" Noble decdff921b Fixing potential hitch in iomgr shutdown. 10 years ago
Jan Tattermusch 94c365326a added grpc extension library for C# 10 years ago
Julien Boeuf 4a0a394758 Fixing tsan errors in OpenSSL (#319) 10 years ago
murgatroid99 5ca9f921ae Changed PHP metadata representation to associative array of arrays of strings 10 years ago
Craig Tiller c4f0ebe63b Prepare for the new batch call API. 10 years ago
Tim Emiola 43374163ec Corrects a typo 10 years ago
Craig Tiller a3b18d922a Fix link error 10 years ago
Yang Gao 24e820b226 Fix a memory leak. 10 years ago
murgatroid99 975a07b949 Switched Protobuf-PHP references to my fork, removed references to git-on-borg 10 years ago
Nicolas "Pixel" Noble 81b1cbf4e3 Removing comment. 10 years ago
murgatroid99 d9ba1db7fa Removed assertEquals from TimevalTest 10 years ago
David Klempner ea6e8a65a2 Fix poll_kick_posix_test under asan 10 years ago
murgatroid99 5accd24a76 Removed uses of assertEquals, which internally uses weak comparison 10 years ago
murgatroid99 25e5f67bb9 Removed all instances of == and != in PHP code 10 years ago
Tim Emiola d5d00d5c8f Adds a demo app that accesses the live pubsub service. 10 years ago
Tim Emiola 7256b055f2 Add generated code for accessing the v1 pubsub API from Ruby 10 years ago
Tim Emiola c799e81863 Adds a missing return 10 years ago
Nathaniel Manista 71723faa13 TODO fulfillment: use enum for enumerated types. 10 years ago
Craig Tiller 9834fd67c7 Initialize mutex 10 years ago
Craig Tiller e1a03a61c2 Make _posix usage match 'the rules' 10 years ago
Nathaniel Manista a4ead5d91b Bring in the Python GRPC Adapter package. 10 years ago
Nathaniel Manista b8b0adfbf9 Refactoring of the Python build. 10 years ago
Craig Tiller b81df7e000 Fix an obvious bug 10 years ago
Craig Tiller b1663e7465 Remove a major source of contention in thread_pool 10 years ago
Craig Tiller e41df03b4d Expanded comment 10 years ago
Craig Tiller d375663636 Fix memory leak 10 years ago
Craig Tiller 5a8a8073b8 Free some leaks in http_server_filter 10 years ago
Craig Tiller 1d1a39c62a Fix memory leak 10 years ago
Craig Tiller 6c65670456 Free stream ops outside transport lock 10 years ago
Tim Emiola ce062f2174 Updates interop client to use update_proc 10 years ago
Tim Emiola 03d70c649f Adds updater_proc, to simplify the setup of credentials during stub creation 10 years ago
Tim Emiola 8c750f44f4 Adds a compute engine auth GCE interop test 10 years ago
Tim Emiola 2e2085693b Adds an interop tests if OAuth behaviour is functioning 10 years ago
Tim Emiola 179eabb253 Updates the generated code to reflect test updates 10 years ago
Tim Emiola 11f75faf4d Ensures the auth modules are available with just require 'grpc' 10 years ago
Tim Emiola 4694df3c4e Adds compute engine auth implementation that extends the signet auth class 10 years ago
Tim Emiola 720bc81c89 Adds a signet based service_account creds implementation 10 years ago
Tim Emiola 5d6dfd59b3 Extends signet with an apply/apply! methods 10 years ago