Mercurial > hg
graph
-
rollback: add a config knob for entirely disabling the commandTue, 03 May 2016 16:33:25 -0400, by Augie Fackler
-
templater: add separate() template functionTue, 03 May 2016 09:49:54 -0700, by Martin von Zweigbergk
-
bookmarks: jettison bmstore's write() method per deprecation policyWed, 04 May 2016 21:01:49 -0400, by Augie Fackler
-
merge with stableThu, 05 May 2016 15:12:43 -0500, by Matt Mackall
-
deprecation: gate deprecation warning behind devel configuration stableThu, 05 May 2016 16:29:31 +0200, by Pierre-Yves David
-
crecord: update downarrowshiftevent() docstring, remove todoThu, 05 May 2016 19:51:35 +0800, by Anton Shestakov
-
crecord: remove things that don't happen in functions from their docstringsThu, 05 May 2016 19:40:40 +0800, by Anton Shestakov
-
crecord: remove skipfolded keyword argument from patchnode.previtem()Thu, 05 May 2016 18:13:25 +0800, by Anton Shestakov
-
crecord: update a copy-pasted comment in downarrowshiftevent()Thu, 05 May 2016 15:19:37 +0800, by Anton Shestakov
-
crecord: drop the version condition for amendThu, 05 May 2016 16:38:24 +0200, by Pierre-Yves David
-
crecord: add/remove blank lines (coding style)Thu, 05 May 2016 11:19:52 +0800, by Anton Shestakov
-
localrepo: jettison parents() method per deprecation policy (API)Wed, 04 May 2016 21:02:03 -0400, by Augie Fackler
-
revset: define _parsealias() in _aliasrules classSun, 17 Apr 2016 13:06:44 +0900, by Yuya Nishihara
-
revset: factor out common parsing functionSun, 17 Apr 2016 13:03:23 +0900, by Yuya Nishihara
-
revset: inline _tokenizealias() into _parsealias()Sun, 17 Apr 2016 12:57:27 +0900, by Yuya Nishihara
-
store: treat range as a generator instead of a list for py3 compatSun, 10 Apr 2016 07:28:26 +0000, by timeless
-
ui: add new config option for help text widthWed, 04 May 2016 18:18:24 +0100, by Jun Wu
-
tests: test histedit base command plan helpTue, 03 May 2016 15:26:51 +0000, by timeless
-
largefiles: makes verify batching stat calls to remoteTue, 03 May 2016 23:48:31 +0200, by liscju
-
largefiles: change basestore._verifyfile to take list of files to checkTue, 03 May 2016 23:31:32 +0200, by liscju
-
bookmarks: properly invalidate volatile sets when writing bookmarks stableWed, 04 May 2016 22:44:30 -0400, by Augie Fackler
-
test-obsolete: update extension in test to actually work stableThu, 05 May 2016 15:41:37 +0200, by Augie Fackler
-
bundle2: properly request phases during getbundle stableThu, 05 May 2016 20:57:38 +0900, by Mike Hommey
-
rebase: handle successor targets (issue5198)Mon, 11 Apr 2016 21:33:07 +0000, by timeless
-
debugbundle: add tests for debugbundle output with bundle2Wed, 04 May 2016 06:44:44 +0900, by Mike Hommey
-
revert: mention ui.origbackuppath in the command helpWed, 04 May 2016 10:46:27 -0500, by Nathan Goldbaum
-
help: wrap ".orig" in rst quotesSat, 30 Apr 2016 18:40:34 -0700, by Sean Farley
-
parser: shorten prefix of alias parsing errorsSun, 17 Apr 2016 12:31:06 +0900, by Yuya Nishihara
-
parser: rephrase "'$' not for alias arguments" messageSun, 17 Apr 2016 12:20:57 +0900, by Yuya Nishihara
-
debugbundle: handle the --all option for bundle2Mon, 18 Apr 2016 17:54:02 +0900, by Mike Hommey
-
manifest: improve filesnotin performance by using lazymanifest diffMon, 02 May 2016 15:22:16 -0700, by Tony Tung
-
keyword: replace use of _filerev with _filenodeTue, 19 Apr 2016 11:00:15 +0100, by Christian Ebert
-
merge with stableTue, 03 May 2016 10:41:17 -0500, by Matt Mackall
-
convert: pass absolute paths to git (SEC) stable 3.8.1Wed, 06 Apr 2016 22:57:46 -0500, by Blake Burkhart
-
rebase: restrict rebase destination to the pulled set (issue5214) stableSat, 30 Apr 2016 18:39:39 +0200, by Pierre-Yves David
-
destutil: add the ability to specify a search space for rebase destination stableSat, 30 Apr 2016 18:41:08 +0200, by Pierre-Yves David
-
sslutil: restore old behavior not requiring a hostname argument (issue5210) stableSat, 30 Apr 2016 09:26:47 -0700, by Gregory Szorc
-
ubuntu-xenial: add makefile rule to build deb stableWed, 27 Apr 2016 00:18:18 -0700, by Sean Farley
-
osx: create a modern package including manpages stableWed, 27 Apr 2016 10:20:36 -0500, by Kevin Bullock
-
tests: add test for Mac OS X package construction stableMon, 18 Apr 2016 23:59:55 -0400, by Augie Fackler
-
osx: add support for dumping built dmg into OUTPUTDIR stableMon, 18 Apr 2016 23:57:22 -0400, by Augie Fackler
-
verify: don't init subrepo when missing one is referenced (issue5128) (API) stableWed, 27 Apr 2016 22:45:52 -0400, by Matt Harbison
-
setup: detect Python DLL filename from loaded DLL stableThu, 28 Apr 2016 08:52:13 -0700, by Gregory Szorc
-
exewrapper: add .dll to LoadLibrary() argument stableWed, 27 Apr 2016 09:23:39 -0700, by Gregory Szorc
-
update: correct description of --check option stableWed, 27 Apr 2016 14:02:54 -0700, by Martin von Zweigbergk
-
chg: initialize sockdirfd to -1 instead of AT_FDCWD stableSun, 24 Apr 2016 21:35:30 +0900, by Yuya Nishihara
-
bdiff: further restrain potential quadratic performance stableFri, 22 Apr 2016 13:38:02 -0500, by Matt Mackall
-
bdiff: balance recursion to avoid quadratic behavior (issue4704) stableThu, 21 Apr 2016 22:04:11 -0500, by Matt Mackall
-
bdiff: fold in shift calculation in normalize stableThu, 21 Apr 2016 21:46:31 -0500, by Matt Mackall
-
tests: test-lock-badness.t message could come later stableThu, 01 Jan 1970 00:00:00 +0000, by timeless
-
dockerdeb: pass the rest of the args to the builder script stableSat, 23 Apr 2016 12:47:57 -0700, by Sean Farley
-
make: use shell-command assignment instead of $(eval ...) stableThu, 21 Apr 2016 10:11:20 -0400, by Augie Fackler
-
make: do assignment and export in a single statement stableThu, 21 Apr 2016 10:10:48 -0400, by Augie Fackler
-
make: alter how we compute compiler flags for setup.py stableThu, 21 Apr 2016 10:05:14 -0400, by Augie Fackler
-
revset: unindent "if True" block in sort() stableSat, 23 Apr 2016 16:11:05 +0900, by Yuya Nishihara
-
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218) stableSat, 23 Apr 2016 16:09:30 +0900, by Yuya Nishihara
-
log: fix status template to list copy source per dest (issue5155) stableThu, 24 Mar 2016 22:55:56 +0900, by Yuya Nishihara
-
graphmod: disable graph styling when HGPLAIN is set (issue5212) stableWed, 20 Apr 2016 16:33:13 +0100, by Martijn Pieters
-
graphmod: fix seen state handling for > 2 parents (issue5174) stableWed, 20 Apr 2016 18:26:29 +0100, by Martijn Pieters
-
httpclient: reverse accidental damage from 86db5cb55d46 stableWed, 20 Apr 2016 21:33:02 +0000, by timeless
-
builddeb: ignore errors about find not finding files stableFri, 15 Apr 2016 14:27:42 -0700, by Sean Farley
-
builddeb: use the os codename instead of 'unstable' stableSat, 16 Apr 2016 12:42:53 -0700, by Sean Farley
-
dockerdeb: redirect 'cd' in export command to /dev/null stableSun, 17 Apr 2016 10:36:40 -0700, by Sean Farley
-
help: avoid using "$n" parameter in revsetalias example stableSat, 26 Mar 2016 18:50:56 +0900, by Yuya Nishihara
-
debian: add missing python-docutils dependency stableFri, 15 Apr 2016 13:53:23 -0700, by Sean Farley
-
debian: add missing python-all-dev dependency stableFri, 15 Apr 2016 13:46:16 -0700, by Sean Farley
-
patchbomb: use single quotes around command hint stableThu, 14 Apr 2016 15:15:49 +0000, by timeless
-
merge default into stable for 3.8 code freeze stable 3.8-rcSat, 16 Apr 2016 18:06:48 -0500, by Matt Mackall
-
make: remove packages directory in clean ruleFri, 15 Apr 2016 13:10:34 -0700, by Sean Farley
-
make: add forgotten hgext3rd to clean ruleFri, 15 Apr 2016 11:51:57 -0700, by Sean Farley
-
make: add chg to clean ruleFri, 15 Apr 2016 11:51:41 -0700, by Sean Farley
-
test-docker-packaging: add new line to test outputSat, 16 Apr 2016 11:17:06 -0700, by Sean Farley
-
tests: relax pattern matching for newer dockerFri, 15 Apr 2016 14:47:32 -0700, by Sean Farley
-
py3: make factotum use absolute_importSun, 17 Apr 2016 02:29:33 +0530, by Pulkit Goyal
-
py3: make extdiff use absolute_importSun, 17 Apr 2016 02:15:05 +0530, by Pulkit Goyal
-
py3: make eol use absolute_importSun, 17 Apr 2016 02:10:55 +0530, by Pulkit Goyal
-
py3: make color use absolute_importSun, 17 Apr 2016 00:53:56 +0530, by Pulkit Goyal
-
py3: make hgmanpage use absolute_importSun, 17 Apr 2016 00:23:05 +0530, by Pulkit Goyal
-
py3: make gendoc use absolute_importSun, 17 Apr 2016 00:20:44 +0530, by Pulkit Goyal
-
py3: make check-seclevel use absolute_importSun, 17 Apr 2016 00:14:42 +0530, by Pulkit Goyal
-
fetch: use single quotes around command hintThu, 14 Apr 2016 15:20:11 +0000, by timeless
-
graft: use single quotes around command hintThu, 14 Apr 2016 15:19:57 +0000, by timeless
-
config: use single quotes around command hintThu, 14 Apr 2016 15:18:59 +0000, by timeless
-
debugcreatestreamclonebundle: use single quotes around command hintThu, 14 Apr 2016 15:17:15 +0000, by timeless
-
transaction: clear callback instances after usageSat, 16 Apr 2016 09:02:37 -0700, by Gregory Szorc
-
lock: clear postrelease hooks list after usageSat, 16 Apr 2016 09:00:15 -0700, by Gregory Szorc
-
ui: drop template aliases by HGPLAINSun, 27 Mar 2016 21:05:55 +0900, by Yuya Nishihara
-
templater: load and expand aliases by template engine (API) (issue4842)Sun, 27 Mar 2016 20:59:36 +0900, by Yuya Nishihara
-
templater: inline compiletemplate() function into engineSun, 03 Apr 2016 13:23:40 +0900, by Yuya Nishihara
-
templater: factor out function that creates templater from string templateSun, 10 Apr 2016 17:23:09 +0900, by Yuya Nishihara
-
templater: separate function to create templater from map file (API)Sun, 03 Apr 2016 23:26:48 +0900, by Yuya Nishihara
-
templater: extract function that loads template map fileSun, 03 Apr 2016 23:18:30 +0900, by Yuya Nishihara
-
templater: demote "base" directory of map file to local variableSun, 03 Apr 2016 23:22:43 +0900, by Yuya Nishihara
-
notify: do not load style file if template is specified (BC)Mon, 04 Apr 2016 22:50:50 +0900, by Yuya Nishihara
-
bugzilla: do not load style file if template is specified (BC)Mon, 04 Apr 2016 22:48:34 +0900, by Yuya Nishihara
-
subrepo: disable localizations when calling Git (issue5176)Sat, 16 Apr 2016 15:14:25 -0500, by Matt Mackall
-
py3: make test-demandimport use print_functionSat, 16 Apr 2016 12:41:58 +0530, by Pulkit Goyal
-
py3: use absolute_import in svnxml.pySat, 16 Apr 2016 06:03:11 +0300, by Robert Stanca
-
py3: use absolute_import in sitecustomize.pySat, 16 Apr 2016 05:34:21 +0300, by Robert Stanca
-
py3: use absolute_import in revlog-formatv0.pySat, 16 Apr 2016 05:33:23 +0300, by Robert Stanca
-
py3: use absolute_import in printenv.pySat, 16 Apr 2016 05:32:10 +0300, by Robert Stanca
-
py3: use absolute_import in mockblackbox.pySat, 16 Apr 2016 05:30:32 +0300, by Robert Stanca
-
py3: use absolute_import in killdaemons.pySat, 16 Apr 2016 05:29:29 +0300, by Robert Stanca
-
test-shelve: shorten a long path so it works on WindowsFri, 15 Apr 2016 22:53:53 -0400, by Matt Harbison
-
test-convert-git: skip tests with invalid path characters on WindowsFri, 15 Apr 2016 22:37:52 -0400, by Matt Harbison
-
test-subrepo-git: add globs for WindowsFri, 15 Apr 2016 22:23:34 -0400, by Matt Harbison
-
hook: report untrusted hooks as failure (issue5110) (BC)Thu, 14 Apr 2016 02:41:15 -0700, by Pierre-Yves David
-
hook: split config reading furtherThu, 14 Apr 2016 17:03:49 -0700, by Pierre-Yves David
-
hook: small refactor to store hooks as dict instead of listThu, 14 Apr 2016 02:28:46 -0700, by Pierre-Yves David
-
mail: retain hostname for sslutil.wrapsocket (issue5203)Fri, 15 Apr 2016 17:43:47 +0000, by timeless
-
tests: make test-trusted use print_functionSat, 16 Apr 2016 04:06:24 +0530, by Pulkit Goyal
-
tests: make test-doctest use absolute_importSat, 16 Apr 2016 03:38:23 +0530, by Pulkit Goyal
-
tests: make test-hgwebdir-paths use absolute_importSat, 16 Apr 2016 03:35:27 +0530, by Pulkit Goyal
-
tests: make test-lrucachedict use print_functionSat, 16 Apr 2016 03:22:45 +0530, by Pulkit Goyal
-
tests: make test-lrucachedict use absolute_importSat, 16 Apr 2016 03:10:41 +0530, by Pulkit Goyal
-
tests: make test-manifest use absolute_importSat, 16 Apr 2016 03:08:16 +0530, by Pulkit Goyal
-
tests: make test-pathencode use absolute_importSat, 16 Apr 2016 03:04:23 +0530, by Pulkit Goyal
-
tests: make test-simplemerge use absolute_importSat, 16 Apr 2016 02:59:36 +0530, by Pulkit Goyal
-
crecord: cleanup the remains of commit confirmationThu, 14 Apr 2016 01:37:29 -0700, by Pierre-Yves David
-
crecord: drop the extra confirmation screenThu, 14 Apr 2016 01:27:18 -0700, by Pierre-Yves David
-
update: resurrect bare update from null parent to tip-most branch headFri, 15 Apr 2016 20:37:11 +0900, by Yuya Nishihara
-
tests: run import-checker with tests .t filesTue, 12 Apr 2016 14:43:36 +0000, by timeless
-
import-checker: parse python code from .t filesTue, 12 Apr 2016 21:43:56 +0000, by timeless
-
import-checker: track filenames for SyntaxErrorsWed, 13 Apr 2016 16:34:59 +0000, by timeless
-
import-checker: track SyntaxErrorsWed, 13 Apr 2016 16:36:19 +0000, by timeless
-
import-checker: refactor source readingMon, 11 Apr 2016 22:34:04 +0000, by timeless
-
tests: make test-pathencode use print_functionThu, 14 Apr 2016 01:06:45 +0530, by Pulkit Goyal
-
tests: make test-run-tests use absolute_importThu, 14 Apr 2016 01:03:24 +0530, by Pulkit Goyal
-
tests: make test-symlink-os-yes-fs-no use absolute_importThu, 14 Apr 2016 00:58:31 +0530, by Pulkit Goyal
-
tests: make test-ui-color use absolute_importThu, 14 Apr 2016 00:56:08 +0530, by Pulkit Goyal
-
tests: make test-url use absolute_importThu, 14 Apr 2016 00:53:35 +0530, by Pulkit Goyal
-
tests: make test-trusted use absolute_importThu, 14 Apr 2016 00:49:58 +0530, by Pulkit Goyal
-
templater: add parsing and expansion rules to process "templatealias" sectionSun, 27 Mar 2016 20:31:56 +0900, by Yuya Nishihara
-
templater: add function to parse whole string as template expressionSun, 27 Mar 2016 20:29:03 +0900, by Yuya Nishihara
-
parser: factor out _trygetfunc() that extracts function name and argumentsTue, 29 Mar 2016 17:27:34 +0900, by Yuya Nishihara
-
parser: make _getalias() return (alias, pattern-args) pairTue, 29 Mar 2016 17:21:11 +0900, by Yuya Nishihara
-
parser: drop redundant comparison between alias declaration tree and patternTue, 29 Mar 2016 16:50:16 +0900, by Yuya Nishihara
-
patchbomb: fix public-is-missing hintThu, 14 Apr 2016 14:26:37 +0000, by timeless
-
tests: clarify patchbomb repo is public not remoteThu, 14 Apr 2016 14:36:52 +0000, by timeless
-
run-tests: set HGMODULEPOLICY for --pureWed, 13 Apr 2016 13:51:39 +0000, by timeless
-
cmdutil: avoid recycling variable name "name" in namespaces codeThu, 14 Apr 2016 15:26:18 -0400, by Nathaniel Manista
-
update: fix bare update to work on new branchTue, 05 Apr 2016 06:53:33 +0200, by liscju
-
remove: fix --force option help description (issue5177)Wed, 13 Apr 2016 09:56:51 +0200, by liscju
-
logtoprocess: new experimental extensionTue, 05 Apr 2016 17:39:59 +0100, by Martijn Pieters
-
convert: keep converted hg parents that are outside convert.hg.revs (BC)Wed, 13 Apr 2016 00:16:21 +0200, by Mads Kiilerich
-
tests: coverage of ancestry with convert in multiple non-overlapping stepsThu, 24 Mar 2016 16:01:07 -0700, by Mads Kiilerich
-
revset: rename findaliases() to expandaliases()Mon, 29 Feb 2016 22:58:15 +0900, by Yuya Nishihara
-
parser: add short comment how aliases are expanded in phasesTue, 29 Mar 2016 16:30:59 +0900, by Yuya Nishihara
-
parser: reorder alias expansion routine to return earlyTue, 29 Mar 2016 16:19:31 +0900, by Yuya Nishihara
-
parser: move functions that process alias expansion to rule-set classMon, 29 Feb 2016 22:15:44 +0900, by Yuya Nishihara
-
revset: unindent codes in _getalias() functionMon, 29 Feb 2016 22:10:48 +0900, by Yuya Nishihara
-
parser: extract helper that creates a dict of aliasesMon, 29 Feb 2016 19:24:15 +0900, by Yuya Nishihara
-
parser: construct alias object by rule-set classMon, 29 Feb 2016 18:33:30 +0900, by Yuya Nishihara
-
graphmod: shorten graphFri, 08 Apr 2016 16:42:43 +0200, by santiagopim
-
tests: ensure that 'hg update' is disabled during histedit (issue3655)Mon, 11 Apr 2016 12:06:18 -0700, by Jason Gauci
-
test-remove: drop a useless Windows specific conditionalTue, 12 Apr 2016 00:34:02 -0400, by Matt Harbison
-
test-blackbox: add missing glob for WindowsTue, 15 Mar 2016 23:04:35 -0400, by Matt Harbison
-
test-largefiles: stabilize output for WindowsTue, 15 Mar 2016 21:56:01 -0400, by Matt Harbison
-
test-import: fix output on WindowsTue, 15 Mar 2016 21:47:43 -0400, by Matt Harbison
-
test-install: fix output on WindowsTue, 15 Mar 2016 21:45:32 -0400, by Matt Harbison
-
check-code: reject import urllibThu, 07 Apr 2016 00:34:07 +0000, by timeless
-
pycompat: switch to util.urlreq/util.urlerr for py3 compatWed, 06 Apr 2016 23:22:12 +0000, by timeless
-
pycompat: add util.urlerr util.urlreq classes for py3 compatThu, 07 Apr 2016 00:05:48 +0000, by timeless
-
test-progress: disable mocking-time tests on chgSun, 20 Mar 2016 16:49:56 -0700, by Yuya Nishihara
-
hghave: add "chg" flag to skip tests that can't be compatible with chgSun, 20 Mar 2016 14:55:56 -0700, by Yuya Nishihara
-
tests: add new test for #! shebang linesWed, 06 Apr 2016 19:09:12 +0000, by timeless
-
largefiles: introduce push --lfrev to control which revisions are pushedSun, 27 Mar 2016 13:00:28 -0700, by Mads Kiilerich
-
largefiles: don't access repo.changelog directly in getlfilestouploadWed, 13 Apr 2016 01:45:45 +0200, by Mads Kiilerich
-
localrepo: refactor prepushoutgoinghook to take a pushopWed, 13 Apr 2016 01:09:11 +0200, by Mads Kiilerich
-
parser: unify parser function of alias declaration and definitionTue, 29 Mar 2016 00:08:25 +0900, by Yuya Nishihara
-
revset: unify function that parses alias declaration and definitionTue, 29 Mar 2016 00:05:14 +0900, by Yuya Nishihara
-
parser: move alias definition parser to common rule-set classMon, 29 Feb 2016 18:10:07 +0900, by Yuya Nishihara
-
parser: move _relabelaliasargs() to common rule-set classMon, 29 Feb 2016 18:00:51 +0900, by Yuya Nishihara
-
parser: move alias declaration parser to common rule-set classMon, 29 Feb 2016 17:54:03 +0900, by Yuya Nishihara
-
parser: add stub class that will host alias parsing and expansionSun, 03 Apr 2016 16:55:23 +0900, by Yuya Nishihara
-
revset: narrow scope of "except ParseError" block in _parsealiasdecl()Mon, 29 Feb 2016 17:43:39 +0900, by Yuya Nishihara
-
obsstore: move delete function from obsstore class to repair moduleTue, 12 Apr 2016 04:06:50 -0700, by Kostia Balytskyi
-
debugobsolete: style fixes to debugobsolete that slipped from original commitTue, 12 Apr 2016 03:40:53 -0700, by Kostia Balytskyi
-
import: document --exact behavior in more detailWed, 09 Mar 2016 10:47:33 -0500, by Matt Mackall
-
util: add doctest to datestr()Mon, 11 Apr 2016 19:46:50 +0200, by Adrian Buehlmann
-
date: fix boundary check of negative integerTue, 12 Apr 2016 00:30:28 +0200, by Florent Gallaire
-
chg: server exited with code 0 without being connectable is an errorSun, 10 Apr 2016 22:00:34 +0100, by Jun Wu
-
shelve: refactor directory name into constantFri, 08 Apr 2016 23:33:28 -0700, by Oleg Afanasyev
-
pycompat: switch to util.stringio for py3 compatSun, 10 Apr 2016 20:55:37 +0000, by timeless
-
py3: use multi-line import in test-wireproto.pySun, 10 Apr 2016 21:32:08 +0000, by timeless
-
py3: use absolute_import in test-hgweb-non-interactive.tSun, 10 Apr 2016 21:32:05 +0000, by timeless
-
py3: use absolute_import in test-hgweb-no-request-uri.tSun, 10 Apr 2016 21:32:01 +0000, by timeless
-
py3: use absolute_import in test-hgweb-no-path-info.tSun, 10 Apr 2016 21:31:58 +0000, by timeless
-
chg: use fsetcloexec instead of closing lockfd manuallyMon, 11 Apr 2016 00:18:27 +0100, by Jun Wu
-
chg: extract the logic of setting FD_CLOEXEC to a utility functionMon, 11 Apr 2016 00:17:17 +0100, by Jun Wu
-
chg: add fchdirx as a utility functionSun, 10 Apr 2016 03:14:32 +0100, by Jun Wu
-
chg: check lockfd at freecmdserveroptsSun, 10 Apr 2016 22:58:11 +0100, by Jun Wu
-
chg: add sockdirfd to cmdserveroptsSun, 10 Apr 2016 23:56:00 +0100, by Jun Wu
-
chg: fix spelling in the error message about error waiting for cmdserverSun, 10 Apr 2016 21:56:05 +0100, by Jun Wu
-
sslutil: document and slightly refactor validation logicSun, 10 Apr 2016 11:02:58 -0700, by Gregory Szorc
-
sslutil: require a server hostname when wrapping sockets (API)Sun, 10 Apr 2016 11:00:41 -0700, by Gregory Szorc
-
sslutil: move and document verify_mode assignmentSun, 10 Apr 2016 10:59:45 -0700, by Gregory Szorc
-
tests: use --insecure instead of web.cacerts=!Sun, 10 Apr 2016 10:54:53 -0700, by Gregory Szorc