aboutsummaryrefslogtreecommitdiffstats
path: root/lib/alaveteli_external_command.rb
Commit message (Expand)AuthorAgeLines
* Handle a child that cannot be terminated.Louise Crow2015-03-23-1/+9
* Give messages standard start text.Louise Crow2015-03-23-3/+3
* Set options via options hash only.Louise Crow2015-03-23-16/+3
* Give a forced timeout its own error message.Louise Crow2015-03-23-2/+11
* Separate flags for binary input and outputLouise Crow2015-03-23-3/+8
* Allow options hash to be passed to ExternalCommand.Louise Crow2015-03-23-2/+3
* Factor out find_program method.Louise Crow2015-01-27-13/+14
* Make sure to detect abnormal exits before looking at exit codeIan Chard2014-01-14-5/+5
* Trap and report abnormal exits by external processesIan Chard2014-01-08-0/+4
* Merge remote-tracking branch 'origin/hotfix/0.9.0.3' into rails-3-developLouise Crow2013-05-16-0/+4
|\
| * Add option to limit memory available to external commandsIan Chard2013-05-15-0/+4
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-2/+2
|/
* Add some comments documenting the option params for the run method, pass in t...Louise Crow2012-12-04-2/+12
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-3/+2
* Always provide a string for stdin (passing nil exposed an apparent bug in `uu...Seb Bacon2012-07-17-1/+1
* Force the 'C' locale for elinksRobin Houston2012-01-17-1/+1
* Replace all `which command` callsRobin Houston2012-01-17-2/+2
* Paths for external commandsRobin Houston2012-01-17-1/+16
* Provide ability to download zip file containing complete request. Closes #11Seb Bacon2011-09-13-0/+33