MogileFS-Server.git  about / heads / tags
branches/patches for MogileFS-Server (http://mogilefs.org/)
$ git log --pretty=format:'%h %s (%cs)%d'
7969ce4 Checking in changes prior to tagging of version 2.70. (2013-08-18)
	(HEAD -> master, tag: 2.70)
4dd1d6f monitor: remove misleading error message for timeout (2013-08-10)
11e3cdc ProcManager: SetAsChild drops inherited IPC sockets (2013-08-10)
fa80d20 connection/poolable: stricter timeout key check (2013-08-10)
9b2b87a connection/{poolable,http}: common retry logic for timeouts (2013-08-10)
66c8827 t/http.t: test error handling on non-running server (2013-08-10)
72758a5 ConnectionPool: improve reporting of socket creation errors (2013-08-10)
c562af2 host: handle case where conn_get may return undef (2013-08-10)
9054405 replicate: use persistent connection from pool if possible (2013-08-10)
b8a0674 replicate: enforce expected Content-Length in http_copy (2013-08-10)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  on-device    add OnDevice replication policy (2021-04-17)
  next         Merge branch 'fsck-timeout' into next (2017-09-18)
  next-16      Merge branch 'fsck-timeout' into next-16 (2017-06-08)
  fsck-timeout fsck: avoid infinite wait on dead devices (2017-06-07)
  client-backpressure client: always disable watch_read after a command (2017-04-07)
  client-nonblock client connection should always be nonblocking (2017-04-06)
  client-exp   tracker: add watchdog for clients we're writing to (2017-04-06)
  queryworker-rcvbuf increase receive buffers for large query responses (2017-04-06)
  read-write-exclusive connection/client: watch for read or write exclusively (2017-04-06)
  conn-pool-each ConnectionPool: avoid undefined behavior for hash iteration (2017-02-13)
...

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
2.73         Tagging version '2.73' using shipit. (2018-01-19) tar.gz
2.72         Tagging version '2.72' using shipit. (2014-12-15) tar.gz
2.70         Tagging version '2.70' using shipit. (2013-08-18) tar.gz
2.68         Tagging version '2.68' using shipit. (2013-08-07) tar.gz
2.67         Tagging version '2.67' using shipit. (2013-02-02) tar.gz
2.66         Tagging version '2.66' using shipit. (2013-01-06) tar.gz
2.65         Tagging version '2.65' using shipit. (2012-08-13) tar.gz
2.64         Tagging version '2.64' using shipit. (2012-06-21) tar.gz
2.63         Tagging version '2.63' using shipit. (2012-05-29) tar.gz
2.62         Tagging version '2.62' using shipit. (2012-05-19) tar.gz
...

git clone https://80x24.org/MogileFS-Server.git