* move stuff from Hdr into substruct that may be easily wiped by memset 0'ing them
authorWilfried Göesgens <willi@citadel.org>
Sun, 24 May 2009 19:55:08 +0000 (19:55 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 24 May 2009 19:55:08 +0000 (19:55 +0000)
commit6c114e1487e4b4032be88563f0f5b76922edd601
treedf7b6edef23a18b75d3e34ab6ded112d7db3d6e5
parentde6dafd0aac285c563882de551187a6c4217478a
* move stuff from Hdr into substruct that may be easily wiped by memset 0'ing them
* Hdr now belongs to the worker_entry() so we can lower the frequency of it and its members being de/alloced
* add commandline switch to set the default size of StrBuf s
21 files changed:
webcit/auth.c
webcit/config.guess
webcit/config.sub
webcit/context_loop.c
webcit/downloads.c
webcit/groupdav_main.c
webcit/listsub.c
webcit/mainmenu.c
webcit/messages.c
webcit/openid.c
webcit/paramhandling.c
webcit/roomops.c
webcit/rss.c
webcit/serv_func.c
webcit/static.c
webcit/tcp_sockets.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c
webcit/webserver.h