index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
net
/
soap-client.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
soap-client: Add minimum supported Emacs version
Thomas Fitzsimmons
2022-02-03
1
-3
/
+2
*
Don't use `string-replace` in soap-client (bug#53744)
Mattias Engdegård
2022-02-03
1
-1
/
+1
*
Don't use `string-search` in soap-client (bug#53744)
Mattias Engdegård
2022-02-03
1
-1
/
+1
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
encode-time simplifications
Paul Eggert
2021-12-16
1
-4
/
+3
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-2
/
+2
*
; Normalize some header comments
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-1
/
+1
*
* lisp/net/*.el: Use lexical-binding
Stefan Monnier
2021-03-08
1
-12
/
+14
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix loading WSDL data again
Lars Ingebrigtsen
2020-10-01
1
-1
/
+3
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-2
/
+2
*
soap-client: Bump version to 3.2.0
Thomas Fitzsimmons
2020-09-29
1
-1
/
+1
*
soap-client: Remove FIXME comment
Thomas Fitzsimmons
2020-09-29
1
-2
/
+0
*
soap-client: Update soap-decode-date-time
Thomas Fitzsimmons
2020-09-29
1
-33
/
+110
*
Merge from origin/emacs-27
Glenn Morris
2020-09-27
1
-1
/
+1
|
\
|
*
Fix soap-client URL
Paul Eggert
2020-09-26
1
-1
/
+1
*
|
soap-client.el: Prevent some invalid encoding warnings
Thomas Fitzsimmons
2020-09-25
1
-0
/
+1
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
lisp/*.el: Force non-nil result to t, to match docstring
Juanma Barranquero
2019-10-17
1
-1
/
+1
*
Update some URLs
Paul Eggert
2019-09-23
1
-1
/
+1
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-3
/
+3
*
More-compatible subsecond calendrical timestamps
Paul Eggert
2019-08-16
1
-2
/
+2
*
decode-time now returns subsec too
Paul Eggert
2019-08-05
1
-1
/
+2
*
Improve time function doc
Paul Eggert
2019-08-04
1
-0
/
+1
*
soap-client: Do not double-encode duplicate types
Thomas Fitzsimmons
2019-07-24
1
-52
/
+59
*
soap-client: Encode simple type attributes
Thomas Fitzsimmons
2019-07-24
1
-5
/
+16
*
soap-client: Allow attributes and a value
Thomas Fitzsimmons
2019-07-24
1
-2
/
+8
*
Simplify use of encode-time
Paul Eggert
2019-02-10
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
|
*
soap-client: Add byte-code compatibility function (Bug#31742)
Thomas Fitzsimmons
2018-06-11
1
-19
/
+29
*
|
Fix Bug#32983
Michael Albinus
2018-10-16
1
-1
/
+9
*
|
* lisp/net/soap-client.el (soap-type-of): Optimize for Emacs≥26
Stefan Monnier
2018-07-17
1
-8
/
+13
*
|
soap-client: Add byte-code compatibility function (Bug#31742)
Thomas Fitzsimmons
2018-06-11
1
-19
/
+29
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
lisp/net/soap-client.el: Bump version to 3.1.3
Thomas Fitzsimmons
2017-06-13
1
-2
/
+2
*
Fix an HTTP encoding error in soap-client.el
Alex Harsanyi
2017-06-13
1
-2
/
+5
*
lisp/net/soap-client.el: Bump version to 3.1.2
Thomas Fitzsimmons
2017-05-25
1
-1
/
+1
*
Fix two soap-client.el byte compilation warnings
Thomas Fitzsimmons
2017-05-25
1
-2
/
+2
*
lisp/net/soap-client.el: Require cl-lib version 0.6.1
Thomas Fitzsimmons
2017-05-25
1
-1
/
+1
*
lisp/net/soap-client.el: Shorten some long lines
Thomas Fitzsimmons
2017-05-25
1
-4
/
+4
*
Remove cl dependency in soap-client.el and soap-inspect.el
Alex Harsanyi
2017-05-25
1
-156
/
+155
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Move xsd:base64Binary decoding fix to debbugs.el 0.9.1
Thomas Fitzsimmons
2016-03-16
1
-3
/
+7
[next]