2008-10-08 |
Chris Hanson | Explicitly specify the band to use when cross compiling... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Chris Hanson | Update my email address. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Taylor R. Campbell | Use HTTP headers in XML-RPC requests, not RFC 2822... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Chris Hanson | Implement procedures to control flonum rounding mode. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Chris Hanson | Change SET-FLOAT-ROUNDING-MODE to signal an error on... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Chris Hanson | Implement primitives to control the floating-point... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Hanson | Greatly simplify configuration choices: |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Taylor R. Campbell | Discard the deleted flag when filing messages. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Taylor R. Campbell | Oops -- forgot to commit changes to imail-imap.scm... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Taylor R. Campbell | Sort by ordered message index before summarizing search... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Taylor R. Campbell | When expunging messages, preload only deleted messages... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Chris Hanson | Update KNOWN-STATUS-CODES. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Allow LWS in a few more places on input. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Fix implementation of ISO 8601 date/time: |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Eliminate ISO8601-SEPARATE-WITH-T?; according to the... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Add optional ERROR? arg to XML-ELEMENT-CHILD and FIND... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Implement XML-ELEMENT-CHILD and XML-ELEMENT-CHILDREN. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Change FIND-XML-ATTR to accept a string name as well. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Change XML-ATTRS to accept strings as attribute names. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Chris Hanson | Change MAKE-XML-NAME so that URI arg is optional. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Chris Hanson | Add basic support for converting between CamelCase... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Chris Hanson | Major rewrite: header definitions now use combinator... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Chris Hanson | Provide "TE: trailers" header. Generalize default... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Chris Hanson | Fix some more thinkos. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Chris Hanson | Tweak unparser for requests. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Chris Hanson | Generate error when MAKE-HTTP-HEADER called with incorr... |
commit | commitdiff | tree | snapshot |
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 |
next |