]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/api/api_msg.c
rawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes for task #7675 "Enable to...
[pes-rpp/rpp-lwip.git] / src / api / api_msg.c
2008-01-14 fbernonrawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes...
2008-01-12 fbernontcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets...
2008-01-11 fbernonapi_msg.c, opt.h: replace DEFAULT_RECVMBOX_SIZE per...
2008-01-10 fbernontcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets...
2008-01-06 goldsimonAdded function netconn_free(), which deallocates all...
2008-01-05 fbernonsys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg...
2008-01-04 fbernonMinor changes in lwip folder: fix some warnings, coding...
2008-01-04 fbernonrawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c...
2007-12-21 goldsimontcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_li...
2007-12-21 goldsimonsys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698...
2007-12-13 fbernonapi_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: repla...
2007-12-02 goldsimonfix bug #21656 (recvmbox problem in netconn API): alway...
2007-11-30 goldsimonCompacted code: moved the code creating a netconn ...
2007-11-27 goldsimonChanged error handling: ERR_MEM, ERR_BUF and ERR_RTE...
2007-11-24 fbernonMinor change (doxygen tags)
2007-11-24 goldsimonAdded documentation
2007-11-21 goldsimonFixed bug #20287: tcp_output_nagle sends too early...
2007-11-19 fbernonapi_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK...
2007-11-18 fbernonMinor changes on DNS client.
2007-11-16 goldsimonAdded sequential dns resolver function for netconn...
2007-11-12 fbernonsockets.c, api.h, api_lib.c, api_msg.h, api_msg.c:...
2007-11-06 goldsimonTask #7410: Removed the need to include core header...
2007-11-02 fbernonapi.h, api_lib.c, api_msg.c, sockets.c, opt.h: add...
2007-11-01 fbernonsockets.h, sockets.c, api.h, api_lib.c, api_msg.h,...
2007-10-24 fbernonapi.h, api_lib.c, api_msg.c: Add macro API_EVENT in...
2007-10-22 goldsimonMinor coding style fixes, added comment
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-09-03 fbernonChanges for "#20503 IGMP Improvement". Initialize igmp_...
2007-08-27 fbernonFirst fix for "bug #20900 : Potential crash error probl...
2007-08-26 marcbouReset the callbacks and arg (conn) to NULL in do_close_...
2007-08-17 fbernonMinor changes (tabs, ident, coding style...)
2007-08-16 marcbouInitialize newconn->state to NETCONN_NONE in accept_fun...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-07-29 fbernonMinor fix (warning, linker helper) signaled by Bill...
2007-07-25 goldsimonAnother fix for bug #20021: by not returning an error...
2007-07-24 fbernonFix do_delconn when used with LWIP_TCPIP_CORE_LOCKING...
2007-07-24 goldsimonFix bug #20480: Check the pcb passed to tcp_listen...
2007-07-13 fbernonapi_msg.c: Fix bug #20318: api_msg "recv" callbacks...
2007-07-13 fbernonFix bug #20315: possible memory leak problem if tcp_lis...
2007-07-03 goldsimonBug in last version (fix to close problems): netconn...
2007-07-03 goldsimonFinal fix for bug #20021 and some other problems when...
2007-06-22 goldsimonChanged the expression of LWIP_ERROR to the same as...
2007-06-21 goldsimonConverted the length argument of netconn_write (and...
2007-06-21 goldsimonCorrected do_write for LWIP_TCPIP_CORE_LOCKING=1
2007-06-21 goldsimonMoved the nagle algorithm from netconn_write/do_write...
2007-06-21 goldsimonFixed bug #20021: Moved sendbuf-processing in netconn_w...
2007-06-17 goldsimonIn accept_function, one LWIP_ERROR had a wrong expressi...
2007-06-16 goldsimonDone some work on task #1549 (function documentation...
2007-06-13 goldsimonpcb_new sets conn->err if protocol is not implemented...
2007-06-10 fbernonMinor fix (coding style)
2007-06-10 goldsimonIncluded switch LWIP_UDPLITE (enabled by default) to...
2007-06-08 fbernonAdd LWIP_TCPIP_CORE_LOCKING option (0 as default value...
2007-05-23 fbernonapi.h, api_lib.c, api_msg.c, sockets.c: group the diffe...
2007-05-22 fbernonapi.h, api_lib.c, api_msg.h, api_msg.c: change the...
2007-05-22 fbernonMinors fix (spaces, comments, unused variable)
2007-05-22 goldsimonIncluded patch #5938: changed raw_pcb.protocol from...
2007-05-21 goldsimonRe-included unneeded cases in do_disconnect() and do_se...
2007-05-19 fbernonapi_msg.c: Fix some errors forwarding (https://savannah...
2007-05-19 fbernonMinor Fix (unsed code, spaces, idents..)
2007-05-18 goldsimonAdded #if !NO_SYS to most of the api files since they...
2007-05-16 goldsimonIf a udp_pcb has a local_ip set, check if it is the...
2007-05-11 fbernonsockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi...
2007-05-04 fbernonsockets.c, api.h, api_lib.c, api_msg.h, api_msg.c:...
2007-04-05 fbernonFix mistakes in netconn's error field checking.
2007-04-05 fbernonapi_msg.c: Fix bug #16830: "err_tcp() posts to connecti...
2007-04-04 goldsimonIntroduced #define LWIP_UNUSED_ARG(x) use this for...
2007-03-30 fbernonapi_msg.c: add a "pcb_new" helper function to avoid...
2007-03-28 fbernonMissing recv_timeout initialize in accept_function...
2007-03-22 fbernonapi_msg.h, api_msg.c: Remove obsolete API_MSG_ACCEPT...
2007-03-21 fbernonapi_lib.c, api_msg.c, tcpip.c: integrate sys_mbox_fetch...
2007-03-21 fbernonapi_msg.c, igmp.c, igmp.h: Fix C++ style comments
2007-03-19 fbernonAdd return types to tcpip_apimsg() and api_msg_post...
2007-03-11 fbernonNew configuration option LWIP_IGMP to enable IGMP proce...
2007-03-04 fbernonapi_msg.c: Remove some compiler warnings : parameter...
2006-10-10 christiaansFixed Nagle algorithm as reported by Bob Grice.
2006-08-07 christiaansPartial fix for bug #15926, flushing TCP output in...
2006-06-27 christiaansApplied patch for cold case bug #11135.
2006-06-14 christiaansApplied patch #5146 to handle allocation failures in...
2004-07-21 softinsChanged recv_raw() from int to u8_t, to match prototype...
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-27 marcbouMerged from DEVEL.
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-03-31 kieranmFixed bug in do_delcon (set tcp_arg to NULL)
2003-03-21 janiif LWIP_TCP is 0 do not link in TCP code.putting ugly...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-11 davidhaassys_thread_new() now returns the thread (request from...
2003-02-11 janiOnly access non-NULL pbufs on some paths where they...
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-01-24 janiFix locking for disconnect operation (use post and...
2003-01-22 janiFix udp_bind to allow rebind for same socket (yesterday...
2003-01-21 janiDon't allow multiple binds to the same UDP port/address...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-11-13 kieranmInitialize err in do_close to prevent compiler warning.
2002-10-19 likewiseInitial revision