dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2015-12-02 02:06:56 to 2016-06-16 22:45:44 UTC [more...]

[PATCH 01/10] README: various updates
 2016-06-16 22:45 UTC  (6+ messages)
` [PATCH 02/10] doc: update design_www.txt for reply view
` [PATCH 03/10] msg_iter: support read-only elements
` [PATCH 04/10] searchidx: disable Email::MIME::ContentType::STRICT_PARAMS
` [PATCH 05/10] filter: split out scrub method from delivery
` [PATCH 06/10] mda: support loading arbitrary filters

[PATCH] openssl: enable SSLContext read_ahead accessor
 2016-06-12  9:46 UTC  (3+ messages)

[PATCH] view: msg_html uses getline to reduce latency
 2016-06-12  4:48 UTC 

[PATCH] daemon: reset unused signal handlers to default in child
 2016-06-11 21:56 UTC 

[PATCH 1/6] mda: precheck no longer depends on Email::Filter
 2016-06-11 21:40 UTC  (6+ messages)
` [PATCH 2/6] drop dependency on File::Path::Expand
` [PATCH 3/6] learn: remove IPC::Run dependency
` [PATCH 4/6] filter: begin work on a new filter API
` [PATCH 5/6] emergency: implement new emergency Maildir delivery
` [PATCH 6/6] t/feed.t: make IPC::Run usage optional

[PATCH] wip-filter
 2016-06-10  1:00 UTC 

[PATCH] view: fix title in message view
 2016-06-07  6:56 UTC 

[PATCH 1/5] test_proxy_pass_no_buffering: fix racy test
 2016-06-07  4:07 UTC  (5+ messages)
` [PATCH 2/5] queue_*: check for closed IO objects
` [PATCH 3/5] cleanup graceful shutdown handling
` [PATCH 4/5] proxy_pass: more descriptive error messages
` [PATCH 5/5] proxy_pass: fix HTTP/1.0 backends on EOF w/o buffering

[PATCH 1/8] test_proxy_pass_no_buffering: fix racy test
 2016-06-07  3:09 UTC  (8+ messages)
` [PATCH 2/8] queue_*: check for closed IO objects
` [PATCH 3/8] cleanup graceful shutdown handling
` [PATCH 4/8] proxy_pass: more descriptive error messages
` [PATCH 5/8] proxy_pass: close HTTP/1.0 backends on EOF w/o buffering
` [PATCH 6/8] proxy_http_response: cleanup
` [PATCH 7/8] wbuf_lite: drop HTTP/1.0 client connections properly
` [PATCH 8/8] proxy_pass: test for 1.0

[PATCH 1/3] proxy_pass: close HTTP/1.0 backends on EOF w/o buffering
 2016-06-06  7:58 UTC  (3+ messages)
` [PATCH 2/3] cleanup graceful shutdown handling
` [PATCH 3/3] test_proxy_pass_no_buffering: fix racy test

[PATCH 1/2] proxy_pass: close HTTP/1.0 backends on EOF w/o buffering
 2016-06-06  7:23 UTC  (2+ messages)
` [PATCH 2/2] cleanup shutdowns

[REJECT] wbuf_lite: fix write retries for OpenSSL sockets
 2016-06-06  3:06 UTC 

[PATCH] daemon: WIP unix socket support
 2016-06-06  0:17 UTC 

[PATCH] view: inline message reply into message view
 2016-06-05 21:24 UTC 

[PATCH 1/4] req_res: close if tied yahns_client is closed
 2016-06-05 21:23 UTC  (4+ messages)
` [PATCH 2/4] req_res: store proxy_pass object here, instead
` [PATCH 3/4] proxy_pass: redo wbuf WIP
` [PATCH 4/4] try_gzip_static: ENAMETOOLONG

[PATCH] try_gzip_static: ENAMETOOLONG
 2016-06-05 21:23 UTC 

[PATCH] view: inline message reply into message view
 2016-06-05  6:09 UTC 

[PATCH 1/2] proxy_pass: pass entire object to proxy_http_response
 2016-06-03  0:13 UTC  (2+ messages)
` [PATCH 2/2] proxy_pass: support "proxy_buffering: false"

[PATCH] proxy_pass: pass entire object to proxy_http_response
 2016-06-02  2:00 UTC 

[PATCH] proxy_pass: support "proxy_buffering: false"
 2016-06-02  2:00 UTC 

[PATCH 0/2] vfork safety fixes
 2016-06-01  3:06 UTC  (3+ messages)
