]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/api/api_lib.c
sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h: Introduc...
[pes-rpp/rpp-lwip.git] / src / api / api_lib.c
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...
2007-03-06 fbernonImplement SO_RCVTIMEO on UDP sockets/netconn.
2007-03-04 fbernonapi_lib.c: Fix "[patch #5764] api_lib.c cleanup: after...
2007-02-28 kieranm 2007-02-28 Kieran Mansley (based on patch from Simon...
2007-02-26 jifl 2007-02-26 Jonathan Larmour (based on patch from...
2006-10-11 christiaansPartially accepted patch #5449 for ANSI C compatibility...
2006-05-26 christiaansRemoved conn->sem creation and destruction from netconn...
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2004-09-20 kieranmKieran Mansley - kjm25@cam.ac.uk - 20th September 2004
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-19 janipatches 1492, 1493 and 1494 from Marc
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-04-09 davidhaasFixed bug where tearing down a connection would cause...
2003-03-31 kieranmFixed bug in netconn_peer (test pcb for NULL before...
2003-03-19 davidhaasFixed up and made work a PBUF_REF type. Most of the...
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-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-12-17 janiUse C style comments.In debug stataments cast various...
2002-10-19 likewiseInitial revision