- Mar 17, 2009
-
-
Quanah Gibson-Mount authored
-
- Jan 22, 2009
-
-
Kurt Zeilenga authored
-
- Jul 10, 2008
-
-
Quanah Gibson-Mount authored
-
- Feb 12, 2008
-
-
Kurt Zeilenga authored
-
- Jan 08, 2008
-
-
Kurt Zeilenga authored
-
- Oct 18, 2007
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Sep 01, 2007
-
-
Quanah Gibson-Mount authored
-
- Jul 24, 2007
-
-
Hallvard Furuseth authored
-
- Mar 20, 2007
-
-
Howard Chu authored
-
- Jan 02, 2007
-
-
Kurt Zeilenga authored
-
- Sep 14, 2006
-
-
Howard Chu authored
(with notable exceptions: ignore tests for EINTR which winsock never sets)
-
- Apr 13, 2006
-
-
Hallvard Furuseth authored
-
- Apr 09, 2006
-
-
Pierangelo Masarati authored
-
- Apr 08, 2006
-
-
Pierangelo Masarati authored
-
- Jan 03, 2006
-
-
Kurt Zeilenga authored
-
- Nov 12, 2005
-
-
Howard Chu authored
-
- Sep 10, 2005
-
-
Pierangelo Masarati authored
-
- Jan 01, 2005
-
-
Kurt Zeilenga authored
-
- Sep 04, 2004
-
-
Kurt Zeilenga authored
-
- Apr 15, 2004
-
-
Howard Chu authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Nov 26, 2003
-
-
Kurt Zeilenga authored
-
- Nov 25, 2003
-
-
Kurt Zeilenga authored
-
- Jul 08, 2003
-
-
Kurt Zeilenga authored
-
- Jun 03, 2003
-
-
Hallvard Furuseth authored
-
- May 22, 2003
-
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Use etest {...} | dtest {...} to test.
-
Kurt Zeilenga authored
-
- May 20, 2003
-
-
Howard Chu authored
an EOF will return with the previously set errno value.
-
Jong Hyuk Choi authored
-
- May 19, 2003
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Apr 24, 2003
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
which should be at most 8 bytes. However if we read more than the minimum message length, we have a problem because we steal bytes from any following message, and there is no buffer mechanism to push back excess data. The shortest legitimate message is Unbind at 7 bytes, but there shouldn't be anything following it. Abandon at 8 bytes is next, so always requesting at least 8 bytes should be safe. Always requesting 9 was a problem. Please double-check these assumptions...
-
- Apr 10, 2003
-
-
Howard Chu authored
-