summaryrefslogtreecommitdiff
path: root/lib/un.rb
AgeCommit message (Expand)Author
2021-08-24[ruby/un] Use STDIN if no argumentsKazuhiro NISHIYAMA
2021-08-24[ruby/un] Add colorize commandKazuhiro NISHIYAMA
2021-08-23improves message. thanks to eregonKentaro Goto
2021-08-23Display httpd URLs supporting HTTPSKentaro Goto
2021-08-23Display httpd URLsKentaro Goto
2020-12-10Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA
2020-12-10Added help message for gem i webrick in un.rbHiroshi SHIBATA
2020-11-05Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui
2020-11-05Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-01-21DocumentRoot is optionalKazuhiro NISHIYAMA
2019-08-31Use double splat for keyword args by a hash object in lib/un.rbaycabta
2018-12-04Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu
2018-11-26un.rb: add more options for httpd to help message [ci skip]kazu
2018-11-25un.rb: more options for httpdnobu
2017-07-05un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe
2017-07-05un.rb: support httpsnobu
2016-06-28Octal mode in un.rbnobu
2016-06-27FileUtils#install: symbolic modenobu
2016-06-27FileUtils#install: owner/group optionsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-22* lib/un.rb (help): change the name of a block parameter to avoidshugo
2015-06-18un.rb: cwd by defaultnobu
2015-06-18un.rb: HTTP-alt by defaultnobu
2013-07-05un.rb: help ordernobu
2013-07-05un.rb: help messagenobu
2013-07-05un.rb: refine regexpnobu
2013-07-05un.rb: nodoc setupnobu
2013-02-22un.rb: suppress warningnobu
2012-08-03un.rb: reduce duplicationnobu
2012-08-03un.rb: DocumentRootnobu
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2010-08-10* lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.usa
2010-06-24* lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu
2010-06-24* lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu
2009-12-16* lib/un.rb (httpd): try to convert port number to integer.nobu
2009-12-10* lib/un.rb (httpd): easy WEBrick HTTP server.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-01-25* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu
2008-06-27* lib/un.rb (mkmf): new command to create makefile.nobu
2008-06-27* lib/un.rb (wait_writable): added help message.nobu
2008-06-02 * lib/un.rb (wait_writable): wait until target files can benobu
2004-02-14* lib/un.rb: use OptionParser instead of getopts.eban
2003-08-03* lib/un.h (help): new. % ruby -run -e help cpeban
2003-08-02* lib/un.rb: add each descriptions for the -v option.eban
2003-07-30* lib/un.rb: add descriptions.eban
2003-07-29* lib/fileutils.rb (install): support preserve timestamp.eban