Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add support for per-call metadata | Jan Tattermusch | 2015-07-15 |
| | |||
* | adjust C# generator to match the new API | Jan Tattermusch | 2015-07-15 |
| | |||
* | renaming stub to client and refactoring metadata class | Jan Tattermusch | 2015-07-15 |
| | |||
* | Merge pull request #2419 from jtattermusch/nuget_versioning_simplification | Michael Lumish | 2015-07-15 |
|\ | | | | | Nuget versioning simplification | ||
| * | make build_packages.bat provide version of grpc.native.csharp_ext dependency | Jan Tattermusch | 2015-07-15 |
| | | |||
| * | introduce Version.cs as single source of truth of gRPC C# version | Jan Tattermusch | 2015-07-15 |
| | | |||
| * | pick up nuget package version from cmdline param and fix nuget build | Jan Tattermusch | 2015-07-15 |
|/ | |||
* | Merge pull request #2418 from jtattermusch/csharp_healthchecking | Michael Lumish | 2015-07-15 |
|\ | | | | | C# health service | ||
| * | C# health checking support | Jan Tattermusch | 2015-07-15 |
|/ | |||
* | Merge pull request #2453 from tbetbetbe/grpc-ruby-update-requirements-comment | Michael Lumish | 2015-07-15 |
|\ | | | | | Updates the requirements comment before releasing on the release branch | ||
| * | Updates the requirements comment before releasing on the release branch | Tim Emiola | 2015-07-15 |
|/ | |||
* | Merge pull request #2450 from dgquintas/frame_data_one_byte | Yang Gao | 2015-07-15 |
|\ | | | | | Fixed wrong frame parsing | ||
* \ | Merge pull request #2428 from vjpai/gcc44_issues | Yang Gao | 2015-07-14 |
|\ \ | | | | | | | Fixes for older C++ compilers (remove lambdas, brace init, and nullptr ambiguity) | ||
| | * | Fixed wrong frame parsing | David Garcia Quintas | 2015-07-14 |
| |/ |/| | |||
| * | override and final | Vijay Pai | 2015-07-14 |
| | | |||
* | | Merge pull request #2332 from jtattermusch/implicit_initialize_rebased | Michael Lumish | 2015-07-14 |
|\ \ | | | | | | | Get rid of explicit GrpcEnvironment.Initialize | ||
* \ \ | Merge pull request #2438 from stanley-cheung/update_homebrew_php_ext_dir | Michael Lumish | 2015-07-14 |
|\ \ \ | | | | | | | | | Update homebrew PHP extension location | ||
* \ \ \ | Merge pull request #2251 from nathanielmanistaatgoogle/links | Masood Malekghassemi | 2015-07-14 |
|\ \ \ \ | | | | | | | | | | | links interface and gRPC-on-wire implementation | ||
| | * | | | regex | Stanley Cheung | 2015-07-14 |
| | | | | | |||
| | | | * | Addressing outstanding typos and comments | Vijay Pai | 2015-07-14 |
| | | | | | | | | | | | | | | | | | | | | Clang-format of changed files | ||
| | | | * | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 | vjpai | 2015-07-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build. The issue is that gcc below 4.6 require us to explicitly define nullptr, and our explicit definition allows a potential confusion between nullptr->unique_ptr<string> and nullptr->char *->grpc::string->unique_ptr<string> | ||
| | * | | | update homebrew php ext location | Stanley Cheung | 2015-07-14 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #2335 from murgatroid99/node_error_codes | Abhishek Kumar | 2015-07-14 |
|\ \ \ \ | | | | | | | | | | | Made Node server respond with UNKNOWN for unspecified application errors | ||
| | | | * | Use rvalue ref return to avoid copy | vjpai | 2015-07-14 |
| | | | | | |||
* | | | | | Merge pull request #2336 from murgatroid99/ruby_error_codes | Abhishek Kumar | 2015-07-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Made ruby server return correct error code for unimplemented method | ||
* \ \ \ \ \ | Merge pull request #2065 from dklempner/retry_backoff | Abhishek Kumar | 2015-07-14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update the connection backoff document with jitter. | ||
| | | | | | * | Remove brace initialization for gcc-4.4 compatibility | vjpai | 2015-07-14 |
| | | | | | | | |||
| | | | | | * | Remove lambda function with lambda capture to allow building with pre-lambda | vjpai | 2015-07-14 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | compilers | ||
* | | | | | | Merge pull request #2421 from chai2010/master | Nicolas Noble | 2015-07-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix build on windows | ||
| * | | | | | | fix build on windows | chai2010 | 2015-07-14 |
|/ / / / / / | |||
* | | | | | | Merge pull request #2416 from nicolasnoble/attempt-number-2-at-windows-kick | Jan Tattermusch | 2015-07-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Better socket kick for Windows. | ||
* \ \ \ \ \ \ | Merge pull request #2414 from nicolasnoble/lets-debug-aborts | Jan Tattermusch | 2015-07-13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding a handler for abort(). | ||
| | | * | | | | | Add description of MIN_CONNECT_TIMEOUT and fix its pseudocode usage. | David Klempner | 2015-07-13 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #2415 from nicolasnoble/ignore-cached-files | Michael Lumish | 2015-07-13 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Let's ignore our generated cache.mk from git. | ||
| | | * | | | | | | Better socket kick for Windows. | Nicolas "Pixel" Noble | 2015-07-14 |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now calling tcp_shutdown will in fact close the socket, which cascades into properly cleaning out all the pending requests. The tcp_server_windows's shutdown logic had to be rewritted (simplified) in order to take this into account. | ||
| * | | | | | | | Let's ignore our generated cache.mk from git. | Nicolas "Pixel" Noble | 2015-07-14 |
|/ / / / / / / | |||
| * / / / / / | Adding a handler for abort(). | Nicolas "Pixel" Noble | 2015-07-14 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | We want to have a chance to debug a call to abort() in case we have a debugger attached. | ||
| | | | * / | links interface and gRPC-on-wire implementation | Nathaniel Manista | 2015-07-13 |
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | This code branches out of the alpha/early_adopter code and begins building toward the beta API. | ||
* | | | | | Merge pull request #2399 from nicolasnoble/install-windows-exception-handler | Jan Tattermusch | 2015-07-13 |
|\ \ \ \ \ | | | | | | | | | | | | | Install simple Windows exception handlers. | ||
* \ \ \ \ \ | Merge pull request #2400 from nicolasnoble/filter-output-for-timeouts | Craig Tiller | 2015-07-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Filtering stdout for JUnit report in case of timeouts. | ||
* \ \ \ \ \ \ | Merge pull request #2402 from jtattermusch/windows_polishing | Nicolas Noble | 2015-07-12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Windows polishing | ||
| * | | | | | | | zero-out channel after creation | Jan Tattermusch | 2015-07-12 |
| | | | | | | | | |||
| * | | | | | | | remove chatty log messages on windows | Jan Tattermusch | 2015-07-12 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #2398 from nicolasnoble/we-have-many-solutions-now | Jan Tattermusch | 2015-07-11 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fixing VS's documentation. | ||
| | * | | | | | | Filtering stdout for JUnit report in case of timeouts. | Nicolas "Pixel" Noble | 2015-07-12 |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | We're not properly filtering stdout in case we're timeouting. This generates invalid XML output. | ||
* | | | | | | | Merge pull request #2395 from nicolasnoble/tabs-are-evil | Craig Tiller | 2015-07-11 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Swapping tabs for spaces in generate_projects.py | ||
* \ \ \ \ \ \ \ | Merge pull request #2397 from nicolasnoble/faking-tools-under-windows | Craig Tiller | 2015-07-11 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Faking tools target for win32. | ||
* \ \ \ \ \ \ \ \ | Merge pull request #2394 from nicolasnoble/disabling-cython | Craig Tiller | 2015-07-11 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Disabling cython for now. | ||
| | | | | * | | | | | Install simple Windows exception handlers. | Nicolas "Pixel" Noble | 2015-07-12 |
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing. | ||
| | | | * | | | | | Fixing VS's documentation. | Nicolas "Pixel" Noble | 2015-07-11 |
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | The nuget command line tool can't find which solution we want to restore packages on. The documentation needs some update. |