* don't use CC in frequent loops. use it once outside.
authorWilfried Göesgens <willi@citadel.org>
Fri, 5 Oct 2007 22:26:22 +0000 (22:26 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 5 Oct 2007 22:26:22 +0000 (22:26 +0000)
commitf6264892b8c46487b068c7fd9e9af215159ca57a
tree0f5c032ab5b2861cae2cc56f3467c0a7872095a8
parent20074741e7ef7b07367727d3df93c404f41cbdfe
* don't use CC in frequent loops. use it once outside.
* holy war on strlen(): client_getln() and sock_getln() are faster now.
citadel/clientsocket.c
citadel/sysdep.c