1. a771362 Bugfix: now bails out from POLL_REQUEST call if the TCP connection is unable to accept the poll by adamdunkels · 19 years ago
  2. 82fcc77 Removed compiler warning about icmp_input label being defined when UIP_PINGADDRCONF was not used by adamdunkels · 19 years ago
  3. 3335cd9 Added uIP call for polling an application without triggering any timer by adamdunkels · 19 years ago
  4. 7cd06bb According to Adam the contents of the uip_buf are never assumed to be valid accross events boundaries. The same holds true for file open-read/write-close cycles (at least for module loading and config file i/o). by oliverschmidt · 19 years ago
  5. 31a5026 Moved header size definitions into header file. by adamdunkels · 19 years ago
  6. 049a912 Cleaned up comments - indentation and in some cases content. by adamdunkels · 19 years ago
  7. c4b80c5 Bugfix: UDP checksums are now calculated after all fields have been filled in by adamdunkels · 20 years ago
  8. b380a3e Moved Ethernet address into main uIP module from ARP module by adamdunkels · 20 years ago
  9. 75b9d00 UDP API change: uip_udp_new() now takes port numbers in network byte order like TCP functions. by adamdunkels · 20 years ago
  10. 08eac9e Fixed bug that prevented concurrent reception and transmission of data by adamdunkels · 20 years ago
  11. 9fad413 Rudimentary broadcast support, netmask & draddr moved into main uIP module, URG bugfix, volatile flags removed by adamdunkels · 20 years ago
  12. 399a078 Fixed UDP stuff, added UDP appstate by adamdunkels · 20 years ago
  13. b489e7a Updated to uIP release version 0.9 by adamdunkels · 21 years ago
  14. 0170b08 Joined from contiki-1-1 branch by adamdunkels · 21 years ago
  15. 1e45c6d Updated doxygen documentation, revised copyright stuff by adamdunkels · 21 years ago
  16. a49d1dc Made MSS span entire available buffer, made buffer two bytes longer for safety by adamdunkels · 21 years ago
  17. d962db4 Fixed a bug where the first SYN sometimes contained a zero window by adamdunkels · 21 years ago
  18. a38da25 Removed unused IPv6 code, and did some optimizations for reducing code space by adamdunkels · 21 years ago
  19. cd8c3a2 Added uip_unlisten() which causes a listening port to stop listening by adamdunkels · 21 years ago
  20. 2366402 Optimized code size by changing for() loops into memcpy() and by adding register variables by adamdunkels · 21 years ago
  21. ab4b082 Minor unconfirmed bugfix by adamdunkels · 21 years ago
  22. 759185d Added TCP PSH bit to all outgoing datapackets by adamdunkels · 21 years ago
  23. 47ec7fa Make htons() a regular C function, and added a HTONS() macro. by adamdunkels · 21 years ago
  24. ca9ddcb Initial import by adamdunkels · 21 years ago