]> git.ipfire.org Git - thirdparty/snapper.git/commit
- handle content-length of stomp in zypper plugin 919/head
authorArvin Schnell <aschnell@suse.de>
Fri, 5 Jul 2024 14:07:46 +0000 (16:07 +0200)
committerArvin Schnell <aschnell@suse.de>
Fri, 5 Jul 2024 14:07:46 +0000 (16:07 +0200)
commite596a1f5329e0c3816efbf83234b93a63a138ce6
tree0fe80dae3d59e3b9dbfe985186656f86450164cb
parent7e2acf6eb8a878c6296a65dc55da52b92e32958a
- handle content-length of stomp in zypper plugin
15 files changed:
Makefile.am
configure.ac
package/snapper.changes
stomp/.gitignore [new file with mode: 0644]
stomp/Makefile.am [new file with mode: 0644]
stomp/Stomp.cc [new file with mode: 0644]
stomp/Stomp.h [new file with mode: 0644]
stomp/testsuite/.gitignore [new file with mode: 0644]
stomp/testsuite/Makefile.am [new file with mode: 0644]
stomp/testsuite/escape.cc [new file with mode: 0644]
stomp/testsuite/read1.cc [new file with mode: 0644]
stomp/testsuite/write1.cc [new file with mode: 0644]
zypp-plugin/Makefile.am
zypp-plugin/zypp-plugin.cc
zypp-plugin/zypp-plugin.h