contrib/chg/chg.c
Fri, 16 Apr 2021 16:21:26 -0700 Kyle Lippincott chg: pass --no-profile to disable profiling when starting hg serve
Sat, 19 Dec 2020 12:07:24 +0900 Yuya Nishihara chg: format code by clang-format version 11.0.1-+rc1-1
Tue, 03 Nov 2020 11:24:21 +0900 Yuya Nishihara chg: reset errno prior to calling strtol() stable
Tue, 03 Nov 2020 11:15:50 +0900 Yuya Nishihara chg: do not close dir fd while iterating stable
Tue, 03 Nov 2020 11:12:25 +0900 Yuya Nishihara chg: show debug message for each fd to be closed stable
Tue, 03 Nov 2020 11:06:15 +0900 Yuya Nishihara chg: apply clang-format stable
Mon, 02 Nov 2020 11:58:34 +0100 Mathias De Mare chg: close file descriptors when starting the daemon stable
Thu, 03 Sep 2020 11:07:47 -0400 Valentin Gatien-Baron chg: make is possible to call by default an hg binary located next to chg
Fri, 18 Sep 2020 16:26:37 -0700 Jun Wu chg: fallback to original hg if stdio fds are missing
Tue, 23 Jun 2020 04:55:27 +0200 Manuel Jacob chg: fix typo
Tue, 24 Mar 2020 15:21:11 +0530 Pulkit Goyal chg: be stricter about checking invocation of `serve` command
Wed, 29 Jan 2020 13:39:50 -0800 Kyle Lippincott chg: force-set LC_CTYPE on server start to actual value from the environment
Wed, 06 Jun 2018 12:53:26 -0700 Jun Wu chg: fix an undefined behavior about memcpy stable
Tue, 06 Feb 2018 05:24:28 -0500 Augie Fackler chg: enable clang-format on all .c and .h files
Sat, 07 Oct 2017 22:07:10 +0900 Yuya Nishihara chg: just forward --time to command server
Tue, 11 Apr 2017 18:31:40 -0700 Jun Wu chg: always wait for pager
Mon, 06 Feb 2017 17:01:06 -0800 Jun Wu chg: verify XDG_RUNTIME_DIR
Tue, 10 Jan 2017 06:59:39 +0800 Jun Wu chg: remove getpager support
Mon, 02 Jan 2017 14:57:14 +0000 Jun Wu chg: add procutil.h
Mon, 02 Jan 2017 14:43:37 +0000 Jun Wu chg: let procutil maintain its own pagerpid
Mon, 02 Jan 2017 14:10:32 +0000 Jun Wu chg: decouple hgclient from setuppager
Mon, 02 Jan 2017 14:04:35 +0000 Jun Wu chg: decouple hgclient from setupsignalhandler
Mon, 02 Jan 2017 14:02:47 +0000 Jun Wu chg: move signal and pager handling to a separate file
Mon, 26 Dec 2016 00:02:42 +0000 Jun Wu chg: respect XDG_RUNTIME_DIR
Sun, 25 Dec 2016 23:49:54 +0000 Jun Wu chg: make "get default sockdir" a separate method
Fri, 23 Dec 2016 16:26:40 +0000 Jun Wu chg: support long socket path
Fri, 23 Dec 2016 16:16:44 +0000 Jun Wu chg: remove sockdirfd
Mon, 19 Dec 2016 22:15:00 +0000 Jun Wu chg: remove locks
Mon, 19 Dec 2016 22:09:49 +0000 Jun Wu chg: start server at a unique address
Sat, 15 Oct 2016 14:30:16 +0900 Yuya Nishihara chgserver: make it a core module and drop extension flags
Sun, 17 Jul 2016 22:55:47 +0100 Jun Wu chg: forward SIGINT, SIGHUP to process group stable
Tue, 28 Jun 2016 22:39:06 +0900 Yuya Nishihara chg: silence warning of unused parameter 'sig'
Fri, 24 Jun 2016 15:21:10 +0100 Jun Wu chg: send SIGPIPE to server immediately when pager exits (issue5278)
Wed, 15 Jun 2016 23:49:56 +0900 Yuya Nishihara chg: ignore SIGINT while waiting pager termination
Wed, 15 Jun 2016 23:32:00 +0900 Yuya Nishihara chg: reset signal handlers to default before waiting pager
Wed, 15 Jun 2016 21:36:31 +0100 Jun Wu chg: change default connect timeout to 60 seconds
Mon, 13 Jun 2016 21:30:14 +0100 Jun Wu chg: make timeout adjustable
Sat, 11 Jun 2016 20:25:49 +0100 Jun Wu chg: exec pager in child process
Sun, 24 Apr 2016 21:35:30 +0900 Yuya Nishihara chg: initialize sockdirfd to -1 instead of AT_FDCWD stable
Sun, 10 Apr 2016 01:28:52 +0100 Jun Wu chg: forward SIGWINCH to worker stable
Sun, 10 Apr 2016 22:00:34 +0100 Jun Wu chg: server exited with code 0 without being connectable is an error
Mon, 11 Apr 2016 00:18:27 +0100 Jun Wu chg: use fsetcloexec instead of closing lockfd manually
Sun, 10 Apr 2016 22:58:11 +0100 Jun Wu chg: check lockfd at freecmdserveropts
Sun, 10 Apr 2016 23:56:00 +0100 Jun Wu chg: add sockdirfd to cmdserveropts
Sun, 10 Apr 2016 21:56:05 +0100 Jun Wu chg: fix spelling in the error message about error waiting for cmdserver
Tue, 05 Apr 2016 17:43:02 +0100 Jun Wu chg: wrap line at 80 chars
Tue, 05 Apr 2016 15:16:01 +0100 Jun Wu chg: replace abortmsg showing errno with abortmsgerrno
Tue, 05 Apr 2016 14:48:09 +0100 Jun Wu chg: use color in debug/error messages conditionally
Mon, 04 Apr 2016 02:36:05 +0100 Jun Wu chg: make connect debug message less repetitive
Sun, 20 Mar 2016 15:43:20 -0700 Jun Wu chg: allows default hg path to be overridden
Mon, 14 Mar 2016 15:05:25 +0000 Jun Wu chg: do not redirect stdout to /dev/null
Mon, 14 Mar 2016 13:48:33 +0000 Jun Wu chgserver: add an explicit "reconnect" instruction to validate
Mon, 14 Mar 2016 12:52:35 +0000 Jun Wu chgserver: handle ParseError during validate
Fri, 11 Mar 2016 02:52:06 +0000 Jun Wu chg: silently inherit server exit code
Thu, 10 Mar 2016 00:19:55 +0000 Jun Wu chg: do not write pidfile
Thu, 10 Mar 2016 00:12:33 +0000 Jun Wu chg: remove manual reload logic
Wed, 09 Mar 2016 01:20:57 +0000 Jun Wu chg: use --daemon-postexec chdir:/ instead of --cwd /
Wed, 02 Mar 2016 10:42:58 +0000 Jun Wu chg: limit reconnect attempts
Sun, 06 Mar 2016 14:22:37 +0000 Jun Wu chg: use validate to make sure the server is up to date
Mon, 29 Feb 2016 11:43:25 +0000 Jun Wu chg: drop progress.assume-tty config
less more (0) -60 tip