dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2016-04-25 18:55:23 to 2016-07-10 11:46:35 UTC [more...]

[PATCH 1/4] http-walker: remove unused parameter from fetch_object
 2016-07-10 11:46 UTC  (4+ messages)
` [PATCH 2/4] http: avoid disconnecting on 404s for loose objects
` [PATCH 3/4] http-walker: reduce O(n) ops with doubly-linked list
` [PATCH 4/4] http-walker: use hashmap to eliminate list scan

[PATCH] httpd/async: do not attempt future writes on closed sockets
 2016-07-09  4:04 UTC 

[PATCH] dtas-readahead: cleanup open files on pause
 2016-07-07  2:17 UTC 

[PATCH 1/4] githttpbackend: avoid intermediate array creation from stat
 2016-07-07  1:39 UTC  (4+ messages)
` [PATCH 2/4] t/git-http-backend: check BSD::Resource availability
` [PATCH 3/4] inbox: cleanup and consolidate object weakening
` [PATCH 4/4] www: remove old footer generation code

[PATCH 1/3] githttpbackend: avoid intermediate array creation from stat
 2016-07-06 19:08 UTC  (3+ messages)
` [PATCH 2/3] t/git-http-backend: check BSD::Resource availability
` [PATCH 3/3] cleanup object weakening

[PATCH] proxy_pass: avoid TOCTTOU race when unbuffering, too
 2016-07-04 22:17 UTC 

[PATCH 1/2] http: avoid disconnecting on 404s for loose objects
 2016-07-04 10:18 UTC  (2+ messages)
` [PATCH 2/2] http-walker: remove unused parameter from fetch_object

[PATCH] proxy_http_response: preserve trailer buffer
 2016-07-04 10:12 UTC 

[PATCH] WIP.verbose.err
 2016-07-04 10:11 UTC 

[PATCH 1/2] www_stream: fix search for new.html endpoint
 2016-07-01  0:20 UTC  (2+ messages)
` [PATCH 2/2] searchview: add missing newline in search results

[PATCH] introduce WwwAtomStream
 2016-06-30 23:57 UTC 

[PATCH 1/4] www: implement hybrid flat+thread conversation view
 2016-06-29  3:57 UTC  (4+ messages)
` [PATCH 2/4] wip: view: switch to getline + close via www stream
` [PATCH 3/4] www: use WwwStream for dumping thread and search views
` [PATCH 4/4] WIP: tweak

[PATCH 1/2] www: implement hybrid flat+thread conversation view
 2016-06-28  3:20 UTC  (2+ messages)
` [PATCH 2/2] wip: view: switch to getline + close via www stream

[PATCH 1/2] xread: retry after poll on EAGAIN/EWOULDBLOCK
 2016-06-26 23:11 UTC  (2+ messages)
` [PATCH 2/2] xwrite: poll on non-blocking FDs

[PATCH 1/2] xread: retry after poll on EAGAIN/EWOULDBLOCK
 2016-06-26 22:58 UTC  (2+ messages)
` [PATCH 2/2] xwrite: poll on non-blocking FDs

[PATCH] wip
 2016-06-26  3:46 UTC 

[PATCH] address: remove Address::from_name
 2016-06-25 10:58 UTC 

[PATCH] address: add name extraction
 2016-06-25  7:19 UTC 

[PATCH] view: respect level adjustment for thread walking callback
 2016-06-22  5:43 UTC 

[PATCH] view: allow thread generation to EOF on errors
 2016-06-22  3:57 UTC 

[PATCH 1/2] searchidx: simplify ghost creation
 2016-06-21  3:16 UTC  (2+ messages)
` [PATCH 2/2] searchidx: merge old thread id from ghosts

[PATCH] git-svn: skip mergeinfo if --no-follow-parent is specified
 2016-06-20 21:37 UTC 

[PATCH] search: reopen and retry on updated databases
 2016-06-19  9:05 UTC 

[PATCH 1/2] spawn: try to keep signals blocked in spawned child
 2016-06-18 11:28 UTC  (2+ messages)
` [PATCH 2/2] daemon: be less misleading about graceful shutdown

[PATCH 1/3] feed: split out top-of-page generation
 2016-06-18  0:33 UTC  (3+ messages)
` [PATCH 2/3] view: introduce WwwStream interface
` [PATCH 3/3] view: minor tweaks to reduce long lines

[PATCH 01/10] README: various updates
 2016-06-16 22:45 UTC  (10+ 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 07/10] watch: introduce watch directive
` [PATCH 08/10] scripts/dc-dlvr: update copyright
` [PATCH 09/10] scripts/dc-dlvr: remove catchall account
` [PATCH 10/10] scripts/dc-dlvr: ClamAV support via clamdscan

[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  (2+ messages)
` [PATCH 4/4] proxy_http_response


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).