ChangeLog in kgio-2.8.0 vs ChangeLog in kgio-2.8.0.2.g30c1

- old
+ new

@@ -1,6 +1,36 @@ ChangeLog from http://bogomips.org/kgio.git + commit 30c12374f8d23f0e635946fc38546820216457bf + Author: Eric Wong <normalperson@yhbt.net> + Date: Fri Aug 16 02:00:21 2013 +0000 + + accept: more informative exception on unknown family + + This may help us diagnose issues on strange OSes. + + commit 9f30805bc4ff65ad4ca0be9dfb26b1a9bdc70c51 + Author: Eric Wong <normalperson@yhbt.net> + Date: Fri Aug 16 01:52:15 2013 +0000 + + check syscall returns against < 0 instead of == -1 + + This may help us avoid errors in case of C library bugs, + and also results in smaller code: + + $ ~/linux/scripts/bloat-o-meter before.so after.so + add/remove: 0/0 grow/shrink: 0/9 up/down: 0/-66 (-66) + function old new delta + s_trywrite 160 159 -1 + kgio_write 160 159 -1 + kgio_trywrite 160 159 -1 + my_recv 616 610 -6 + my_peek 616 610 -6 + stream_connect 456 448 -8 + my_socket 222 213 -9 + my_writev 1703 1687 -16 + write_check 427 409 -18 + commit 8be51237720fd18cb45188f29c717bbac0ca1964 Author: Eric Wong <normalperson@yhbt.net> Date: Fri Jan 18 10:25:20 2013 +0000 kgio 2.8.0 - TCP Fast Open, writev/trywritev