Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
check-code: factor out boot procedure into main
|
changeset |
files
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
perf: import newer modules separately for earlier Mercurial
|
changeset |
files
|
Wed, 13 Jul 2016 23:38:29 +0530 |
Pulkit Goyal |
py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
|
changeset |
files
|
Fri, 15 Jul 2016 23:00:31 +0530 |
Pulkit Goyal |
py3: re-implement the BaseHTTPServer.test() function
|
changeset |
files
|
Fri, 15 Jul 2016 12:39:36 -0400 |
Augie Fackler |
test-http: use sed instead of fixed-with cut for reading access.log
|
changeset |
files
|
Fri, 15 Jul 2016 12:34:15 -0400 |
Augie Fackler |
test-serve: add missing globs
|
changeset |
files
|
Fri, 15 Jul 2016 12:49:58 -0400 |
Augie Fackler |
tests: glob whitespace between path and OK in unzip(1) output
|
changeset |
files
|
Wed, 13 Jul 2016 21:49:17 -0700 |
Gregory Szorc |
sslutil: print a warning when using TLS 1.0 on legacy Python
|
changeset |
files
|
Wed, 13 Jul 2016 21:35:54 -0700 |
Gregory Szorc |
sslutil: require TLS 1.1+ when supported
|
changeset |
files
|
Thu, 14 Jul 2016 20:47:22 -0700 |
Gregory Szorc |
sslutil: config option to specify TLS protocol version
|
changeset |
files
|
Thu, 14 Jul 2016 20:07:10 -0700 |
Gregory Szorc |
sslutil: prevent CRIME
|
changeset |
files
|
Thu, 14 Jul 2016 19:56:39 -0700 |
Gregory Szorc |
sslutil: update comment about create_default_context()
|
changeset |
files
|
Wed, 13 Jul 2016 20:41:07 -0700 |
Gregory Szorc |
tests: use sslutil.wrapserversocket()
|
changeset |
files
|
Tue, 12 Jul 2016 23:12:03 -0700 |
Gregory Szorc |
hgweb: use sslutil.wrapserversocket()
|
changeset |
files
|
Thu, 14 Jul 2016 20:14:19 -0700 |
Gregory Szorc |
sslutil: implement wrapserversocket()
|
changeset |
files
|
Wed, 13 Jul 2016 00:14:50 -0700 |
Gregory Szorc |
hgweb: pass ui into preparehttpserver
|
changeset |
files
|
Thu, 14 Jul 2016 03:12:09 -0700 |
Kostia Balytskyi |
rebase: remove sortedstate-related confusion
|
changeset |
files
|
Thu, 14 Jul 2016 02:59:27 -0700 |
Kostia Balytskyi |
rebase: replace extrafn field with _makeextrafn invocations
|
changeset |
files
|
Mon, 04 Jul 2016 11:18:03 -0700 |
Gregory Szorc |
mercurial: implement a source transforming module loader on Python 3
|
changeset |
files
|
Fri, 15 Jul 2016 23:54:56 +0900 |
Yuya Nishihara |
compat: define ssize_t as int on 32bit Windows, silences C4142 warning
|
changeset |
files
|
Sun, 22 May 2016 13:45:09 +0900 |
Yuya Nishihara |
commandserver: drop old unixservice implementation
|
changeset |
files
|
Sun, 22 May 2016 13:36:37 +0900 |
Yuya Nishihara |
chgserver: switch to new forking service
|
changeset |
files
|
Sun, 22 May 2016 13:13:04 +0900 |
Yuya Nishihara |
chgserver: extract stub factory of service object
|
changeset |
files
|
Sun, 22 May 2016 13:08:30 +0900 |
Yuya Nishihara |
chgserver: reorder service classes to make future patches readable
|
changeset |
files
|
Sun, 22 May 2016 11:43:18 +0900 |
Yuya Nishihara |
commandserver: add new forking server implemented without using SocketServer
|
changeset |
files
|
Sun, 22 May 2016 12:49:22 +0900 |
Yuya Nishihara |
commandserver: extract function that serves for the current connection
|
changeset |
files
|
Sun, 22 May 2016 12:44:25 +0900 |
Yuya Nishihara |
commandserver: manually create file objects from socket
|
changeset |
files
|
Wed, 13 Jul 2016 10:46:26 +0200 |
Maciej Fijalkowski |
bdiff: split bdiff into cpy-aware and cpy-agnostic part
|
changeset |
files
|
Wed, 13 Jul 2016 10:07:17 +0200 |
Maciej Fijalkowski |
bdiff: rename functions and structs to be amenable for later exporting
|
changeset |
files
|
Wed, 13 Jul 2016 09:36:24 +0200 |
Maciej Fijalkowski |
bdiff: use ssize_t in favor of Py_ssize_t in cpython-unaware locations
|
changeset |
files
|
Thu, 14 Jul 2016 12:33:44 +0800 |
Anton Shestakov |
hgweb: enumerate lines in loop header, not before
|
changeset |
files
|
Wed, 13 Jul 2016 19:33:52 -0700 |
Gregory Szorc |
sslutil: add assertion to prevent accidental CA usage on Windows
|
changeset |
files
|
Wed, 13 Jul 2016 16:16:18 +0100 |
Kostia Balytskyi |
shelve: make unshelve be able to abort in any case
|
changeset |
files
|
Wed, 13 Jul 2016 10:39:33 -0400 |
Augie Fackler |
osx: explicitly build hg with /usr/bin/python2.7
|
changeset |
files
|
Wed, 13 Jul 2016 11:26:44 -0400 |
Augie Fackler |
osx: correct comment about ordering of welcome page
|
changeset |
files
|
Wed, 13 Jul 2016 11:24:31 -0400 |
Augie Fackler |
osx: jettison outdated build instructions
|
changeset |
files
|
Sun, 22 May 2016 11:21:11 +0900 |
Yuya Nishihara |
commandserver: extract _cleanup() hook to clarify chg is doing differently
|
changeset |
files
|
Sat, 21 May 2016 17:06:39 +0900 |
Yuya Nishihara |
chgserver: drop repo at chgunixservice.__init__()
|
changeset |
files
|
Sat, 21 May 2016 16:52:04 +0900 |
Yuya Nishihara |
chgserver: extract utility to bind unix domain socket to long path
|
changeset |
files
|
Sat, 21 May 2016 16:42:59 +0900 |
Yuya Nishihara |
chgserver: narrow scope of chdir() to socket.bind()
|
changeset |
files
|
Mon, 11 Jul 2016 15:45:34 +0200 |
Denis Laxalde |
annotate: handle empty files earlier
|
changeset |
files
|
Mon, 11 Jul 2016 14:44:19 +0200 |
Denis Laxalde |
context: eliminate handling of linenumber being None in annotate
|
changeset |
files
|
Tue, 12 Jul 2016 22:26:04 -0700 |
Gregory Szorc |
tests: regenerate x509 test certificates
|
changeset |
files
|
Tue, 12 Jul 2016 15:09:07 +0200 |
Denis Laxalde |
hgweb: add a link on node id in annotate hover-box
|
changeset |
files
|
Tue, 12 Jul 2016 15:07:37 +0200 |
Denis Laxalde |
hgweb: move author information from left-column to hover-box in annotate view
|
changeset |
files
|
Tue, 14 Jun 2016 11:01:30 +0200 |
Denis Laxalde |
hgweb: add links to diff and changeset in hover-box on annotate view
|
changeset |
files
|
Tue, 28 Jun 2016 11:42:42 +0200 |
Denis Laxalde |
hgweb: add link to parents of annotated revision in annotate view
|
changeset |
files
|
Mon, 11 Jul 2016 13:53:35 +0200 |
Maciej Fijalkowski |
compat: provide a declaration of ssize_t, for MS windows
|
changeset |
files
|
Sat, 09 Jul 2016 23:04:03 -0400 |
Augie Fackler |
check-code: enforce (glob) on output lines containing 127.0.0.1
|
changeset |
files
|
Sat, 09 Jul 2016 23:03:45 -0400 |
Augie Fackler |
tests: add (glob) annotations to output lines with 127.0.0.1
|
changeset |
files
|
Sat, 09 Jul 2016 23:01:02 -0400 |
Augie Fackler |
run-tests: add support for using 127.0.0.1 as a glob
|
changeset |
files
|
Tue, 12 Jul 2016 15:34:17 -0400 |
Augie Fackler |
check-code: only treat a # as a line in a t-test if it has a space before it
|
changeset |
files
|
Tue, 12 Jul 2016 15:41:38 -0400 |
Augie Fackler |
test-export: be more aggressive about quoting ^
|
changeset |
files
|
Tue, 12 Jul 2016 15:32:24 -0400 |
Augie Fackler |
test-check-shbang: work around check-code not wanting hardcoded paths
|
changeset |
files
|
Tue, 12 Jul 2016 11:20:30 -0400 |
Augie Fackler |
tests: relax "Connection refused" match
|
changeset |
files
|
Sat, 21 May 2016 15:23:21 +0900 |
Yuya Nishihara |
commandserver: backport handling of forking server from chgserver
|
changeset |
files
|
Sat, 21 May 2016 15:18:23 +0900 |
Yuya Nishihara |
commandserver: promote .cleanup() hook from chgserver
|
changeset |
files
|
Sat, 21 May 2016 15:12:19 +0900 |
Yuya Nishihara |
commandserver: extract method to create commandserver instance per request
|
changeset |
files
|
Mon, 11 Jul 2016 21:40:02 +0900 |
Yuya Nishihara |
error: make hintable exceptions reject unknown keyword arguments (API)
|
changeset |
files
|
Sat, 09 Jul 2016 14:28:30 +0900 |
Yuya Nishihara |
error: make HintException a mix-in class not derived from BaseException (API)
|
changeset |
files
|