log

age author description
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori check-code: move fixing up regexp into main procedure
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori check-code: factor out boot procedure into main
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori perf: import newer modules separately for earlier Mercurial
Wed, 13 Jul 2016 23:38:29 +0530 Pulkit Goyal py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
Fri, 15 Jul 2016 23:00:31 +0530 Pulkit Goyal py3: re-implement the BaseHTTPServer.test() function
Fri, 15 Jul 2016 12:39:36 -0400 Augie Fackler test-http: use sed instead of fixed-with cut for reading access.log
Fri, 15 Jul 2016 12:34:15 -0400 Augie Fackler test-serve: add missing globs
Fri, 15 Jul 2016 12:49:58 -0400 Augie Fackler tests: glob whitespace between path and OK in unzip(1) output
Wed, 13 Jul 2016 21:49:17 -0700 Gregory Szorc sslutil: print a warning when using TLS 1.0 on legacy Python
Wed, 13 Jul 2016 21:35:54 -0700 Gregory Szorc sslutil: require TLS 1.1+ when supported
Thu, 14 Jul 2016 20:47:22 -0700 Gregory Szorc sslutil: config option to specify TLS protocol version
Thu, 14 Jul 2016 20:07:10 -0700 Gregory Szorc sslutil: prevent CRIME
Thu, 14 Jul 2016 19:56:39 -0700 Gregory Szorc sslutil: update comment about create_default_context()
Wed, 13 Jul 2016 20:41:07 -0700 Gregory Szorc tests: use sslutil.wrapserversocket()
Tue, 12 Jul 2016 23:12:03 -0700 Gregory Szorc hgweb: use sslutil.wrapserversocket()
Thu, 14 Jul 2016 20:14:19 -0700 Gregory Szorc sslutil: implement wrapserversocket()
Wed, 13 Jul 2016 00:14:50 -0700 Gregory Szorc hgweb: pass ui into preparehttpserver
Thu, 14 Jul 2016 03:12:09 -0700 Kostia Balytskyi rebase: remove sortedstate-related confusion
Thu, 14 Jul 2016 02:59:27 -0700 Kostia Balytskyi rebase: replace extrafn field with _makeextrafn invocations
Mon, 04 Jul 2016 11:18:03 -0700 Gregory Szorc mercurial: implement a source transforming module loader on Python 3
Fri, 15 Jul 2016 23:54:56 +0900 Yuya Nishihara compat: define ssize_t as int on 32bit Windows, silences C4142 warning
Sun, 22 May 2016 13:45:09 +0900 Yuya Nishihara commandserver: drop old unixservice implementation
Sun, 22 May 2016 13:36:37 +0900 Yuya Nishihara chgserver: switch to new forking service
Sun, 22 May 2016 13:13:04 +0900 Yuya Nishihara chgserver: extract stub factory of service object
Sun, 22 May 2016 13:08:30 +0900 Yuya Nishihara chgserver: reorder service classes to make future patches readable
Sun, 22 May 2016 11:43:18 +0900 Yuya Nishihara commandserver: add new forking server implemented without using SocketServer
Sun, 22 May 2016 12:49:22 +0900 Yuya Nishihara commandserver: extract function that serves for the current connection
Sun, 22 May 2016 12:44:25 +0900 Yuya Nishihara commandserver: manually create file objects from socket
Wed, 13 Jul 2016 10:46:26 +0200 Maciej Fijalkowski bdiff: split bdiff into cpy-aware and cpy-agnostic part
Wed, 13 Jul 2016 10:07:17 +0200 Maciej Fijalkowski bdiff: rename functions and structs to be amenable for later exporting