David Wilson
|
148ce1d703
|
issue #155: increase context ID width to 32 bits
Needed to make large range allocations (1000 per ALLOCATE_ID roundtrip)
feasible.
|
7 years ago |
David Wilson
|
071d9fbfb3
|
docs: tidy ansible docs.
|
7 years ago |
David Wilson
|
f241eac5ce
|
parent: allow Python to determine its install prefix from argv[0]
Fixes support for virtualenv. Closes #152.
|
7 years ago |
David Wilson
|
dec3af375a
|
issue #144: ansible: increase default pool size to 16.
|
7 years ago |
David Wilson
|
4f361be7e7
|
issue #144: teach Select() to close its latch
Causes all threads sleeping on the select to wake.
|
7 years ago |
David Wilson
|
8aada2646c
|
core: support throwing LatchError in every sleeping thread
This is to allow Select() to be used as a generic queueing primitive
that supports graceful shutdown.
|
7 years ago |
David Wilson
|
7a74bb0a39
|
docs: update ansible risks/differences.
|
7 years ago |
David Wilson
|
bcc15987fc
|
docs: extra ansible paragraph.
|
7 years ago |
David Wilson
|
7a394dc73e
|
ansible: allow establishment of duplicate SSH connections
|
7 years ago |
David Wilson
|
4691ce0b95
|
issue #150: ansible: add basic Docker support.
|
7 years ago |
David Wilson
|
67ff762ba5
|
issue #139: docs: remove note about bad buffering
|
7 years ago |
David Wilson
|
d1888f1908
|
docs: reorder sections
|
7 years ago |
David Wilson
|
014247ce66
|
docs: another crazy Ansible success story
|
7 years ago |
Alex Willmer
|
7063d172e9
|
tests: Add Tox config for Python 2.6 and 2.7
I could not get Python 2.5 or earlier to work. Too many packages
(critically docker) don't support it.
|
7 years ago |
David Wilson
|
88c198ea05
|
issue #141: copy Ansible's connect_timeout for sudo too.
|
7 years ago |
David Wilson
|
63c3fc623c
|
docs: note the semantic difference in Mitogen vs. Ansible timeouts
Related to issue #141.
|
7 years ago |
David Wilson
|
8f85943083
|
issue #139: mention relating buffering issue
|
7 years ago |
David Wilson
|
1f1d691a28
|
docs: update to match @moreati's code golf birdies :)
|
7 years ago |
Alex Willmer
|
9aa83ef77f
|
docs: First round of Pickle-likes survey
|
7 years ago |
Alex Willmer
|
a1fc21bb06
|
docs: Maximum size of pencode values
|
7 years ago |
Alex Willmer
|
e24db89f3a
|
docs: Disco comparison
|
7 years ago |
Alex Willmer
|
04f4851138
|
docs: multiprocessing comparison
Not strictly a rival, but has enough commonalities to be worth noting
|
7 years ago |
Alex Willmer
|
8c227b2bdd
|
docs: More detail about Baker
|
7 years ago |
Alex Willmer
|
e06e438228
|
docs: More detail about execnet
|
7 years ago |
Alex Willmer
|
da58f8595d
|
docs: More detail about chopsticks
|
7 years ago |
Alex Willmer
|
d7fbb9aef6
|
docs: Link compared projects to their website
All outgoing links checked with
```bash
cd docs
make linkcheck
```
|
7 years ago |
Alex Willmer
|
4615ab1a8e
|
docs: Enable sphinx-autobuild
```bash
cd docs
make
```
to run a webserver that automatically rerenders whenever the rST is
modified.
|
7 years ago |
David Wilson
|
f8c85b549f
|
docs: typo
|
7 years ago |
David Wilson
|
dc9dda08e1
|
Add link to IRC; closes #116
|
7 years ago |
David Wilson
|
b2a433dcc4
|
ssh: CompressionLevel is a v1-only option.
It's ignored by newer SSHes, which only pay attention to Compression.
|
7 years ago |
Alex Willmer
|
1c20c61605
|
docs: Convert all URLs that support https://
Excluded: graphml XML namespaces, links to e.g. Fabric homepage
Fixes #128
|
7 years ago |
David Wilson
|
089f39716e
|
docs: beginnings of testimonials section
|
7 years ago |
David Wilson
|
500c4f419c
|
docs: update limitations list for Ansible.
|
7 years ago |
David Wilson
|
537a263261
|
docs: So many typos
|
7 years ago |
David Wilson
|
6bd4c5ead5
|
docs: Ansible logging update (#111)
|
7 years ago |
David Wilson
|
4f352d7d4b
|
Pin Sphinx version
|
7 years ago |
David Wilson
|
53e51c4af8
|
docs: update Python 3 support to match reality.
|
7 years ago |
David Wilson
|
ce9a1fef26
|
docs: fix float
|
7 years ago |
David Wilson
|
04bb5881b6
|
ansible: doc updates
|
7 years ago |
David Wilson
|
9515291024
|
docs: small fix
|
7 years ago |
David Wilson
|
3ddbf1a503
|
ansible: basic support for ssh_args
|
7 years ago |
David Wilson
|
1b28252ad0
|
docs: get rid of "medium risk" category
|
7 years ago |
David Wilson
|
da00437f1e
|
ansible: Support ansible_ssh_private_key_file
|
7 years ago |
David Wilson
|
a87b665099
|
ansible: limited support for become_flags, more docs.
|
7 years ago |
David Wilson
|
235e1df987
|
sudo: support parsing sudo flags back out into parameters
|
7 years ago |
David Wilson
|
cd53023768
|
docs: Fix install docs now Ansible package layout changed.
|
7 years ago |
David Wilson
|
03e51fdaa7
|
docs: mitogen.core.Latch docs
|
7 years ago |
David Wilson
|
712e5dfca1
|
docs: fix image labels
|
7 years ago |
David Wilson
|
c2793b7102
|
docs: import but don't link compared.rst
|
7 years ago |
David Wilson
|
2ecc6f43a4
|
docs: Import, but do not yet link signals.rst
|
7 years ago |