summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Prepare release version 0.25.1cliapp-0.25.1Lars Wirzenius3-1/+12
2012-02-08Fix pipelining problem with more than one commandLars Wirzenius2-5/+11
2012-02-06Prepare 0.25 release versioncliapp-0.25Lars Wirzenius3-2/+8
2012-02-06Add setup and cleanup methods to ApplicationLars Wirzenius3-0/+44
2012-02-06Merge pipelining support in runcmdLars Wirzenius3-13/+183
2012-02-06Mark stuff outside test coverageLars Wirzenius2-2/+3
2012-01-23Refactor: add a helper function for extracting keyword argumentsLars Wirzenius1-22/+11
2012-01-23Update NEWS with new featureLars Wirzenius1-0/+2
2012-01-22Use non-blocking I/O for stdin/out/errLars Wirzenius2-6/+21
2012-01-22Add test for feeding enough data through pipeline to ensure blockingLars Wirzenius1-0/+5
2012-01-22Update docstrings.Lars Wirzenius1-2/+7
2012-01-22Remove bogus test for whether pipeline is still runningLars Wirzenius1-2/+0
2012-01-22Add test for capturing stderr of commandLars Wirzenius1-0/+6
2012-01-22Remove pointless timeoutLars Wirzenius2-2/+2
2012-01-22Add test for redirecting stderr to a fileLars Wirzenius1-0/+10
2012-01-22Add test for redirecting stdout to a fileLars Wirzenius2-10/+27
2012-01-22Add test for redirecting stdin from file descriptorLars Wirzenius1-0/+10
2012-01-22Preliminary implementation of pipelinesLars Wirzenius2-16/+110
2012-01-22Refactor argument list so that we can pass in a list of argv listsLars Wirzenius1-3/+16
2012-01-22Add check for running pipelineLars Wirzenius1-0/+5
2012-01-17Update NEWS with new featureLars Wirzenius1-0/+5
2012-01-17Improve error message for when calling runcmd* with an non-existent commandLars Wirzenius1-3/+15
2012-01-14update debian/changelog for releaseLars Wirzenius1-0/+6
2012-01-14prepare release 0.24Lars Wirzenius2-2/+2
2012-01-14set web directory for publishing docsLars Wirzenius1-1/+1
2012-01-14merge changes from workLars Wirzenius3-1/+23
2012-01-11fix setting booleans to false in config filesLars Wirzenius3-1/+27
2011-12-19format subcommand descriptions in --help betterLars Wirzenius2-4/+11
2011-12-19fix code to work even if subcommand synopsis is not setLars Wirzenius1-1/+1
2011-12-19show subcommand synopsis in --help outputLars Wirzenius2-1/+7
2011-12-19make subcommands be sorted in manpage synopsisLars Wirzenius1-1/+1
2011-12-19add example manpage for example2Lars Wirzenius1-0/+34
2011-12-18prepare release 0.23cliapp-0.23Lars Wirzenius2-2/+2
2011-12-18fix debian packaging problems (see debian/changelog)Lars Wirzenius4-2/+12
2011-12-17do not use logging.NullHandlerLars Wirzenius2-1/+7
2011-12-03Drop libjs-query dependency to a suggests. Most people will not becliapp-0.22Lars Wirzenius2-2/+5
2011-12-03Release version 0.22.Lars Wirzenius3-2/+8
2011-12-03merge and fix conflictLars Wirzenius3-4/+11
2011-12-03add syslog supportLars Wirzenius3-3/+10
2011-12-03update --log help textLars Wirzenius1-1/+1
2011-12-03update NEWS with new featureLars Wirzenius1-0/+5
2011-12-03add syslog support; replace logging to /dev/null with special NullHandlerLars Wirzenius1-2/+4
2011-12-01rename runcmd_unchecked stdin= keyword argument to feed_stdin=Lars Wirzenius3-4/+14
2011-10-02Add reference to GPL-2 on Debian systems.cliapp-0.21Lars Wirzenius1-1/+3
2011-10-02Make release 0.21.Lars Wirzenius2-1/+7
2011-09-27Change license to be GPL version 2 or later.Lars Wirzenius16-700/+381
2011-09-17Release version 0.20.cliapp-0.20Lars Wirzenius3-2/+8
2011-09-17Fix Application._subcommand_methodnames.Lars Wirzenius1-1/+5
2011-09-13Add app/subcommand non-option argument synopsis to manpage.Lars Wirzenius5-7/+62
2011-09-13Update NEWS.Lars Wirzenius1-0/+2