Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix shutdown semantics. | 2015-02-17 | |
| | | | | Document what they should be, ensure they're triggered, and fix what was broken. | ||
* | Merge pull request #557 from jboeuf/b542 | 2015-02-17 | |
|\ | | | | | Fixing memleak. | ||
* \ | Merge pull request #556 from ctiller/codesize | 2015-02-17 | |
|\ \ | | | | | | | Fix refcounting bug leading to objects not being cleaned up | ||
| | * | Fixing memleak. | 2015-02-17 | |
| |/ |/| | | | | | - Fixes #542 | ||
| * | Add missing ref | 2015-02-17 | |
| | | | | | | | | | | This prevents a bug whereby not all fds were destroyed at application exit. | ||
| * | Add checking on fd_posix refcounts | 2015-02-17 | |
| | | |||
* | | Merge pull request #551 from ctiller/shutdown | 2015-02-17 | |
|\ \ | | | | | | | Allow grpc_init to be called multiple times | ||
* \ \ | Merge pull request #530 from nathanielmanistaatgoogle/python-interop-server | 2015-02-17 | |
|\ \ \ | |_|/ |/| | | Python interop server. | ||
| | * | Allow grpc_init to be called multiple times | 2015-02-17 | |
| |/ |/| | |||
* | | Merge pull request #545 from ↵ | 2015-02-17 | |
|\ \ | | | | | | | | | | | | | tbetbetbe/grpc_ruby_skip_some_tests_to_fix_the_build Temporarily pauses some tests | ||
| * | | Temporarily pauses some tests | 2015-02-17 | |
| | | | |||
* | | | Fix fling test leaks | 2015-02-17 | |
| | | | |||
* | | | Fix aliasing | 2015-02-17 | |
| | | | |||
* | | | Merge branch 'master' of github.com:google/grpc into uds | 2015-02-17 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
* \ \ \ | Merge github.com:grpc/grpc into uds | 2015-02-16 | |
|\ \ \ \ | |||
| | * \ \ | Merge github.com:grpc/grpc into sopb | 2015-02-16 | |
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
| | | | * | The Python interoperability testing server. | 2015-02-15 | |
| | | | | | |||
| | | | * | Add an early adopter public API. | 2015-02-15 | |
| | | | | | |||
| | | | * | Add security to fore.ForeLink. | 2015-02-15 | |
| | | | | | |||
| | | | * | Clean up setup.py and move it into src/. | 2015-02-15 | |
| | | | | | |||
| | | | * | Simplify _WrappedConsumer.moar. | 2015-02-15 | |
| | |_|/ | |/| | | |||
* | | | | clang-format | 2015-02-13 | |
| | | | | |||
* | | | | Unix domain socket support | 2015-02-13 | |
| |_|/ |/| | | |||
| | * | Avoid four allocations per stream | 2015-02-13 | |
| |/ |/| | |||
| * | Merge pull request #522 from nicolasnoble/posix | 2015-02-13 | |
| |\ | | | | | | | Cleaning up our posix definition / usage. | ||
| * \ | Merge pull request #517 from vjpai/mac | 2015-02-13 | |
| |\ \ | | | | | | | | | Fix time header file for Mac | ||
| | | * | Cleaning up our posix definition / usage. | 2015-02-14 | |
| | |/ | |/| | | | | | | | | | | | | | | | | -) Let's not use _POSIX_SOURCE. It usually implies too much C99. _BSD_SOURCE would be the right thing to do here. -) _BSD_SOURCE is getting deprecated by glibc, so we also have to define _DEFAULT_SOURCE under Linux. -) accept4 and eventfd arn't as old as we may think; let's detect for it. -) stdint.h interferes with all these definitions if included too early; let's move it down. | ||
| * | | Merge pull request #521 from nathanielmanistaatgoogle/future | 2015-02-13 | |
| |\ \ | | | | | | | | | Change the interface of RPC Framework's Future interface. | ||
| | * | | Change the interface of RPC Framework's Future interface. | 2015-02-13 | |
| | | | | | | | | | | | | | | | | | | | | Now our Future interface is as-API-compatible-as-possible with Python's own concurrent.futures.Future. | ||
| * | | | Merge pull request #516 from jtattermusch/csharp_shutdown | 2015-02-13 | |
| |\ \ \ | | |/ / | |/| | | C# refactoring of GrpcEnvironment and PortPicker | ||
| * | | | changed 2014 -> 2015 | 2015-02-13 | |
| | | | | |||
| * | | | changed 2014 -> 2015 | 2015-02-13 | |
| | | | | |||
| * | | | added license headers to all grpc C# files | 2015-02-13 | |
|/ / / | |||
| | * | Fix header file for Mac | 2015-02-13 | |
| |/ |/| | |||
| * | Reworked GrpcEnvironment initialization and shutdown to allow running all ↵ | 2015-02-13 | |
| | | | | | | | | tests at once. | ||
| * | Got rid of the PortPicker utility | 2015-02-13 | |
|/ | |||
* | Merge pull request #505 from jtattermusch/csharp_single_dll | 2015-02-12 | |
|\ | | | | | | | | | Make grcp_sharp_ext the only dll needed to run gRPC C#. Great news! LGTM | ||
| * | clang-format of grpc_csharp_ext.c | 2015-02-12 | |
| | | |||
| * | Fixed Timespec to work on Windows, fixes in ServerSafeHandle | 2015-02-12 | |
| | | |||
| * | fixes in extension library | 2015-02-12 | |
| | | |||
| * | little refactoring for Timespec | 2015-02-12 | |
| | | |||
| * | bind Pinvoke c# call to the new wrappers | 2015-02-12 | |
| | | |||
| * | added wrappers for all grpc and gpr functions used by grpc C# | 2015-02-12 | |
| | | |||
* | | Added useful behavior for empty batch | 2015-02-12 | |
|/ | |||
* | Fix race in call.c | 2015-02-12 | |
| | |||
* | Merge pull request #475 from dklempner/epoll | 2015-02-11 | |
|\ | | | | | Epoll based multipoller | ||
| * | Destroy the wakeup fd in the right function | 2015-02-11 | |
| | | |||
* | | Merge pull request #492 from jtattermusch/csharp_mono | 2015-02-11 | |
|\ \ | | | | | | | Preparations to make gRPC C# work on windows. | ||
| * | | reference windows-style library names in DllImport, mono still finds the ↵ | 2015-02-11 | |
| | | | | | | | | | | | | right library | ||
| * | | Update completion type enum to reflect changes in grpc.h | 2015-02-11 | |
| | | |