Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
xdiff: backport int64_t and uint64_t types to Windows
2018-03-09, by Matt Harbison
templater: extract template evaluation utility to new module
2018-03-08, by Yuya Nishihara
templater: move function table to the "context" object
2018-03-08, by Yuya Nishihara
hgweb: remove wsgirequest (API)
2018-03-11, by Gregory Szorc
tweakdefaults: add commands.status.verbose to tweakefaults
2018-03-10, by Pulkit Goyal
hgweb: store the raw WSGI environment dict
2018-03-11, by Gregory Szorc
hgweb: remove dead wsgirequest code
2018-03-11, by Gregory Szorc
hgweb: port to new response API
2018-03-11, by Gregory Szorc
hgweb: pass modern request type into templater()
2018-03-11, by Gregory Szorc
hgweb: use modern response type for index generation
2018-03-11, by Gregory Szorc
hgweb: don't pass wsgireq to makeindex and other functions
2018-03-11, by Gregory Szorc
hgweb: replace PATH_INFO with dispatchpath
2018-03-11, by Gregory Szorc
hgweb: rewrite path generation for index entries
2018-03-11, by Gregory Szorc
hgweb: construct {url} with req.apppath
2018-03-11, by Gregory Szorc
hgweb: support constructing URLs from an alternate base URL
2018-03-11, by Gregory Szorc
hgweb: clarify that apppath begins with a forward slash
2018-03-11, by Gregory Szorc
hgweb: change how dispatch path is reported
2018-03-11, by Gregory Szorc
hgweb: refactor repository name URL parsing
2018-03-11, by Gregory Szorc
tests: add test coverage for parsing WSGI requests
2018-03-11, by Gregory Szorc
hgweb: construct static URL like hgweb does
2018-03-11, by Gregory Szorc
hgweb: remove unused **map argument
2018-03-11, by Gregory Szorc
hgweb: extract entries() to standalone function
2018-03-11, by Gregory Szorc
hgweb: move rawentries() to a standalone function
2018-03-11, by Gregory Szorc
hgweb: move archivelist to standalone function
2018-03-11, by Gregory Szorc
hgweb: move readallowed to a standalone function
2018-03-11, by Gregory Szorc
hgweb: remove some use of wsgireq in hgwebdir
2018-03-11, by Gregory Szorc
hgweb: fix a bug due to variable name typo
2018-03-10, by Gregory Szorc
hgweb: stop passing req and tmpl into @webcommand functions (API)
2018-03-10, by Gregory Szorc
hgweb: pass modern request type into various webutil functions (API)
2018-03-10, by Gregory Szorc
hgweb: don't redundantly pass templater with requestcontext (API)
2018-03-10, by Gregory Szorc
hgweb: use templater on requestcontext instance
2018-03-10, by Gregory Szorc
hgweb: add a sendtemplate() helper function
2018-03-10, by Gregory Szorc
hgweb: use web.req instead of req.req
2018-03-10, by Gregory Szorc
hgweb: stop setting headers on wsgirequest
2018-03-10, by Gregory Szorc
hgweb: always return iterable from @webcommand functions (API)
2018-03-10, by Gregory Szorc
hgweb: send errors using new response API
2018-03-10, by Gregory Szorc
hgweb: refactor 304 handling code
2018-03-10, by Gregory Szorc
hgweb: transition permissions hooks to modern request type (API)
2018-03-10, by Gregory Szorc
hgweb: port archive command to modern response API
2018-03-10, by Gregory Szorc
hgweb: refactor fake file object proxy for archiving
2018-03-10, by Gregory Szorc
tests: additional test coverage of archive web command
2018-03-10, by Gregory Szorc
hgweb: port static file handling to new response API
2018-03-10, by Gregory Szorc
hgweb: remove one-off routing for file?style=raw
2018-03-10, by Gregory Szorc
hgweb: port most @webcommand to use modern response type
2018-03-10, by Gregory Szorc
hgweb: support using new response object for web commands
2018-03-10, by Gregory Szorc
hgweb: inline caching() and port to modern mechanisms
2018-03-10, by Gregory Szorc
hgweb: expose repo name on parsedrequest
2018-03-10, by Gregory Szorc
hgweb: expose URL scheme and REMOTE_* attributes
2018-03-10, by Gregory Szorc
hgweb: remove wsgirequest.form (API)
2018-03-10, by Gregory Szorc
hgweb: perform all parameter lookup via qsparams
2018-03-10, by Gregory Szorc
hgweb: set variables in qsparams
2018-03-10, by Gregory Szorc
hgweb: use our new request object for "style" parameter
2018-03-10, by Gregory Szorc
hgweb: use a multidict for holding query string parameters
2018-03-10, by Gregory Szorc
hgweb: create dedicated type for WSGI responses
2018-03-10, by Gregory Szorc
tests: add test for a wire protocol request to wrong base URL
2018-03-10, by Gregory Szorc
hgweb: remove support for short query string based aliases (BC)
2018-03-09, by Gregory Szorc
hgweb: remove support for POST form data (BC)
2018-03-10, by Gregory Szorc
hgweb: expose input stream on parsed WSGI request object
2018-03-10, by Gregory Szorc
hgweb: make parsedrequest part of wsgirequest
2018-03-10, by Gregory Szorc
hgweb: refactor the request draining code
2018-03-10, by Gregory Szorc
hgweb: use a capped reader for WSGI input stream
2018-03-10, by Gregory Szorc
hgweb: document continuereader
2018-03-10, by Gregory Szorc
hgweb: remove wsgirequest.__iter__
2018-03-08, by Gregory Szorc
hgweb: remove wsgirequest.read()
2018-03-08, by Gregory Szorc
hgweb: remove unused methods on wsgirequest
2018-03-10, by Gregory Szorc
wireprotoserver: remove unused argument from _handlehttperror()
2018-03-08, by Gregory Szorc
hgweb: store and use request method on parsed request
2018-03-10, by Gregory Szorc
hgweb: handle CONTENT_LENGTH
2018-03-10, by Gregory Szorc
wireprotoserver: access headers through parsed request
2018-03-08, by Gregory Szorc
debugwireproto: close the write end before consuming all available data
2018-03-12, by Yuya Nishihara
graft: check for missing revision first before scanning working copy
2018-03-09, by Joerg Sonnenberger
hook: ensure stderr is flushed when an exception is raised, for test stability
2018-03-10, by Matt Harbison
wireproto: raise ProgrammingError instead of Abort
2018-03-10, by Gregory Szorc
py3: make test-commit-interactive.t byte-safe
2018-03-10, by Yuya Nishihara
py3: open patch file in binary mode and convert eol manually
2018-03-10, by Yuya Nishihara
py3: wrap file object to write patch in native eol preserving byte-ness
2018-03-06, by Yuya Nishihara
py3: drop b'' from debug message "moving bookmarks"
2018-03-06, by Yuya Nishihara
py3: use r'' instead of sysstr('') to get around code transformer
2018-03-10, by Yuya Nishihara
ui: remove any combinations of CR|LF from prompt response
2018-03-10, by Yuya Nishihara
sshpeer: check pipe validity before forwarding output from it
2018-03-10, by Matt Harbison
util: forward __bool__()/__nonzero__() on fileobjectproxy
2018-03-10, by Matt Harbison
py3: fix slicing of bisect label in templatefilters.shortbisect()
2018-03-06, by Yuya Nishihara
templatefilters: inline hbisect.shortlabel()
2018-03-06, by Yuya Nishihara
py3: make test-bisect.t bytes-safe
2018-03-06, by Yuya Nishihara
py3: fix integer formatting in bisect error
2018-03-06, by Yuya Nishihara
py3: silence f.write() in test-annotate.t
2018-03-10, by Yuya Nishihara
xdiff: resolve signed unsigned comparison warning
2018-03-09, by Jun Wu
xdiff: use int64 for hash table size
2018-03-09, by Jun Wu
xdiff: remove unused xpp and xecfg parameters
2018-03-09, by Jun Wu
xdiff: remove unused flags parameter
2018-03-09, by Jun Wu
xdiff: replace {unsigned ,}long with {u,}int64_t
2018-03-09, by Jun Wu
xdiff: add comments for fields in xdfile_t
2018-03-04, by Jun Wu
xdiff: add a preprocessing step that trims files
2018-03-07, by Jun Wu
transaction: add a name and a __repr__ implementation (API)
2018-03-09, by Martin von Zweigbergk
phabricator: update doc string for deprecated token argument
2018-03-09, by Joerg Sonnenberger
phabricator: print deprecation warning only once
2018-03-09, by Joerg Sonnenberger
tests: add a few tests involving --collapse and rebase.singletransaction=1
2018-03-08, by Martin von Zweigbergk
tests: simplify test-rebase-transaction.t
2018-03-08, by Martin von Zweigbergk
hgweb: parse and store HTTP request headers
2018-03-08, by Gregory Szorc
wireprotoserver: remove broken optimization for non-httplib client
2018-03-08, by Gregory Szorc
wireprotoserver: move all wire protocol handling logic out of hgweb
2018-03-08, by Gregory Szorc
hgweb: use parsed request to construct query parameters
2018-03-08, by Gregory Szorc
hgweb: only recognize wire protocol commands from query string (BC)
2018-03-08, by Gregory Szorc
hgweb: teach WSGI parser about query strings
2018-03-08, by Gregory Szorc
hgweb: use the parsed application path directly
2018-03-08, by Gregory Szorc
hgweb: use computed base URL from parsed request
2018-03-08, by Gregory Szorc
hgweb: parse WSGI request into a data structure
2018-03-10, by Gregory Szorc
hgweb: always use "?" when writing session vars
2018-03-08, by Gregory Szorc
hgweb: rename req to wsgireq
2018-03-08, by Gregory Szorc
hgweb: validate WSGI environment dict
2018-03-08, by Gregory Szorc
hgweb: ensure all wsgi environment values are str
2018-03-08, by Gregory Szorc
wireproto: formalize permissions checking as part of protocol interface
2018-03-07, by Gregory Szorc
wireproto: declare permissions requirements in @wireprotocommand (API)
2018-03-07, by Gregory Szorc
wireprotoserver: check permissions in main dispatch function
2018-03-06, by Gregory Szorc
wireprotoserver: check if command available before calling it
2018-03-06, by Gregory Szorc
py3: drop encoding.strio()
2018-03-06, by Yuya Nishihara
ui: adjust Windows workaround to new _readline() code
2018-03-06, by Yuya Nishihara
ui: do not use rawinput() when we have to replace sys.stdin/stdout
2018-03-06, by Yuya Nishihara
ui: do not try readline support if fin/fout aren't standard streams
2018-03-06, by Yuya Nishihara
util: add public isstdin/isstdout() functions
2018-03-06, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip