]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/api/api_lib.c
Use FreeRTOS heap instead of LwIP heap
[pes-rpp/rpp-lwip.git] / src / api / api_lib.c
2012-03-25 goldsimonfixed bug #35931: Name space pollution in api_msg.c...
2012-03-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-03-01 goldsimonFixed unused variable warnings produced with the last...
2012-02-28 goldsimonSpeed up LWIP_TCPIP_CORE_LOCKING by directly calling...
2011-10-13 Simon Goldschmidtfixed bug #34540: compiler error when CORE_LOCKING...
2011-09-21 Simon GoldschmidtImplemented timeout on send (TCP only, bug #33820)
2011-07-22 Simon Goldschmidtfixed bug #31084 (socket API returns always EMSGSIZE...
2011-05-28 goldsimonuse PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere
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...
2011-03-13 goldsimonnetconn_accept: return ERR_ABRT instead of ERR_CLSD...
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-07-29 goldsimonFixed compilation with TCP or UDP disabled.
2010-06-24 goldsimonFixed bug #10088: Correctly implemented shutdown at...
2010-05-22 goldsimonbug #27352: removed packing from ip_addr_t, the packed...
2010-03-26 goldsimonFixed compiling with different options disabled (TCP...
2010-03-21 goldsimonUpdated netconn_write doc/comment about api_flags
2010-03-08 goldsimonAdded/corrected casts
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-13 goldsimonFixed compilation for LWIP_DNS==1 after changing sys...
2010-02-12 goldsimontask #10139 (Prefer statically allocated memory): conve...
2010-02-09 goldsimonFixed bug #22110 (recv() makes receive window update...
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-01-29 goldsimonAdd non-blocking support for connect (partly from patch...
2010-01-28 goldsimonigmp related: renamed netif pointers from 'interface...
2010-01-25 goldsimonbug #28659: Missing casts
2010-01-18 goldsimonMinor: fixed argument casts for mbox_fetch parameters...
2010-01-17 goldsimontask #10102: "netconn: clean up conn->err threading...
2010-01-17 goldsimonChanged netconn_recv() and netconn_accept() to return...
2010-01-13 goldsimonAgain: Fixed bug #26672 (close connection when receive...
2010-01-08 goldsimonFixed bug #26672 (close connection when receive window...
2009-10-15 goldsimonFixed bug #27709: conn->err race condition on netconn_r...
2009-04-15 goldsimonConverted netconn_type() from a function to a macro
2009-02-18 goldsimonFixed many LWIP_DEBUGF format strings; added new format...
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-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-16 goldsimonCorrected assert when netconn_new_* fails
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-25 goldsimoninitialize netconn->socket to -1 instead of 0 since...
2007-11-24 fbernonMinor change (doxygen tags)
2007-11-20 goldsimonAdded return value comments to netconn_gethostbyname
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 goldsimonRemoved check for conn->err for functions whose counter...
2007-10-09 goldsimonPreprocessor statements have to start at the beginning...
2007-10-07 fbernonsockets.c, api.h, api_lib.c: First step to fix "bug...
2007-09-13 fbernonAvoid to lost previous error codes in sockets.c and...
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-08-16 marcbouBacked out last change to netconn_delete() after discus...
2007-08-16 marcbounetconn_delete(): unblock potentially waiting recv.
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-07-25 goldsimonFixed bug #20429: use the new pbuf_copy_partial instead...
2007-07-03 goldsimonAdded assertions where PBUF_RAM pbufs are used and...
2007-07-03 goldsimonFinal fix for bug #20021 and some other problems when...
2007-06-29 fbernonMinor fix (extra spaces)
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 goldsimonFixed bug #20021: Moved sendbuf-processing in netconn_w...
2007-06-16 goldsimonMinor fix: coding style
2007-06-16 goldsimonDone some work on task #1549 (function documentation...
2007-06-13 fbernonapi_lib.c: change return expression in netconn_addr...
2007-06-13 fbernondebug.h, api_msg.c: change LWIP_ERROR to use it to...
2007-06-08 fbernonAdd LWIP_TCPIP_CORE_LOCKING option (0 as default value...
2007-05-23 fbernonapi_lib.c: Implement SO_RCVTIMEO for accept and recv...
2007-05-23 fbernonapi_lib.c, sockets.c: Fixed bug #5958 for netconn_liste...
2007-05-23 fbernonapi_lib.c: Fixed bug #5957 "Safe-thread problem inside...
2007-05-23 fbernonapi.h, api_lib.c, api_msg.c, sockets.c: group the diffe...
2007-05-22 fbernonMinor fix (spaces, indent) and check for LWIP_SO_RCVTIMEO..
2007-05-22 fbernonsys.h, sys.c, api_lib.c, tcpip.c: remove sys_mbox_fetch...
2007-05-22 fbernonapi.h, api_lib.c, api_msg.h, api_msg.c: change the...
2007-05-22 goldsimonIncluded patch #5938: changed raw_pcb.protocol from...
2007-05-19 fbernonMinor fixs to reduce footprint on the "recv part" of...
2007-05-18 goldsimonAdded #if !NO_SYS to most of the api files since they...
2007-05-11 fbernonsockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi...
2007-05-10 goldsimonIncluded patch #5920: Create define to override C-libra...
2007-05-04 fbernonsockets.c, api.h, api_lib.c, api_msg.h, api_msg.c:...
2007-04-11 jifl * sys.h, api_lib.c: Provide new sys_mbox_tryfetch...
2007-03-28 fbernonapi.h, api_lib.c, sockets.c: netbuf_ref doesn't check...
2007-03-26 fbernonapi_lib.c (from Dmitry Potapov) : patch for netconn_wri...
2007-03-22 fbernonapi_lib.c: somes resources couldn't be freed if there...
2007-03-21 fbernonapi_lib.c, api_msg.c, tcpip.c: integrate sys_mbox_fetch...
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...
next