1. e80a47f Allow log_message() to be defined away. by oliverschmidt · 20 years ago
  2. 5c22b92 Fixed bug which caused endmarker to be lost by adamdunkels · 20 years ago
  3. 0ff8383 Download files now opened for writing (CFS_WRITE) by adamdunkels · 20 years ago
  4. 039c3e0 Socket functionality based on stackless protothreads, initial import by adamdunkels · 20 years ago
  5. 92a5996 Moved functionality to uip/socket.c by adamdunkels · 20 years ago
  6. eaea2d8 Purified protothread interface, moved socket functionality into uip/socket.h file by adamdunkels · 20 years ago
  7. 40ea974 Updated for the new kernel, removed dispatcher dependancy by adamdunkels · 20 years ago
  8. a9375a4 Removed dispatcher.h dependancy by adamdunkels · 20 years ago
  9. 539f13c CFS file dialog by adamdunkels · 20 years ago
  10. 6ad8b0a Removed uip-signal.h include by adamdunkels · 20 years ago
  11. 5680786 Functions for buffering input data by adamdunkels · 20 years ago
  12. 39f446c Updated to use the tcpip_output() function rather than uip_fw_output() by adamdunkels · 20 years ago
  13. 157f6d0 Added tcp_unlisten() by adamdunkels · 20 years ago
  14. 475220c Support for TCP splitting, tcp_unlisten() function added, code size optimizations by adamdunkels · 20 years ago
  15. 49432ec Server configuration event now posted asynchronously by adamdunkels · 20 years ago
  16. ad318dd Shorter service name by adamdunkels · 20 years ago
  17. c27f328 Updated CFS API to include directory functions by adamdunkels · 20 years ago
  18. ab6f3bd Protothreads: a very simple kind of threads that allow blocking functions, but that hold only very limited thread state and therefore require less memory than traditional threads by adamdunkels · 20 years ago
  19. 8268de1 Updated CFS API to include directory functions, moved functions into macros defined in header file by adamdunkels · 20 years ago
  20. 8d64ae5 CFS implementation on top of POSIX by adamdunkels · 20 years ago
  21. d3bccb9 register keyword added to optimize cc65 code size by adamdunkels · 20 years ago
  22. 124723c Added log messages, REQUEST_REPLACE event now posted synchronously by adamdunkels · 20 years ago
  23. 89f7bca Added uIP, CTK and CFS includes by adamdunkels · 20 years ago
  24. b9614dc CTK terminal/telnet server driver implementation, by Mathias Bergvall by adamdunkels · 20 years ago
  25. 18c26e1 Register keyword added to function prototypes by adamdunkels · 20 years ago
  26. 7836629 Color updates, register keyword added to function parameters by adamdunkels · 20 years ago
  27. 28ad2b3 Bugfix: textentries created at run-time now start with y position at top by adamdunkels · 20 years ago
  28. 125483e Support for desktop icon rearrangement after an updated screen resolution by adamdunkels · 20 years ago
  29. 8b12b04 Mouse raster conversion functions moved from vnc-out by adamdunkels · 20 years ago
  30. 29b1a2a Font size definition by adamdunkels · 20 years ago
  31. 6eb3dda New and improved VNC font, taken from the Geneva Macintosh font by adamdunkels · 20 years ago
  32. d802d77 Added F2, F4 and F6 by adamdunkels · 20 years ago
  33. 72a4621 Default values for border width and screen size by adamdunkels · 20 years ago
  34. 8fd59e1 Shorter service name by adamdunkels · 20 years ago
  35. 60612e7 Service implementation of CTK CONIO driver by adamdunkels · 20 years ago
  36. 4b3ba6b ARP table size configurable through uip-conf parameter by adamdunkels · 20 years ago
  37. 499d1b5 Initial version of FTP client by adamdunkels · 20 years ago
  38. 9067a65 Icon name made shorter by adamdunkels · 20 years ago
  39. 29bea81 A very simple text editor by adamdunkels · 20 years ago
  40. f431abe Moved from contiki-cc65 directory, updated to use the CFS API by adamdunkels · 20 years ago
  41. 451edf4 Simple message logging interface by adamdunkels · 20 years ago
  42. 6908cef New URL by adamdunkels · 20 years ago
  43. d9a9107 Changed ctk-conio to display an open menu non-reversed for better visual feedback on b&w platforms. by oliverschmidt · 20 years ago
  44. 141c575 Fixed typo. by oliverschmidt · 20 years ago
  45. ff2a56f Adjusted field width / position to allow content to print completely. by oliverschmidt · 20 years ago
  46. 5d5e883 Removed uip-signal dependancy by adamdunkels · 20 years ago
  47. 46cd143 Updated with the new kernel API by adamdunkels · 20 years ago
  48. 1af0df0 Initial import by adamdunkels · 20 years ago
  49. 6bfb179 shell_gui_init instead of shell_init by adamdunkels · 20 years ago
  50. 454d3c9 The uIP-ekernel interface by adamdunkels · 20 years ago
  51. 37f0b8d Added uip_udp_bind() call by adamdunkels · 20 years ago
  52. 2ae42d8 Packet service interface to the uIP IP packet forwarding code by adamdunkels · 20 years ago
  53. f4d7cb8 Small documentation fix: added to uip group by adamdunkels · 20 years ago
  54. af7d91f Packet driver service interface by adamdunkels · 20 years ago
  55. 2eaaa5f Moved event definitions from uip-signals to uip-event by adamdunkels · 20 years ago
  56. ae920f9 Updated for the new kernel by adamdunkels · 20 years ago
  57. 3717fc2 Example packet service driver by adamdunkels · 20 years ago
  58. 23e64ae Removed advertising clause by adamdunkels · 20 years ago
  59. 077ad94 Updated to new kernel API by adamdunkels · 20 years ago
  60. 26d35ea Contiki file system service interface by adamdunkels · 20 years ago
  61. a4533b4 Merged mt.c and mtp.c and moved into ek/ directory by adamdunkels · 20 years ago
  62. 50b3feb Multithreading library implementation by adamdunkels · 20 years ago
  63. a8c2b49 The Contiki kernel service layer. by adamdunkels · 20 years ago
  64. 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
  65. d0dd827 Module removed, merged into ek.o and tcpip.o modules as well by adamdunkels · 20 years ago
  66. da2782e Kitchen-sink include file for all Contiki includes, applications should only need to inlude this file by adamdunkels · 20 years ago
  67. 1f9a9a1 Now uses the new kernel API, widgets can now have a flags field by adamdunkels · 20 years ago
  68. 3b548c8 Now uses the new kernel API, add window border dimensions by adamdunkels · 20 years ago
  69. 0e84060 Now uses the new kernel API by adamdunkels · 20 years ago
  70. 6c16898 Added window border dimensions by adamdunkels · 20 years ago
  71. 074dd97 CTK screen drawing service interface by adamdunkels · 20 years ago
  72. ca2cbe5 Added window border dimensions and ctk_arch_isprint() by adamdunkels · 20 years ago
  73. f8919f6 Updated example configurations by adamdunkels · 20 years ago
  74. f2f8cb2 Updated with the new 'ek' kernel API by adamdunkels · 20 years ago
  75. 04d2e37 New kernel API, now accepts button input by adamdunkels · 20 years ago
  76. ec09d9b Updated text, new URL by adamdunkels · 20 years ago
  77. 4037b26 Removed 40 char static buffer used for printing potentially truncated strings. by oliverschmidt · 20 years ago
  78. a98def5 Excluded icon drawing code from compilation if no icon support is configured. by oliverschmidt · 20 years ago
  79. f42b7bc Changed desktop window to draw desktop icons non-focused when another window is open. by oliverschmidt · 20 years ago
  80. b9dbe8b Part 3 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  81. 84b3084 Part 2 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  82. 9163a3f Part 1 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  83. 104e5fd Updated ctk configuration example to match with the current code base. by oliverschmidt · 20 years ago
  84. 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
  85. 3901c23 Included string.h to avoid stack corruption due to calling __fastcall__ functions without prototypes. by oliverschmidt · 20 years ago
  86. 29cfbb8 added include uip.h by adamdunkels · 20 years ago
  87. 4a5453c dispatcher_udp_new only when WITH_UIP defined by adamdunkels · 20 years ago
  88. 7241302 Default init function name changed to loader_appinit by adamdunkels · 20 years ago
  89. c961908 Added ctk_arch_isprint() in text entry box by adamdunkels · 20 years ago
  90. 3785cbb Broadcast support by adamdunkels · 20 years ago
  91. c2bb62a Netmask & draddr moved into main uIP module by adamdunkels · 20 years ago
  92. 2e649e1 Netmask & draddr moved into main uIP module, now using IP address macros by adamdunkels · 20 years ago
  93. 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
  94. 9fad413 Rudimentary broadcast support, netmask & draddr moved into main uIP module, URG bugfix, volatile flags removed by adamdunkels · 20 years ago
  95. a425317 Rudimentary broadcast support by adamdunkels · 20 years ago
  96. d106ecc New timer library module by adamdunkels · 20 years ago
  97. b18fa65 Added dispatcher poll request by adamdunkels · 20 years ago
  98. a59c9b5 New homepage URL by adamdunkels · 20 years ago
  99. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  100. 9b85259 Removed old advertising clause, changed bcopy to memcpy by adamdunkels · 20 years ago