2054 Commits (89d304a3013652089890d87ea0b3a903a4920947)

Author SHA1 Message Date
Tim Emiola 6b493a3353 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods 10 years ago
Tim Emiola 37b09f4d83 Adds the call operation codes 10 years ago
Tim Emiola 564719d28e Updates Channel#create_call to the new API 10 years ago
Julien Boeuf fce25eee5d Addressing comments. 10 years ago
Yuki Yugui Sonoda d241bcc030 Avoid identifiers reserved by Ruby 10 years ago
Julien Boeuf 1d2240cc6c Have the secure credentials in separate header files. 10 years ago
Nicolas "Pixel" Noble 0caebbfcfe Splitting gRPC service class codegen into its own set of files. 10 years ago
Masood Malekghassemi e6b0038223 Add OAuth interop tests to Python 10 years ago
murgatroid99 aa11066573 Fixed memory leaks in PHP extension code 10 years ago
murgatroid99 35d06e99fb Simplified script 10 years ago
murgatroid99 5983849988 Added script to generate test .php files from .proto files 10 years ago
Craig Tiller a181436d1d Make endpoint_pair_windows compile. 10 years ago
Craig Tiller 1861dca16c Fix #ifdef 10 years ago
Craig Tiller 532fa365a0 Add endpoint_pair_windows.c (never compiled) 10 years ago
Craig Tiller 818efa6741 Implement gpr_sleep_until for Windows. 10 years ago
Nicolas "Pixel" Noble c8f95e3592 Fixing msys2 compilation... 10 years ago
Nicolas Noble 89219162dd Refactoring std::chrono out. 10 years ago
Craig Tiller c02c1d883a clang-format 10 years ago
Craig Tiller 6d97916b16 Update Windows build for interface changes 10 years ago
Craig Tiller aec96aa223 Fix server shutdown 10 years ago
Craig Tiller 55b7306c6c Update Windows build for interface changes 10 years ago
Craig Tiller a99157f4dd Fix server shutdown 10 years ago
murgatroid99 ac0002adb8 Made Objective C plugin build without error 10 years ago
Jan Tattermusch 8c5d68bd0b add calltype decl where missing 10 years ago
Alexander Staubo 8eac91eaf4 OS X doesn't have librt, so don't link to it. 10 years ago
murgatroid99 d3efd0a1ec Created Objective C stub code generators 10 years ago
Tim Emiola 14e941d0d2 Bump ruby version to match the new release 10 years ago
Masood Malekghassemi 2b34e5adf1 Version update to 0.5.0 10 years ago
Jan Tattermusch e8fef4319c csharp version 0.1 -> 0.2 10 years ago
murgatroid99 2db4ebdec9 Updated composer.json to version 0.5.0 10 years ago
Nicolas Noble a397330cc0 Fixing MacOS build breakage introduced in #1191. 10 years ago
Masood Malekghassemi 451887ba2c Enable PyPI package management 10 years ago
Jan Tattermusch 4c64d4695a Added example math server 10 years ago
Nathaniel Manista 89ad057854 Update the generated Python interop code. 10 years ago
Alexander Staubo 425e46c56c Fix compilation of Node package conditionally on Mac: 10 years ago
Nathaniel Manista cd7096deb6 Add a metadata_transformer to the Python stub. 10 years ago
Alexander Staubo 3f670f4f26 Remove unused references to malloc.h (which is non-standard, Linux-specific and generally deprecated; use <cstdlib> instead). 10 years ago
Vijay Pai cf1a7e03e7 Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. 10 years ago
Nicolas "Pixel" Noble ff2828be3d Rewriting mutex, condition_variable, and thread. 10 years ago
Nicolas Noble 91647cc815 Adding joinable threads, and gpr_thd_join. 10 years ago
murgatroid99 49388b31a0 Reworded test case descriptions 10 years ago
Masood Malekghassemi 660a33e11f Satisfy C90 pedantry in Python adapter 10 years ago
Nicolas "Pixel" Noble ae96ae2bad Starting off by removing all offending headers. 10 years ago
Jan Tattermusch 8c61db9164 cleanup of C# API examples 10 years ago
Vijay Pai 74c14e5ac7 Add in a racy check for min deadline in run_some_expired_alarms before 10 years ago
murgatroid99 e80fdd3740 Updated GeneratedCodeTest to match (not so) recent stub changes 10 years ago
Vijay Pai 7d3d9ca24c Eliminate a redundant unlock-lock pair since this code is only invoked from 10 years ago
Yang Gao e9866e977e resolve comment 10 years ago
murgatroid99 10286d3f60 Updated PHP files to new method names 10 years ago
murgatroid99 c1d7e24751 Changed C files to have camelCase method names 10 years ago