Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Merge pull request #1217 from soltanmm/pypi | Tim Emiola | 2015-04-07 | |
|\ \ \ \ \ | ||||
* \ \ \ \ \ | Merge pull request #1216 from jtattermusch/csharp_version_bump | Tim Emiola | 2015-04-07 | |
|\ \ \ \ \ \ | ||||
| | | * | | | | 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 | |
|\ \ \ \ \ | ||||
* | | | | | | 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 | 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 nathanielmanistaatgoogle/update-interop-generat... | Masood Malekghassemi | 2015-04-06 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||
* | | | | | Merge pull request #1204 from jtattermusch/examples_cleanup | Michael Lumish | 2015-04-06 | |
|\ \ \ \ \ | ||||
* \ \ \ \ \ | Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformer | Masood Malekghassemi | 2015-04-06 | |
|\ \ \ \ \ \ | ||||
| | | * | | | | Update the generated Python interop code. | Nathaniel Manista | 2015-04-06 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge pull request #1191 from nicolasnoble/gpr_thd_join | Jan Tattermusch | 2015-04-06 | |
|\ \ \ \ \ \ | ||||
* \ \ \ \ \ \ | Merge pull request #1198 from atombender/master | Michael Lumish | 2015-04-06 | |
|\ \ \ \ \ \ \ | ||||
* | | | | | | | | Fix compilation of Node package conditionally on Mac: | Alexander Staubo | 2015-04-06 | |
| | | * | | | | | 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 a... | Alexander Staubo | 2015-04-05 | |
|/ / / / / / | ||||
* | | | | | | Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. | Vijay Pai | 2015-04-04 | |
* | | | | | | Merge pull request #1189 from soltanmm/remove-semicolons | Nathaniel Manista | 2015-04-03 | |
|\ \ \ \ \ \ | ||||
| | | | | * | | 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 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Reworded test case descriptions | murgatroid99 | 2015-04-03 | |
* | | | | | | | Merge pull request #1178 from murgatroid99/php_camel_case_methods | Tim Emiola | 2015-04-03 | |
|\ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ | Merge pull request #1181 from murgatroid99/php_gen_code_test_update | Tim Emiola | 2015-04-03 | |
|\ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | 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 | |
| * | | | | | | | 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 | |
|/ / / / / / | ||||
* | | | | | | Merge pull request #1177 from yang-g/bugfix | Vijay Pai | 2015-04-02 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | resolve comment | Yang Gao | 2015-04-02 | |
* | | | | | | | Merge pull request #1172 from nicolasnoble/warnings | Vijay Pai | 2015-04-02 | |
|\ \ \ \ \ \ \ | ||||
| | | * | | | | | 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 co... | Yang Gao | 2015-04-02 | |
* | | | | | | | Merge pull request #1153 from murgatroid99/php_interop_selector_fix | Tim Emiola | 2015-04-02 | |
|\ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ | Merge pull request #1170 from murgatroid99/php_external_includes | Tim Emiola | 2015-04-02 | |
|\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | Shutting off warnings about control paths. | Nicolas "Pixel" Noble | 2015-04-01 | |
| | | | |_|/ / / | | | |/| | | | | ||||
* | | | | | | | | Merge pull request #1163 from soltanmm/metadata | Nathaniel Manista | 2015-04-01 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||
| * | | | | | | | Add metadata support to low-level Python framework | Masood Malekghassemi | 2015-04-01 | |
| | * | | | | | | Fixed scripts again for PHP 5.5 | murgatroid99 | 2015-04-01 | |
| | * | | | | | | Updated scripts with PHP 5.6's build location | murgatroid99 | 2015-04-01 | |
| | * | | | | | | Removed pedantic flag from PHP build | murgatroid99 | 2015-04-01 | |
| | * | | | | | | Made external header includes use angle brackets | murgatroid99 | 2015-04-01 | |
| |/ / / / / / |/| | | | | | |