Commit Graph

55 Commits (ade2b888b15cd705f474bb1a09877c64b0a58943)

Author SHA1 Message Date
David Wilson 56b13be718 sudo: support parsing sudo flags back out into parameters 8 years ago
David Wilson 7785aa4ff8 ansible: Support many more common playbook variables. 8 years ago
David Wilson 719316daef docs: Docker typo. 8 years ago
David Wilson 7cf7c3271a Add Docker method. 8 years ago
David Wilson 9e70a32567 ansible: log call timings 8 years ago
David Wilson 87db049669 ansible: delete utils.py and promote cast() to mitogen.utils 8 years ago
David Wilson 7e8ef4223c ssh: enable compression by default
Using the same test as in 7af97c0365,
transmitted wire bytes drops from 135,531 to 133,071 (-1.81%), while
received drops from 21,073 to 14,775 (-30%).

Combined, both changes shave 13,914 bytes (-8.6%) off aggregate
bandwidth usage.

Make it configurable as compression hurts in some scenarios.
8 years ago
David Wilson 536fe9afb8 master: Select.all() sugar 8 years ago
dw 3e20b5036f
Merge pull request #79 from moreati/doc-router-route
Fix indentation of Router.route anchor
8 years ago
Alex Willmer 3bf204f8d6 docs: Fix out of date get_data() snippets
As of adc8fe3aed Receiver objects do not
have a get_data() method and Receiver.get() does not unpickle the
message.
8 years ago
Alex Willmer 631c97b143 Fix indentation of Router.route anchor 8 years ago
David Wilson dadee5dc05 docs: add Message documentation 8 years ago
David Wilson 8ef87bea6a select: clean up API. 8 years ago
David Wilson ddf4a21bac Add mitogen.main() decorator mainly for docs and demo use. 8 years ago
David Wilson 6897227a31 utils: support log_to_file(usec=True) 8 years ago
David Wilson 22c1594f04 Simplify the API, make Broker optional and auto-shutdown on main thread exit. 8 years ago
David Wilson 8f42a58281 docs: move Router.route() into Sphinx. 8 years ago
David Wilson 48096ab033 docs: move Broker docstrings into Sphinx. 8 years ago
David Wilson d800b684ef Merge branch 'module-preloading'
Not much point in keeping the docs changes separate.
8 years ago
David Wilson dc6ed860f7 docs: fix reference to with: 8 years ago
David Wilson 320191cae2 docs: move fakessh docs into Sphinx. 8 years ago
David Wilson 2830304407 docs: move mitogen.utils docs to Sphinx. 8 years ago
David Wilson b56f848cc6 docs: fix decorator types. 8 years ago
David Wilson 8e69838b44 docs: annother barriage of cross-reference fixes. 8 years ago
David Wilson b88e68df72 docs: Fix up tons of references, document trust chain 8 years ago
David Wilson 88c82aff6a docs: Fix index generation everywhere. 8 years ago
David Wilson e057d289e9 Reference Select 8 years ago
David Wilson ed329fe580 Typo. 8 years ago
David Wilson 8d8096b6d8 docs: fix :return: syntax. 8 years ago
David Wilson 3a883d79f6 More API documentation. 8 years ago
David Wilson 0da42a5e90 Typo. 8 years ago
David Wilson 62c9dc6f49 Better document Router API and constructors. 8 years ago
David Wilson 126080019d Add mitogen.parent_ids to docs. 8 years ago
David Wilson a5f809cbd9 Tidy up select examples even more. 8 years ago
David Wilson 05d601c315 Document channel class 8 years ago
David Wilson 89220a418a Document Sender and Receiver classes. 8 years ago
David Wilson 39924c432f Tidy up select docs. 8 years ago
David Wilson 6dc0e13f5f issue #20: Return type fix. 8 years ago
David Wilson 186d823600 issue #20: tests and fixes for mitogen.master.Select(). 8 years ago
David Wilson 6869292738 issue #20: initial implementation of mitogen.master.Select(). 8 years ago
David Wilson 1ed8bb6924 Document a bunch of mitogen.master and move more docstrings into Sphinx. 8 years ago
David Wilson 535ffc25b7 Move more docstrings out of core.py. 8 years ago
David Wilson 05a0feb2f9 core: support takes_econtext and takes_router decorators. 8 years ago
David Wilson 1627164165 fix unbelievably dumb variable shadowing 8 years ago
David Wilson 6e3f0702a3 A few more mitogen.slave/master changes 8 years ago
David Wilson 446e956e8f Rename package. 8 years ago
David Wilson 1bd510601e fakessh: rename API function to match index.rst. 8 years ago
David Wilson 65d5844d1a Tidy up docs. 8 years ago
David Wilson 42732c90b6 Add sudo factory to docs. 9 years ago
David Wilson ff903b1bcd Rearrange docs, split connection methods into submodules. 9 years ago