aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | Merge pull request #7455 from kpayson64/small_beta_fixGravatar kpayson642016-07-19
| |/| | | | | | | | |/| | | | | | | | | | | | | | | | | | | Fixed name syntax error
| | | | * | | | | | Fix undefined reference in Ruby code, add linker warningGravatar murgatroid992016-07-19
| |_|_|/ / / / / / |/| | | | | | | |
| | | | | | * | | Merge pull request #7407 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Benchmark fixes
| | | | | | * | | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll()
* | | | | | | | 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
| | | | | | | | |
| | | * | | | | | Fixed name syntax errorGravatar Ken Payson2016-07-18
| |_|/ / / / / / |/| | | | | | |
| | | * | | | | Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
* | | | | | | 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
| | | | | | | |
| | * | | | | | 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.
| | | | * | | | | Make default log verbosity ERROR, run tests with DEBUGGravatar Craig Tiller2016-07-18
| |_|_|/ / / / / |/| | | | | | |
| | * | | | | | Handle distutils command idiosyncraciesGravatar 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.
| | | * | | | SwiftSample app: ProtoMethod -> GRPCProtoMethod, etc.Gravatar Jorge Canizales2016-07-15
| | | | | | |
| | | * | | | Sample app: ProtoMethod -> GRPCProtoMethodGravatar Jorge Canizales2016-07-15
| | | | | | |
| | | * | | | SwiftSample app: solve XCode config warningsGravatar Jorge Canizales2016-07-15
| | | | | | |
| | | * | | | Sample app: solve XCode config warningsGravatar Jorge Canizales2016-07-15
| | | | | | |
| | | * | | | Build sample app both with and without frameworksGravatar Jorge Canizales2016-07-15
| | | | | | |
| | | * | | | Misc test scripts cleanup:Gravatar Jorge Canizales2016-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Echo commands - Remove generated code before pod install - Don’t “clean” before “build”
| | | * | | | Don’t care about installed protoc in the test scriptsGravatar Jorge Canizales2016-07-15
| | | | | | |
| | | * | | | SwiftSample: always use frameworksGravatar Jorge Canizales2016-07-15
| | | | | | |
| | | * | | | Use google/protobuf/empty.proto in the sample appsGravatar Jorge Canizales2016-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.
* | | / / / 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.
| | * | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | | |
* | | | 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
| | | | | * Fix a memory leak in Node call credentialsGravatar murgatroid992016-07-14
| | | | | |
* | | | | | 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
| | | | | | * | Make Server::Wait work for async only server.Gravatar yang-g2016-07-13
| |_|_|_|_|/ / |/| | | | | |
| | * | | | | 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.
* | | | | Merge pull request #7363 from stanley-cheung/php-prepare-for-ga-v1_0branchGravatar kpayson642016-07-13
|\ \ \ \ \ | | | | | | | | | | | | php: prepare for GA release
| | | * | | Document rpc details as string typeGravatar Ken Payson2016-07-13
| | | | | |
| | | | * | Don't always import Protobuf like a frameworkGravatar Jorge Canizales2016-07-13
| |_|_|/ / |/| | | | | | | | | If the macro isn't set, e.g. for Bazel compilations, import the way it was done before https://github.com/grpc/grpc/commit/fb4a54541a6e00c43e1671cda0a25e2eda4792df.
* | | | | Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msgGravatar kpayson642016-07-13
|\ \ \ \ \ | |_|_|/ / |/| | | | Remove unnecessary "Failed parsing HTTP2" detail
| | | | * Use the new socket creation api in udp_server.cGravatar Robbie Shade2016-07-13
| | | | |
| | | | * Use grpc_error instead of bool in udp_server's on_readGravatar Robbie Shade2016-07-13
| | | | |
| | | | * Correct error handling for failed set_sockopt calls in udp_server.cGravatar Robbie Shade2016-07-13
| | | | |