70 Commits (085c1594de4d69b50d26f0881526ac3d1c181aed)

Author SHA1 Message Date
Simon Goldschmidt eb6bcdb3ee Removed the demand to post trivial patches to lwip-users, things keep getting lost there. 13 years ago
goldsimon 09ac68c196 Fixed documentation after changing sys arch prototypes for 1.4.0 15 years ago
goldsimon 12c2d7e4cf - changed "struct ip_addr" to "ip_addr_t"; 15 years ago
goldsimon 036cb26fa3 sys_arch_timeouts() is not needed any more. 15 years ago
goldsimon 4e3b2b9f6b Fixed bug #32561 tcp_poll argument definition out-of-order in documentation 15 years ago
goldsimon 4d1ff2418e Fixed bug #29271 (Application can't re-use pbufs) by updating the doc to not allow reusing pbufs after passing them to a send function 16 years ago
goldsimon d2c632fb18 patch #7145: Various typos in SNMP files 16 years ago
goldsimon 0644c4c08e Fixed bug #27871: Calling tcp_abort() in recv callback can lead to accessing unallocated memory. As a consequence, ERR_ABRT means the application has called tcp_abort()! 16 years ago
fbernon ce5699f41b minor changes: typos and coding style 17 years ago
goldsimon aefeba3fc0 Added note about printf formatter defines 17 years ago
goldsimon 72e9cf53e7 Added netbuf.h to files that may be called from any thread 17 years ago
goldsimon e66d315c9b Added more threading info 17 years ago
goldsimon bdd5586cee Added a word or two on threading, which should be sufficient to close task #6683 17 years ago
goldsimon 029b786c77 Fixed bug #26069: Corrected documentation: if tcp_connect fails, pcb->err is called, not pcb->connected (with an error code). 17 years ago
jifl 03aa8270a6 document that eth drivers input function should be ethernet_input 18 years ago
goldsimon 52e8ec03ba Clarify that timeout == 0 means wait forever 18 years ago
fbernon 8d0f689cb5 Minor changes: typo in doc files. 18 years ago
fbernon 7518acf634 rawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes for task #7675 "Enable to refuse data on a TCP_EVENT_RECV call". Important, behavior changes for the tcp_recv callback (see rawapi.txt). 18 years ago
fbernon 5941b3c86e sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h: Introduce changes for task #7490 "Add return value to sys_mbox_post" with some modifications in the sys_mbox api: sys_mbox_new take a "size" parameters which indicate the number of pointers query by the mailbox. There is three defines in opt.h to indicate sizes for tcpip::mbox, netconn::recvmbox, and for the netconn::acceptmbox. Port maintainers, you can decide to just add this new parameter in your implementation, but to ignore it to keep the previous behavior. The new sys_mbox_trypost function return a value to know if the mailbox is full or if the message is posted. Take a look to sys_arch.txt for more details. This new function is used in tcpip_input (so, can be called in an interrupt context since the function is not blocking), and in recv_udp and recv_raw. 18 years ago
fbernon 32005617b9 rawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c, sockets.c, tcp.h, tcp.c, tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the "backlog" parameter in an u8_t, 0 is interpreted as "smallest queue", add documentation in the rawapi.txt file. 18 years ago
fbernon 3f96a15fd4 Minor changes (tabs) 19 years ago
fbernon 1a104762ea Update documentation for the SNMP uptime timestamp. 19 years ago
fbernon 2a5209bb5a Update documentation for the SNMP uptime timestamp. 19 years ago
goldsimon 199648ff37 Changed initialization: many init functions are not needed any more since we now rely on the compiler initializing global and static variables to zero! 19 years ago
fbernon 90a3f88c08 Change parameters list for sys_thread_new (see "task #7252 : Create sys_thread_new_ex()"). Two new parameters have to be provided: a task name, and a task stack size. For this one, since it's platform dependant, you could define the best one for you in your lwipopts.h. For port maintainers, you can just add these new parameters in your sys_arch.c file, and but it's not mandatory, use them in your OS specific functions. 19 years ago
fbernon 231d965bcb Minor fix (use ETHARP_HWADDR_LEN) 19 years ago
jifl 58b3b0603d Note succesful error return for sys_arch_mbox_tryfetch 19 years ago
jifl 9d43d74ee3 Document new sys_arch_mbox_tryfetch requirement for ports 19 years ago
fbernon e075581d76 no message 19 years ago
christiaans 5fcf6418cf Added warning about using mem_malloc in sys_arch.c, cold case bug #1913 . 20 years ago
christiaans bc182cab7c Removed EXPERIMENTAL status. 20 years ago
christiaans c5bd3f5e3b Documented TRAP destination setup. 20 years ago
christiaans 8559f3e583 MIB-2 object values near to completion, just committing for keeping the flame alive. 20 years ago
christiaans 54bb20b486 Added SNMP statistics to struct netif and changed SNMP macro glue. 20 years ago
christiaans 6b2979027e Add preliminairy documentation for the SNMP agent. 20 years ago
likewise 9a23e9839b Initial commit of FILES in doc/ 20 years ago
christiaans ed1e3899af Added optimalization hints. 20 years ago
likewise b5340dd739 Updated CVS server host names and documentation about pserver anonymous, SSH non-anonymous access to it. 21 years ago
christiaans 6a17ef925d Described initialization procedure. 21 years ago
likewise ec0c2bea6e Changed behaviour into implementation. 22 years ago
likewise ec9b447be1 17th October 2004 Leon Woestenberg <leon.woestenberg@gmx.net> 22 years ago
likewise 785f90d9fa Updated the use of Savannah docs (merged from STABLE-0_7 branch). 22 years ago
likewise 8d052ecf24 Source documentation added. 22 years ago
likewise efed3f1f0d Mentioned placement of closing curly brace (block end). 22 years ago
likewise e4295396ac Re-instantiated the pack directives. Nested structs do break individual field natural alignment on arm-gcc. 22 years ago
likewise 79110ba469 Removed all structure packing directives. Protocol header fields are naturally aligned by design. 22 years ago
likewise b8ee8808b4 Updated release procedure to match Savannah changes. 22 years ago
likewise bfdf19f56c Make udp_disconnect() clear its remote address association. 22 years ago
likewise f6a8e1df03 Added up-to-date explanation of CVS over SSH on Savannah. 22 years ago
likewise 707d31a083 Merged from main. 22 years ago