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