Commit Graph

  • f70d30b91d Added PPPAUTHTYPE_ANY marcbou 2003-07-04 15:55:11 +0000
  • d400f77dea Wrapping MEM_ALIGN macros in #ifndef robert 2003-07-02 17:09:28 +0000
  • 351e590e01 Merged from DEVEL. marcbou 2003-06-27 20:46:11 +0000
  • f8dd991949 change #if 0's to #ifdef LWIP_UDP_TODO for temporary convenience.. marcbou 2003-06-27 19:45:19 +0000
  • b7d3687ea4 Added authType to pppSetAuth() and CHAP client support (build unix port with -DLWIP_PPP_CHAP_TEST to test it) marcbou 2003-06-27 19:35:10 +0000
  • a4a597da99 fixed 'numereous' misspelling. marcbou 2003-06-25 12:43:57 +0000
  • cee4f976a8 define and detect ECE (ECN echo) and CWR (congestion window reduced) flags. Behaviour not affected.Based on patch #1600 by arbon jani 2003-06-23 22:33:56 +0000
  • b77b7cc1e2 Harmful statement introduced to avoid duplicate code in eth timer and to fix the compile warning in only one place jani 2003-06-23 22:24:11 +0000
  • 092bcca5f7 C comment style for this line.Again :) jani 2003-06-23 22:21:51 +0000
  • 45756246b9 Merged from DEVEL. STABLE-0_6_4 leonwoestenberg 2003-06-23 18:06:26 +0000
  • d12ce425b0 Updated the Changelog to reflect known changes. leonwoestenberg 2003-06-23 18:02:50 +0000
  • 77eea999d9 Applied Patch #1326 (TCP: readability, debugging, performance fixes by floriZ) with various improvements and adaptations. marcbou 2003-06-19 14:26:21 +0000
  • cea3ff9d38 Change TCP_TMR_INTERVAL from 100 to 250ms. tcp_fasttmr() and tcp_slowtmr() call frequencies should remain unchanged, but system load will be reduced. Closes patch #1495. Please email me if you see any issues with this. Non-standard TCP timer definitions in contrib/ports/v2pro/lwipopts.h might need adjustment as a consequence of this change. marcbou 2003-06-19 12:45:32 +0000
  • 6657b656f5 Eliminated memp_mallocp() and memp_freep() in favour of memp_malloc() and memp_free() respectively. Protection is always used, except while zeroing out memory ;-). Closes patch #1184. If you see any issues with this change please email me. marcbou 2003-06-19 12:32:24 +0000
  • d5e08d7d78 Workaround for [hn]to[nh][ls] naming collisions on some platforms (only used if LWIP_PREFIX_BYTEORDER_FUNCS is defined). Closes patch #1490. marcbou 2003-06-19 12:16:42 +0000
  • 611fb3a1f9 Merged from DEVEL. merged_from_main_to_STABLE marcbou 2003-06-19 11:50:54 +0000
  • ec1c2a714e merged from DEVEL. marcbou 2003-06-19 11:35:26 +0000
  • 98bd3028f2 pbuf_dechain() needed by PPP. marcbou 2003-06-19 11:34:02 +0000
  • 55f64f13c7 Important bug fixes and improvements. merged_from_main_to_DEVEL marcbou 2003-06-19 11:31:25 +0000
  • bbc33080e7 Merged from DEVEL. marcbou 2003-06-19 11:15:39 +0000
  • 506a57392c Merged from DEVEL marcbou 2003-06-19 11:08:57 +0000
  • a9cd9d185c Patch #1625. Check ipaddr != NULL, also in ip_addr_debug_print() macro. likewise 2003-06-19 10:33:58 +0000
  • f0e0e72e4d Patch #1623: Add missing pbuf_free() call after pbuf_chain() in slipif_input() marcbou 2003-06-19 10:30:13 +0000
  • d61b274a09 Patch #1623: Add missing pbuf_free() call after pbuf_chain() in slipif_input() marcbou 2003-06-19 10:24:32 +0000
  • 7be9cb71fe Patch #1624. Fixes ip_addr_debug_print() macro formatters. likewise 2003-06-19 10:01:19 +0000
  • d717d627c2 Fixes bug reported on lwip-users by Florian Zschocke on 13-06-2003 16:07. The lwip_select() could truncate the timeout to become 0 (wait forever). likewise 2003-06-17 14:04:54 +0000
  • 9e513a7bf0 Added the basics of doing a merge from DEVEL to main. likewise 2003-06-17 11:41:08 +0000
  • 7108c57876 Merged with DEVEL. likewise 2003-06-13 12:16:29 +0000
  • a59f230bc1 Changed documentation to reflect changes to CVS repository. likewise 2003-06-13 08:28:22 +0000
  • 14802bcadb Initial commit. likewise 2003-06-13 08:02:39 +0000
  • 49873ee687 Initial commit. likewise 2003-06-13 07:40:53 +0000
  • cea2c0bbc4 Fixed a string literal being wrongly split over two lines. likewise 2003-06-12 07:18:57 +0000
  • 93dfcdce93 Fixes wrongly cast LWIP_DEBUGF arguments (patch #1596 and more). likewise 2003-06-11 22:34:51 +0000
  • ba786dc49b Applied patch #1596 fixing wrongly cast LWIP_DEBUGF arguments. (printf expects integers on the var args stack) likewise 2003-06-11 22:11:42 +0000
  • af384440f8 Applied patch #1597 likewise 2003-06-11 21:22:58 +0000
  • 8014551908 Changed DEBUGF to LWIP_DEBUGF kieranm 2003-06-10 10:45:29 +0000
  • c699921ff0 Fixed a multi-line comment. likewise 2003-06-09 21:32:55 +0000
  • df99ce9d98 Replaced all tabs with two spaces (regardless of indentation is correct). likewise 2003-06-09 21:14:47 +0000
  • 829744dfe6 More precise comments on address change. likewise 2003-06-09 21:08:55 +0000
  • 734400cafa Only free the queued packets if there are any. likewise 2003-06-09 20:28:10 +0000
  • b306cab8be Additional documentation on the subtle difference of a 'pbuf chain' and a 'packet queue'. likewise 2003-06-06 08:34:37 +0000
  • 031a4cbdd8 Increased number of debug messages to see pbuf chain actions. likewise 2003-06-05 14:15:46 +0000
  • 0fc282e182 Numerated contents so that they can be refered to. likewise 2003-06-04 20:00:11 +0000
  • 1eaf425627 Mentioned pbuf_alloc() fixes. likewise 2003-06-04 19:43:29 +0000
  • 326b8ff728 Fixed a memory leak when only a part of a PBUF_POOL chain could be allocated. likewise 2003-06-04 19:09:11 +0000
  • 9ed2b7e03c pbuf_alloc() forgot to set tot_len field for PBUF_POOL pbufs. likewise 2003-06-04 09:06:22 +0000
  • 08703f46f8 Several additional documentation fixes. likewise 2003-06-04 08:58:51 +0000
  • ea08652416 fixed sio_read_abort prototype jani 2003-06-02 11:30:47 +0000
  • 26d9b28f77 sio and PPP updates from Marc jani 2003-06-02 11:12:56 +0000
  • 2bfd55fd69 sys_msleep and sys_jiffies used by PPP code.From Marc jani 2003-06-02 11:10:20 +0000
  • 39a6db4097 inet_ntoa and inet_aton from Marc jani 2003-06-02 11:09:01 +0000
  • ff63557d39 Cleanups in PPP: C++ comments removed, make it compile for unixsim too. Does not work yet only compiles jani 2003-05-30 08:49:34 +0000
  • 4c7290fed0 Mention PPP in changelog jani 2003-05-28 06:21:04 +0000
  • 31776e23fe add PPP stack from Marc. Work in progress jani 2003-05-27 14:37:56 +0000
  • 6719f10034 put LWIP_MAX and LWIP_MIN macros in def.h and use these instead of locally declaring them in .c files jani 2003-05-27 13:44:08 +0000
  • b0273c9209 fix warning jani 2003-05-27 13:40:54 +0000
  • 4ae13c6c26 Set UDP_FLAGS_CONNECTED in udp_connect(). likewise 2003-05-20 11:23:59 +0000
  • cf7054dff2 Merging some fixes that had been committed into STABLE. likewise 2003-05-20 09:49:04 +0000
  • b8eeee5528 dhcp_recv() left dangling dhcp->p pointer in case of unexpected message. This could result in pbuf_free() assertion (ref count 0) or crashes. likewise 2003-05-20 09:04:10 +0000
  • 30d5b11628 Cleanup of some formatting and comments. likewise 2003-05-20 08:16:29 +0000
  • cd65d36822 patches 1492, 1493 and 1494 from Marc jani 2003-05-19 14:41:54 +0000
  • cda867d52b Applied patches posted by Marc Boucher on lwip-users May 18th 2003. likewise 2003-05-18 22:29:10 +0000
  • 24a9063721 add sio_read and sio_write to beused by PPP jani 2003-05-06 12:20:57 +0000
  • 840953c0e3 empty lightweight protection macros defined not only for no_sys jani 2003-05-06 12:19:53 +0000
  • 398bf575d9 C++ comments cleanup jani 2003-05-06 12:15:08 +0000
  • 8bfe344923 fix format warning jani 2003-05-06 12:13:34 +0000
  • c3fa5819fd simplify MEM_ALIGN_SIZE macro jani 2003-05-06 11:24:42 +0000
  • 7e73e4728d Made pbuf flags unsigned. Added "incoming broadcast" flag. likewise 2003-05-03 09:44:09 +0000
  • 03bc7c868b Major stylo search/replace for "One space between keyword and opening bracket." likewise 2003-05-01 13:24:01 +0000
  • 4c3f44b0d2 add PPP_DEBUG option and align all options to teh same colums using spaces and no tabs.closes patch #1306 too jani 2003-05-01 09:36:08 +0000
  • b031be753a Patch #1308. Disabled, as one issue in dhcp.c (file field overloading) needs fix. likewise 2003-05-01 09:03:20 +0000
  • 6e9c995fc8 Fixed packet header debug formatters. likewise 2003-05-01 08:37:24 +0000
  • 6ee1644db7 Patch #1183 applied. This drops short ICMP packets. likewise 2003-05-01 08:29:54 +0000
  • 7cb64f2a43 Patch #1183 applied. This drops short UDP/TCP packets. likewise 2003-05-01 08:03:51 +0000
  • 6c907ce8d1 Patch #1308. Still disabled, as it needs to make sure no file field is not overloaded. likewise 2003-05-01 08:00:41 +0000
  • a0eb47d561 Implemented packet (de)queueing. Unused, etharp.c must be adapted next. likewise 2003-05-01 07:48:01 +0000
  • 084c45d3db Added dummy parameters for the empty macros snmp_add_ifinoctets and snmp_add_ifoutoctets in order to avoid compiler warnings. anderscarlman 2003-04-27 09:51:59 +0000
  • 0ef3b9b3c5 Re-added code for checking tail-parameter for NULL in pbuf_chain() to provide for better backward compatibility. anderscarlman 2003-04-26 20:32:23 +0000
  • ea5cd98e83 Mentioned changes to netif that imply changes for network drivers. likewise 2003-04-25 13:23:10 +0000
  • 12bb78a425 Either first or last packet can be queued through ARP_QUEUE_FIRST option. likewise 2003-04-22 15:09:56 +0000
  • 042b2a39d9 Either first or last packet can be queued. Fixed (err_t)NULL return value in etharp_query(). likewise 2003-04-22 15:08:47 +0000
  • 1204e461c8 add definitions for PF_UNSPEC and IPPROTO_IP jani 2003-04-22 13:37:14 +0000
  • 9bc16878ea Fixed tabs into spaces. Fixed other stylos. likewise 2003-04-16 07:39:48 +0000
  • 7662015de6 obsolete PCB handling only active when TCP is enabled jani 2003-04-15 14:58:35 +0000
  • e4775d4162 alignment fix from Marc Boucher jani 2003-04-15 14:56:03 +0000
  • e147801ed8 Mention DHCP fix. likewise 2003-04-15 14:43:36 +0000
  • ed14a32224 Stylo. likewise 2003-04-15 14:40:55 +0000
  • 4ecb01f4fd Changed netif name formatting from %s to %c%c. likewise 2003-04-15 14:32:13 +0000
  • a1efd95d0f hexadecimal notation for NETIF_FLAGS_ likewise 2003-04-15 12:44:15 +0000
  • ac2b4c2174 Debug levels set on some serious debug messages. likewise 2003-04-15 12:43:15 +0000
  • 9ef5a61b1e Prevent compiler warning on unused function arguments. likewise 2003-04-15 12:41:52 +0000
  • b68c91c973 Debug message shows requested pbuf type (of ROM/REF) upon memory allocation failure. likewise 2003-04-15 12:38:48 +0000
  • 710ac00024 dhcp_inform() did not set and unset netif->dhcp. always generated assert failure. likewise 2003-04-15 12:37:06 +0000
  • a96a12ed1f Prevent warnings about unused function arguments. likewise 2003-04-15 11:27:52 +0000
  • a8976fd367 Again accepted NULL to indicate IP_ADDR_ANY. likewise 2003-04-15 09:16:39 +0000
  • 11e0cf6f40 Added NETIF_FLAG_LINK_UP. Not used yet. likewise 2003-04-14 12:29:45 +0000
  • dc1ac6107f Disabled pbuf_dechain() as it not currently in use. likewise 2003-04-14 12:17:08 +0000
  • f9538c9395 Disabled pbuf_dechain() as it not currently in use. Fixed comment position. likewise 2003-04-14 11:37:12 +0000
  • 445a64d933 Stronger debugging/assertion. likewise 2003-04-14 11:36:17 +0000
  • d1940302bb Removed the lines setting dhcp->msg_in and dhcp->options_in to NULL, since this is done implicitly through dhcp_free_reply(). anderscarlman 2003-04-12 15:40:43 +0000