Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Add an early adopter public API. | Nathaniel Manista | 2015-02-15 | |
| | | ||||
| * | Add security to fore.ForeLink. | Nathaniel Manista | 2015-02-15 | |
| | | ||||
| * | Clean up setup.py and move it into src/. | Nathaniel Manista | 2015-02-15 | |
| | | ||||
| * | Simplify _WrappedConsumer.moar. | Nathaniel Manista | 2015-02-15 | |
|/ | ||||
* | Change the interface of RPC Framework's Future interface. | Nathaniel Manista | 2015-02-13 | |
| | | | | | Now our Future interface is as-API-compatible-as-possible with Python's own concurrent.futures.Future. | |||
* | Allow _low.Server objects to be passed a ServerCredentials. | Nathaniel Manista | 2015-02-10 | |
| | ||||
* | Add a wrapping of grpc_server_credentials. | Nathaniel Manista | 2015-02-10 | |
| | ||||
* | Prepare for the new batch call API. | Craig Tiller | 2015-02-02 | |
| | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings. | |||
* | TODO fulfillment: use enum for enumerated types. | Nathaniel Manista | 2015-02-02 | |
| | ||||
* | Bring in the Python GRPC Adapter package. | Nathaniel Manista | 2015-02-02 | |
| | ||||
* | Refactoring of the Python build. | Nathaniel Manista | 2015-02-02 | |
| | | | | | | | | | | The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment. | |||
* | Add the _framework.face package. | Nathaniel Manista | 2015-01-24 | |
| | ||||
* | Add the _framework.base package. | Nathaniel Manista | 2015-01-24 | |
| | ||||
* | Add the _framework.common package. | Nathaniel Manista | 2015-01-23 | |
| | | | | | It's rather unimpressive at the moment with just one module. | |||
* | Fill out the foundation package. | Nathaniel Manista | 2015-01-23 | |
| | ||||
* | Correct an out-of-date path in a comment. | Nathaniel Manista | 2015-01-23 | |
| | ||||
* | The logging_pool module. | Nathaniel Manista | 2015-01-22 | |