unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
$ git log --pretty=format:'%h %s (%cs)%d' rfc2616-sec19.3 --
# no commits in `rfc2616-sec19.3', yet

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       update dependency to Ruby 2.5+ (2024-01-15)
  v6-wip       Merge remote-tracking branch 'origin/master' into v6-wip (2021-03-15)
  gperf        http: gperf 3.0.3 compatibility (2019-07-05)
  no-kgio-wip  remove kgio from all read(2) and write(2) wrappers (2019-05-26)
  5.4-stable   unicorn 5.4.1 (2018-07-23)
  5.3-stable   unicorn 5.3.1 (2017-10-03)
  ccc-tcp-v3   test_ccc: use a pipe to synchronize test (2017-03-22)
  worker_exec  Don't pass a block for fork when forking workers (2017-03-13)
  doc-5.3.0    doc: add version annotations for new features (2017-03-08)
  ccc-tcp-v2   check_client_connection: use tcp state on linux (2017-03-08)
...

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v6.1.0       unicorn 6.1.0 (2021-12-25) tar.gz
v6.0.0       unicorn 6.0.0 - no more recycling Rack env (2021-03-17) tar.gz
v5.8.0       unicorn 5.8.0 - rack.after_reply support (2020-12-24) tar.gz
v5.7.0       unicorn 5.7.0 (2020-09-08) tar.gz
v5.6.0       unicorn 5.6.0 - early_hints support (2020-07-26) tar.gz
v5.5.5       unicorn 5.5.5 (2020-04-27) tar.gz
v5.5.4       unicorn 5.5.4 (2020-03-24) tar.gz
v5.5.3       unicorn 5.5.3 (2020-01-31) tar.gz
v5.5.2       unicorn 5.5.2 (2019-12-20) tar.gz
v5.5.1       unicorn 5.5.1 (2019-05-06) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
            https://yhbt.net/unicorn-public

git clone https://yhbt.net/unicorn.git