Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | |||
* | Merge pull request #1226 from murgatroid99/objective_c_plugin | Tim Emiola | 2015-04-08 |
|\ | | | | | Objective C protoc plugin | ||
* \ | Merge pull request #1221 from jtattermusch/math_server | Tim Emiola | 2015-04-08 |
|\ \ | | | | | | | Added example math server | ||
* \ \ | Merge pull request #1202 from atombender/fix-python-build-on-mac | Masood Malekghassemi | 2015-04-07 |
|\ \ \ | | | | | | | | | Python: OS X doesn't have librt, so don't link to it. | ||
| | | * | Made Objective C plugin build without error | murgatroid99 | 2015-04-07 |
| | | | | |||
* | | | | add calltype decl where missing | Jan Tattermusch | 2015-04-07 |
| | | | | |||
| * | | | OS X doesn't have librt, so don't link to it. | Alexander Staubo | 2015-04-07 |
|/ / / | |||
| | * | Created Objective C stub code generators | murgatroid99 | 2015-04-07 |
| | | | |||
* | | | Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0 | Abhishek Kumar | 2015-04-07 |
|\ \ \ | | | | | | | | | Bump ruby version to match the new release | ||
* \ \ \ | Merge pull request #1217 from soltanmm/pypi | Tim Emiola | 2015-04-07 |
|\ \ \ \ | | | | | | | | | | | Version update to 0.5.0 | ||
* \ \ \ \ | Merge pull request #1216 from jtattermusch/csharp_version_bump | Tim Emiola | 2015-04-07 |
|\ \ \ \ \ | | | | | | | | | | | | | csharp version 0.1 -> 0.2 | ||
| | | * | | | Bump ruby version to match the new release | Tim Emiola | 2015-04-07 |
| |_|/ / / |/| | | | | |||
| | * | | | Version update to 0.5.0 | Masood Malekghassemi | 2015-04-07 |
| | | | | | |||
| * | | | | csharp version 0.1 -> 0.2 | Jan Tattermusch | 2015-04-07 |
| | | | | | |||
* | | | | | Updated composer.json to version 0.5.0 | murgatroid99 | 2015-04-07 |
|/ / / / | |||
* | | | | Merge pull request #1185 from nicolasnoble/the-purge | Vijay Pai | 2015-04-07 |
|\ \ \ \ | | | | | | | | | | | Removing C++11-isms about multithreading. | ||
* | | | | | Fixing MacOS build breakage introduced in #1191. | Nicolas Noble | 2015-04-07 |
| | | | | | |||
* | | | | | Merge pull request #1154 from soltanmm/pypi | Tim Emiola | 2015-04-06 |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | Enable PyPI package management | ||
| * | | | Enable PyPI package management | Masood Malekghassemi | 2015-04-06 |
| | | | | |||
| | * | | Merge branch 'master' of github.com:google/grpc into the-purge | Nicolas "Pixel" Noble | 2015-04-06 |
| | |\ \ | |_|/ / |/| | | | |||
| | | * | Added example math server | Jan Tattermusch | 2015-04-06 |
| | | | | |||
* | | | | Merge pull request #1203 from ↵ | Masood Malekghassemi | 2015-04-06 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | nathanielmanistaatgoogle/update-interop-generated-code Update generated code used in Python interop tests | ||
* | | | | Merge pull request #1204 from jtattermusch/examples_cleanup | Michael Lumish | 2015-04-06 |
|\ \ \ \ | | | | | | | | | | | Cleanup of C# API examples | ||
* \ \ \ \ | Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformer | Masood Malekghassemi | 2015-04-06 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a metadata_transformer to the Python stub. | ||
| | | * | | | Update the generated Python interop code. | Nathaniel Manista | 2015-04-06 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/grpc/grpc/issues/1150 tracks the fact that these files shouldn't even exist. For now, however, they do and should be kept current. | ||
* | | | | | Merge pull request #1191 from nicolasnoble/gpr_thd_join | Jan Tattermusch | 2015-04-06 |
|\ \ \ \ \ | | | | | | | | | | | | | Adding joinable threads, and gpr_thd_join. | ||
* \ \ \ \ \ | Merge pull request #1198 from atombender/master | Michael Lumish | 2015-04-06 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove unused references to malloc.h | ||
* | | | | | | | Fix compilation of Node package conditionally on Mac: | Alexander Staubo | 2015-04-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set compilation target 10.9. * Add C++11 compilation. * Remove librt dependency. | ||
| | | * | | | | Add a metadata_transformer to the Python stub. | Nathaniel Manista | 2015-04-06 |
| |_|/ / / / |/| | | | | | |||
| * | | | | | Remove unused references to malloc.h (which is non-standard, Linux-specific ↵ | Alexander Staubo | 2015-04-05 |
|/ / / / / | | | | | | | | | | | | | | | | and generally deprecated; use <cstdlib> instead). | ||
* | | | | | Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. | Vijay Pai | 2015-04-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is potentially unsafe since checking the deadline involves more than 1 word read. | ||
* | | | | | Merge pull request #1189 from soltanmm/remove-semicolons | Nathaniel Manista | 2015-04-03 |
|\ \ \ \ \ | | | | | | | | | | | | | Satisfy C90 requirements in Python C code. | ||
| | | | | * | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 |
| | | | | | | |||
| | * | | | | Adding joinable threads, and gpr_thd_join. | Nicolas Noble | 2015-04-03 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #1140 from murgatroid99/node_trailing_metadata | Tim Emiola | 2015-04-03 |
|\ \ \ \ \ | | | | | | | | | | | | | Node trailing metadata | ||
| * | | | | | Reworded test case descriptions | murgatroid99 | 2015-04-03 |
| | | | | | | |||
* | | | | | | Merge pull request #1178 from murgatroid99/php_camel_case_methods | Tim Emiola | 2015-04-03 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Change PHP method names to camel case | ||
* \ \ \ \ \ \ | Merge pull request #1181 from murgatroid99/php_gen_code_test_update | Tim Emiola | 2015-04-03 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Updated GeneratedCodeTest to match (not so) recent stub changes | ||
| | | | * | | | | Satisfy C90 pedantry in Python adapter | Masood Malekghassemi | 2015-04-03 |
| |_|_|/ / / / |/| | | | | | | |||
| | | | | | * | Starting off by removing all offending headers. | Nicolas "Pixel" Noble | 2015-04-03 |
| | | | | | | | |||
| | | | * | | | cleanup of C# API examples | Jan Tattermusch | 2015-04-02 |
| | | | | | | | |||
* | | | | | | | Add in a racy check for min deadline in run_some_expired_alarms before | Vijay Pai | 2015-04-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attempting the trylock. This shaves the number of g_mu and g_checker_mu uses dramatically in perf test workload and all tests still pass. | ||
| * | | | | | | Updated GeneratedCodeTest to match (not so) recent stub changes | murgatroid99 | 2015-04-02 |
| | |_|_|_|/ | |/| | | | | |||
* / | | | | | Eliminate a redundant unlock-lock pair since this code is only invoked from | Vijay Pai | 2015-04-02 |
|/ / / / / | | | | | | | | | | | | | | | | one place | ||
* | | | | | Merge pull request #1177 from yang-g/bugfix | Vijay Pai | 2015-04-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Bug fix. User can destroy status after calling Finish and we should keep... | ||
| * | | | | | resolve comment | Yang Gao | 2015-04-02 |
| | | | | | | |||
* | | | | | | Merge pull request #1172 from nicolasnoble/warnings | Vijay Pai | 2015-04-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Shutting off warnings about control paths. | ||
| | | * | | | | Updated PHP files to new method names | murgatroid99 | 2015-04-02 |
| | | | | | | | |||
| | | * | | | | Changed C files to have camelCase method names | murgatroid99 | 2015-04-02 |
| |_|/ / / / |/| | | | | | |||
| | * | | | | Bug fix. User can destroy status after calling Finish and we should keep a ↵ | Yang Gao | 2015-04-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | copy of it instead of a pointer |