13 Commits (03bc7c868b2f018bb2587614fce980d9d2e6188f)

Author SHA1 Message Date
likewise 03bc7c868b Major stylo search/replace for "One space between keyword and opening bracket." 23 years ago
davidhaas 0bce6f8974 Fixed bug where tearing down a connection would cause loss of memory. 23 years ago
kieranm a5be8fe82c Fixed bug in netconn_peer (test pcb for NULL before accessing) 23 years ago
davidhaas 32d9f25a6f Fixed up and made work a PBUF_REF type. Most of the code uses this now 23 years ago
jani 18df3961e9 byte-order handling functions are in inet.c now and the uperrcase counterparts are gone. opt.h has all the 23 years ago
davidhaas 7b3e158c92 sys_thread_new() now returns the thread (request from Marc Boucher). 23 years ago
jani 848dea2058 Only access non-NULL pbufs on some paths where they can be NULL in newly introduced callback code 23 years ago
davidhaas dd2fa15e8a Add the following features and bugfixes: 23 years ago
jani 6d0a8a85c7 Fix locking for disconnect operation (use post and fetch on the connection's mbox in the two threads like other operations).Make netconn_peer take a pointer to addr instead of pointer to pointer to addr.Addr is a 4 byte struct an IP address so use structure assignment not just pointer assignment when saving the peer.This way the address is really saved :fixes bug #1897 24 years ago
jani 46c575c038 Fix udp_bind to allow rebind for same socket (yesterday's commit broke that) and introduce connection info for UDP pcbs.New function netconn_disconnect, do_disconnect for deatching UDP from a remote addres.Fix #2240 24 years ago
likewise cc4df7100d Updated lwIP module copyright years to include 2003. Committers must check theirs. 24 years ago
jani c0a8ef6f6f Use C style comments.In debug stataments cast various struct pointers to void* to 24 years ago
likewise f06e955072 Initial revision 24 years ago