log

age author description
Tue, 06 Mar 2018 07:11:24 -0600 Yuya Nishihara py3: make test-bisect.t bytes-safe
Tue, 06 Mar 2018 07:10:50 -0600 Yuya Nishihara py3: fix integer formatting in bisect error
Sat, 10 Mar 2018 16:55:54 +0900 Yuya Nishihara py3: silence f.write() in test-annotate.t
Fri, 09 Mar 2018 14:52:36 -0800 Jun Wu xdiff: resolve signed unsigned comparison warning
Fri, 09 Mar 2018 14:47:29 -0800 Jun Wu xdiff: use int64 for hash table size
Fri, 09 Mar 2018 14:39:35 -0800 Jun Wu xdiff: remove unused xpp and xecfg parameters
Fri, 09 Mar 2018 14:37:55 -0800 Jun Wu xdiff: remove unused flags parameter
Fri, 09 Mar 2018 14:24:27 -0800 Jun Wu xdiff: replace {unsigned ,}long with {u,}int64_t
Sun, 04 Mar 2018 11:30:16 -0800 Jun Wu xdiff: add comments for fields in xdfile_t
Wed, 07 Mar 2018 14:45:31 -0800 Jun Wu xdiff: add a preprocessing step that trims files
Fri, 09 Mar 2018 14:30:15 -0800 Martin von Zweigbergk transaction: add a name and a __repr__ implementation (API)
Fri, 09 Mar 2018 16:10:55 +0100 Joerg Sonnenberger phabricator: update doc string for deprecated token argument
Fri, 09 Mar 2018 16:09:27 +0100 Joerg Sonnenberger phabricator: print deprecation warning only once
Thu, 08 Mar 2018 21:17:26 -0800 Martin von Zweigbergk tests: add a few tests involving --collapse and rebase.singletransaction=1
Thu, 08 Mar 2018 20:55:51 -0800 Martin von Zweigbergk tests: simplify test-rebase-transaction.t
Thu, 08 Mar 2018 16:22:25 -0800 Gregory Szorc hgweb: parse and store HTTP request headers
Thu, 08 Mar 2018 16:43:32 -0800 Gregory Szorc wireprotoserver: remove broken optimization for non-httplib client
Thu, 08 Mar 2018 15:58:52 -0800 Gregory Szorc wireprotoserver: move all wire protocol handling logic out of hgweb
Thu, 08 Mar 2018 15:37:05 -0800 Gregory Szorc hgweb: use parsed request to construct query parameters
Thu, 08 Mar 2018 11:33:33 -0800 Gregory Szorc hgweb: only recognize wire protocol commands from query string (BC)
Thu, 08 Mar 2018 11:21:46 -0800 Gregory Szorc hgweb: teach WSGI parser about query strings
Thu, 08 Mar 2018 15:08:20 -0800 Gregory Szorc hgweb: use the parsed application path directly
Thu, 08 Mar 2018 12:59:25 -0800 Gregory Szorc hgweb: use computed base URL from parsed request
Sat, 10 Mar 2018 10:20:51 -0800 Gregory Szorc hgweb: parse WSGI request into a data structure
Thu, 08 Mar 2018 15:14:32 -0800 Gregory Szorc hgweb: always use "?" when writing session vars
Thu, 08 Mar 2018 15:15:59 -0800 Gregory Szorc hgweb: rename req to wsgireq
Thu, 08 Mar 2018 09:44:27 -0800 Gregory Szorc hgweb: validate WSGI environment dict
Thu, 08 Mar 2018 09:26:51 -0800 Gregory Szorc hgweb: ensure all wsgi environment values are str
Wed, 07 Mar 2018 16:18:52 -0800 Gregory Szorc wireproto: formalize permissions checking as part of protocol interface
Wed, 07 Mar 2018 16:02:24 -0800 Gregory Szorc wireproto: declare permissions requirements in @wireprotocommand (API)