log network.c @ 614:1fc22e8efd26

age author description
Tue, 20 May 2014 06:51:52 +0300 Matti Hamalainen Some cleanup work, preparation for SOCKS 5.
Tue, 20 May 2014 06:50:12 +0300 Matti Hamalainen Repurpose nn_conn_close() to only close the socket, but not free the
Tue, 20 May 2014 05:34:33 +0300 Matti Hamalainen Clean up and modularize proxy connection code a bit.
Tue, 20 May 2014 04:34:23 +0300 Matti Hamalainen Change proxy authentication handling.
Tue, 20 May 2014 02:11:05 +0300 Matti Hamalainen Bump copyright year.
Tue, 20 May 2014 02:10:52 +0300 Matti Hamalainen In preparation for SOCKS 5 support, move some structs etc. into network.c
Tue, 20 May 2014 01:04:30 +0300 Matti Hamalainen Add parameters (unused for now) for proxy password etc. in case SOCKS 5
Thu, 08 May 2014 16:14:09 +0300 Matti Hamalainen Implement proxy user id setting.
Sat, 05 Jan 2013 16:16:44 +0200 Matti Hamalainen Bump copyright year.
Thu, 15 Nov 2012 20:27:44 +0200 Matti Hamalainen Change network layer error/info message passing API to pass direct strings
Sun, 27 May 2012 09:23:12 +0300 Matti Hamalainen Don't set conn->err if we are handling EINTR and it isn't supposed to get to dev-1_0_3
Sun, 27 May 2012 03:31:35 +0300 Matti Hamalainen Move network initialization/shutdown flag checking to network module.
Sat, 26 May 2012 17:49:06 +0300 Matti Hamalainen Clean up some initialization messages.
Sat, 26 May 2012 08:41:12 +0300 Matti Hamalainen Fix a memory leak in nn_conn_send_msg_v().
Sat, 26 May 2012 05:33:06 +0300 Matti Hamalainen Cosmetics.
Sat, 26 May 2012 05:20:37 +0300 Matti Hamalainen Clean up some initialization messages.
Fri, 25 May 2012 21:30:57 +0300 Matti Hamalainen Fix packet shifting.
Fri, 25 May 2012 20:18:24 +0300 Matti Hamalainen Add function for dumping current network buffer.
Fri, 25 May 2012 20:16:05 +0300 Matti Hamalainen Possibly fix packet mangling again.
Thu, 24 May 2012 12:30:39 +0300 Matti Hamalainen Remove somewhat useless pointer checks.
Thu, 24 May 2012 11:09:48 +0300 Matti Hamalainen Rename nn_conn_send_msg() to nn_conn_send_msg_v() and add new nn_conn_send_msg().
Thu, 24 May 2012 07:37:36 +0300 Matti Hamalainen Use C99 style comments, too.
Thu, 24 May 2012 06:50:25 +0300 Matti Hamalainen Some #include cleanups.
Thu, 24 May 2012 06:45:23 +0300 Matti Hamalainen Move some structures around.
Thu, 24 May 2012 06:41:07 +0300 Matti Hamalainen Rename files. base libnnnet.c@d4cc9735d0e5