` [PATCH 1/2] stdin is always redirected to /dev/null
` [PATCH 2/2] minor vfork/fork safety fixes

[PATCH] vfork safety
 2016-05-31 21:53 UTC 

[PATCH] wip-filter
 2016-05-31 20:53 UTC 

[PATCH] proxy_pass: X-Forwarded-For appends to existing list
 2016-05-31  4:17 UTC 

[PATCH] process.c (disable_child_handler_fork_child): simplify
 2016-05-31  2:46 UTC 

[PATCH 1/3] pretty: support "mboxrd" output format
 2016-05-30 22:51 UTC  (3+ messages)
` [PATCH 2/3] mailsplit: support unescaping mboxrd messages
` [PATCH 3/3] am: support --patch-format=mboxrd

[PATCH 1/3] Feature #12142 - base.patch
 2016-05-30  2:58 UTC  (3+ messages)
` [PATCH 2/3] Feature #12142 - hash.patch
` [PATCH 3/3] Feature #12142 - strong_hash.patch

[PATCH] build-aux/txt2pre: drop CGI.pm requirement
 2016-05-29 11:31 UTC 

[PATCH 1/3] test/pwrite_wrap: reduce space overhead required
 2016-05-29  6:14 UTC  (3+ messages)
` [PATCH 2/3] update copyrights for 2016
` [PATCH 3/3] WIP vfork safe

[PATCH] searchmsg: all timestamps stored in Xapian are UTC
 2016-05-29  2:54 UTC 

[PATCH 1/7] t/plack: ensure we can cascade on common endpoints
 2016-05-28  1:48 UTC  (7+ messages)
` [PATCH 2/7] http: clarify comments about layering violation
` [PATCH 3/7] Makefile.PL: allow N to be overridden
` [PATCH 4/7] examples: config no longer supports atomUrl
` [PATCH 5/7] www: remove footer_html support
` [PATCH 6/7] config: remove try_cat
` [PATCH 7/7] remove redundant NewsGroup class

[PATCH] fast-import: (LIGHTLY TESTED) reduce scanning at index creation
 2016-05-28  0:00 UTC 

[PATCH] fast-import: (LIGHTLY TESTED) reduce scanning at index creation
 2016-05-27 23:41 UTC 

[PATCH] fast-import: implement unpack limit
 2016-05-27 20:00 UTC 

[PATCH 1/2] git-http-backend: move real close to GetlineBody
 2016-05-27  8:20 UTC  (2+ messages)
` [PATCH 2/2] git-http-backend: close pipe for generic PSGI on errors

[PATCH] httpd/async: do not needlessly weaken
 2016-05-27  7:28 UTC 

[PATCH] httpd/async: do not needlessly weaken
 2016-05-27  7:23 UTC 

wip
 2016-05-27  7:11 UTC 

[PATCH 1/3] httpd/async: prevent circular reference
 2016-05-27  5:58 UTC  (3+ messages)
` [PATCH 2/3] http: avoid circular reference for getline responses
` [PATCH 3/3] git-http-backend: fix aborts for generic PSGI clone

[PATCH 1/3] httpd/async: prevent circular reference
 2016-05-27  2:23 UTC  (3+ messages)
` [PATCH 2/3] http: avoid circular reference for getline responses
` [PATCH 3/3] git-http-backend: fix abort handling for smart clone

[PATCH] fast-import: invalidate pack_id references after loosening
 2016-05-25 22:09 UTC 

[PATCH] fast-import: invalidate references to pack after loosening
 2016-05-25 21:24 UTC 

[PATCH 1/3] standardize timer-related event-loop code
 2016-05-24  3:41 UTC  (3+ messages)
` [PATCH 2/3] http: fix various race conditions
` [PATCH 3/3] git-http-backend: use qspawn to limit running processes

[PATCH] git-http-backend: introduce qspawn serialization
 2016-05-24  0:20 UTC 

[PATCH] ignore winch
 2016-05-23  1:00 UTC 

[PATCH] daemon: reset unused signal handlers to default in child
 2016-05-22  7:45 UTC 

[PATCH] popen_rd
 2016-05-22  6:03 UTC 

[PATCH 1/4] http: fix typo: write_buf => write_buf_size
 2016-05-22  3:58 UTC  (4+ messages)
` [PATCH 2/4] http: pass reference to Danga::Socket::write
` [PATCH 3/4] http: rework async_pass support
` [PATCH 4/4] githttpbackend: switch to async_pass

