| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
This fixes a regression introduced by commit
6835883940f67b9fe34b0a7d47c52cf8a9b27407.
* debbugs/soap.scm (soap-invoke): Do not leak the body port.
|
| |
|
|
|
|
|
| |
* debbugs/operations.scm (get-bug-message-numbers)<drop-lines>: Return
unmodified string if there are no lines to drop.
|
|
|
|
|
|
|
|
| |
It is easier to cache a single compound value than it is to cache
mutiple values.
* debbugs/operations.scm (get-bug-message-numbers): Return compound
value.
|
|
|
|
|
| |
* debbugs/operations.scm (get-bug-message-numbers): Return list of
message ids as second value.
|
|
|
|
|
|
| |
* debbugs.scm: New file.
* Makefile.am (SOURCES): Add it.
* doc/guile-debbugs.texi: Document it.
|
|
|
|
| |
* debbugs/operations.scm (get-bug-message-numbers): New procedure.
|
|
|
|
| |
* debbugs/operations.scm (fetch-mbox): New procedure.
|
|
|
|
|
| |
* debbugs/soap.scm (soap-invoke): Accept an instance procedure in
addition to a URI string.
|
|
|
|
|
|
| |
* debbugs/operations.scm (newest-bugs, get-status, get-bugs,
get-bug-log, get-usertag, search-est): Explicitly export, don't use
DEFINE-PUBLIC.
|
|
|
|
| |
* configure.ac: Check for guile-email.
|
|
|
|
|
|
|
|
| |
* debbugs/email.scm: Delete file.
(soap-email->email): Move to debbugs/operations.scm.
* debbugs/operations.scm (soap-email->email): Use guile-email to parse
email.
* Makefile.am (SOURCES): Unregister debbugs/email.scm.
|
|
|
|
|
| |
* debbugs/email.scm (email): The first two lines of debbugs returned
headers are invalid. Discard them.
|
|
|
|
|
| |
* debbugs/email.scm (<email>): Remove msg-num field.
(email): Do not pass on msg-num to make-email.
|
|
|
|
|
| |
* debbugs/soap.scm (soap->scheme): Decode as ISO 8859-1 if UTF-8
decoding fails.
|
|
|
|
|
| |
* debbugs/soap.scm: Override Guile's default handler for
"Content-Type" headers.
|
|
|
|
| |
* debbugs/soap.scm (soap-invoke): Stream the POST response.
|
|
|
|
|
|
|
| |
* debbugs/cache.scm: New file.
* Makefile.am (SOURCES): Add it.
* debbugs/config.scm (%config): Add cache-ttl field.
* debbugs/soap.scm (soap-invoke*): New procedure.
|
|
|
|
|
|
|
|
| |
* debbugs/operations.scm (%allowed-attributes, %number-operators,
%string-operators): New variables.
(operator): New procedure.
(search-est): Use keyword arguments; add support for attributes.
* doc/guile-debbugs.texi (Operations): Document it.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* doc/guile-debbugs.texi (Acknowledgments): Thank reviewers for
Savannah hosting and for inclusion in GNU.
|
|
|
|
|
|
| |
* build-aux/gitlog-to-changelog: New file.
* Makefile.am (dist-hook): Add gen-ChangeLog target.
* README.org (Hacking): Mention Perl.
|
|
|
|
| |
* NEWS: New file.
|
|
|
|
|
|
| |
* doc/guile-debbugs.texi (Introduction): Fix typo.
Reported-by: Mike Gerwitz <mtg@gnu.org>
|
| |
|
|
|
|
|
|
| |
* README.org (Hacking): Suggest installing "make" for hacking.
Reported-by: Mike Gerwitz <mtg@gnu.org>
|
|
|
|
|
|
|
| |
* tests/README: Remove file.
* tests/requests/README: New file.
* tests/responses/README: New file.
* Makefile.am (EXTRA_DIST): Adjust.
|
| |
|
|
|
|
| |
* debbugs/rfc822.scm: Record copyright of original authors at the top.
|
|
|
|
| |
* debbugs/base64.scm: Format the license notice in the expected way.
|
|
|
|
| |
* README.org: Add copyright notice; use standard license text.
|
| |
|
| |
|
|
|
|
| |
* README.org: Remove TLS support from "Missing features".
|
|
|
|
| |
* doc/guile-debbugs.texi (Email helpers): Fix syntax error.
|
|
|
|
| |
* doc/guile-debbugs.texi (Email helpers): Fill section.
|
|
|
|
| |
* doc/guile-debbugs.texi (Bug helpers): Document "bug?".
|
|
|
|
| |
* debbugs/email.scm (soap-email->email): Add docstring.
|
|
|
|
| |
* debbugs/email.scm (email): Do not export constructor.
|
|
|
|
|
| |
* debbugs/operations.scm (search-est): New procedure.
* doc/guile-debbugs.texi (Operations): Document it.
|
|
|
|
| |
* doc/guile-debbugs.texi (Bug helpers): Fill section.
|
|
|
|
| |
* debbugs/bug.scm (bug): Do not export.
|
|
|
|
| |
* guile.am: Add license header.
|
|
|
|
| |
* env.in: Add license header.
|
|
|
|
|
| |
* CODE-OF-CONDUCT: Add license header.
* CC-BY-SA-4.0.txt: New file.
|