1. 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
  2. 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
  3. 123ab1c Removed reduntant ->current field by adamdunkels · 20 years ago
  4. e357785 Added init function by adamdunkels · 20 years ago
  5. d58321e Added init function, bugfix for the last line of text by adamdunkels · 20 years ago
  6. f2fd9c1 PT_BEGIN/PT_END introduced, documentation for local continuations, parenthesis bugfix on PT_WAIT_UNTIL by adamdunkels · 20 years ago
  7. d0c0a2e Poll requrest flag made volatile, since it is set from interrupt handlers by adamdunkels · 20 years ago
  8. 5acd9ef Process priorities now works as expected by adamdunkels · 20 years ago
  9. 3fd572d Removed CTK and CFS includes, since these are not used by non-gui and non-filesystem programs by adamdunkels · 20 years ago
  10. 7790abe Bugfix: a NULL icon bitmap could generate a NULL pointer error by adamdunkels · 20 years ago
  11. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago
  12. f544893 Added newline at end of generated file by adamdunkels · 20 years ago
  13. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  14. 988ec50 Updated text by adamdunkels · 20 years ago
  15. acc6395 Deactivated debug output by default. by oliverschmidt · 20 years ago
  16. a0f331a Added local buffers for the PPP user and password instead of relying on external buffers to stay present (and decoupled setting the two parameters from connection setup). by oliverschmidt · 20 years ago
  17. e9a3257 Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  18. d28b1e1 Added functions for adding items from both ends of list by adamdunkels · 20 years ago
  19. f00bb86 Handle cfs_open() flags, compile under cygwin by adamdunkels · 20 years ago
  20. d067cb5 Name changed from 'Shell server' to 'Telnet server' by adamdunkels · 20 years ago
  21. 30c70da Added eventhandler function by adamdunkels · 20 years ago
  22. 0eeeba7 Handle redrawn/restored display better by adamdunkels · 20 years ago
  23. b0da0e0 Bugfix: prevent process list to overflow GUI by adamdunkels · 20 years ago
  24. 12860b0 Minor documentation update by adamdunkels · 20 years ago
  25. 2fcc519 Socket library documentation added by adamdunkels · 20 years ago
  26. 73e70f4 PT_SPAWN() added, minor documentation changes, PT_INIT() less complex by adamdunkels · 20 years ago
  27. 6d6ef1c Documentation added, interface cleaned up by adamdunkels · 20 years ago
  28. e0b4547 Interface cleaned up by adamdunkels · 20 years ago
  29. 4b4c289 Added missing linefeed. by oliverschmidt · 20 years ago
  30. 3396e9a Imported initial version of PPP. by oliverschmidt · 20 years ago
  31. c7fd77d Minor documentation update by adamdunkels · 20 years ago
  32. ac20534 Semaphores for protothreads by adamdunkels · 20 years ago
  33. 89c27a3 Removed old modules, added pt.h by adamdunkels · 20 years ago
  34. 1706254 Updated documentation by adamdunkels · 20 years ago
  35. c8e7c77 Updated socket library to match the pt interface by adamdunkels · 20 years ago
  36. e1b5384 Shortened uipbuf_bufdata_endmarker() to uipbuf_bufto() by adamdunkels · 20 years ago
  37. ccc6ebc Moved to ek/ by adamdunkels · 20 years ago
  38. ebd157c Moved from lib/, cleaned up interface by adamdunkels · 20 years ago
  39. 0e144fb Explicitly call textcolor() before clearing the desktop and clearing the windows. by oliverschmidt · 20 years ago
  40. e80a47f Allow log_message() to be defined away. by oliverschmidt · 20 years ago
  41. 5c22b92 Fixed bug which caused endmarker to be lost by adamdunkels · 20 years ago
  42. 0ff8383 Download files now opened for writing (CFS_WRITE) by adamdunkels · 20 years ago
  43. 039c3e0 Socket functionality based on stackless protothreads, initial import by adamdunkels · 20 years ago
  44. 92a5996 Moved functionality to uip/socket.c by adamdunkels · 20 years ago
  45. eaea2d8 Purified protothread interface, moved socket functionality into uip/socket.h file by adamdunkels · 20 years ago
  46. 40ea974 Updated for the new kernel, removed dispatcher dependancy by adamdunkels · 20 years ago
  47. a9375a4 Removed dispatcher.h dependancy by adamdunkels · 20 years ago
  48. 539f13c CFS file dialog by adamdunkels · 20 years ago
  49. 6ad8b0a Removed uip-signal.h include by adamdunkels · 20 years ago
  50. 5680786 Functions for buffering input data by adamdunkels · 20 years ago
  51. 39f446c Updated to use the tcpip_output() function rather than uip_fw_output() by adamdunkels · 20 years ago
  52. 157f6d0 Added tcp_unlisten() by adamdunkels · 20 years ago
  53. 475220c Support for TCP splitting, tcp_unlisten() function added, code size optimizations by adamdunkels · 20 years ago
  54. 49432ec Server configuration event now posted asynchronously by adamdunkels · 20 years ago
  55. ad318dd Shorter service name by adamdunkels · 20 years ago
  56. c27f328 Updated CFS API to include directory functions by adamdunkels · 20 years ago
  57. 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
  58. 8268de1 Updated CFS API to include directory functions, moved functions into macros defined in header file by adamdunkels · 20 years ago
  59. 8d64ae5 CFS implementation on top of POSIX by adamdunkels · 20 years ago
  60. d3bccb9 register keyword added to optimize cc65 code size by adamdunkels · 20 years ago
  61. 124723c Added log messages, REQUEST_REPLACE event now posted synchronously by adamdunkels · 20 years ago
  62. 89f7bca Added uIP, CTK and CFS includes by adamdunkels · 20 years ago
  63. b9614dc CTK terminal/telnet server driver implementation, by Mathias Bergvall by adamdunkels · 20 years ago
  64. 18c26e1 Register keyword added to function prototypes by adamdunkels · 20 years ago
  65. 7836629 Color updates, register keyword added to function parameters by adamdunkels · 20 years ago
  66. 28ad2b3 Bugfix: textentries created at run-time now start with y position at top by adamdunkels · 20 years ago
  67. 125483e Support for desktop icon rearrangement after an updated screen resolution by adamdunkels · 20 years ago
  68. 8b12b04 Mouse raster conversion functions moved from vnc-out by adamdunkels · 20 years ago
  69. 29b1a2a Font size definition by adamdunkels · 20 years ago
  70. 6eb3dda New and improved VNC font, taken from the Geneva Macintosh font by adamdunkels · 20 years ago
  71. d802d77 Added F2, F4 and F6 by adamdunkels · 20 years ago
  72. 72a4621 Default values for border width and screen size by adamdunkels · 20 years ago
  73. 8fd59e1 Shorter service name by adamdunkels · 20 years ago
  74. 60612e7 Service implementation of CTK CONIO driver by adamdunkels · 20 years ago
  75. 4b3ba6b ARP table size configurable through uip-conf parameter by adamdunkels · 20 years ago
  76. 499d1b5 Initial version of FTP client by adamdunkels · 20 years ago
  77. 9067a65 Icon name made shorter by adamdunkels · 20 years ago
  78. 29bea81 A very simple text editor by adamdunkels · 20 years ago
  79. f431abe Moved from contiki-cc65 directory, updated to use the CFS API by adamdunkels · 20 years ago
  80. 451edf4 Simple message logging interface by adamdunkels · 20 years ago
  81. 6908cef New URL by adamdunkels · 20 years ago
  82. d9a9107 Changed ctk-conio to display an open menu non-reversed for better visual feedback on b&w platforms. by oliverschmidt · 20 years ago
  83. 141c575 Fixed typo. by oliverschmidt · 20 years ago
  84. ff2a56f Adjusted field width / position to allow content to print completely. by oliverschmidt · 20 years ago
  85. 5d5e883 Removed uip-signal dependancy by adamdunkels · 20 years ago
  86. 46cd143 Updated with the new kernel API by adamdunkels · 20 years ago
  87. 1af0df0 Initial import by adamdunkels · 20 years ago
  88. 6bfb179 shell_gui_init instead of shell_init by adamdunkels · 20 years ago
  89. 454d3c9 The uIP-ekernel interface by adamdunkels · 20 years ago
  90. 37f0b8d Added uip_udp_bind() call by adamdunkels · 20 years ago
  91. 2ae42d8 Packet service interface to the uIP IP packet forwarding code by adamdunkels · 20 years ago
  92. f4d7cb8 Small documentation fix: added to uip group by adamdunkels · 20 years ago
  93. af7d91f Packet driver service interface by adamdunkels · 20 years ago
  94. 2eaaa5f Moved event definitions from uip-signals to uip-event by adamdunkels · 20 years ago
  95. ae920f9 Updated for the new kernel by adamdunkels · 20 years ago
  96. 3717fc2 Example packet service driver by adamdunkels · 20 years ago
  97. 23e64ae Removed advertising clause by adamdunkels · 20 years ago
  98. 077ad94 Updated to new kernel API by adamdunkels · 20 years ago
  99. 26d35ea Contiki file system service interface by adamdunkels · 20 years ago
  100. a4533b4 Merged mt.c and mtp.c and moved into ek/ directory by adamdunkels · 20 years ago