* move serv_func.c:read_server_binary() to tcp_sockets.c: serv_read_binary()
authorWilfried Göesgens <willi@citadel.org>
Sat, 6 Feb 2010 10:37:35 +0000 (10:37 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 6 Feb 2010 10:37:35 +0000 (10:37 +0000)
commit23fcabeb4944b5e79e80a37127ed84ec8a639ed8
tree7c68f68dd028c1db0da2fee38fb242b332c8393d
parentd36da34581cd277a2face04a11cdb8f81d8d2121
* move serv_func.c:read_server_binary() to tcp_sockets.c: serv_read_binary()
* serv_read_binary() now knows a way to get the whole thing at once instead of scattering in 4k blocks
* close the server file in all conditions while loading images, else our facility might block in the server
* add -R commandline switch so the user can limit the blobsize if the tcp connection citserver <-> webcit is expected to be less stable
webcit/downloads.c
webcit/messages.c
webcit/serv_func.c
webcit/tcp_sockets.c
webcit/webcit.h
webcit/webserver.c