| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-02-28 | Revert "Implement Fabric-level host aliasing." | Jeff Forcier | 6 | -135/+5 |
| 2012-02-28 | Merge branch '1.4' | Jeff Forcier | 2 | -2/+13 |
| 2012-02-28 | Ensure parallel subprocess abort()s raise SystemExit | Jeff Forcier | 1 | -0/+4 |
| 2012-02-28 | Don't print out ugly tracebacks on parallel subprocess abort() calls. | Jeff Forcier | 1 | -2/+5 |
| 2012-02-27 | Merge branch '1.4' | Jeff Forcier | 4 | -11/+16 |
| 2012-02-27 | Merge branch '1.3' into 1.4 | Jeff Forcier | 4 | -11/+16 |
| 2012-02-27 | Remote paths now assembled using posixpath. Fixes #306. | Jeff Forcier | 4 | -11/+16 |
| 2012-02-19 | Implement Fabric-level host aliasing. | Jeff Forcier | 6 | -5/+128 |
| 2012-02-17 | Merge branch '1.4' | Jeff Forcier | 1 | -1/+1 |
| 2012-02-16 | No idea why we were hardcoding anything here, ever. | Jeff Forcier | 1 | -1/+1 |
| 2012-02-14 | Refer to actual host value, not env var, in hostkey errors | Jeff Forcier | 1 | -1/+1 |
| 2012-02-14 | Merge branch '1.4' | Jeff Forcier | 1 | -1/+1 |
| 2012-02-14 | Refer to actual host value, not env var, in hostkey errors | Jeff Forcier | 1 | -1/+1 |
| 2012-02-14 | Bump dev version | Jeff Forcier | 1 | -1/+1 |
| 2012-02-14 | Cut 1.4.01.4.0 | Jeff Forcier | 2 | -1/+2 |
| 2012-02-14 | Cut 1.3.51.3.5 | Jeff Forcier | 2 | -1/+2 |
| 2012-02-14 | Merge branch '1.3' | Jeff Forcier | 1 | -5/+10 |
| 2012-02-14 | Handle rest of decorators too, re #410 | Jeff Forcier | 1 | -5/+10 |
| 2012-02-14 | Merge branch '1.3' | Jeff Forcier | 5 | -29/+53 |
| 2012-02-14 | Add fix re #410 | Jeff Forcier | 1 | -0/+4 |
| 2012-02-14 | Refactor @hosts/@roles, long overdue | Jeff Forcier | 1 | -23/+16 |
| 2012-02-13 | Allow ssh opts in rsync_project, fixes #559 | Jeff Forcier | 1 | -3/+8 |
| 2012-02-10 | Don't hide subprocess exceptions when returning them. Jeez! | Jeff Forcier | 1 | -0/+6 |
| 2012-02-08 | Add missing import; thanks to hgdeoro for the catch | Jeff Forcier | 1 | -1/+1 |
| 2012-02-06 | Try to avoid edge case empty-port pitfalls | Jeff Forcier | 2 | -4/+5 |
| 2012-02-05 | Deal with silly pickling behavior of captured exceptions | Jeff Forcier | 2 | -2/+13 |
| 2012-02-05 | Move to single global queue to avoid OSErrors. | Jeff Forcier | 2 | -17/+25 |
| 2012-02-05 | Capture exceptions raised within parallel processes | Jeff Forcier | 1 | -1/+5 |
| 2012-02-03 | Actually implement --ssh-config-path CLI arg, derp | Jeff Forcier | 1 | -1/+8 |
| 2012-02-03 | Implement ForwardAgent config support re #3. | Jeff Forcier | 2 | -5/+5 |
| 2012-02-03 | Roll ssh enabled check into ssh_config(), derp | Jeff Forcier | 1 | -17/+21 |
| 2012-02-03 | Implement key_filename stuff re #3 | Jeff Forcier | 6 | -21/+105 |
| 2012-02-03 | Implementation & tests re #3. | Jeff Forcier | 4 | -34/+26 |
| 2012-02-03 | Skeleton tests re #3 | Jeff Forcier | 4 | -0/+90 |
| 2012-02-02 | Refactor of normalize() to allow for ssh config options. | Jeff Forcier | 2 | -4/+45 |
| 2012-02-02 | Tweaks to env.port re #138 re #3 | Jeff Forcier | 2 | -5/+12 |
| 2012-02-02 | s/agent_forward/forward_agent hurr durr | Jeff Forcier | 6 | -21/+22 |
| 2012-02-02 | Flip agent forwarding off by default. | Jeff Forcier | 5 | -24/+26 |
| 2012-02-02 | Overhaul of docstring/language in reboot() | Jeff Forcier | 1 | -14/+18 |
| 2012-02-02 | reboot() overhaul re #12 | Jeff Forcier | 1 | -18/+39 |
| 2012-02-02 | Refactor connection cache to allow easier forced reconnects | Jeff Forcier | 1 | -9/+20 |
| 2012-02-01 | Have timeout/reconnect deal with all socket.errors | Jeff Forcier | 3 | -11/+16 |
| 2012-02-01 | Tweak default number of cxn attempts | Jeff Forcier | 1 | -1/+1 |
| 2012-02-01 | Explicit imports, jeez. | Jeff Forcier | 1 | -1/+1 |
| 2012-02-01 | Have get_hosts() default to list values when inspecting env | Jeff Forcier | 1 | -1/+7 |
| 2012-01-28 | Merge branch 'master' into 474-execute-return-value | Jeff Forcier | 2 | -14/+36 |
| 2012-01-28 | Fix to the fix | Jeff Forcier | 2 | -16/+27 |
| 2012-01-28 | Allow use of Task-but-not-WrappedCallableTask in execute() | Jeff Forcier | 2 | -3/+13 |
| 2012-01-27 | Changelog/docs re #474 | Jeff Forcier | 2 | -0/+16 |
| 2012-01-26 | Missed a spot re: NetworkError. This isn't auth related. | Jeff Forcier | 1 | -1/+1 |