Mon, 17 Aug 2009 00:45:58 +0300sockbuf stuff and fully implement recvmsg
Tero Marttila <terom@fixme.fi> [Mon, 17 Aug 2009 00:45:58 +0300] rev 16
sockbuf stuff and fully implement recvmsg

Sun, 16 Aug 2009 23:45:43 +0300fix socket.accept, and add simple PyString_Resize code
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 23:45:43 +0300] rev 15
fix socket.accept, and add simple PyString_Resize code

Sun, 16 Aug 2009 23:32:00 +0300some recv magic, still no PyString_Resize, though
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 23:32:00 +0300] rev 14
some recv magic, still no PyString_Resize, though

Sun, 16 Aug 2009 21:54:46 +0300implement __cinit__, shutdown, close, __dealloc__ for socket, and also add a try-except to not leak client sock from accept()
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 21:54:46 +0300] rev 13
implement __cinit__, shutdown, close, __dealloc__ for socket, and also add a try-except to not leak client sock from accept()

Sun, 16 Aug 2009 21:13:36 +0300full range of send/write operations
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 21:13:36 +0300] rev 12
full range of send/write operations

Sun, 16 Aug 2009 20:22:06 +0300move libc+py back to qmsk.net.x
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 20:22:06 +0300] rev 11
move libc+py back to qmsk.net.x

Sun, 16 Aug 2009 20:18:39 +0300split up socket.platform
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 20:18:39 +0300] rev 10
split up socket.platform

Sun, 16 Aug 2009 19:22:02 +0300add the hacky symlinks needed for cimport to work
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 19:22:02 +0300] rev 9
add the hacky symlinks needed for cimport to work

Sun, 16 Aug 2009 19:20:55 +0300phew, things are working
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 19:20:55 +0300] rev 8
phew, things are working

Sun, 16 Aug 2009 19:01:21 +0300broke Cython with this package magic
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 19:01:21 +0300] rev 7
broke Cython with this package magic

Sun, 16 Aug 2009 18:29:55 +0300socket type, mass rename
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 18:29:55 +0300] rev 6
socket type, mass rename

Sun, 16 Aug 2009 16:38:44 +0300implement addrinfo stuff
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 16:38:44 +0300] rev 5
implement addrinfo stuff

Sun, 16 Aug 2009 04:15:07 +0300moar fixes
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 04:15:07 +0300] rev 4
moar fixes

Sun, 16 Aug 2009 03:39:52 +0300fix .pxd names to package.module.pxd
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 03:39:52 +0300] rev 3
fix .pxd names to package.module.pxd

Sun, 16 Aug 2009 03:38:01 +0300re-implement sctp_bindx using new sock_addr
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 03:38:01 +0300] rev 2
re-implement sctp_bindx using new sock_addr

Sun, 16 Aug 2009 03:12:46 +0300move pxd's to inc dir, split off sctp.pxd
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 03:12:46 +0300] rev 1
move pxd's to inc dir, split off sctp.pxd

Sun, 16 Aug 2009 02:58:32 +0300initial code
Tero Marttila <terom@fixme.fi> [Sun, 16 Aug 2009 02:58:32 +0300] rev 0
initial code