Implement HTTP transfer progress bar with tranfer abort possibility
commit514306d8ca23d983d1b7fd8ba729ddd8539b9064
authorPetr Písař <petr.pisar@atlas.cz>
Wed, 13 Jan 2010 22:01:16 +0000 (13 23:01 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Wed, 13 Jan 2010 22:01:16 +0000 (13 23:01 +0100)
treeae00adc11db96561d3a1a3e5dfaa588850bddb35
parent3d03ea087cf6066f9bcff44a52a70c04c6d58444
Implement HTTP transfer progress bar with tranfer abort possibility

Application registers callback with isds_set_progress_callback().
If registered callback returns non-zero value, transfer will ne aborted.
TODO
client/Makefile
client/Makefile.deps
client/common.c
client/common.h
client/progressbar.c [new file with mode: 0644]
src/isds.c
src/isds.h
src/isds_priv.h
src/soap.c