mit-scheme.git
2008-09-22 Chris HansonMajor rewrite: header definitions now use combinator...
2008-09-21 Chris HansonProvide "TE: trailers" header. Generalize default...
2008-09-21 Chris HansonFix some more thinkos.
2008-09-21 Chris HansonTweak unparser for requests.
2008-09-21 Chris HansonGenerate error when MAKE-HTTP-HEADER called with incorr...
2008-09-21 Chris HansonAdd unparser methods for HTTP datatypes.
2008-09-21 Chris HansonUse HTTP/1.1 now that chunked transfer coding is supported.
2008-09-21 Chris HansonImplement "chunked" transfer encoding, required by...
2008-09-20 Taylor R. CampbellReport a message when probing a folder. Use OVERRIDE...
2008-09-18 Taylor R. CampbellDon't assume that X-CLOSE-ALL-DISPLAYS is available.
2008-09-17 Taylor R. CampbellUse INSTALL_SCRIPT, rather than INSTALL_PROGRAM, to...
2008-09-17 Taylor R. CampbellInclude the file handle in generated names even if...
2008-09-17 Chris HansonHair up handling of HTTP headers. In new model, there...
2008-09-17 Chris HansonAdd many coding aliases defined by the IANA.
2008-09-17 Chris HansonFix bugs: a bunch related to the STRUCTURE-PARSER-VALUE...
2008-09-17 Chris HansonAllow ADD-BOOT-INIT! to work after the cold load, by...
2008-09-16 Taylor R. CampbellWrite output for temporary compilation into a file...
2008-09-16 Chris HansonAdd post-pass to suppress "unreferenced variable" error...
2008-09-16 Chris HansonBe more aggressive about substituting primitives for...
2008-09-16 Chris HansonFix order-of-args thinko.
2008-09-16 Chris HansonFix WRITE-HTTP-REQUEST to handle weird URI variants.
2008-09-16 Chris HansonExport WRITE-URI-AUTHORITY.
2008-09-16 Chris HansonFix typo in previous change.
2008-09-15 Chris HansonAdd CHAR-CTL? and CHAR-WSP? predicates.
2008-09-15 Chris HansonAdd missing binding.
2008-09-15 Chris HansonSplit "http-io.scm" to create new file "http-syntax...
2008-09-13 Taylor R. CampbellIn OPTIONAL-PORT, require only that if an argument...
2008-09-13 Taylor R. CampbellFix WRITE-CHAR operation in restart interface port...
2008-09-13 Taylor R. CampbellFix package name comment.
2008-09-12 Taylor R. CampbellIn SIGNAL-IO-THREAD-EVENTS, we may not always find...
2008-09-11 Taylor R. CampbellFix bug in updating folder orders after a message is...
2008-09-11 Taylor R. CampbellFix mistake in previous commit: COMPILE-DATA-FROM-FILE...
2008-09-10 Taylor R. CampbellFix compilation of non-expression data files, broken...
2008-09-10 Taylor R. CampbellChange COMPILE-SCODE/INTERNAL/HOOK into three separate...
2008-09-10 Taylor R. CampbellAdd an optional argument to TEMPORARY-FILE-PATHNAME...
2008-09-09 Taylor R. CampbellImplement FLUSH-OUTPUT and DISCRETIONARY-FLUSH-OUTPUT...
2008-09-09 Chris HansonFix typo in WRITE-DECODED-TIME-AS-CTIME.
2008-09-09 Chris HansonRename DECODED-TIME->GMT to DECODED-TIME->UTC.
2008-09-09 Taylor R. CampbellUse the IMAIL-SEARCH prompt history for IMAIL-SEARCH...
2008-09-09 Chris HansonFix thinko in PARSER:HOSTPORT.
2008-09-09 Chris HansonImplement CONDITION-TYPE:DECODE-BASE64.
2008-09-09 Taylor R. CampbellClarify IMAP MIME body sections, which are confusing...
2008-09-09 Chris HansonAdjustments to help support HTTP. Deleted these proced...
2008-09-09 Chris HansonImplement STRUCTURE-PARSER-VALUES.
2008-09-09 Chris HansonFix typo in RFC 850 date parser.
2008-09-08 Taylor R. CampbellWhen walking the body of a message/rfc822 body to inser...
2008-09-08 Taylor R. CampbellEnsure a blank line before each boundary. Don't break...
2008-09-08 Chris HansonAdd DISQUALIFY keyword.
2008-09-08 Chris HansonImplement MATCH keyword: like QUOTE but generates a...
2008-09-08 Taylor R. CampbellRefactor MIME support,
2008-09-08 Chris HansonRebind forward/backward-paragraph to same commands...
2008-09-07 Chris HansonRewrite of LIST-PARSER to be more general. Now there...
2008-09-04 Taylor R. CampbellImplement kludges to incrementally expand and contract...
2008-09-03 Taylor R. CampbellBack out earlier changes concerning a phantom race...
2008-09-03 Chris HansonRename FILTER to QUALIFY.
2008-09-03 Chris HansonImplement FILTER keyword in parser language.
2008-09-03 Chris HansonImplement LIST->LIST-PARSER-VALS and MAP-LIST-PARSER...
2008-09-03 Chris HansonImplement LIST-PARSER-VALS-REF and LIST-PARSER-VALS...
2008-09-03 Chris HansonImplement WRAP-LIST-PARSER. Implement VALUES parser...
2008-09-03 Chris HansonAdd optional argument to control whether to authenticat...
2008-09-03 Chris HansonImplement LIST-PARSER macro.
2008-09-02 Taylor R. CampbellEliminate unused parameter to DIFF-BUFFER.
2008-09-02 Taylor R. CampbellWhen parsing address lists, disregard all-whitespace...
2008-09-02 Taylor R. CampbellWhen diffing with a buffer, ignore whether it is modifi...
2008-09-02 Taylor R. CampbellUse the term `dynamic', not `ephemeral', for parts...
2008-09-01 Taylor R. CampbellIf, when resynchronizing the mapping between sequence...
2008-09-01 Taylor R. CampbellTighten synchronization with the server:
2008-08-31 Taylor R. CampbellNew generic procedure MESSAGE-PERMANENT-FLAGS returns...
2008-08-31 Taylor R. CampbellWhen computing from strings in summaries, avoid empty...
2008-08-31 Chris HansonImplement new *parser forms ENCAPSULATE* and TRANSFORM...
2008-08-31 Chris HansonImplement WRITE-MIME-TYPE.
2008-08-31 Chris HansonImplement new mechanism to simplify initialization...
2008-08-31 Chris HansonImplement new mechanism to simplify initialization...
2008-08-30 Taylor R. CampbellSimplify previous change.
2008-08-30 Taylor R. CampbellIn expansion of VALUES, number the local variables...
2008-08-30 Taylor R. CampbellUse an RFC 2822 header object, rather than a list of...
2008-08-30 Taylor R. CampbellIn IOTA, multiply the index by the increment, rather...
2008-08-29 Chris HansonFix fencepost error in parsing of months.
2008-08-29 Taylor R. CampbellChange EXPUNGE folder modification event so that it...
2008-08-29 Taylor R. CampbellIn `imail-browser-view-container', if no resource is...
2008-08-28 Taylor R. CampbellIn `vc-version-diff', ask to save the file only if...
2008-08-28 Taylor R. CampbellWhen stringifying data, declare data objects after...
2008-08-28 Taylor R. CampbellWhen reading Info files into buffers, don't visit the...
2008-08-27 Taylor R. CampbellImplement a preliminary `imail-search-summary' command...
2008-08-27 Taylor R. CampbellDon't cache message flags on disk.
2008-08-27 Taylor R. CampbellPut bci files in the library directory, not in the...
2008-08-27 Chris HansonImplement simple parser for RFC 850 date strings (neede...
2008-08-27 Chris Hansonhttpio.scm, runtime.pkg: Rename HTTP-URI to HTTP-REQUES...
2008-08-27 Chris HansonFix bug: HTTP status codes are arbitrary three-digit...
2008-08-26 Chris HansonRewrite date parsers to use *PARSER and export them...
2008-08-26 Chris HansonAdd guarantors for DECODED-TIME? and TIME-ZONE?.
2008-08-26 Chris HansonMake sure that user-agent string is an HTTP token.
2008-08-25 Taylor R. CampbellBehave as before with no prefix given to INPUT-PORT...
2008-08-25 Chris HansonExport character sets for HTTP text and token.
2008-08-25 Chris HansonRename HTTP-ENTITY to HTTP-MESSAGE.
2008-08-25 Chris HansonUse hyphens rather than underscores in user-agent string.
2008-08-25 Chris HansonAdd support for generating the HTTP date strings: requi...
2008-08-25 Chris HansonChange definition of HTTP version to that from RFC...
2008-08-25 Taylor R. CampbellWhen resynchronizing message UIDs with the server,...
2008-08-24 Taylor R. CampbellEliminate FILENAME->COMPILED-OBJECT and the call to...
next