* serv_getln now is a wrapper around existing functionality. a new temporary var...
authorWilfried Göesgens <willi@citadel.org>
Mon, 4 May 2009 20:10:56 +0000 (20:10 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 4 May 2009 20:10:56 +0000 (20:10 +0000)
commitc1bfa993f32198515f9994cde602f7bcd4da35d8
treec68ca55dc37e375141037b4683ee7496917a57d8
parentb5d7b525567b79868aa693c0be87f8b451438744
* serv_getln now is a wrapper around existing functionality. a new temporary var in WC is used for performance reasons.
* non-buffered IO is going away completely, thus we remove the buffered suffix from the function and all places that used it so far
* set O_NONBLOCK on our server FD, hopefully this does what we want?
14 files changed:
webcit/calendar.c
webcit/downloads.c
webcit/groupdav_propfind.c
webcit/mainmenu.c
webcit/messages.c
webcit/notes.c
webcit/preferences.c
webcit/roomops.c
webcit/serv_func.c
webcit/tcp_sockets.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h
webcit/who.c