1. 06b40b4 Removed the #ifdef around the htons in preparation of the upcoming Apple2 banking support. by oliverschmidt · 18 years ago
  2. a771362 Bugfix: now bails out from POLL_REQUEST call if the TCP connection is unable to accept the poll by adamdunkels · 19 years ago
  3. 82fcc77 Removed compiler warning about icmp_input label being defined when UIP_PINGADDRCONF was not used by adamdunkels · 19 years ago
  4. 0dd56df Added UIP_APPDATA_SIZE macro that holds the available buffer size for user data by adamdunkels · 19 years ago
  5. 36d49be Fixed minor typo by adamdunkels · 19 years ago
  6. 3335cd9 Added uIP call for polling an application without triggering any timer by adamdunkels · 19 years ago
  7. 2e91181 Defined UIP_RECEIVE_WINDOW explicitly as 'unsigned int' constant to avoid promotion to 'long'. by oliverschmidt · 19 years ago
  8. 3742087 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  9. 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
  10. c234b43 Updated documentation by adamdunkels · 19 years ago
  11. 31a5026 Moved header size definitions into header file. by adamdunkels · 19 years ago
  12. 72a8303 Moved header size definitions into header file. by adamdunkels · 19 years ago
  13. d0791bb Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  14. 0d7a19d Minor documentation fix: renamed 'signal' to 'event' by adamdunkels · 19 years ago
  15. 6f737b7 Added documentation to uIP/Contiki API by adamdunkels · 19 years ago
  16. 4bbc0c3 Removed unused pollhandler by adamdunkels · 19 years ago
  17. 3f5bc0a Added documentation group by adamdunkels · 19 years ago
  18. 58efc01 Fixed bug which could cause crash: TCP_POLL and UDP_POLL events with by adamdunkels · 19 years ago
  19. 2f9f468 Documentation update for SOCKET_WAIT_UNTIL() by adamdunkels · 19 years ago
  20. 7461bcb Fixed documentation bug wrt device driver sending packets. Minor spelling fixes by adamdunkels · 19 years ago
  21. 049a912 Cleaned up comments - indentation and in some cases content. by adamdunkels · 19 years ago
  22. 79a8e6f Added custom printing code so that sprintf can be skipped by adamdunkels · 20 years ago
  23. 8f96bfb Added DHCP client by adamdunkels · 20 years ago
  24. 7cc0676 Allow UDP checksums to be configured via uip-conf.h file by adamdunkels · 20 years ago
  25. 5f64c24 Added support for sending IP broadcasts, removed out-commented code by adamdunkels · 20 years ago
  26. 53773cb Added prototype for uip_udpchksum() by adamdunkels · 20 years ago
  27. c4b80c5 Bugfix: UDP checksums are now calculated after all fields have been filled in by adamdunkels · 20 years ago
  28. ced5f97 Added support for telling server which options that are requested, bugfix for cc65 where DHCP message was overwritten, now only listen to replies for our requests by adamdunkels · 20 years ago
  29. b380a3e Moved Ethernet address into main uIP module from ARP module by adamdunkels · 20 years ago
  30. 78135c5 Added prototypes for "force poll" functions by adamdunkels · 20 years ago
  31. e3bf747 UDP API change for port numbers in network byte order by adamdunkels · 20 years ago
  32. 75b9d00 UDP API change: uip_udp_new() now takes port numbers in network byte order like TCP functions. by adamdunkels · 20 years ago
  33. bb2c3ff Functions for converting IP packets into textual repressentations by adamdunkels · 20 years ago
  34. e33d437 DHCP client by adamdunkels · 20 years ago
  35. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  36. 08eac9e Fixed bug that prevented concurrent reception and transmission of data by adamdunkels · 20 years ago
  37. bae0a30 Added a socket_generator_send() function that allows data to be dynamically generated using an external function by adamdunkels · 20 years ago
  38. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  39. 66583f2 Obsolete, functionality moved to tcpip.c by adamdunkels · 20 years ago
  40. af6f2ef Handle EK_EVENT_REPLACE event by adamdunkels · 20 years ago
  41. c9c2dab Bugfix: socket read is no longer ended on segment boundaries by adamdunkels · 20 years ago
  42. bce2a81 Added register variables, for cc65 efficiency reasons by adamdunkels · 20 years ago
  43. cad2e49 Added parenthesis just to be on the safe side by adamdunkels · 20 years ago
  44. e59ce4a Added register variables, for cc65 size reasons by adamdunkels · 20 years ago
  45. a7fab99 Updated documentation, fixed bugs, added a socket_newdata call that enables SOCKET_WAIT_UNTIL() that waits for either new data or a condition by adamdunkels · 20 years ago
  46. bdafa39 Fixed bugs, added a socket_newdata call that enables SOCKET_WAIT_UNTIL() that waits for either new data or a condition by adamdunkels · 20 years ago
  47. 6d6ef1c Documentation added, interface cleaned up by adamdunkels · 20 years ago
  48. e0b4547 Interface cleaned up by adamdunkels · 20 years ago
  49. 4b4c289 Added missing linefeed. by oliverschmidt · 20 years ago
  50. c8e7c77 Updated socket library to match the pt interface by adamdunkels · 20 years ago
  51. e1b5384 Shortened uipbuf_bufdata_endmarker() to uipbuf_bufto() by adamdunkels · 20 years ago
  52. 5c22b92 Fixed bug which caused endmarker to be lost by adamdunkels · 20 years ago
  53. 039c3e0 Socket functionality based on stackless protothreads, initial import by adamdunkels · 20 years ago
  54. 5680786 Functions for buffering input data by adamdunkels · 20 years ago
  55. 39f446c Updated to use the tcpip_output() function rather than uip_fw_output() by adamdunkels · 20 years ago
  56. 157f6d0 Added tcp_unlisten() by adamdunkels · 20 years ago
  57. 475220c Support for TCP splitting, tcp_unlisten() function added, code size optimizations by adamdunkels · 20 years ago
  58. 49432ec Server configuration event now posted asynchronously by adamdunkels · 20 years ago
  59. ad318dd Shorter service name by adamdunkels · 20 years ago
  60. 4b3ba6b ARP table size configurable through uip-conf parameter by adamdunkels · 20 years ago
  61. 454d3c9 The uIP-ekernel interface by adamdunkels · 20 years ago
  62. 37f0b8d Added uip_udp_bind() call by adamdunkels · 20 years ago
  63. 2ae42d8 Packet service interface to the uIP IP packet forwarding code by adamdunkels · 20 years ago
  64. f4d7cb8 Small documentation fix: added to uip group by adamdunkels · 20 years ago
  65. af7d91f Packet driver service interface by adamdunkels · 20 years ago
  66. 2eaaa5f Moved event definitions from uip-signals to uip-event by adamdunkels · 20 years ago
  67. ae920f9 Updated for the new kernel by adamdunkels · 20 years ago
  68. 3717fc2 Example packet service driver by adamdunkels · 20 years ago
  69. 29cfbb8 added include uip.h by adamdunkels · 20 years ago
  70. 3785cbb Broadcast support by adamdunkels · 20 years ago
  71. c2bb62a Netmask & draddr moved into main uIP module by adamdunkels · 20 years ago
  72. 2e649e1 Netmask & draddr moved into main uIP module, now using IP address macros by adamdunkels · 20 years ago
  73. 18076c6 Many new IP address macros (compare, copy, mask, etc), netmask & draddr moved into main uIP module, volatile flags removed by adamdunkels · 20 years ago
  74. 9fad413 Rudimentary broadcast support, netmask & draddr moved into main uIP module, URG bugfix, volatile flags removed by adamdunkels · 20 years ago
  75. a425317 Rudimentary broadcast support by adamdunkels · 20 years ago
  76. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  77. ee26fe3 First version of TCP throughput booster hack by adamdunkels · 20 years ago
  78. f0626ad Number of UDP connections configurable through UIP_CONF_UDP_CONNS by adamdunkels · 20 years ago
  79. 8c36501 uip_arp_ipin removed, ARP requests now result in ARP table update by adamdunkels · 20 years ago
  80. 86a4a95 Statistics, logging added as uip-conf options by adamdunkels · 20 years ago
  81. 01f657c Updated documentation by adamdunkels · 20 years ago
  82. 5da9902 Bugfix by Sprio Trikaliotis by adamdunkels · 20 years ago
  83. 63ba911 Reduced default size of forwarding cache to two by adamdunkels · 20 years ago
  84. 981ae0d resolv_init() no loader a program loader init function by adamdunkels · 20 years ago
  85. 0b2cc0f IP address conversion function now in uiplib, buffering functions to come. by adamdunkels · 20 years ago
  86. 0574b11 Moved obsolete file contents into uiplib.[ch] by adamdunkels · 20 years ago
  87. d29b88a Declarations moved from arch dirs by adamdunkels · 20 years ago
  88. 399a078 Fixed UDP stuff, added UDP appstate by adamdunkels · 20 years ago
  89. 048a33f Now can handle any number of forward caches, added a periodic time-out function by adamdunkels · 20 years ago
  90. d913334 Added uip-fw return values by adamdunkels · 20 years ago
  91. a333ee1 Resolver now a proper process by adamdunkels · 20 years ago
  92. 0138578 Now uses the UDP functions from the disptacher by adamdunkels · 20 years ago
  93. 4735e72 Added UDP support to the dispatcher, added two configuration options UIP_CONF_RECEIVE_WINDOW and UIP_CONF_LLH_LEN by adamdunkels · 20 years ago
  94. 5f13299 Added support for error return values for error indication by adamdunkels · 20 years ago
  95. b489e7a Updated to uIP release version 0.9 by adamdunkels · 21 years ago
  96. feac9cb *** empty log message *** by adamdunkels · 21 years ago
  97. 75df636 Now sends ICMP time-exceeded if the TTL is decremented to zero by adamdunkels · 21 years ago
  98. 033e51d Added the ability to configure IP address with a single ping packet by adamdunkels · 21 years ago
  99. 0170b08 Joined from contiki-1-1 branch by adamdunkels · 21 years ago
  100. 4b70611 Experimental uIP packet forwarding module by adamdunkels · 21 years ago