[11,of,11] sslutil: stop checking for web.cacerts=! (BC) |
2016-05-05 |
Gregory Szorc |
|
Accepted |
[1,of,6] httpconnection: pass serverhostname to sslutil.wrapsocket() |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[2,of,6] sslutil: require serverhostname argument (API) |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[3,of,6] sslutil: use a dict for hanging hg state off the wrapped socket |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[4,of,6] sslutil: store and use hostname and ui in socket instance |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[5,of,6] sslutil: convert socket validation from a class to a function (API) |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[6,of,6] sslutil: remove redundant check of sslsocket.cipher() |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[1,of,5,V2] sslutil: require serverhostname argument (API) |
2016-05-15 |
Gregory Szorc |
|
Accepted |
[2,of,5,V2] sslutil: use a dict for hanging hg state off the wrapped socket |
2016-05-15 |
Gregory Szorc |
|
Accepted |
[3,of,5,V2] sslutil: store and use hostname and ui in socket instance |
2016-05-15 |
Gregory Szorc |
|
Accepted |
[4,of,5,V2] sslutil: convert socket validation from a class to a function (API) |
2016-05-15 |
Gregory Szorc |
|
Accepted |
[5,of,5,V2] sslutil: remove redundant check of sslsocket.cipher() |
2016-05-15 |
Gregory Szorc |
|
Accepted |
purge: use opts.get() |
2016-05-16 |
Gregory Szorc |
|
Accepted |
[1,of,6] sslutil: remove ui from sslkwargs (API) |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[2,of,6] sslutil: move sslkwargs logic into internal function (API) |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[3,of,6] httpconnection: remove use of sslkwargs |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[4,of,6] mail: remove use of sslkwargs |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[5,of,6] url: remove use of sslkwargs |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[6,of,6] sslutil: remove sslkwargs() (API) |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[1,of,8] sslutil: introduce a function for determining host-specific settings |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[2,of,8] sslutil: move SSLContext.verify_mode value into _hostsettings |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[3,of,8] sslutil: move CA file processing into _hostsettings() |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[4,of,8] util: add sha256 |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[5,of,8] sslutil: calculate host fingerprints from additional algorithms |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[6,of,8] tests: don't save host fingerprints in hgrc |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[7,of,8] sslutil: allow fingerprints to be specified in [hostsecurity] |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[8,of,8] sslutil: reference appropriate config section in messaging |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[1,of,9] mail: unsupport smtp.verifycert (BC) |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[2,of,9] sslutil: remove "strict" argument from validatesocket() |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[3,of,9] sslutil: store flag for whether cert verification is disabled |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[4,of,9] sslutil: restore behavior of web.cacerts=! to disable CA loading |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[5,of,9] sslutil: move and change warning when cert verification is disabled |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[6,of,9] sslutil: print SHA-256 fingerprint by default |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[7,of,9] sslutil: refactor code for fingerprint matching |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[8,of,9] sslutil: make cert fingerprints messages more actionable |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[9,of,9] sslutil: print the fingerprint from the last hash used |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[1,of,9,V2] mail: unsupport smtp.verifycert (BC) |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[2,of,9,V2] sslutil: remove "strict" argument from validatesocket() |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[3,of,9,V2] sslutil: store flag for whether cert verification is disabled |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[4,of,9,V2] sslutil: restore behavior of web.cacerts=! to disable CA loading |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[5,of,9,V2] sslutil: move and change warning when cert verification is disabled |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[6,of,9,V2] sslutil: print SHA-256 fingerprint by default |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[7,of,9,V2] sslutil: refactor code for fingerprint matching |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[8,of,9,V2] sslutil: make cert fingerprints messages more actionable |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[9,of,9,V2] sslutil: print the fingerprint from the last hash used |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[1,of,6] mercurial: implement a source transforming module loader on Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[2,of,6] encoding: use unicode literal for argument to encode() |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[3,of,6] encoding: use unicode literals to appease Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[4,of,6] i18n: use unicode literals to appease Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[5,of,6] osutil: use unicode literals to appease Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[6,of,6] pycompat: use unicode literals to appease Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[1,of,9,V3] mail: unsupport smtp.verifycert (BC) |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[2,of,9,V3] sslutil: remove "strict" argument from validatesocket() |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[3,of,9,V3] sslutil: store flag for whether cert verification is disabled |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[4,of,9,V3] sslutil: add devel.disableloaddefaultcerts to disable CA loading |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[5,of,9,V3] sslutil: move and change warning when cert verification is disabled |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[6,of,9,V3] sslutil: print SHA-256 fingerprint by default |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[7,of,9,V3] sslutil: refactor code for fingerprint matching |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[8,of,9,V3] sslutil: make cert fingerprints messages more actionable |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[9,of,9,V3] sslutil: print the fingerprint from the last hash used |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[1,of,9,V4] mail: unsupport smtp.verifycert (BC) |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[2,of,9,V4] sslutil: remove "strict" argument from validatesocket() |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[3,of,9,V4] sslutil: store flag for whether cert verification is disabled |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[4,of,9,V4] sslutil: add devel.disableloaddefaultcerts to disable CA loading |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[5,of,9,V4] sslutil: move and change warning when cert verification is disabled |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[6,of,9,V4] sslutil: print SHA-256 fingerprint by default |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[7,of,9,V4] sslutil: refactor code for fingerprint matching |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[8,of,9,V4] sslutil: make cert fingerprints messages more actionable |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[9,of,9,V4] sslutil: print the fingerprint from the last hash used |
2016-06-04 |
Gregory Szorc |
|
Accepted |
sslutil: per-host config option to define certificates |
2016-06-08 |
Gregory Szorc |
|
Accepted |
[1,of,3] sslutil: remove out of place comment |
2016-06-25 |
Gregory Szorc |
|
Accepted |
[2,of,3] sslutil: abort when unable to verify peer connection (BC) |
2016-06-25 |
Gregory Szorc |
|
Accepted |
[3,of,3,RFC] sslutil: try to find and use system CA file when appropriate |
2016-06-25 |
Gregory Szorc |
|
Accepted |
[1,of,9,V2] mdiff: remove use of __slots__ |
2016-06-25 |
Gregory Szorc |
|
Accepted |
[2,of,9,V2] mercurial: implement a source transforming module loader on Python 3 |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[3,of,9,V2] encoding: use unicode literal for argument to encode() |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[4,of,9,V2] encoding: use unicode literals to appease Python 3 |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[5,of,9,V2] mercurial: don't rewrite string argument to *attr() |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[6,of,9,V2] i18n: use unicode literals to appease Python 3 |
2016-06-25 |
Gregory Szorc |
|
Changes Requested |
[7,of,9,V2] osutil: use unicode literals to appease Python 3 |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[8,of,9,V2] pycompat: use unicode type to appease Python 3 |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[9,of,9,V2] util: use unicode literals to appease Python 3 |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[1,of,2] pycompat: add HTTPPasswordMgrWithDefaultRealm to Python 3 block |
2016-06-26 |
Gregory Szorc |
|
Accepted |
[2,of,2] i18n: use unicode literal |
2016-06-26 |
Gregory Szorc |
|
Accepted |
[1,of,2,V2] ui: don't fixup [paths] sub-options |
2016-06-26 |
Gregory Szorc |
|
Accepted |
[2,of,2,V2] ui: path option to declare which revisions to push by default |
2016-06-26 |
Gregory Szorc |
|
Accepted |
[1,of,2] scmutil: improve documentation of revset APIs |
2016-06-26 |
Gregory Szorc |
|
Accepted |
[2,of,2] revset: implement match() in terms of matchany() |
2016-06-26 |
Gregory Szorc |
|
Accepted |
branchmap: remove unused exception variable |
2016-06-26 |
Gregory Szorc |
|
Accepted |
[V3] ui: path option to declare which revisions to push by default |
2016-06-26 |
Gregory Szorc |
|
Accepted |
[1,of,5] tests: add test for empty CA certs file |
2016-06-30 |
Gregory Szorc |
|
Accepted |
[2,of,5] sslutil: display a better error message when CA file loading fails |
2016-06-30 |
Gregory Szorc |
|
Accepted |
[3,of,5] sslutil: don't load default certificates when they aren't relevant |
2016-06-30 |
Gregory Szorc |
|
Accepted |
[4,of,5] tests: test case where default ca certs not available |
2016-06-30 |
Gregory Szorc |
|
Accepted |
[5,of,5] sslutil: emit warning when no CA certificates loaded |
2016-06-30 |
Gregory Szorc |
|
Accepted |
hgweb: expose list of per-repo labels to templates |
2016-07-01 |
Gregory Szorc |
yuya |
Accepted |
[1,of,8] tests: better testing of loaded certificates |
2016-07-02 |
Gregory Szorc |
yuya |
Accepted |
[2,of,8] sslutil: change comment and logged message for found ca cert file |
2016-07-02 |
Gregory Szorc |
yuya |
Accepted |
[3,of,8] sslutil: pass ui to _defaultcacerts |
2016-07-02 |
Gregory Szorc |
yuya |
Accepted |
[4,of,8] sslutil: don't attempt to find default CA certs file when told not to |
2016-07-02 |
Gregory Szorc |
yuya |
Accepted |
[5,of,8] sslutil: use certificates provided by certifi if available |
2016-07-02 |
Gregory Szorc |
yuya |
Superseded |
[6,of,8] sslutil: document the Apple Python cert trick |
2016-07-02 |
Gregory Szorc |
yuya |
Superseded |
[7,of,8] sslutil: expand _defaultcacerts docstring to note calling assumptions |
2016-07-02 |
Gregory Szorc |
yuya |
Superseded |
[8,of,8] sslutil: handle default CA certificate loading on Windows |
2016-07-02 |
Gregory Szorc |
yuya |
Superseded |
[STABLE] sslutil: don't access message attribute in exception (issue5285) |
2016-07-02 |
Gregory Szorc |
yuya |
Accepted |
[1,of,4,V2] sslutil: use certificates provided by certifi if available |
2016-07-04 |
Gregory Szorc |
|
Accepted |
[2,of,4,V2] sslutil: document the Apple OpenSSL cert trick |
2016-07-04 |
Gregory Szorc |
|
Accepted |
[3,of,4,V2] sslutil: expand _defaultcacerts docstring to note calling assumptions |
2016-07-04 |
Gregory Szorc |
|
Accepted |
[4,of,4,V2] sslutil: handle default CA certificate loading on Windows |
2016-07-04 |
Gregory Szorc |
|
Accepted |
[1,of,2,V3] mercurial: implement a source transforming module loader on Python 3 |
2016-07-04 |
Gregory Szorc |
|
Accepted |
[2,of,2,V3] encoding: use unicode literals to appease Python 3 |
2016-07-04 |
Gregory Szorc |
|
Changes Requested |
[RFC] sslutil: use base64 for key fingerprints (BC) |
2016-07-06 |
Gregory Szorc |
|
Rejected |
[1,of,3,hglib] client: remove unused imports |
2016-07-06 |
Gregory Szorc |
|
Accepted |
[2,of,3,hglib] client: raise KeyError from __getitem__ (BC) |
2016-07-06 |
Gregory Szorc |
|
Accepted |
[3,of,3,hglib] client: implement __iter__ (issue4511) |
2016-07-06 |
Gregory Szorc |
|
Changes Requested |
[1,of,2] sslutil: issue warning when unable to load certificates on OS X |
2016-07-07 |
Gregory Szorc |
|
Accepted |
[2,of,2] sslutil: try to find CA certficates in well-known locations |
2016-07-07 |
Gregory Szorc |
|
Accepted |
[1,of,3] sslutil: move protocol determination to _hostsettings |
2016-07-07 |
Gregory Szorc |
|
Accepted |
[2,of,3] sslutil: move context options flags to _hostsettings |
2016-07-07 |
Gregory Szorc |
|
Accepted |
[3,of,3,RFC] sslutil: config option to specify TLS protocol version |
2016-07-07 |
Gregory Szorc |
|
Accepted |
[1,of,3] sslutil: use create_default_context() |
2016-07-12 |
Gregory Szorc |
|
Superseded |
[2,of,3] sslutil: accept serverside argument to wrapsocket |
2016-07-12 |
Gregory Szorc |
|
Superseded |
[3,of,3] hgweb: pass ui into preparehttpserver |
2016-07-12 |
Gregory Szorc |
|
Superseded |
tests: regenerate x509 test certificates |
2016-07-13 |
Gregory Szorc |
|
Superseded |
[1,of,6,V2] tests: regenerate x509 test certificates |
2016-07-13 |
Gregory Szorc |
|
Accepted |
[2,of,6,V2] sslutil: use create_default_context() |
2016-07-13 |
Gregory Szorc |
|
Accepted |
[3,of,6,V2] sslutil: implement wrapserversocket() |
2016-07-13 |
Gregory Szorc |
|
Accepted |
[4,of,6,V2] hgweb: pass ui into preparehttpserver |
2016-07-13 |
Gregory Szorc |
|
Accepted |
[5,of,6,V2] hgweb: use sslutil module for creating wrapped socket |
2016-07-13 |
Gregory Szorc |
|
Accepted |
[6,of,6,V2] sslutil: config option to specify TLS protocol version |
2016-07-13 |
Gregory Szorc |
|
Accepted |
sslutil: add assertion to prevent accidental CA usage on Windows |
2016-07-14 |
Gregory Szorc |
|
Accepted |
[1,of,5,V3] tests: use sslutil.wrapserversocket() |
2016-07-14 |
Gregory Szorc |
|
Accepted |
[2,of,5,V3] sslutil: config option to specify TLS protocol version |
2016-07-14 |
Gregory Szorc |
|
Superseded |
[3,of,5,V3] sslutil: require TLS 1.1+ when supported |
2016-07-14 |
Gregory Szorc |
|
Superseded |
[4,of,5,V3] sslutil: print a warning when using TLS 1.0 on legacy Python |
2016-07-14 |
Gregory Szorc |
|
Superseded |
[5,of,5,V3] sslutil: support defining cipher list |
2016-07-14 |
Gregory Szorc |
|
Superseded |
url: add distribution and version to user-agent request header (BC) |
2016-07-14 |
Gregory Szorc |
|
Superseded |
[V2] url: add distribution and version to user-agent request header (BC) |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[01,of,11,V4] hgweb: pass ui into preparehttpserver |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[02,of,11,V4] sslutil: add assertion to prevent accidental CA usage on Windows |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[03,of,11,V4] sslutil: update comment about create_default_context() |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[04,of,11,V4] sslutil: prevent CRIME |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[05,of,11,V4] sslutil: implement wrapserversocket() |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[06,of,11,V4] hgweb: use sslutil.wrapserversocket() |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[07,of,11,V4] tests: use sslutil.wrapserversocket() |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[08,of,11,V4] sslutil: config option to specify TLS protocol version |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[09,of,11,V4] sslutil: support defining cipher list |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[10,of,11,V4] sslutil: require TLS 1.1+ when supported |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[11,of,11,V4] sslutil: print a warning when using TLS 1.0 on legacy Python |
2016-07-15 |
Gregory Szorc |
|
Superseded |
[1,of,2,website] who: use https:// URLs |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[2,of,2,website] who: link to https://www.mozilla.org/ |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[1,of,7,V5] sslutil: implement wrapserversocket() |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[2,of,7,V5] hgweb: use sslutil.wrapserversocket() |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[3,of,7,V5] tests: use sslutil.wrapserversocket() |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[4,of,7,V5] sslutil: config option to specify TLS protocol version |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[5,of,7,V5] sslutil: support defining cipher list |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[6,of,7,V5] sslutil: require TLS 1.1+ when supported |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[7,of,7,V5] sslutil: print a warning when using TLS 1.0 on legacy Python |
2016-07-15 |
Gregory Szorc |
|
Accepted |
wireproto: extract repo filtering to standalone function |
2016-07-15 |
Gregory Szorc |
|
Accepted |
commands: possibly start a web browser during `hg serve` (BC) |
2016-07-16 |
Gregory Szorc |
|
Changes Requested |
[1,of,6,V6] sslutil: update comment about create_default_context() |
2016-07-16 |
Gregory Szorc |
|
Superseded |
[2,of,6,V6] sslutil: prevent CRIME |
2016-07-16 |
Gregory Szorc |
|
Superseded |
[3,of,6,V6] sslutil: config option to specify TLS protocol version |
2016-07-16 |
Gregory Szorc |
|
Accepted |
[4,of,6,V6] sslutil: support defining cipher list |
2016-07-16 |
Gregory Szorc |
|
Changes Requested |
[5,of,6,V6] sslutil: require TLS 1.1+ when supported |
2016-07-16 |
Gregory Szorc |
|
Accepted |
[6,of,6,V6] sslutil: print a warning when using TLS 1.0 on legacy Python |
2016-07-16 |
Gregory Szorc |
|
Accepted |
[1,of,5] hghave: add test for Python 2.7+ |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[2,of,5] sslutil: support defining cipher list |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[3,of,5] sslutil: move comment about protocol constants |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[4,of,5] sslutil: more robustly detect protocol support |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[5,of,5] tests: update test certificate generation instructions |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[1,of,2,V2] hgweb: store url of started server in instance variable |
2016-07-17 |
Gregory Szorc |
|
Deferred |
[2,of,2,V2] commands: add --browser argument to `hg serve` |
2016-07-17 |
Gregory Szorc |
|
Deferred |
[1,of,3] bundle2: use a sorted dict for holding parameters |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[2,of,3] util: implement a deterministic __repr__ on sortdict |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[3,of,3] bundle2: store changeset count when creating file bundles |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[V2] sslutil: more robustly detect protocol support |
2016-07-18 |
Gregory Szorc |
|
Superseded |
[V3] sslutil: more robustly detect protocol support |
2016-07-18 |
Gregory Szorc |
|
Accepted |
[STABLE] util: better handle '-' in version string (issue5302) |
2016-07-19 |
Gregory Szorc |
|
Accepted |
[1,of,4,STABLE] hg: copy [hostsecurity] options to remote ui instances (issue5305) |
2016-07-20 |
Gregory Szorc |
|
Accepted |
[2,of,4,STABLE] sslutil: allow TLS 1.0 when --insecure is used |
2016-07-20 |
Gregory Szorc |
|
Accepted |
[3,of,4,STABLE] sslutil: capture string string representation of protocol |
2016-07-20 |
Gregory Szorc |
|
Accepted |
[4,of,4,STABLE] sslutil: improve messaging around unsupported protocols (issue5303) |
2016-07-20 |
Gregory Szorc |
|
Accepted |
[STABLE] sslutil: work around SSLContext.get_ca_certs bug on Windows (issue5313) |
2016-07-25 |
Gregory Szorc |
|
Accepted |
[STABLE] tests: glob over ssl error |
2016-07-28 |
Gregory Szorc |
|
Accepted |
[1,of,9,changegroup-apis] exchange: use early return |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[2,of,9,changegroup-apis] changegroup: create a class to manage emitting changegroup data |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[3,of,9,changegroup-apis] exchange: use changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[4,of,9,changegroup-apis] changegroup: remove getlocalchangegroupraw() (API) |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[5,of,9,changegroup-apis] changegroup: add fromheadsandcommon() convenience function |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[6,of,9,changegroup-apis] changegroup: move code from changegroupsubset to changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[7,of,9,changegroup-apis] changegroup: add and use getunbundler() to changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[8,of,9,changegroup-apis] changegroup: implement getchangegroup using changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[9,of,9,changegroup-apis] exchange: implement _pushchangeset with changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
discovery: move code to create outgoing from roots and heads |
2016-08-04 |
Gregory Szorc |
|
Accepted |
[1,of,8] exchange: use early return |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[2,of,8] discovery: move code for creating outgoing from heads and common (API) |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[3,of,8] localrepo: call changegroupsubset() directly |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[4,of,8] wireproto: call changegroupsubset() directly |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[5,of,8] changegroup: remove changegroup() (API) |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[6,of,8] changegroup: refactor getsubsetraw into getchangegroupchunks (API) |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[7,of,8] exchange: use getchangegroupchunks() |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[8,of,8] changegroup: remove getlocalchangegroupraw() (API) |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[1,of,2] wireproto: consolidate code for obtaining "cmds" argument value |
2016-08-06 |
Gregory Szorc |
|
Accepted |
[2,of,2] wireproto: unescape argument names in batch command (BC) |
2016-08-06 |
Gregory Szorc |
|
Accepted |
wireproto: remove gboptslist (API) |
2016-08-06 |
Gregory Szorc |
|
Accepted |
[1,of,2] help: don't try to render a section on sub-topics |
2016-08-07 |
Gregory Szorc |
|
Accepted |
[2,of,2] help: internals topic for wire protocol |
2016-08-07 |
Gregory Szorc |
|
Accepted |
hgweb: config option to control zlib compression level |
2016-08-08 |
Gregory Szorc |
|
Accepted |
obsolete: move branch cache debug message to proper location |
2016-08-09 |
Gregory Szorc |
|
Superseded |
[V2] changegroup: move branch cache debug message to proper location |
2016-08-09 |
Gregory Szorc |
|
Accepted |
[1,of,9,RFC] pushkey: reindent and document _namespaces |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[2,of,9,RFC] bookmarks: add function for retrieving raw bookmarks values |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[3,of,9,RFC] phases: add a binary version of listphases |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[4,of,9,RFC] obsolete: add binary version of listmarkers (API) |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[5,of,9,RFC] pushkey: define raw listing functions on each namespace (API) |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[6,of,9,RFC] localrepo: support retrieving raw pushkeys |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[7,of,9,RFC] pushkey: support for encoding and decoding raw listkeys dicts |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[8,of,9,RFC] wireproto: introduce listkeys2 command |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[9,of,9,RFC] exchange: call listkeys2 to fetch obsolescence data if available |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[1,of,6] profiling: move profiling code from dispatch.py (API) |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[2,of,6] dispatch: set profiling.enabled when profiling is enabled |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[3,of,6] profiling: make profiling functions context managers (API) |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[4,of,6] profiling: add a context manager that no-ops if profiling isn't enabled |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[5,of,6] hgweb: abstract call to hgwebdir wsgi function |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[6,of,6] hgweb: profile HTTP requests |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[1,of,7,V2] profiling: move profiling code from dispatch.py (API) |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[2,of,7,V2] dispatch: set profiling.enabled when profiling is enabled |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[3,of,7,V2] profiling: make profiling functions context managers (API) |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[4,of,7,V2] profiling: add a context manager that no-ops if profiling isn't enabled |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[5,of,7,V2] profiling: don't error with statprof when profiling has already started |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[6,of,7,V2] hgweb: abstract call to hgwebdir wsgi function |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[7,of,7,V2] hgweb: profile HTTP requests |
2016-08-15 |
Gregory Szorc |
|
Accepted |
hgweb: tweak zlib chunking behavior |
2016-08-15 |
Gregory Szorc |
|
Accepted |
hgweb: document why we don't allow untrusted settings to control zlib |
2016-08-16 |
Gregory Szorc |
|
Accepted |
[1,of,9,RFC] statprof: vendor statprof.py |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[2,of,9,RFC] statprof: fix flake8 warnings |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[3,of,9,RFC] statprof: require paths to save or load profile data |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[4,of,9,RFC] statprof: use absolute_imports |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[5,of,9,RFC] statprof: use print function |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[6,of,9,RFC] statprof: pass data structure to display functions |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[7,of,9,RFC] statprof: support stacked collection |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[8,of,9,RFC] profiling: use vendored statprof and upstream enhancements (BC) |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[9,of,9,RFC] profiling: make statprof the default profiler (BC) |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[01,of,10,V2] statprof: vendor statprof.py |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[02,of,10,V2] statprof: fix flake8 warnings |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[03,of,10,V2] statprof: require paths to save or load profile data |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[04,of,10,V2] statprof: use absolute_imports |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[05,of,10,V2] statprof: use print function |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[06,of,10,V2] statprof: pass data structure to display functions |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[07,of,10,V2] statprof: support stacked collection |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[08,of,10,V2] profiling: use vendored statprof and upstream enhancements (BC) |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[09,of,10,V2] tests: explicitly use ls profiler |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[10,of,10,V2] profiling: make statprof the default profiler (BC) |
2016-08-17 |
Gregory Szorc |
|
Changes Requested |
[V2] help: internals topic for wire protocol |
2016-08-18 |
Gregory Szorc |
|
Superseded |
[1,of,2] tests: add commits to test-casecollision.t |
2016-08-18 |
Gregory Szorc |
|
Changes Requested |
[2,of,2] localrepo: check for case collisions at commit time (issue4665) (BC) |
2016-08-18 |
Gregory Szorc |
|
Changes Requested |
[1,of,5,V3] help: internals topic for wire protocol |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[2,of,5,V3] help: document wire protocol transport protocols |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[3,of,5,V3] help: document wire protocol capabilities |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[4,of,5,V3] help: document wire protocol "handshake" protocol |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[5,of,5,V3] help: document wire protocol commands |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[1,of,3] util: properly implement lrucachedict.get() |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[2,of,3] revlog: remove unused variables |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[3,of,3] revlog: use an LRU cache for delta chain bases |
2016-08-23 |
Gregory Szorc |
|
Accepted |
[STABLE] bundle2: fail faster when interrupted |
2016-08-26 |
Gregory Szorc |
|
Accepted |
mpatch: add setup_mpatch_cffi.py |
2016-08-29 |
Gregory Szorc |
|
Accepted |
[STABLE] bundle2: localize "remote: " |
2016-08-30 |
Gregory Szorc |
|
Accepted |
[1,of,4] perf: add --reverse to perfrevlog |
2016-09-24 |
Gregory Szorc |
|
Accepted |
[2,of,4] perf: add perfchangegroupchangelog command |
2016-09-24 |
Gregory Szorc |
|
Accepted |
[3,of,4] revlog: add instance variable controlling delta chain use |
2016-09-24 |
Gregory Szorc |
marmoute |
Superseded |
[4,of,4] changelog: disable delta chains |
2016-09-24 |
Gregory Szorc |
marmoute |
Superseded |
[1,of,5] revlog: make code in builddelta() slightly easier to read |
2016-09-25 |
Gregory Szorc |
|
Accepted |
[2,of,5] revlog: document high frequency of code execution |
2016-09-25 |
Gregory Szorc |
|
Accepted |
[3,of,5] tests: actually test non-generaldelta variant for stream clones |
2016-09-25 |
Gregory Szorc |
|
Accepted |
[4,of,5] wireproto: rename argument to groupchunks() |
2016-09-25 |
Gregory Szorc |
|
Accepted |
[5,of,5] exchange: refactor APIs to obtain bundle data (API) |
2016-09-25 |
Gregory Szorc |
marmoute |
Superseded |
[1,of,2,V2] revlog: add instance variable controlling delta chain use |
2016-10-02 |
Gregory Szorc |
|
Superseded |
[2,of,2,V2] changelog: disable delta chains |
2016-10-02 |
Gregory Szorc |
|
Superseded |
hg: set default path correctly when doing a clone+share (issue5378) |
2016-10-03 |
Gregory Szorc |
|
Accepted |
[1,of,4] dirs: inline string macros |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[2,of,4] dirs: convert PyString to PyBytes |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[3,of,4] dirs: port PyInt code to work on Python 3 |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[4,of,4] dirs: document performance reasons for bypassing Python C API |
2016-10-08 |
Gregory Szorc |
|
Accepted |
manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3 |
2016-10-08 |
Gregory Szorc |
|
Superseded |
[V2] manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3 |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[1,of,2] parsers: return NULL from PyInit_parsers on Python 3 |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[2,of,2] util: define PyInt_Type on Python 3 |
2016-10-08 |
Gregory Szorc |
|
Accepted |
util: document we want Python type mapping to be temporary |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[1,of,7] manifest: convert PyString* to PyBytes* |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[2,of,7] osutil: convert PyString* to PyBytes* |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[3,of,7] pathencode: convert PyString* to PyBytes* |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[4,of,7] parsers: convert PyString* to PyBytes* |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[5,of,7] util: remove PyString* aliases on Python 3 |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[6,of,7] pathencode: use Py_SIZE directly |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[7,of,7] parsers: use PyVarObject_HEAD_INIT |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[1,of,3] osutil: use PyLongObject in recvfds |
2016-10-09 |
Gregory Szorc |
|
Accepted |
[2,of,3] osutil: use PyLongObject on Python 3 for listdir_slot |
2016-10-09 |
Gregory Szorc |
|
Accepted |
[3,of,3] parsers: move PyInt aliasing out of util.h |
2016-10-09 |
Gregory Szorc |
|
Accepted |
[RFC] commands: introduce `hg display` |
2016-10-12 |
Gregory Szorc |
|
Deferred |
dirs: add comment about _PyBytes_Resize |
2016-10-13 |
Gregory Szorc |
|
Accepted |
pathencode: use assert() for PyBytes_Check() |
2016-10-13 |
Gregory Szorc |
|
Accepted |
dirs: document Py_SIZE weirdness |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[1,of,6] dirs: use PyVarObject_HEAD_INIT |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[2,of,6] manifest: use PyVarObject_HEAD_INIT |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[3,of,6] parsers: alias more PyInt* symbols on Python 3 |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[4,of,6] bdiff: include util.h |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[5,of,6] parsers: avoid PySliceObject cast on Python 3 |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[6,of,6] mercurial: support loading C extensions on Python 3 |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[1,of,3,V3] changegroup: document deltaparent's choice of previous revision |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[2,of,3,V3] revlog: add instance variable controlling delta chain use |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[3,of,3,V3] changelog: disable delta chains |
2016-10-13 |
Gregory Szorc |
|
Accepted |
bundle2: only emit compressed chunks if they have data |
2016-10-16 |
Gregory Szorc |
|
Accepted |
[1,of,2,V2] exchange: refactor APIs to obtain bundle data (API) |
2016-10-16 |
Gregory Szorc |
|
Accepted |
[2,of,2,V2] wireproto: compress data from a generator |
2016-10-16 |
Gregory Szorc |
|
Accepted |
[1,of,4] revlog: add a context manager to allow file handle reuse |
2016-10-16 |
Gregory Szorc |
|
Deferred |
[2,of,4] changegroup: reuse revlog file handle when generating group |
2016-10-16 |
Gregory Szorc |
|
Deferred |
[3,of,4] perf: cache revlog file handle during perfrevlog |
2016-10-16 |
Gregory Szorc |
|
Deferred |
[4,of,4] changegroup: increase write buffer size to 128k |
2016-10-16 |
Gregory Szorc |
|
Accepted |
[STABLE] commands: print security protocol support in debuginstall |
2016-10-19 |
Gregory Szorc |
|
Superseded |
[STABLE,V2] commands: print security protocol support in debuginstall |
2016-10-21 |
Gregory Szorc |
|
Accepted |
[01,of,11] util: put compression code next to each other |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[02,of,11] util: create new abstraction for compression engines |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[03,of,11] bundle2: use new compression engine API for compression |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[04,of,11] util: remove compressors dict (API) |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[05,of,11] bundle2: use compression engines API to obtain decompressor |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[06,of,11] changegroup: use compression engines API |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[07,of,11] util: remove decompressors dict (API) |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[08,of,11] util: add a stream compression API to compression engines |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[09,of,11] bundle2: use compressstream compression engine API |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[10,of,11] hgweb: use compression engine API for zlib compression |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[11,of,11] util: remove compressorobj API from compression engines |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[1,of,4] perf: add command for measuring revlog chunk operations |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[2,of,4] revlog: add a context manager to allow file handle reuse |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[3,of,4] changegroup: reuse revlog file handle when generating group |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[4,of,4] perf: cache revlog file handle during perfrevlog |
2016-11-02 |
Gregory Szorc |
|
Superseded |
[1,of,3] revlog: reorder index accessors to match data structure order |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[2,of,3] revlog: inline start() and env() for perf reasons |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[3,of,3] revlog: optimize _chunkraw when startrev==endrev |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[1,of,2] changegroup: cache changelog and manifestlog outside of loop |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[2,of,2] changegroup: use changelogrevision() |
2016-11-02 |
Gregory Szorc |
|
Accepted |
make: targets for building packages for ubuntu yakkety |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[1,of,7,V3] statprof: vendor statprof.py |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[2,of,7,V3] statprof: fix flake8 warnings |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[3,of,7,V3] statprof: require paths to save or load profile data |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[4,of,7,V3] statprof: use absolute_imports |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[5,of,7,V3] statprof: use print function |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[6,of,7,V3] statprof: pass data structure to display functions |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[7,of,7,V3] tests: explicitly use ls profiler |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[1,of,4] statprof: return state from stop() |
2016-11-05 |
Gregory Szorc |
|
Accepted |
[2,of,4] profiling: use vendored statprof and upstream enhancements (BC) |
2016-11-05 |
Gregory Szorc |
|
Accepted |
[3,of,4] profiling: make statprof the default profiler (BC) |
2016-11-05 |
Gregory Szorc |
|
Accepted |
[4,of,4] statprof: record samples by thread (RFC) |
2016-11-05 |
Gregory Szorc |
|
Changes Requested |
[STABLE] hgweb: cache fctx.parents() in annotate command (issue5414) |
2016-11-05 |
Gregory Szorc |
|
Superseded |
[STABLE,V2] hgweb: cache fctx.parents() in annotate command (issue5414) |
2016-11-05 |
Gregory Szorc |
|
Accepted |
[1,of,2] commands: add "di" alias for "diff" |
2016-11-05 |
Gregory Szorc |
|
Changes Requested |
[2,of,2] commands: introduce `hg display` |
2016-11-05 |
Gregory Szorc |
|
Changes Requested |
[01,of,10] revlog: add clone method |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[02,of,10] revlog: add totalfilesize method |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[03,of,10] commands: stub for debugupgraderepo command |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[04,of,10] repair: identify repository deficiencies |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[05,of,10] repair: obtain and validate requirements for upgraded repo |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[06,of,10] repair: print what upgrade will do |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[07,of,10] repair: begin implementation of in-place upgrading |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[08,of,10] repair: migrate revlogs during upgrade |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[09,of,10] repair: copy non-revlog store files during upgrade |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[10,of,10] repair: clean up stale lock file from store backup |
2016-11-06 |
Gregory Szorc |
|
Changes Requested |
[1,of,2] perf: add perfbdiff |
2016-11-06 |
Gregory Szorc |
|
Accepted |
[2,of,2] bdiff: don't check border condition in loop |
2016-11-06 |
Gregory Szorc |
|
Accepted |
[1,of,3] perf: prepare to handle multiple pairs in perfbdiff |
2016-11-06 |
Gregory Szorc |
|
Accepted |
[2,of,3] perf: support bdiffing multiple revisions in a single revlog |
2016-11-06 |
Gregory Szorc |
|
Accepted |
[3,of,3] perf: support measuring bdiff for all changeset related data |
2016-11-06 |
Gregory Szorc |
|
Accepted |
bdiff: replace hash algorithm |
2016-11-07 |
Gregory Szorc |
|
Accepted |
[01,of,10,V2] util: create new abstraction for compression engines |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[02,of,10,V2] bundle2: use new compression engine API for compression |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[03,of,10,V2] util: remove compressors dict (API) |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[04,of,10,V2] bundle2: use compression engines API to obtain decompressor |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[05,of,10,V2] changegroup: use compression engines API |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[06,of,10,V2] util: remove decompressors dict (API) |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[07,of,10,V2] util: add a stream compression API to compression engines |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[08,of,10,V2] bundle2: use compressstream compression engine API |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[09,of,10,V2] hgweb: use compression engine API for zlib compression |
2016-11-08 |
Gregory Szorc |
|
Accepted |
[10,of,10,V2] util: remove compressorobj API from compression engines |
2016-11-08 |
Gregory Szorc |
|
Accepted |
help: fix double word usage |
2016-11-10 |
Gregory Szorc |
|
Accepted |
[1,of,2] debugcommands: introduce standalone module for debug commands |
2016-11-10 |
Gregory Szorc |
|
Superseded |
[2,of,2] debugcommands: move debugbuilddag |
2016-11-10 |
Gregory Szorc |
|
Superseded |
[1,of,8] zstd: vendor python-zstandard 0.5.0 |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[2,of,8] setup: compile zstd C extension |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[3,of,8] util: expose an "available" API on compression engines |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[4,of,8] util: check for compression engine availability before returning |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[5,of,8] bundle2: equate 'UN' with no compression |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[6,of,8] exchange: obtain compression engines from the registrar |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[7,of,8] hghave: add check for zstd support |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[8,of,8] util: implement zstd compression engine |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[1,of,2] bdiff: extract line record finalization to a macro |
2016-11-13 |
Gregory Szorc |
|
Changes Requested |
[2,of,2] bdiff: don't check border condition in loop |
2016-11-13 |
Gregory Szorc |
|
Changes Requested |
perf: unbust perfbdiff --alldata |
2016-11-17 |
Gregory Szorc |
|
Accepted |
setup: add flag to build_ext to control building zstd |
2016-11-18 |
Gregory Szorc |
|
Accepted |
[1,of,2] perf: add command for measuring revlog chunk operations |
2016-11-18 |
Gregory Szorc |
|
Accepted |
[2,of,2] commands: print chunk type in debugrevlog |
2016-11-18 |
Gregory Szorc |
|
Accepted |
debuginstall: print compression engine support |
2016-11-19 |
Gregory Szorc |
|
Superseded |
[01,of,11] debuginstall: print compression engine support |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[02,of,11] keepalive: reorder header precedence |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[03,of,11] httppeer: do decompression inside _callstream |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[04,of,11] httppeer: use compression engine API for decompressing responses |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[05,of,11] wireproto: perform chunking and compression at protocol layer (API) |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[06,of,11] internals: document compression negotiation |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[07,of,11] protocol: declare transport protocol support for compression |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[08,of,11] util: declare wire protocol support of compression engines |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[09,of,11] wireproto: advertise supported compression formats in capabilities |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[10,of,11] httppeer: advertise and support application/mercurial-0.2 |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[11,of,11] protocol: send application/mercurial-0.2 responses to capable clients |
2016-11-20 |
Gregory Szorc |
|
Accepted |
[V2] bdiff: don't check border condition in loop |
2016-11-21 |
Gregory Szorc |
|
Accepted |
httppeer: document why super() isn't used |
2016-11-22 |
Gregory Szorc |
|
Accepted |
help: clarify contents of revlog index |
2016-11-23 |
Gregory Szorc |
|
Accepted |
[1,of,7,upgraderepo,V2] revlog: add clone method |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[2,of,7,upgraderepo,V2] debugcommands: stub for debugupgraderepo command |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[3,of,7,upgraderepo,V2] repair: determine what upgrade will do |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[4,of,7,upgraderepo,V2] repair: begin implementation of in-place upgrading |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[5,of,7,upgraderepo,V2] repair: migrate revlogs during upgrade |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[6,of,7,upgraderepo,V2] repair: copy non-revlog store files during upgrade |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[7,of,7,upgraderepo,V2] repair: clean up stale lock file from store backup |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[1,of,2] tests: add test that @commands in debugcommands.py are sorted |
2016-11-25 |
Gregory Szorc |
|
Accepted |
[2,of,2] debugcommands: sort command order |
2016-11-25 |
Gregory Szorc |
|
Accepted |
util: limit output chunk size in zlib decompression |
2016-11-26 |
Gregory Szorc |
|
Accepted |
ui: use try..finally in configoverride |
2016-11-26 |
Gregory Szorc |
|
Accepted |
[1,of,8,V2] protocol: declare transport protocol name |
2016-11-29 |
Gregory Szorc |
|
Accepted |
[2,of,8,V2] wireproto: only advertise HTTP-specific capabilities to HTTP peers (BC) |
2016-11-29 |
Gregory Szorc |
|
Accepted |
[3,of,8,V2] internals: document compression negotiation |
2016-11-29 |
Gregory Szorc |
durin42 |
Changes Requested |
[4,of,8,V2] util: declare wire protocol support of compression engines |
2016-11-29 |
Gregory Szorc |
durin42 |
Changes Requested |
[5,of,8,V2] wireproto: advertise supported compression formats in capabilities |
2016-11-29 |
Gregory Szorc |
durin42 |
Changes Requested |
[6,of,8,V2] httppeer: assign Vary request header last |
2016-11-29 |
Gregory Szorc |
|
Accepted |
[7,of,8,V2] httppeer: advertise and support application/mercurial-0.2 |
2016-11-29 |
Gregory Szorc |
durin42 |
Changes Requested |
[8,of,8,V2] protocol: send application/mercurial-0.2 responses to capable clients |
2016-11-29 |
Gregory Szorc |
durin42 |
Changes Requested |
convert: config option for git rename limit |
2016-12-18 |
Gregory Szorc |
|
Accepted |
[1,of,8,upgraderepo,V3] debugcommands: stub for debugupgraderepo command |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[2,of,8,upgraderepo,V3] repair: implement requirements checking for upgrades |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[3,of,8,upgraderepo,V3] repair: determine what upgrade will do |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[4,of,8,upgraderepo,V3] repair: begin implementation of in-place upgrading |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[5,of,8,upgraderepo,V3] revlog: add clone method |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[6,of,8,upgraderepo,V3] repair: migrate revlogs during upgrade |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[7,of,8,upgraderepo,V3] repair: copy non-revlog store files during upgrade |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[8,of,8,upgraderepo,V3] repair: clean up stale lock file from store backup |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[1,of,3] convert: don't use {} as default argument value |
2016-12-23 |
Gregory Szorc |
|
Accepted |
[2,of,3] convert: add config option to copy extra keys from Git commits |
2016-12-23 |
Gregory Szorc |
|
Accepted |
[3,of,3] convert: add config option to control storing original revision |
2016-12-23 |
Gregory Szorc |
|
Accepted |
tests: make test-convert-git.t reproducible |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[1,of,6,zstd-wireproto,V3] httppeer: extract code for HTTP header spanning |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[2,of,6,zstd-wireproto,V3] internals: document compression negotiation |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[3,of,6,zstd-wireproto,V3] util: declare wire protocol support of compression engines |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[4,of,6,zstd-wireproto,V3] wireproto: advertise supported media types and compression formats |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[5,of,6,zstd-wireproto,V3] httppeer: advertise and support application/mercurial-0.2 |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[6,of,6,zstd-wireproto,V3] protocol: send application/mercurial-0.2 responses to capable clients |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[1,of,3] keepalive: don't concatenate strings when reading chunked transfer |
2016-12-26 |
Gregory Szorc |
|
Accepted |
[2,of,3] keepalive: remove limit argument from readline() |
2016-12-26 |
Gregory Szorc |
|
Accepted |
[3,of,3] keepalive: rewrite readline() |
2016-12-26 |
Gregory Szorc |
|
Accepted |
exchange: use rich class for sorting clone bundle entries |
2016-12-26 |
Gregory Szorc |
|
Accepted |
[01,of,10] check-code: add AST check for mutable default argument values |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[02,of,10] config: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[03,of,10] context: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[04,of,10] filemerge: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[05,of,10] hgweb: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[06,of,10] hgweb: don't use default mutable argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[07,of,10] match: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[08,of,10] util: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[09,of,10] mq: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
[10,of,10] rebase: don't use mutable default argument value |
2016-12-27 |
Gregory Szorc |
|
Changes Requested |
hgweb: link to raw-file on annotation page (BC) |
2016-12-28 |
Gregory Szorc |
|
Accepted |
[1,of,8,zstd-revlogs] revlog: make compressed size comparisons consistent |
2017-01-02 |
Gregory Szorc |
|
Accepted |
[2,of,8,zstd-revlogs] revlog: move decompress() from module to revlog class (API) |
2017-01-02 |
Gregory Szorc |
|
Accepted |
[3,of,8,zstd-revlogs] util: compression APIs to support revlog compression |
2017-01-02 |
Gregory Szorc |
|
Accepted |
[4,of,8,zstd-revlogs] revlog: use compression engine API for compression |
2017-01-02 |
Gregory Szorc |
|
Accepted |
[5,of,8,zstd-revlogs] perf: support multiple compression engines in perfrevlogchunks |
2017-01-02 |
Gregory Szorc |
|
Accepted |
[6,of,8,zstd-revlogs] util: compression APIs to support revlog decompression |
2017-01-02 |
Gregory Szorc |
|
Accepted |
[7,of,8,zstd-revlogs] revlog: use compression engine APIs for decompression |
2017-01-02 |
Gregory Szorc |
|
Changes Requested |
[8,of,8,zstd-revlogs,RFC] localrepo: support non-zlib compression engines in revlogs |
2017-01-02 |
Gregory Szorc |
|
Changes Requested |
setup: pass named argumented to setup_zstd |
2017-01-05 |
Gregory Szorc |
|
Changes Requested |
[V2] setup: pass named argument to setup_zstd |
2017-01-05 |
Gregory Szorc |
|
Accepted |
convert: add config option to control saving Git committer in message |
2017-01-06 |
Gregory Szorc |
|
Changes Requested |
[1,of,2] bundle2: allow compression options to be passed to compressor |
2017-01-10 |
Gregory Szorc |
|
Accepted |
[2,of,2] commands: config option to control bundle compression level |
2017-01-10 |
Gregory Szorc |
|
Accepted |
hgweb: support Content Security Policy |
2017-01-11 |
Gregory Szorc |
|
Accepted |
hgweb: call process_dates() via DOM event listener |
2017-01-12 |
Gregory Szorc |
|
Accepted |
[1,of,2,zstd-revlogs,V2] revlog: use compression engine APIs for decompression |
2017-01-14 |
Gregory Szorc |
|
Accepted |
[2,of,2,zstd-revlogs,V2] localrepo: experimental support for non-zlib revlog compression |
2017-01-14 |
Gregory Szorc |
|
Accepted |
help: make "mergetool" an alias for "merge-tools" |
2017-01-14 |
Gregory Szorc |
|
Accepted |
[V2] convert: config option to control Git committer actions |
2017-01-14 |
Gregory Szorc |
|
Accepted |
convert: remove "replacecommitter" action |
2017-01-14 |
Gregory Szorc |
|
Accepted |
zstd: vendor python-zstandard 0.6.0 |
2017-01-15 |
Gregory Szorc |
|
Accepted |
zstd: prevent potential free() of uninitialized memory |
2017-01-17 |
Gregory Szorc |
|
Accepted |
util: refactor compression engine capabilities declaration |
2017-01-18 |
Gregory Szorc |
|
Deferred |
[STABLE] statprof: require input file |
2017-01-19 |
Gregory Szorc |
|
Accepted |
[RFC] contrib: script to generate release notes from commit messages |
2017-02-03 |
Gregory Szorc |
|
Deferred |
perf: split obtaining chunks from decompression |
2017-02-05 |
Gregory Szorc |
|
Accepted |
zstd: vendor python-zstandard 0.7.0 |
2017-02-08 |
Gregory Szorc |
|
Accepted |
[1,of,4] minirst: detect bullet lists using asterisks |
2017-02-16 |
Gregory Szorc |
|
Accepted |
[2,of,4] minirst: dynamically compile admonitions regexp |
2017-02-16 |
Gregory Szorc |
|
Accepted |
[3,of,4] minirst: support passing admonitions into findadmonitions() and parse() |
2017-02-16 |
Gregory Szorc |
|
Accepted |
[4,of,4,RFC] releasenotes: command to manage release notes files |
2017-02-16 |
Gregory Szorc |
|
Accepted |
[1,of,3] help: clarify revision / chunk behavior |
2017-02-27 |
Gregory Szorc |
|
Changes Requested |