aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
|
* Merge pull request #1243 from jboeuf/cpp_creds_refactorGravatar Yang Gao2015-04-10
|\ | | | | Have the secure credentials in separate header files.
| * Addressing comments.Gravatar Julien Boeuf2015-04-10
| |
| * Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09
| |
* | Merge pull request #1222 from ctiller/mac-fixesGravatar Nicolas Noble2015-04-09
|\ \ | |/ |/| Mac fixes
* | Merge pull request #1238 from nicolasnoble/plugin-reworkGravatar Yang Gao2015-04-09
|\ \ | | | | | | Splitting gRPC service class codegen into its own set of files.
* \ \ Merge pull request #1234 from soltanmm/auth-interopGravatar Tim Emiola2015-04-09
|\ \ \ | | | | | | | | Add auth interop for Python
| | * | Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
| | | |
| * | | Add OAuth interop tests to PythonGravatar Masood Malekghassemi2015-04-09
| |/ / | | | | | | | | | | | | Also adds the commands to the grpc_docker shell library script to support running in docker.
* | | Merge pull request #1235 from murgatroid99/php_memory_leaksGravatar Tim Emiola2015-04-09
|\ \ \ | | | | | | | | Fixed memory leaks in PHP extension code
* \ \ \ Merge pull request #1233 from murgatroid99/php_generator_scriptGravatar Tim Emiola2015-04-09
|\ \ \ \ | | | | | | | | | | Added script to generate test .php files from .proto files
| | * | | Fixed memory leaks in PHP extension codeGravatar murgatroid992015-04-08
| | | | |
| * | | | Simplified scriptGravatar murgatroid992015-04-08
| | | | |
| * | | | Added script to generate test .php files from .proto filesGravatar murgatroid992015-04-08
| |/ / /
* | / / Fixing msys2 compilation...Gravatar Nicolas "Pixel" Noble2015-04-08
| |/ / |/| |
* | | Merge pull request #1226 from murgatroid99/objective_c_pluginGravatar Tim Emiola2015-04-08
|\ \ \ | | | | | | | | Objective C protoc plugin
* \ \ \ Merge pull request #1221 from jtattermusch/math_serverGravatar Tim Emiola2015-04-08
|\ \ \ \ | | | | | | | | | | Added example math server
| | | | * clang-formatGravatar Craig Tiller2015-04-07
| | | | |
| | | | * Update Windows build for interface changesGravatar Craig Tiller2015-04-07
| | | | |
| | | | * Fix server shutdownGravatar Craig Tiller2015-04-07
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open. This change: - adds a callback to TCP server shutdown to signal that the server is completely shutdown - wait for that callback before destroying listeners in the server (and before destroying the server) - handles fallout
* | | | Merge pull request #1202 from atombender/fix-python-build-on-macGravatar Masood Malekghassemi2015-04-07
|\ \ \ \ | | | | | | | | | | Python: OS X doesn't have librt, so don't link to it.
| | | * | Made Objective C plugin build without errorGravatar murgatroid992015-04-07
| | | | |
* | | | | add calltype decl where missingGravatar Jan Tattermusch2015-04-07
| |_|_|/ |/| | |
| * | | OS X doesn't have librt, so don't link to it.Gravatar Alexander Staubo2015-04-07
|/ / /
| | * Created Objective C stub code generatorsGravatar murgatroid992015-04-07
| | |
* | | Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0Gravatar Abhishek Kumar2015-04-07
|\ \ \ | | | | | | | | Bump ruby version to match the new release
* \ \ \ Merge pull request #1217 from soltanmm/pypiGravatar Tim Emiola2015-04-07
|\ \ \ \ | | | | | | | | | | Version update to 0.5.0
* \ \ \ \ Merge pull request #1216 from jtattermusch/csharp_version_bumpGravatar Tim Emiola2015-04-07
|\ \ \ \ \ | | | | | | | | | | | | csharp version 0.1 -> 0.2
| | | * | | Bump ruby version to match the new releaseGravatar Tim Emiola2015-04-07
| |_|/ / / |/| | | |
| | * | | Version update to 0.5.0Gravatar Masood Malekghassemi2015-04-07
| | | | |
| * | | | csharp version 0.1 -> 0.2Gravatar Jan Tattermusch2015-04-07
| | | | |
* | | | | Updated composer.json to version 0.5.0Gravatar murgatroid992015-04-07
|/ / / /
* | | | Merge pull request #1185 from nicolasnoble/the-purgeGravatar Vijay Pai2015-04-07
|\ \ \ \ | | | | | | | | | | Removing C++11-isms about multithreading.
* | | | | Fixing MacOS build breakage introduced in #1191.Gravatar Nicolas Noble2015-04-07
| | | | |
* | | | | Merge pull request #1154 from soltanmm/pypiGravatar Tim Emiola2015-04-06
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | Enable PyPI package management
| * | | Enable PyPI package managementGravatar Masood Malekghassemi2015-04-06
| | | |
| | * | Merge branch 'master' of github.com:google/grpc into the-purgeGravatar Nicolas "Pixel" Noble2015-04-06
| | |\ \ | |_|/ / |/| | |
| | | * Added example math serverGravatar Jan Tattermusch2015-04-06
| | | |
* | | | Merge pull request #1203 from ↵Gravatar Masood Malekghassemi2015-04-06
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nathanielmanistaatgoogle/update-interop-generated-code Update generated code used in Python interop tests
* | | | Merge pull request #1204 from jtattermusch/examples_cleanupGravatar Michael Lumish2015-04-06
|\ \ \ \ | | | | | | | | | | Cleanup of C# API examples
* \ \ \ \ Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformerGravatar Masood Malekghassemi2015-04-06
|\ \ \ \ \ | | | | | | | | | | | | Add a metadata_transformer to the Python stub.
| | | * | | Update the generated Python interop code.Gravatar Nathaniel Manista2015-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_joinGravatar Jan Tattermusch2015-04-06
|\ \ \ \ \ | | | | | | | | | | | | Adding joinable threads, and gpr_thd_join.
* \ \ \ \ \ Merge pull request #1198 from atombender/masterGravatar Michael Lumish2015-04-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unused references to malloc.h
* | | | | | | Fix compilation of Node package conditionally on Mac:Gravatar Alexander Staubo2015-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set compilation target 10.9. * Add C++11 compilation. * Remove librt dependency.
| | | * | | | Add a metadata_transformer to the Python stub.Gravatar Nathaniel Manista2015-04-06
| |_|/ / / / |/| | | | |
| * | | | | Remove unused references to malloc.h (which is non-standard, Linux-specific ↵Gravatar Alexander Staubo2015-04-05
|/ / / / / | | | | | | | | | | | | | | | and generally deprecated; use <cstdlib> instead).
* | | | | Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a.Gravatar Vijay Pai2015-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | This is potentially unsafe since checking the deadline involves more than 1 word read.
* | | | | Merge pull request #1189 from soltanmm/remove-semicolonsGravatar Nathaniel Manista2015-04-03
|\ \ \ \ \ | | | | | | | | | | | | Satisfy C90 requirements in Python C code.
| | | | | * Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
| | | | | |