Sun, 11 Mar 2018 15:18:29 -0700 |
Gregory Szorc |
hgweb: replace PATH_INFO with dispatchpath
|
Sun, 11 Mar 2018 15:15:02 -0700 |
Gregory Szorc |
hgweb: rewrite path generation for index entries
|
Sun, 11 Mar 2018 15:08:36 -0700 |
Gregory Szorc |
hgweb: construct {url} with req.apppath
|
Sun, 11 Mar 2018 15:33:56 -0700 |
Gregory Szorc |
hgweb: support constructing URLs from an alternate base URL
|
Sun, 11 Mar 2018 13:55:13 -0700 |
Gregory Szorc |
hgweb: clarify that apppath begins with a forward slash
|
Sun, 11 Mar 2018 13:38:56 -0700 |
Gregory Szorc |
hgweb: change how dispatch path is reported
|
Sun, 11 Mar 2018 13:11:13 -0700 |
Gregory Szorc |
hgweb: refactor repository name URL parsing
|
Sun, 11 Mar 2018 12:53:47 -0700 |
Gregory Szorc |
tests: add test coverage for parsing WSGI requests
|
Sun, 11 Mar 2018 10:51:14 -0700 |
Gregory Szorc |
hgweb: construct static URL like hgweb does
|
Sun, 11 Mar 2018 10:38:46 -0700 |
Gregory Szorc |
hgweb: remove unused **map argument
|
Sun, 11 Mar 2018 10:37:25 -0700 |
Gregory Szorc |
hgweb: extract entries() to standalone function
|
Sun, 11 Mar 2018 10:24:46 -0700 |
Gregory Szorc |
hgweb: move rawentries() to a standalone function
|
Sun, 11 Mar 2018 10:17:58 -0700 |
Gregory Szorc |
hgweb: move archivelist to standalone function
|
Sun, 11 Mar 2018 10:15:33 -0700 |
Gregory Szorc |
hgweb: move readallowed to a standalone function
|
Sun, 11 Mar 2018 15:51:13 -0700 |
Gregory Szorc |
hgweb: remove some use of wsgireq in hgwebdir
|
Sat, 10 Mar 2018 20:54:44 -0800 |
Gregory Szorc |
hgweb: fix a bug due to variable name typo
|
Sat, 10 Mar 2018 20:51:46 -0800 |
Gregory Szorc |
hgweb: stop passing req and tmpl into @webcommand functions (API)
|
Sat, 10 Mar 2018 19:57:08 -0800 |
Gregory Szorc |
hgweb: pass modern request type into various webutil functions (API)
|
Sat, 10 Mar 2018 19:46:54 -0800 |
Gregory Szorc |
hgweb: don't redundantly pass templater with requestcontext (API)
|
Sat, 10 Mar 2018 20:38:28 -0800 |
Gregory Szorc |
hgweb: use templater on requestcontext instance
|
Sat, 10 Mar 2018 19:41:18 -0800 |
Gregory Szorc |
hgweb: add a sendtemplate() helper function
|
Sat, 10 Mar 2018 19:11:41 -0800 |
Gregory Szorc |
hgweb: use web.req instead of req.req
|
Sat, 10 Mar 2018 19:08:58 -0800 |
Gregory Szorc |
hgweb: stop setting headers on wsgirequest
|
Sat, 10 Mar 2018 20:35:35 -0800 |
Gregory Szorc |
hgweb: always return iterable from @webcommand functions (API)
|
Sat, 10 Mar 2018 18:51:32 -0800 |
Gregory Szorc |
hgweb: send errors using new response API
|
Sat, 10 Mar 2018 18:42:00 -0800 |
Gregory Szorc |
hgweb: refactor 304 handling code
|
Sat, 10 Mar 2018 18:19:27 -0800 |
Gregory Szorc |
hgweb: transition permissions hooks to modern request type (API)
|
Sat, 10 Mar 2018 20:16:20 -0800 |
Gregory Szorc |
hgweb: port archive command to modern response API
|
Sat, 10 Mar 2018 16:17:51 -0800 |
Gregory Szorc |
hgweb: refactor fake file object proxy for archiving
|
Sat, 10 Mar 2018 16:27:01 -0800 |
Gregory Szorc |
tests: additional test coverage of archive web command
|
Sat, 10 Mar 2018 15:46:29 -0800 |
Gregory Szorc |
hgweb: port static file handling to new response API
|
Sat, 10 Mar 2018 15:37:29 -0800 |
Gregory Szorc |
hgweb: remove one-off routing for file?style=raw
|
Sat, 10 Mar 2018 20:36:34 -0800 |
Gregory Szorc |
hgweb: port most @webcommand to use modern response type
|
Sat, 10 Mar 2018 17:02:57 -0800 |
Gregory Szorc |
hgweb: support using new response object for web commands
|
Sat, 10 Mar 2018 14:19:27 -0800 |
Gregory Szorc |
hgweb: inline caching() and port to modern mechanisms
|
Sat, 10 Mar 2018 14:06:58 -0800 |
Gregory Szorc |
hgweb: expose repo name on parsedrequest
|
Sat, 10 Mar 2018 14:00:40 -0800 |
Gregory Szorc |
hgweb: expose URL scheme and REMOTE_* attributes
|
Sat, 10 Mar 2018 12:31:11 -0800 |
Gregory Szorc |
hgweb: remove wsgirequest.form (API)
|
Sat, 10 Mar 2018 12:36:36 -0800 |
Gregory Szorc |
hgweb: perform all parameter lookup via qsparams
|
Sat, 10 Mar 2018 12:11:26 -0800 |
Gregory Szorc |
hgweb: set variables in qsparams
|
Sat, 10 Mar 2018 11:46:52 -0800 |
Gregory Szorc |
hgweb: use our new request object for "style" parameter
|
Sat, 10 Mar 2018 12:35:38 -0800 |
Gregory Szorc |
hgweb: use a multidict for holding query string parameters
|
Sat, 10 Mar 2018 11:23:05 -0800 |
Gregory Szorc |
hgweb: create dedicated type for WSGI responses
|
Sat, 10 Mar 2018 11:15:05 -0800 |
Gregory Szorc |
tests: add test for a wire protocol request to wrong base URL
|
Fri, 09 Mar 2018 17:10:36 -0800 |
Gregory Szorc |
hgweb: remove support for short query string based aliases (BC)
|
Sat, 10 Mar 2018 11:07:53 -0800 |
Gregory Szorc |
hgweb: remove support for POST form data (BC)
|
Sat, 10 Mar 2018 11:06:13 -0800 |
Gregory Szorc |
hgweb: expose input stream on parsed WSGI request object
|
Sat, 10 Mar 2018 10:56:10 -0800 |
Gregory Szorc |
hgweb: make parsedrequest part of wsgirequest
|
Sat, 10 Mar 2018 11:03:45 -0800 |
Gregory Szorc |
hgweb: refactor the request draining code
|
Sat, 10 Mar 2018 10:48:34 -0800 |
Gregory Szorc |
hgweb: use a capped reader for WSGI input stream
|
Sat, 10 Mar 2018 10:47:30 -0800 |
Gregory Szorc |
hgweb: document continuereader
|
Thu, 08 Mar 2018 18:00:04 -0800 |
Gregory Szorc |
hgweb: remove wsgirequest.__iter__
|
Thu, 08 Mar 2018 17:57:07 -0800 |
Gregory Szorc |
hgweb: remove wsgirequest.read()
|
Sat, 10 Mar 2018 10:46:08 -0800 |
Gregory Szorc |
hgweb: remove unused methods on wsgirequest
|
Thu, 08 Mar 2018 17:17:48 -0800 |
Gregory Szorc |
wireprotoserver: remove unused argument from _handlehttperror()
|
Sat, 10 Mar 2018 10:44:56 -0800 |
Gregory Szorc |
hgweb: store and use request method on parsed request
|
Sat, 10 Mar 2018 10:45:12 -0800 |
Gregory Szorc |
hgweb: handle CONTENT_LENGTH
|
Thu, 08 Mar 2018 16:38:01 -0800 |
Gregory Szorc |
wireprotoserver: access headers through parsed request
|
Mon, 12 Mar 2018 13:15:00 -0700 |
Gregory Szorc |
hgweb: garbage collect on every request
stable
|
Sun, 11 Mar 2018 20:10:38 +0900 |
Yuya Nishihara |
amend: abort if unresolved merge conflicts found (issue5805)
stable
|
Mon, 12 Mar 2018 22:47:33 +0900 |
Yuya Nishihara |
debugwireproto: close the write end before consuming all available data
|
Fri, 09 Mar 2018 15:57:16 +0100 |
Joerg Sonnenberger |
graft: check for missing revision first before scanning working copy
|
Sat, 10 Mar 2018 22:02:58 -0500 |
Matt Harbison |
hook: ensure stderr is flushed when an exception is raised, for test stability
|
Sat, 10 Mar 2018 10:27:56 -0800 |
Gregory Szorc |
wireproto: raise ProgrammingError instead of Abort
|
Sat, 10 Mar 2018 19:56:47 +0900 |
Yuya Nishihara |
py3: make test-commit-interactive.t byte-safe
|
Sat, 10 Mar 2018 19:49:09 +0900 |
Yuya Nishihara |
py3: open patch file in binary mode and convert eol manually
|
Tue, 06 Mar 2018 07:45:57 -0600 |
Yuya Nishihara |
py3: wrap file object to write patch in native eol preserving byte-ness
|
Tue, 06 Mar 2018 07:24:12 -0600 |
Yuya Nishihara |
py3: drop b'' from debug message "moving bookmarks"
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
Sat, 10 Mar 2018 15:50:09 +0900 |
Yuya Nishihara |
ui: remove any combinations of CR|LF from prompt response
|
Sat, 10 Mar 2018 12:45:10 -0500 |
Matt Harbison |
sshpeer: check pipe validity before forwarding output from it
|
Sat, 10 Mar 2018 12:22:08 -0500 |
Matt Harbison |
util: forward __bool__()/__nonzero__() on fileobjectproxy
|
Tue, 06 Mar 2018 07:16:41 -0600 |
Yuya Nishihara |
py3: fix slicing of bisect label in templatefilters.shortbisect()
|
Tue, 06 Mar 2018 07:15:01 -0600 |
Yuya Nishihara |
templatefilters: inline hbisect.shortlabel()
|
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)
|
Tue, 06 Mar 2018 15:08:33 -0800 |
Gregory Szorc |
wireprotoserver: check permissions in main dispatch function
|
Tue, 06 Mar 2018 15:02:53 -0800 |
Gregory Szorc |
wireprotoserver: check if command available before calling it
|
Tue, 06 Mar 2018 02:43:17 -0600 |
Yuya Nishihara |
py3: drop encoding.strio()
|
Tue, 06 Mar 2018 02:42:37 -0600 |
Yuya Nishihara |
ui: adjust Windows workaround to new _readline() code
|
Tue, 06 Mar 2018 02:38:53 -0600 |
Yuya Nishihara |
ui: do not use rawinput() when we have to replace sys.stdin/stdout
|
Tue, 06 Mar 2018 02:32:26 -0600 |
Yuya Nishihara |
ui: do not try readline support if fin/fout aren't standard streams
|
Tue, 06 Mar 2018 02:28:59 -0600 |
Yuya Nishihara |
util: add public isstdin/isstdout() functions
|
Tue, 06 Mar 2018 03:05:49 -0600 |
Yuya Nishihara |
ui: add debug commands to test interactive prompt
|
Tue, 06 Mar 2018 02:14:11 -0600 |
Yuya Nishihara |
ui: inline util.bytesinput() into ui._readline()
|
Tue, 06 Mar 2018 02:05:25 -0600 |
Yuya Nishihara |
hgk: stop using util.bytesinput() to read a single line from stdin
|
Mon, 29 Aug 2016 10:42:58 -0400 |
Augie Fackler |
bookmarks: test for exchanging long bookmark names (issue5165)
|
Sun, 04 Mar 2018 11:46:03 -0500 |
Augie Fackler |
phabricator: follow-up phab auth improvements with backwards compat mode
|
Sat, 20 Jan 2018 02:41:10 -0700 |
Tom Prince |
phabricator: specify API tokens per host, rather than per repo
|
Sun, 04 Mar 2018 18:47:07 -0500 |
Yuya Nishihara |
py3: drop b'' from generate-working-copy-states.py output
|
Sun, 04 Mar 2018 18:41:09 -0500 |
Yuya Nishihara |
py3: make test-commit-multiple.t byte-safe
|
Sun, 04 Mar 2018 18:34:46 -0500 |
Yuya Nishihara |
py3: fix type of default username
|