]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/api.h
partially fixed bug #37585: IPv6 compatibility (in socket structs)
[pes-rpp/rpp-lwip.git] / src / include / lwip / api.h
2012-08-13 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-07-03 James SmithApplied patch by James Smith to implement IPV6_V6ONLY...
2011-09-21 Simon GoldschmidtImplemented timeout on send (TCP only, bug #33820)
2011-07-24 Simon GoldschmidtRemoved commas from the end of enum lists
2011-07-22 Simon Goldschmidtfixed bug #31084 (socket API returns always EMSGSIZE...
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-06-24 goldsimonFixed bug #10088: Correctly implemented shutdown at...
2010-03-28 goldsimonFixed compilation (removed extra tokens after #endif)
2010-03-26 goldsimonFixed compiling with different options disabled (TCP...
2010-03-20 goldsimonCorrected spelling of milliseconds (my dictionary tells...
2010-03-06 goldsimontask #10167 (sockets: speed up TCP recv by not allocati...
2010-02-13 goldsimontask #7865 (implement non-blocking send operation)
2010-02-12 goldsimonFixed indentation
2010-02-12 goldsimonstruct netconn.socket is only used with LWIP_SOCKET...
2010-02-09 goldsimonFixed bug #22110 (recv() makes receive window update...
2010-02-09 goldsimonMerge 3 u8_t for netconn-internal status into one u8_t...
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-01-30 goldsimonUpdated comment about recv_bufsize
2010-01-29 goldsimonAdded except set support in select (patch #6860)
2010-01-29 goldsimonAdded function-like macro for struct netconn::non_blocking
2010-01-29 goldsimonAdd non-blocking support for connect (partly from patch...
2010-01-28 goldsimonigmp related: renamed netif pointers from 'interface...
2010-01-20 goldsimonFixed netconn_err() macro
2010-01-17 goldsimontask #10102: "netconn: clean up conn->err threading...
2010-01-17 goldsimonMinor: source code layout
2010-01-17 goldsimonChanged netconn_recv() and netconn_accept() to return...
2009-07-27 kieranmAdd missing #include directives
2009-07-09 fbernonminor changes: typos and coding style
2009-07-09 kieranmBUG23240 use signed counters for recv_avail and don...
2009-06-25 kieranmBUG26722: initialise netconn write variables in netconn...
2009-04-15 goldsimonConverted netconn_type() from a function to a macro
2009-02-16 goldsimonfixed arguments of socket functions to match the standa...
2008-01-12 fbernontcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets...
2008-01-10 fbernontcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets...
2008-01-05 fbernonsys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg...
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-11-24 goldsimonAdded documentation
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-07 fbernonsockets.c, api.h, api_lib.c: First step to fix "bug...
2007-09-07 fbernonsockets.c, ip.h, api.h, tcp.h: declare a "struct ip_pcb...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-30 fbernonAdd netbuf.h, netbuf.c, Change api.h, api_lib.c: #7249...
2007-08-27 fbernonFirst fix for "bug #20900 : Potential crash error probl...
2007-07-25 goldsimonFixed bug #20429: use the new pbuf_copy_partial instead...
2007-07-03 goldsimonFinal fix for bug #20021 and some other problems when...
2007-06-21 goldsimonConverted the length argument of netconn_write (and...
2007-06-21 goldsimonFixed bug #20021: Moved sendbuf-processing in netconn_w...
2007-06-16 goldsimonCreated define instead of extra-function for netconn_ne...
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-17 goldsimonAdded comments whether fields are host or network byte...
2007-05-10 goldsimonIncluded patch #5448: include '#ifdef __cplusplus ...
2007-05-04 fbernonsockets.c, api.h, api_lib.c, api_msg.h, api_msg.c:...
2007-03-28 fbernonapi.h, api_lib.c, sockets.c: netbuf_ref doesn't check...
2007-03-11 fbernonNew configuration option LWIP_IGMP to enable IGMP proce...
2007-03-11 goldsimonFixed bug #19251 (missing `const' qualifier in socket...
2007-03-08 fbernonImplement LWIP_SO_RCVTIMEO configuration option to...
2007-03-06 fbernonImplement SO_RCVTIMEO on UDP sockets/netconn.
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
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-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-12-05 kieranmAdded netbuf_copy_partial declaration
2002-10-19 likewiseInitial revision