aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/soap-client.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new error API functionsStefan Monnier3 hours1-1/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-10/+10
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-031-1/+1
* | ; Add missing GNU ELPA :core package statementsStefan Kangas2023-10-011-0/+3
* | soap-client.el: Bump version to 3.2.3Thomas Fitzsimmons2023-05-121-1/+1
* | Simplify soap-decode-data-time use of encode-timePaul Eggert2023-05-111-6/+3
* | soap-client.el: Bump version to 3.2.2Thomas Fitzsimmons2023-05-111-1/+1
* | soap-client.el: Revert dd0727e1ec1f, add compatibility commentThomas Fitzsimmons2023-05-111-4/+7
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | soap-client: fix validation against byte[]Mattias Engdegård2022-12-211-1/+1
|/
* soap-client: Add minimum supported Emacs versionThomas Fitzsimmons2022-02-031-3/+2
* Don't use `string-replace` in soap-client (bug#53744)Mattias Engdegård2022-02-031-1/+1
* Don't use `string-search` in soap-client (bug#53744)Mattias Engdegård2022-02-031-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | encode-time simplificationsPaul Eggert2021-12-161-4/+3
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-2/+2
* ; Normalize some header commentsStefan Kangas2021-09-161-1/+1
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* * lisp/net/*.el: Use lexical-bindingStefan Monnier2021-03-081-12/+14
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix loading WSDL data againLars Ingebrigtsen2020-10-011-1/+3
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-2/+2
* soap-client: Bump version to 3.2.0Thomas Fitzsimmons2020-09-291-1/+1
* soap-client: Remove FIXME commentThomas Fitzsimmons2020-09-291-2/+0
* soap-client: Update soap-decode-date-timeThomas Fitzsimmons2020-09-291-33/+110
* Merge from origin/emacs-27Glenn Morris2020-09-271-1/+1
|\
| * Fix soap-client URLPaul Eggert2020-09-261-1/+1
* | soap-client.el: Prevent some invalid encoding warningsThomas Fitzsimmons2020-09-251-0/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-171-1/+1
* Update some URLsPaul Eggert2019-09-231-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-3/+3
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-2/+2
* decode-time now returns subsec tooPaul Eggert2019-08-051-1/+2
* Improve time function docPaul Eggert2019-08-041-0/+1
* soap-client: Do not double-encode duplicate typesThomas Fitzsimmons2019-07-241-52/+59
* soap-client: Encode simple type attributesThomas Fitzsimmons2019-07-241-5/+16
* soap-client: Allow attributes and a valueThomas Fitzsimmons2019-07-241-2/+8
* Simplify use of encode-timePaul Eggert2019-02-101-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * soap-client: Add byte-code compatibility function (Bug#31742)Thomas Fitzsimmons2018-06-111-19/+29