[PATCH 1/6] view: rely on Email::MIME::body_str for decoding
 2016-05-19 19:24 UTC  (6+ messages)
` [PATCH 2/6] msg_iter: new internal API for iterating through MIME
` [PATCH 3/6] switch read-only uses of walk_parts to msg_iter
` [PATCH 4/6] www: support downloading attachments
` [PATCH 5/6] msg_iter: workaround broken Email::MIME versions
` [PATCH 6/6] www: validate and check filenames in URLs

[PATCH 1/5] view: rely on Email::MIME::body_str for decoding
 2016-05-19 10:52 UTC  (6+ messages)
` [PATCH 2/5] msg_iter: new internal API for iterating through MIME
` [PATCH 3/5] switch read-only uses of walk_parts to msg_iter
` [PATCH 4/5] www: support downloading attachments
` [PATCH 5/5] WIP: workaround broken NL

[PATCH 1/3] declare Inbox object for reusability
 2016-05-15  6:31 UTC  (3+ messages)
` [PATCH 2/3] config: allow taking an existing reference
` [PATCH 3/3] WIP: fixing mount paths

[PATCH 1/5] proxy_pass: simplify writing request bodies upstream
 2016-05-06  1:05 UTC  (5+ messages)
` [PATCH 2/5] proxy_pass: hoist out proxy_res_headers method
` [PATCH 3/5] proxy_pass: WIP: simplify proxy_http_response
` [PATCH 4/5] wip
` [PATCH 5/5] proxy_pass: cleanup proxy_response_finish, too

[PATCH] proxy_pass: simplify writing request bodies upstream
 2016-05-04  3:51 UTC 

[PATCH] proxy_pass: hoist out proxy_res_headers method
 2016-05-04  3:51 UTC 

[PATCH] proxy_pass: WIP: simplify proxy_http_response
 2016-05-04  3:50 UTC 

[PATCH] fixup_pack_header_footer: remove implicit fsync
 2016-05-03 21:43 UTC 

[PATCH] git-http-backend: reduce memory use for clone/fetch
 2016-05-03  2:34 UTC 

[PATCH] process.c (disable_child_handler_fork_child): initialize handler for SIGPIPE
 2016-05-02  9:39 UTC 

[PATCH] WIP-pop3
 2016-05-02  6:42 UTC  (2+ messages)

[PATCH 1/3] http: remove needless binmode call
 2016-05-02  4:25 UTC  (3+ messages)
` [PATCH 2/3] view: disable subject threading
` [PATCH 3/3] nntp: append Archived-At and List-Archive headers

[PATCH] mda: export @BAD_HEADERS variable
 2016-05-01  8:59 UTC 

[PATCH 1/2] http: graceful shutdown for pi-httpd.async callers
 2016-04-30  2:57 UTC  (2+ messages)
` [PATCH 2/2] daemon: graceful shutdown warning and limit removal

[PATCH 0/3] patches from https://bugs.ruby-lang.org/issues/12142
 2016-04-30  1:04 UTC  (4+ messages)
` [PATCH 1/3] https://bugs.ruby-lang.org/attachments/download/5931/base.patch
` [PATCH 2/3] https://bugs.ruby-lang.org/attachments/download/5932/hash.patch
` [PATCH 3/3] https://bugs.ruby-lang.org/attachments/download/5933/strong_hash.patch

[PATCH] proc.c: fix RDoc of Proc#===/call/yield/[]
 2016-04-29 22:05 UTC 

[PATCH] http: avoid lseek if no input
 2016-04-29 20:17 UTC 

[PATCH] http: avoid Nagle on "Content-Length: 0" response
 2016-04-29 17:15 UTC  (2+ messages)

[PATCH 0/3] git HTTP serving improvements
 2016-04-29  3:32 UTC  (4+ messages)
` [PATCH 1/3] http: improve error handling for aborted responses
` [PATCH 2/3] githttpbackend: use larger read buffers for pipes and files
` [PATCH 3/3] githttpbackend: memory usage fix for large static files

[WIP] http: improve error handling for aborted responses
 2016-04-28 22:33 UTC 

[PATCH] test/test_rack_hijack.rb: expensive giant header test
 2016-04-26  1:51 UTC 

[PATCH 1/4] wbuf: drop persistence if writing to client fails
 2016-04-25 18:55 UTC  (4+ messages)
