95 Commits (f3b7bca3cf80ff6a2bc66f794bfc4e202cfd5e4e)

Author SHA1 Message Date
Sylvain Rochet 1ee574944c PPP, Documentation, fixed mistake about pppos_input_sys 10 years ago
Sylvain Rochet 495fc61a34 Documentation: SNMP: update to recent changes 11 years ago
Sylvain Rochet 9e0202b38f PPP, PPP_MAXIDLEFLAG is now in ms instead of jiffies 11 years ago
Sylvain Rochet e588dfdbce documentation: savannah: updated for Git 11 years ago
Sylvain Rochet 2f40d19193 trivial CVS to Git renaming 11 years ago
Sylvain Rochet 9882dd5eff documentation: rawapi: more syntax fixes 11 years ago
Sylvain Rochet bb92a059b6 documentation: rawapi: syntax fixes 11 years ago
Sylvain Rochet 47a579f54f documentation: rawapi: improved documentation on multithreading state 11 years ago
Sylvain Rochet 6746f1d13c documentation: rawapi: update to current lwIP design 11 years ago
Sylvain Rochet 74939c20c4 doc: contrib: CVS -> Git, punctuation fixes 11 years ago
Sylvain Rochet b55412a0c4 PPP, PPPoS, replaced static sio_write() calls to a user defined callback 11 years ago
Sylvain Rochet 81d3337681 Documentation, add pppapi.h to thread-safe header whitelist 11 years ago
goldsimon cb28380f47 Add doxygen config + main-file used by Frédéric to create http://www.nongnu.org/lwip/ for 1.3.0 (see https://lists.gnu.org/archive/html/lwip-users/2013-01/msg00062.html) - just so that it doesn't get lost 11 years ago
Sylvain Rochet 43c38a5aeb PPP, Documentation, add that we support MPPE 11 years ago
Edgar Bonet fb456e00ac Fix documentation of TCP_WRITE_FLAG_MORE. 11 years ago
Sylvain Rochet ee752ab1ce PPP, PPPoS, renamed PPP_INPROC_MULTITHREADED to PPP_INPROC_IRQ_SAFE 11 years ago
Sylvain Rochet 0da64f430e PPP, Documentation, improved PPP_INPROC_MULTITHREADED part 11 years ago
Sylvain Rochet d50494f274 PPP, Documentation, added DNS change 11 years ago
Sylvain Rochet 4b5e867a69 PPP: Documentation: replaced deprecated ip_ntoa() to ipaddr_ntoa() 11 years ago
Sylvain Rochet 7857c22277 PPP, Documentation, updated 11 years ago
Sylvain Rochet 2731976a95 PPP, renamed ppp_open to ppp_connect 11 years ago
Sylvain Rochet 4be7fccad3 PPP, CORE, ppp_close() and ppp_sighup() ended up sharing almost everything, merged 11 years ago
Sylvain Rochet 9052511c86 PPP, Documentation, fixed PPP_INPROC_MULTITHREADED default status 11 years ago
Sylvain Rochet c5973dd411 PPP, Documentation, minor fixes 11 years ago
Sylvain Rochet e5f38bf391 PPP, added PPP documentation 11 years ago
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