1. 4b3ba6b ARP table size configurable through uip-conf parameter by adamdunkels · 20 years ago
  2. 499d1b5 Initial version of FTP client by adamdunkels · 20 years ago
  3. 9067a65 Icon name made shorter by adamdunkels · 20 years ago
  4. 29bea81 A very simple text editor by adamdunkels · 20 years ago
  5. f431abe Moved from contiki-cc65 directory, updated to use the CFS API by adamdunkels · 20 years ago
  6. 451edf4 Simple message logging interface by adamdunkels · 20 years ago
  7. 6908cef New URL by adamdunkels · 20 years ago
  8. d9a9107 Changed ctk-conio to display an open menu non-reversed for better visual feedback on b&w platforms. by oliverschmidt · 20 years ago
  9. 141c575 Fixed typo. by oliverschmidt · 20 years ago
  10. ff2a56f Adjusted field width / position to allow content to print completely. by oliverschmidt · 20 years ago
  11. 5d5e883 Removed uip-signal dependancy by adamdunkels · 20 years ago
  12. 46cd143 Updated with the new kernel API by adamdunkels · 20 years ago
  13. 1af0df0 Initial import by adamdunkels · 20 years ago
  14. 6bfb179 shell_gui_init instead of shell_init by adamdunkels · 20 years ago
  15. 454d3c9 The uIP-ekernel interface by adamdunkels · 20 years ago
  16. 37f0b8d Added uip_udp_bind() call by adamdunkels · 20 years ago
  17. 2ae42d8 Packet service interface to the uIP IP packet forwarding code by adamdunkels · 20 years ago
  18. f4d7cb8 Small documentation fix: added to uip group by adamdunkels · 20 years ago
  19. af7d91f Packet driver service interface by adamdunkels · 20 years ago
  20. 2eaaa5f Moved event definitions from uip-signals to uip-event by adamdunkels · 20 years ago
  21. ae920f9 Updated for the new kernel by adamdunkels · 20 years ago
  22. 3717fc2 Example packet service driver by adamdunkels · 20 years ago
  23. 23e64ae Removed advertising clause by adamdunkels · 20 years ago
  24. 077ad94 Updated to new kernel API by adamdunkels · 20 years ago
  25. 26d35ea Contiki file system service interface by adamdunkels · 20 years ago
  26. a4533b4 Merged mt.c and mtp.c and moved into ek/ directory by adamdunkels · 20 years ago
  27. 50b3feb Multithreading library implementation by adamdunkels · 20 years ago
  28. a8c2b49 The Contiki kernel service layer. by adamdunkels · 20 years ago
  29. 2764255 The new kernel, functionality moved from dispatcher.c and improved. Now supports flexble services (ek-service.c) and a more consistent terminology. All uIP dependancies have been moved into tcpip.c module. by adamdunkels · 20 years ago
  30. d0dd827 Module removed, merged into ek.o and tcpip.o modules as well by adamdunkels · 20 years ago
  31. da2782e Kitchen-sink include file for all Contiki includes, applications should only need to inlude this file by adamdunkels · 20 years ago
  32. 1f9a9a1 Now uses the new kernel API, widgets can now have a flags field by adamdunkels · 20 years ago
  33. 3b548c8 Now uses the new kernel API, add window border dimensions by adamdunkels · 20 years ago
  34. 0e84060 Now uses the new kernel API by adamdunkels · 20 years ago
  35. 6c16898 Added window border dimensions by adamdunkels · 20 years ago
  36. 074dd97 CTK screen drawing service interface by adamdunkels · 20 years ago
  37. ca2cbe5 Added window border dimensions and ctk_arch_isprint() by adamdunkels · 20 years ago
  38. f8919f6 Updated example configurations by adamdunkels · 20 years ago
  39. f2f8cb2 Updated with the new 'ek' kernel API by adamdunkels · 20 years ago
  40. 04d2e37 New kernel API, now accepts button input by adamdunkels · 20 years ago
  41. ec09d9b Updated text, new URL by adamdunkels · 20 years ago
  42. 4037b26 Removed 40 char static buffer used for printing potentially truncated strings. by oliverschmidt · 20 years ago
  43. a98def5 Excluded icon drawing code from compilation if no icon support is configured. by oliverschmidt · 20 years ago
  44. f42b7bc Changed desktop window to draw desktop icons non-focused when another window is open. by oliverschmidt · 20 years ago
  45. b9dbe8b Part 3 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  46. 84b3084 Part 2 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  47. 9163a3f Part 1 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  48. 104e5fd Updated ctk configuration example to match with the current code base. by oliverschmidt · 20 years ago
  49. d52d46c Changed the behaviour of text entry widgets so that i.e. a widget with width five actually allows typing in five chars. After the last char the cursor isn't advanced. The DEL key works accordingly which is deleting the last char doesn't move back the cursor. by oliverschmidt · 20 years ago
  50. 3901c23 Included string.h to avoid stack corruption due to calling __fastcall__ functions without prototypes. by oliverschmidt · 20 years ago
  51. 29cfbb8 added include uip.h by adamdunkels · 20 years ago
  52. 4a5453c dispatcher_udp_new only when WITH_UIP defined by adamdunkels · 20 years ago
  53. 7241302 Default init function name changed to loader_appinit by adamdunkels · 20 years ago
  54. c961908 Added ctk_arch_isprint() in text entry box by adamdunkels · 20 years ago
  55. 3785cbb Broadcast support by adamdunkels · 20 years ago
  56. c2bb62a Netmask & draddr moved into main uIP module by adamdunkels · 20 years ago
  57. 2e649e1 Netmask & draddr moved into main uIP module, now using IP address macros by adamdunkels · 20 years ago
  58. 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
  59. 9fad413 Rudimentary broadcast support, netmask & draddr moved into main uIP module, URG bugfix, volatile flags removed by adamdunkels · 20 years ago
  60. a425317 Rudimentary broadcast support by adamdunkels · 20 years ago
  61. d106ecc New timer library module by adamdunkels · 20 years ago
  62. b18fa65 Added dispatcher poll request by adamdunkels · 20 years ago
  63. a59c9b5 New homepage URL by adamdunkels · 20 years ago
  64. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  65. 9b85259 Removed old advertising clause, changed bcopy to memcpy by adamdunkels · 20 years ago
  66. 1d2858f Removed old advertising clause, nicer window edges by adamdunkels · 20 years ago
  67. 76a4c4a Removed old advertising clause by adamdunkels · 20 years ago
  68. 6d35d55 Updated with new URL, rewritten by adamdunkels · 20 years ago
  69. 70743e1 only define CH_ENTER if it isn't defined already by sannyx · 20 years ago
  70. 6afc9c5 Synchronous post function renamed by adamdunkels · 20 years ago
  71. f32abcc Begin merging new kernel into old code -> removed dispatcher_listen() function, synchronous post now properly named by adamdunkels · 20 years ago
  72. af3e094 Added documentation for uIP split and lib modules by adamdunkels · 20 years ago
  73. 09e2757 Focused widgets in background windows are no longer drawn in reverse by adamdunkels · 20 years ago
  74. ee26fe3 First version of TCP throughput booster hack by adamdunkels · 20 years ago
  75. f0626ad Number of UDP connections configurable through UIP_CONF_UDP_CONNS by adamdunkels · 20 years ago
  76. 8c36501 uip_arp_ipin removed, ARP requests now result in ARP table update by adamdunkels · 20 years ago
  77. c2e0e66 NULL definition now follows standard by adamdunkels · 20 years ago
  78. f339ec8 First version of the preemptive multi-threading library by adamdunkels · 20 years ago
  79. 1a21b92 Made dispatcher_curproc available, updated documentation by adamdunkels · 20 years ago
  80. 97cb424 Updated text on main page by adamdunkels · 20 years ago
  81. 86a4a95 Statistics, logging added as uip-conf options by adamdunkels · 20 years ago
  82. 01f657c Updated documentation by adamdunkels · 20 years ago
  83. bca8332 Updated to latest Doxygen version by adamdunkels · 20 years ago
  84. dd780b2 Define NULL by adamdunkels · 20 years ago
  85. 5da9902 Bugfix by Sprio Trikaliotis by adamdunkels · 20 years ago
  86. db300d2 uip_main -> uiplib by adamdunkels · 20 years ago
  87. 63ba911 Reduced default size of forwarding cache to two by adamdunkels · 20 years ago
  88. 0f41361 Added CC_DOUBLE_HASH config option for C compilers that support ## style macro definitions by adamdunkels · 20 years ago
  89. d3e1522 Updated documentation by adamdunkels · 20 years ago
  90. 981ae0d resolv_init() no loader a program loader init function by adamdunkels · 20 years ago
  91. 0b2cc0f IP address conversion function now in uiplib, buffering functions to come. by adamdunkels · 20 years ago
  92. 0574b11 Moved obsolete file contents into uiplib.[ch] by adamdunkels · 20 years ago
  93. 24243c2 Header file containing version number string by adamdunkels · 20 years ago
  94. d29b88a Declarations moved from arch dirs by adamdunkels · 20 years ago
  95. 399a078 Fixed UDP stuff, added UDP appstate by adamdunkels · 20 years ago
  96. 048a33f Now can handle any number of forward caches, added a periodic time-out function by adamdunkels · 20 years ago
  97. 9e15ad7 Fixed memset() bug by adamdunkels · 20 years ago
  98. 97435a9 Semi-abstract linked list implementation that might be useful by adamdunkels · 20 years ago
  99. be960b7 Updated HTTP server strings by adamdunkels · 20 years ago
  100. 7068025 Initial import by adamdunkels · 20 years ago