| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-30 | mdns: defined the service slot id as unsigned rather than signed. | Our Air Quality | |
| 2019-03-28 | Fix and simplify newlines in doxygen documentation | Freddie Chopin | |
| Replace '\n' with '<br>', as this allows doxygen to understand reference names followed by newline. For some cases just drop the newline if it's not required. Doxygen 1.8.15 doesn't like if the name of reference is followed by anything else than (selected?) punctuation or whitespace. bug #56004 | |||
| 2019-03-20 | Add note about MEMP_NUM_SYS_TIMEOUT in four apps | Dirk Ziegelmeier | |
| 2019-01-28 | Add documentation on how to debug memory pool sizes | Dirk Ziegelmeier | |
| 2018-11-25 | Doxygen: Warnings are errors | Dirk Ziegelmeier | |
| 2018-11-19 | doc/mdns.txt: Update document for mdns API changes | Axel Lin | |
| Update mdns.txt for below API changes: * mdns_resp_add_netif() no longer has dns_ttl argument * mdns_resp_add_service() no longer has dns_ttl arguemnt * mdns_resp_add_service() uses enum mdns_sd_proto for proto argument * Add missing const qualifier at appropriate places Signed-off-by: Axel Lin <[email protected]> | |||
| 2018-11-08 | doc: update our docs for upload to savannah download area | Simon Goldschmidt | |
| 2018-10-08 | Document CMake build system | Dirk Ziegelmeier | |
| 2018-10-02 | Adapt several comments to contrib rep move | Dirk Ziegelmeier | |
| 2018-10-02 | Commit new version info in doxygen file and init.h | Dirk Ziegelmeier | |
| 2018-09-26 | Prepare 2.1.0 release | Simon Goldschmidt | |
| Signed-off-by: Simon Goldschmidt <[email protected]> | |||
| 2018-09-26 | Documentation improvements for 2.1.0 (changelog, altcp) | Simon Goldschmidt | |
| 2018-09-24 | Documentation improvements for 2.1.0 (mainly altcp/altcp_tls) | Simon Goldschmidt | |
| 2018-07-12 | Prepare v2.1.0.rc1 | Simon Goldschmidt | |
| Signed-off-by: Simon Goldschmidt <[email protected]> | |||
| 2018-07-03 | Add CMakeLists.txt to generate source distribution file | Dirk Ziegelmeier | |
| 2018-06-28 | MDNS send probes to verify domain before use | Jens Nielsen | |
| Signed-off-by: Simon Goldschmidt <[email protected]> | |||
| 2018-06-28 | docs: reference the nongnu archive, not nabble | Simon Goldschmidt | |
| 2018-06-07 | docs: use ETH_HWADDR_LEN, not sizeof(netif->hwaddr) | Simon Goldschmidt | |
| 2018-04-23 | Cleanups in CMake build files | Dirk Ziegelmeier | |
| 2018-04-23 | Start working on a CMAKE build system | Dirk Ziegelmeier | |
| 2018-03-21 | Move common 6LoWPAN code to new file lopwan6_common.c | goldsimon | |
| This is mainly IPHC (de)compression. TODO: adapt the 6LoWPAN-over-BLE netif to this. Signed-off-by: goldsimon <[email protected]> | |||
| 2018-02-23 | Add DHCPv6 to documentation | Dirk Ziegelmeier | |
| 2018-02-18 | Improve documentation for 6LOWPAN and SLIPIF | Dirk Ziegelmeier | |
| 2018-02-04 | Improve LWIP_ASSERT_CORE_LOCKED documentation a bit | goldsimon | |
| 2018-02-02 | doc/savannah.txt: Use RSA instead of DSA | Axel Lin | |
| The documentation on savannah recommends using only RSA keys, not DSA. (reference http://savannah.gnu.org/maintenance/SshAccess/) Thus update the doc/savannah.txt to us RSA instead. Signed-off-by: Axel Lin <[email protected]> Acked-by: Simon Goldschmidt <[email protected]> | |||
| 2018-02-01 | tcp: introduce ext_args per pcb | goldsimon | |
| This introduces the concept of ext (external/extended) arguments per tcp_pcb (also for listening pcbs) to store more data than just one "void *arg" per pcb. The "arg" is for use to applications, whereas the ext_args may be used by frameworks and leave "arg" untouched. In addition to a void pointer, callbacks are added to help frameworks migrate arguments from listen pcb to connection pcb and to free args when the pcb is freed. Signed-off-by: goldsimon <[email protected]> | |||
| 2018-01-16 | Documentation - "Common pitfalls": Add some words about buffer alignment | Dirk Ziegelmeier | |
| 2018-01-12 | Update lwip.Doxyfile to doxygen 1.8.13 | Dirk Ziegelmeier | |
| 2018-01-02 | Work on task #14780: Add debug helper asserts to ensure threading/locking ↵ | Dirk Ziegelmeier | |
| requirements are met Update documentation | |||
| 2018-01-02 | Update cache handling in ZeroCopyRx.c - invalidate is faster than flushing | Dirk Ziegelmeier | |
| 2017-12-24 | Add flushing CPU cache to zero-copy RX code example | Dirk Ziegelmeier | |
| 2017-12-24 | Improve cache handling notes from my last commit some more | Dirk Ziegelmeier | |
| 2017-12-24 | Common pitfalls document: Add note that lwip writes to ethernet RX buffers ↵ | Dirk Ziegelmeier | |
| (caching issue!) | |||
| 2017-11-17 | Improve HTTPD documentation | Dirk Ziegelmeier | |
| 2017-10-20 | Move all rawapi.txt to appropriate doxygen docs | Dirk Ziegelmeier | |
| 2017-10-20 | Move API description text from rawapi.txt to doxygen docs | Dirk Ziegelmeier | |
| 2017-10-20 | Move all text from sys_arch.txt to appropriate doxygen places | Dirk Ziegelmeier | |
| 2017-10-17 | Improve system abstraction layer doxygen docs by moving documentation from ↵ | Dirk Ziegelmeier | |
| sys_arch.txt to sys.c | |||
| 2017-10-17 | Improve system abstraction layer doxygen docs by moving documentation from ↵ | Dirk Ziegelmeier | |
| sys_arch.txt to the corresponding functions | |||
| 2017-10-17 | Improve ZeroCopyRx.c code | Dirk Ziegelmeier | |
| 2017-10-17 | Remove raw API TCP/UDP function documentation from rawapi.txt - it is now ↵ | Dirk Ziegelmeier | |
| integrated in doxygen docs. This avoid having a second description for the same stuff that is "bit-rotting" because noone remembers to update this file. Also remove outdated and misleading zero-copy TX information. | |||
| 2017-10-16 | Fix comment indent in main_page.h | Dirk Ziegelmeier | |
| 2017-10-16 | Improve lwIP doxygen documentation by copying several passages from ↵ | Dirk Ziegelmeier | |
| rawapi.txt to the corresponding doxygen places | |||
| 2017-10-16 | Improve lwIP doxygen documentation by copying several passages from ↵ | Dirk Ziegelmeier | |
| rawapi.txt to the corresponding function documentation | |||
| 2017-10-16 | Fix bug #52113: recv callback: To free or not to free pbuf when returning ↵ | Dirk Ziegelmeier | |
| ERR_ABRT? Change the text according to Ambroz' suggestion | |||
| 2017-07-20 | [PATCH] Deprecate sys_arch_sem_wait and sys_arch_mbox_fetch returning the ↵ | Our Air Quality | |
| time waited These are now defined to return != SYS_ARCH_TIMEOUT on success rather than the time waiting. The returned times were unused by lwip and this simplifies at least some implementations. Signed-off-by: goldsimon <[email protected]> | |||
| 2017-07-20 | Clarify that sys_arch_protect() always has a matching unprotect. | Our Air Quality | |
| This is to allow an implementation to use a nesting counter, or a recursive mutex. Also clarify that the value returned by sys_arch_protect() is opaque to lwip and implementation dependent. Signed-off-by: goldsimon <[email protected]> | |||
| 2017-05-18 | Adjust pbuf reuse documentation a bit: pbufs should never be reused after ↵ | goldsimon | |
| transmit | |||
| 2017-05-11 | Fixed bug #51002 | Adrey Vinogradov | |
| Signed-off-by: goldsimon <[email protected]> | |||
| 2017-04-27 | Some documentation updates and fixes | Dirk Ziegelmeier | |
| Dedicated Zero-copy RX page Fix doxygen warnings | |||
