2008-09-21 |
Chris Hanson | Add unparser methods for HTTP datatypes. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Chris Hanson | Use HTTP/1.1 now that chunked transfer coding is supported. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Chris Hanson | Implement "chunked" transfer encoding, required by... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Taylor R. Campbell | Report a message when probing a folder. Use OVERRIDE... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Taylor R. Campbell | Don't assume that X-CLOSE-ALL-DISPLAYS is available. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Taylor R. Campbell | Use INSTALL_SCRIPT, rather than INSTALL_PROGRAM, to... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Taylor R. Campbell | Include the file handle in generated names even if... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Chris Hanson | Hair up handling of HTTP headers. In new model, there... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Chris Hanson | Add many coding aliases defined by the IANA. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Chris Hanson | Fix bugs: a bunch related to the STRUCTURE-PARSER-VALUE... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Chris Hanson | Allow ADD-BOOT-INIT! to work after the cold load, by... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Taylor R. Campbell | Write output for temporary compilation into a file... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Chris Hanson | Add post-pass to suppress "unreferenced variable" error... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Chris Hanson | Be more aggressive about substituting primitives for... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Chris Hanson | Fix order-of-args thinko. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Chris Hanson | Fix WRITE-HTTP-REQUEST to handle weird URI variants. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Chris Hanson | Export WRITE-URI-AUTHORITY. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Chris Hanson | Fix typo in previous change. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Chris Hanson | Add CHAR-CTL? and CHAR-WSP? predicates. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Chris Hanson | Add missing binding. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Chris Hanson | Split "http-io.scm" to create new file "http-syntax... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Taylor R. Campbell | In OPTIONAL-PORT, require only that if an argument... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Taylor R. Campbell | Fix WRITE-CHAR operation in restart interface port... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Taylor R. Campbell | Fix package name comment. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Taylor R. Campbell | In SIGNAL-IO-THREAD-EVENTS, we may not always find... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Taylor R. Campbell | Fix bug in updating folder orders after a message is... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Taylor R. Campbell | Fix mistake in previous commit: COMPILE-DATA-FROM-FILE... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Taylor R. Campbell | Fix compilation of non-expression data files, broken... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Taylor R. Campbell | Change COMPILE-SCODE/INTERNAL/HOOK into three separate... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Taylor R. Campbell | Add an optional argument to TEMPORARY-FILE-PATHNAME... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Taylor R. Campbell | Implement FLUSH-OUTPUT and DISCRETIONARY-FLUSH-OUTPUT... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Chris Hanson | Fix typo in WRITE-DECODED-TIME-AS-CTIME. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Chris Hanson | Rename DECODED-TIME->GMT to DECODED-TIME->UTC. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Taylor R. Campbell | Use the IMAIL-SEARCH prompt history for IMAIL-SEARCH... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Chris Hanson | Fix thinko in PARSER:HOSTPORT. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Chris Hanson | Implement CONDITION-TYPE:DECODE-BASE64. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Taylor R. Campbell | Clarify IMAP MIME body sections, which are confusing... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Chris Hanson | Adjustments to help support HTTP. Deleted these proced... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Chris Hanson | Implement STRUCTURE-PARSER-VALUES. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Chris Hanson | Fix typo in RFC 850 date parser. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Taylor R. Campbell | When walking the body of a message/rfc822 body to inser... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Taylor R. Campbell | Ensure a blank line before each boundary. Don't break... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Chris Hanson | Add DISQUALIFY keyword. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Chris Hanson | Implement MATCH keyword: like QUOTE but generates a... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Taylor R. Campbell | Refactor MIME support, |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Chris Hanson | Rebind forward/backward-paragraph to same commands... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Chris Hanson | Rewrite of LIST-PARSER to be more general. Now there... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Taylor R. Campbell | Implement kludges to incrementally expand and contract... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Taylor R. Campbell | Back out earlier changes concerning a phantom race... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Chris Hanson | Rename FILTER to QUALIFY. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Chris Hanson | Implement FILTER keyword in parser language. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Chris Hanson | Implement LIST->LIST-PARSER-VALS and MAP-LIST-PARSER... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Chris Hanson | Implement LIST-PARSER-VALS-REF and LIST-PARSER-VALS... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Chris Hanson | Implement WRAP-LIST-PARSER. Implement VALUES parser... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Chris Hanson | Add optional argument to control whether to authenticat... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Chris Hanson | Implement LIST-PARSER macro. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Taylor R. Campbell | Eliminate unused parameter to DIFF-BUFFER. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Taylor R. Campbell | When parsing address lists, disregard all-whitespace... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Taylor R. Campbell | When diffing with a buffer, ignore whether it is modifi... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Taylor R. Campbell | Use the term `dynamic', not `ephemeral', for parts... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Taylor R. Campbell | If, when resynchronizing the mapping between sequence... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Taylor R. Campbell | Tighten synchronization with the server: |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Taylor R. Campbell | New generic procedure MESSAGE-PERMANENT-FLAGS returns... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Taylor R. Campbell | When computing from strings in summaries, avoid empty... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Chris Hanson | Implement new *parser forms ENCAPSULATE* and TRANSFORM... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Chris Hanson | Implement WRITE-MIME-TYPE. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Chris Hanson | Implement new mechanism to simplify initialization... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Chris Hanson | Implement new mechanism to simplify initialization... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Taylor R. Campbell | Simplify previous change. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Taylor R. Campbell | In expansion of VALUES, number the local variables... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Taylor R. Campbell | Use an RFC 2822 header object, rather than a list of... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Taylor R. Campbell | In IOTA, multiply the index by the increment, rather... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Chris Hanson | Fix fencepost error in parsing of months. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Taylor R. Campbell | Change EXPUNGE folder modification event so that it... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Taylor R. Campbell | In `imail-browser-view-container', if no resource is... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Taylor R. Campbell | In `vc-version-diff', ask to save the file only if... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Taylor R. Campbell | When stringifying data, declare data objects after... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Taylor R. Campbell | When reading Info files into buffers, don't visit the... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Taylor R. Campbell | Implement a preliminary `imail-search-summary' command... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Taylor R. Campbell | Don't cache message flags on disk. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Taylor R. Campbell | Put bci files in the library directory, not in the... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Chris Hanson | Implement simple parser for RFC 850 date strings (neede... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Chris Hanson | httpio.scm, runtime.pkg: Rename HTTP-URI to HTTP-REQUES... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Chris Hanson | Fix bug: HTTP status codes are arbitrary three-digit... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Chris Hanson | Rewrite date parsers to use *PARSER and export them... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Chris Hanson | Add guarantors for DECODED-TIME? and TIME-ZONE?. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Chris Hanson | Make sure that user-agent string is an HTTP token. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Taylor R. Campbell | Behave as before with no prefix given to INPUT-PORT... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Chris Hanson | Export character sets for HTTP text and token. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Chris Hanson | Rename HTTP-ENTITY to HTTP-MESSAGE. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Chris Hanson | Use hyphens rather than underscores in user-agent string. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Chris Hanson | Add support for generating the HTTP date strings: requi... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Chris Hanson | Change definition of HTTP version to that from RFC... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Taylor R. Campbell | When resynchronizing message UIDs with the server,... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Taylor R. Campbell | Eliminate FILENAME->COMPILED-OBJECT and the call to... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Taylor R. Campbell | In FASLOAD-UPDATE-SUB-BLOCKS, use DEBUG-INFO-PATHNAME... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Taylor R. Campbell | Ignore errors while trying to read the uidvalidity... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Chris Hanson | Change to use new http-client support. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Chris Hanson | Replace http-client.scm with new HTTP support. The... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Chris Hanson | Rename XML->STRING to XML->OCTETS; define alias for... |
commit | commitdiff | tree | snapshot |
next |