Age | Commit message (Expand) | Author |
---|
2023-11-06 | [ruby/un] Bump up 0.3.0 | Hiroshi SHIBATA |
2023-11-06 | [ruby/un] Removed commented-out code | Hiroshi SHIBATA |
2023-04-13 | [ruby/un] Expose UN::VERSION | Hiroshi SHIBATA |
2022-11-30 | [ruby/un] wait_writable: close opened file | Nobuyoshi Nakada |
2022-11-21 | [ruby/un] Use class methods of `File` over `Kernel.open` | Nobuyoshi Nakada |
2022-07-14 | [ruby/un] Support `FileUtils.cp_lr` | Nobuyoshi Nakada |
2021-08-24 | [ruby/un] Use STDIN if no arguments | Kazuhiro NISHIYAMA |
2021-08-24 | [ruby/un] Add colorize command | Kazuhiro NISHIYAMA |
2021-08-23 | improves message. thanks to eregon | Kentaro Goto |
2021-08-23 | Display httpd URLs supporting HTTPS | Kentaro Goto |
2021-08-23 | Display httpd URLs | Kentaro Goto |
2020-12-10 | Use `abort(message)` instead of `puts` and `exit` | Kazuhiro NISHIYAMA |
2020-12-10 | Added help message for gem i webrick in un.rb | Hiroshi SHIBATA |
2020-11-05 | Revert "Prefer #send over #__send__ when it is clear there is no possible con... | NARUSE, Yui |
2020-11-05 | Prefer #send over #__send__ when it is clear there is no possible conflict | Benoit Daloze |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
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 |