index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
un.rb
Age
Commit message (
Expand
)
Author
2020-01-21
DocumentRoot is optional
Kazuhiro NISHIYAMA
2019-08-31
Use double splat for keyword args by a hash object in lib/un.rb
aycabta
2018-12-04
Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`
kazu
2018-11-26
un.rb: add more options for httpd to help message [ci skip]
kazu
2018-11-25
un.rb: more options for httpd
nobu
2017-07-05
un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.new
rhe
2017-07-05
un.rb: support https
nobu
2016-06-28
Octal mode in un.rb
nobu
2016-06-27
FileUtils#install: symbolic mode
nobu
2016-06-27
FileUtils#install: owner/group options
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-22
* lib/un.rb (help): change the name of a block parameter to avoid
shugo
2015-06-18
un.rb: cwd by default
nobu
2015-06-18
un.rb: HTTP-alt by default
nobu
2013-07-05
un.rb: help order
nobu
2013-07-05
un.rb: help message
nobu
2013-07-05
un.rb: refine regexp
nobu
2013-07-05
un.rb: nodoc setup
nobu
2013-02-22
un.rb: suppress warning
nobu
2012-08-03
un.rb: reduce duplication
nobu
2012-08-03
un.rb: DocumentRoot
nobu
2011-05-19
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-18
* lib: Convert tabs to spaces for ruby files per
drbrain
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 and
nobu
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 be
nobu
2004-02-14
* lib/un.rb: use OptionParser instead of getopts.
eban
2003-08-03
* lib/un.h (help): new. % ruby -run -e help cp
eban
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