` [PATCH 2/4] proxy_pass: ensure we do not persist connections on failure
` [PATCH 3/4] fix blocking
` [PATCH 4/4] proxy_http_response

Ruby pipelines
 2016-04-24  9:08 UTC 

[PATCH] import: initial module + test case
 2016-04-08  3:19 UTC 

[PATCH] openssl: accept moving write buffer for write_nonblock
 2016-02-29  8:40 UTC 

[PATCH] Linux.tcp_listener_stats drops "true" placeholders
 2016-02-25  9:34 UTC 

[PATCH] initial public-inbox-httpd implemenation
 2016-02-20 11:52 UTC  (2+ messages)
` [PATCH] view: capture header object early

[PATCH] string.c (rb_external_str_with_enc): fall back to ASCII-8BIT
 2016-02-07 23:21 UTC 

vfork example in Perl with Inline::C
 2016-02-07 12:39 UTC 

[PATCH v2] file.c (rb_file_s_readlink): do not set invalid encoding
 2016-02-07  6:30 UTC 

[PATCH] file.c (rb_file_s_readlink): do not set invalid encoding
 2016-02-07  6:26 UTC 

[PATCH] support -4 and -6 switches for remote operations
 2016-01-30  8:40 UTC 

[WIP 1/3] pass transport verbosity down to git_connect
 2016-01-30  5:21 UTC  (3+ messages)
` [WIP 2/3] display progress on slow connect()
` [WIP 3/3] support -4 and -6 switches for remote operations

[PATCH] dedupe string keys from Marshal.load
 2016-01-25  8:55 UTC 

[PATCH] psych: pre-freeze string keys for hashes
 2016-01-20  3:53 UTC 

[PATCH] psych: pre-freeze string keys for hashes
 2016-01-20  1:03 UTC 

[PATCH] resolve class name earlier and more consistently
 2016-01-12  2:14 UTC 

[PATCH] stringio: binmode sets encoding to ASCII-8BIT
 2016-01-04 11:33 UTC 

[PATCH] stdlib: avoid extra calls to eliminate "\n" from Base64
 2016-01-02  4:59 UTC 

[PATCH] securerandom: eliminate unnecessary String#delete! calls
 2016-01-02  4:44 UTC 

[PATCH v3] resolv: attempt to fix Resolv::LOC::Coord.create
 2015-12-31 19:23 UTC 

[PATCH] resolv: attempt to fix Resolv::LOC::Coord.create
 2015-12-31 19:16 UTC 

[PATCH] thread_pthread.c (rb_thread_create_timer_thread): fix race
 2015-12-29 11:05 UTC 

[PATCH] wtf
 2015-12-29 10:35 UTC 

fftw-wip-edits
 2015-12-26 10:05 UTC 

[PATCH] use id_table for constant tables
 2015-12-26  7:32 UTC 

[PATCH] wip
 2015-12-22  0:15 UTC 

git.git db65f0fc3b1e16d5cc4ebf00f5af56c91546d839
 2015-12-15  3:17 UTC 

[PATCH] http: TypedData C-API conversion
 2015-12-13  2:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] hash.c (rb_num_hash_start): avoid pathological behavior
 2015-12-11  1:40 UTC 

[PATCH] hash.c (rb_num_hash_start): avoid pathological behavior
 2015-12-11  1:36 UTC 

[PATCH v3] micro-optimize case dispatch even harder
 2015-12-08  8:08 UTC 

[PATCH v2] micro-optimize case dispatch even harder
 2015-12-08  5:08 UTC 

[PATCH] micro-optimize case dispatch even harder
 2015-12-08  4:59 UTC 

[PATCH] compile.c: wrap literal object
 2015-12-08  4:48 UTC 

[PATCH] micro-optimize case dispatch even harder
 2015-12-08  3:28 UTC 

[PATCH] optimize case harder [ruby-core:71818] [Feature #11769]
 2015-12-08  0:16 UTC 

[PATCH] optimize case harder [ruby-core:71818] [Feature #11769]
 2015-12-08  0:13 UTC 

[PATCH] wip: optimize case harder [ruby-core:71818] [Feature #11769]
 2015-12-07 23:42 UTC 

[PATCH] socket: recv_io with mode breaks when klass is kind of BasicSocket
 2015-12-06 14:21 UTC 

[PATCH] tracklist: avoid needlessly building a hash for track IDs
 2015-12-06  2:42 UTC 

[REJECT] tracklist: add version
 2015-12-06  2:41 UTC 

[PATCH] introduce rb_autoload_str to replace rb_autoload
 2015-12-04  0:48 UTC 

[REJECT] openssl: avoid kwarg parsing from C API at startup
 2015-12-02  2:06 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).