aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update Protobuf submodule to v3.0.0 (GA)Gravatar Jorge Canizales2016-07-29
|
* Update sample and test versions to -pre1.1Gravatar Jorge Canizales2016-07-19
| | | | To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs when using dynamic frameworks.
* Update protobuf submodule to 3.0.0-beta-4Gravatar Jorge Canizales2016-07-19
| | | Which has the fix for oneofs when using dynamic frameworks in ObjectiveC
* Merge pull request #7417 from nathanielmanistaatgoogle/multiplex-v1.0.xGravatar Nicolas Noble2016-07-19
|\ | | | | Client and server multiplex example
* \ Merge pull request #7461 from nicolasnoble/rubyyyyyyyyyyyyGravatar Nicolas Noble2016-07-19
|\ \ | | | | | | Fixing Ruby's Rakefile - high version number was hardcoded.
| * | Fixing Ruby's Rakefile - high version number was hardcoded.Gravatar Nicolas "Pixel" Noble2016-07-19
|/ /
* | Merge pull request #7419 from nathanielmanistaatgoogle/examples-v1.0.xGravatar kpayson642016-07-18
|\ \ | | | | | | Update examples to GA API
* \ \ Merge pull request #7413 from jcanizales/p0-advance-versions-to-1Gravatar makdharma2016-07-18
|\ \ \ | | | | | | | | Advance versions from 0.14 -> 1.0.0-pre1
| * | | Fixup: Readme to 1.0.0-pre1 too instead of 1.0.0Gravatar Jorge Canizales2016-07-18
| | | |
| * | | Commit as 1.0.0-pre1 so we can release already.Gravatar Jorge Canizales2016-07-18
| | | |
* | | | Merge pull request #7452 from soltanmm/import-rearrangeGravatar kpayson642016-07-18
|\ \ \ \ | | | | | | | | | | Sort Python imports in setup.py
| * | | | Clean imports in grpcio's `setup.py`Gravatar Masood Malekghassemi2016-07-18
|/ / / /
* | | | Merge pull request #7416 from soltanmm/3DGravatar kpayson642016-07-18
|\ \ \ \ | | | | | | | | | | Build Python distributions for Python 3
| | * | | We’re done with the underscore tags for good!Gravatar Jorge Canizales2016-07-18
| | | | | | | | | | | | | | | Yay compatibility and predictability!
| | * | | BoringSSL 5.0 is now tagged and pushed.Gravatar Jorge Canizales2016-07-18
| | | | |
| | * | | Write 100 times: “gRPC-Core.podspec is a template”Gravatar Jorge Canizales2016-07-18
| | | | |
| | * | | Point BoringSSL.podspec to 5.0 commit (pending tag)Gravatar Jorge Canizales2016-07-18
| | | | |
| | * | | Update err_data.c to BoringSSL commit 8d343b44bbabGravatar Jorge Canizales2016-07-18
| | | | |
* | | | | Merge pull request #7371 from nicolasnoble/udp_server_errorsGravatar kpayson642016-07-18
|\ \ \ \ \ | | | | | | | | | | | | Adding UDP server error handling.
* \ \ \ \ \ Merge pull request #7426 from soltanmm/distribtestGravatar kpayson642016-07-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Test Python source distribution installation
| | | * | | | Support long paths in make_grpcio_tools.pyGravatar Masood Malekghassemi2016-07-16
| | | | | | |
| | | * | | | Use normalized path separators in `setup.py`sGravatar Masood Malekghassemi2016-07-16
| | | | | | |
| | | * | | | Handle distutils command idiosyncraciesGravatar Masood Malekghassemi2016-07-16
| | | | | | |
| | | * | | | Change directory when building grpcio-toolsGravatar Masood Malekghassemi2016-07-16
| | | | | | |
| | | * | | | Increase build timeouts for Python artifactsGravatar Masood Malekghassemi2016-07-16
| | | | | | |
| | | * | | | Build Python distributions for Python 3Gravatar Masood Malekghassemi2016-07-16
| | | | | | |
| | | * | | | Allow make_grpcio_tools.py to be invoked in parallelGravatar Masood Malekghassemi2016-07-16
| | | | | | |
| | | * | | | Patch `spawn` for Python 'unix' compilers insteadGravatar Masood Malekghassemi2016-07-16
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we patched the link command, now we just patch `spawn` as an updatable catch-all solution to ARG_MAX limitations on bash for MSYS and MinGW and friends.
| * | | | | Install virtualenv in Python distribtest DockerfilesGravatar Masood Malekghassemi2016-07-15
| | | | | |
| * | | | | Test Python source distribution installationGravatar Masood Malekghassemi2016-07-15
|/ / / / /
| | | * / Update examples to GA APIGravatar Nathaniel Manista2016-07-15
| |_|/ / |/| | |
| | | * Client and server multiplex exampleGravatar Nathaniel Manista2016-07-15
| |_|/ |/| |
* | | Merge pull request #7401 from jskeet/fix-native-v1Gravatar kpayson642016-07-15
|\ \ \ | | | | | | | | Overhaul how the native extension is found, loaded and used
| | | * Advance versions from 0.14 -> 1.0Gravatar Jorge Canizales2016-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk.
* | | | Merge pull request #7402 from thinkerou/fix_auth_versionGravatar Stanley Cheung2016-07-15
|\ \ \ \ | | | | | | | | | | PHP: unify the version of google/auth
* \ \ \ \ Merge pull request #7381 from jboeuf/ssl_roots_gaGravatar Nicolas Noble2016-07-15
|\ \ \ \ \ | |_|_|_|/ |/| | | | Checking in new roots.
| | * | | unify the version of google/authGravatar thinkerou2016-07-15
| |/ / / |/| | |
| | * | Overhaul how the native extension is found, loaded and usedGravatar Jon Skeet2016-07-15
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal of this is to fix #7230. The changes here are: - The layout in the nuget package; the files are now in `/runtimes/{os}/native/{library}` - The filename of each library, which now includes the architecture, e.g `grpc_csharp_ext.x64.dll` - The targets file used to copy those files in msbuild-based projects; note that we now don't build up a folder structure. - The way the functions are found Before this change, on Linux and OSX we used to find library symbols manually, and use DllImport on Windows. With this change, the name of the library file changes based on architecture, so `DllImport` doesn't work. Instead, we have to use `GetProcAddress` to fetch the function. This is further convoluted by the convention on Windows-x86 to prefix the function name with `_` and suffix it based on the stack size of the arguments. We can't easily tell the argument size here, so we just try 0, 4, 8...128. (128 bytes should be enough for anyone.) This is inefficient, but it's a one-time hit with a known number of functions, and doesn't seem to have any significant impact. The benefit of this in code is we don't need the DllImports any more, and we don't need to conditionally use `FindSymbol` - we just use it for everything, so things are rather more uniform and tidy. The further benefit of this is that the library name is no longer tied to a particular filename format - so if someone wanted to have a directory with the libraries for every version in, with the version in the filename, we'd handle that just fine. (At least once Testing: - Windows: - Console app under msbuild, dotnet cli and DNX - ASP.NET Classic under msbuild - ASP.NET Core (still running under net451) - Ubuntu 16.04 - Console app under dotnet cli, run with dotnet run and mono - OSX: - Console app under dotnet cli, run with dotnet run and mono Under dotnet cli, a dependency on `Microsoft.NETCore.Platforms` is required in order to force the libraries to be copied. This change does *not* further enable .NET Core. It attempts to keep the existing experimental .NET Core project files in line with the msbuild files, but I expect further work to be required for .NET Core, which has a different build/publication model.
* | | Merge pull request #7376 from grpc/jcanizales-fix-protobuf-importGravatar kpayson642016-07-14
|\ \ \ | | | | | | | | Don't always import Protobuf like a framework
* \ \ \ Merge pull request #7384 from soltanmm/import-stallionGravatar kpayson642016-07-14
|\ \ \ \ | | | | | | | | | | Move Python.h include out of loader code
* \ \ \ \ Merge pull request #7389 from stanley-cheung/php-fix-interop-test-1_0Gravatar Stanley Cheung2016-07-14
|\ \ \ \ \ | | | | | | | | | | | | PHP: fix interop tests breakage
* \ \ \ \ \ Merge pull request #7378 from kpayson64/py_doc_touchupGravatar kpayson642016-07-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Document rpc details as string type
| | * | | | | php: fix interop tests breakageGravatar Stanley Cheung2016-07-13
| |/ / / / / |/| | | | |
| | * | | | Remove Python 'loader' hackGravatar Masood Malekghassemi2016-07-13
| | | | | |
* | | | | | Merge pull request #7346 from murgatroid99/ruby_ga_documentation_fixesGravatar Nicolas Noble2016-07-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improved some Ruby inline documentation
| | | | | | * And remaining random leftover items.Gravatar Nicolas "Pixel" Noble2016-07-14
| | | | | | |
| | | * | | | Move Python.h include out of loader codeGravatar Masood Malekghassemi2016-07-13
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | To make a certain private code base work in a certain way nicer than the current way.
| | | | * | Checking in new roots.Gravatar Julien Boeuf2016-07-13
| |_|_|/ / |/| | | |
* | | | | Merge pull request #7363 from stanley-cheung/php-prepare-for-ga-v1_0branchGravatar kpayson642016-07-13
|\ \ \ \ \ | | | | | | | | | | | | php: prepare for GA release
* \ \ \ \ \ Merge pull request #7375 from soltanmm/zomgGravatar kpayson642016-07-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix missing source file