1. b1041b8 Made telnet work more than once in non-loader environments. by oliverschmidt · 20 years ago
  2. 4d55ed5 Minor spell mistake fix by adamdunkels · 20 years ago
  3. 8478bee Added initialization so that the module is initalized before first use by adamdunkels · 20 years ago
  4. f7a92b2 Added PETSCII->ASCII conversion by adamdunkels · 20 years ago
  5. c2bd043 Added a LOADER_UNLOAD() that for some reason had been previously removed by adamdunkels · 20 years ago
  6. 606c70b Files no longer have hardcoded mime types by adamdunkels · 20 years ago
  7. 0c38881 Updated VNC client to comply with recept API changes by adamdunkels · 20 years ago
  8. a3c3103 Removed inclusion of obsolete uip-event.h file by adamdunkels · 20 years ago
  9. 4c09222 A timer_reset should reset the timer from the current clock time by adamdunkels · 20 years ago
  10. 3eac04f Fixed bug with BITMAP widget by adamdunkels · 20 years ago
  11. 4e85294 Added support for resetting a registered service by adamdunkels · 20 years ago
  12. ccdcba2 Support for shutdown of CTK draw service by adamdunkels · 20 years ago
  13. adea462 Added support for refer logging by adamdunkels · 20 years ago
  14. 08eac9e Fixed bug that prevented concurrent reception and transmission of data by adamdunkels · 20 years ago
  15. bae0a30 Added a socket_generator_send() function that allows data to be dynamically generated using an external function by adamdunkels · 20 years ago
  16. b63552d Rewrite of the HTTP server, now implemented using sockets by adamdunkels · 20 years ago
  17. 66dd2f1 Updated default web pages with nicer layout by adamdunkels · 20 years ago
  18. 25e9508 Added support for CTCP VERSION queries by adamdunkels · 20 years ago
  19. b66de80 Better naming of string variables by adamdunkels · 20 years ago
  20. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  21. 66583f2 Obsolete, functionality moved to tcpip.c by adamdunkels · 20 years ago
  22. af6f2ef Handle EK_EVENT_REPLACE event by adamdunkels · 20 years ago
  23. c9c2dab Bugfix: socket read is no longer ended on segment boundaries by adamdunkels · 20 years ago
  24. b1a88e2 Bugfix: runwindow closed before it is opened to protect from multiple instances by adamdunkels · 20 years ago
  25. 051cf87 Added POP3 strings by adamdunkels · 20 years ago
  26. 20ac8f6 More descriptive icon name by adamdunkels · 20 years ago
  27. 56dc363 Window one char wider by adamdunkels · 20 years ago
  28. 8d8b745 Added /me action message by adamdunkels · 20 years ago
  29. 44cce8c Added /me action message, moved log size configuration to irc-conf.h file by adamdunkels · 20 years ago
  30. 6c19043 Initial version of POP3 client implementation by adamdunkels · 20 years ago
  31. 856c68b Bugfix: process number entry now cleared after process is killed by adamdunkels · 20 years ago
  32. 28c6f90 Bugfixes for buffer overflows, 80 colum size by adamdunkels · 20 years ago
  33. 8b1784b Added extra byte at end of buffer to avoid bugs by adamdunkels · 20 years ago
  34. 8fcaca5 Bigger buffers by adamdunkels · 20 years ago
  35. d3d4ec6 IRC strings added by adamdunkels · 20 years ago
  36. bce2a81 Added register variables, for cc65 efficiency reasons by adamdunkels · 20 years ago
  37. cad2e49 Added parenthesis just to be on the safe side by adamdunkels · 20 years ago
  38. e59ce4a Added register variables, for cc65 size reasons by adamdunkels · 20 years ago
  39. 269d7be Tried making the web browser quicker by reducing the amount of function calls made during the parsing. Loops are now used, which are quicker but uses a little more code space by adamdunkels · 20 years ago
  40. de8082f Added const qualfier to keep cc65 happy by adamdunkels · 20 years ago
  41. 999e372 Fixed quit crash bug, lines can now be twice the width of the screen by adamdunkels · 20 years ago
  42. 2bd076e Moved strings into separate file, made server input parsing *much* quicker by adamdunkels · 20 years ago
  43. db810f4 Made strings separate from C file in order to be sure of text encoding by adamdunkels · 20 years ago
  44. 897472d Added \r\n endings by adamdunkels · 20 years ago
  45. 15c3a8b SMTP implementation using sockets by adamdunkels · 20 years ago
  46. 5a2df1c Initial version of the IRC client by adamdunkels · 20 years ago
  47. 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
  48. 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
  49. 123ab1c Removed reduntant ->current field by adamdunkels · 20 years ago
  50. e357785 Added init function by adamdunkels · 20 years ago
  51. d58321e Added init function, bugfix for the last line of text by adamdunkels · 20 years ago
  52. f2fd9c1 PT_BEGIN/PT_END introduced, documentation for local continuations, parenthesis bugfix on PT_WAIT_UNTIL by adamdunkels · 20 years ago
  53. d0c0a2e Poll requrest flag made volatile, since it is set from interrupt handlers by adamdunkels · 20 years ago
  54. 5acd9ef Process priorities now works as expected by adamdunkels · 20 years ago
  55. 3fd572d Removed CTK and CFS includes, since these are not used by non-gui and non-filesystem programs by adamdunkels · 20 years ago
  56. 7790abe Bugfix: a NULL icon bitmap could generate a NULL pointer error by adamdunkels · 20 years ago
  57. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago
  58. f544893 Added newline at end of generated file by adamdunkels · 20 years ago
  59. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  60. 988ec50 Updated text by adamdunkels · 20 years ago
  61. acc6395 Deactivated debug output by default. by oliverschmidt · 20 years ago
  62. 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
  63. e9a3257 Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  64. d28b1e1 Added functions for adding items from both ends of list by adamdunkels · 20 years ago
  65. f00bb86 Handle cfs_open() flags, compile under cygwin by adamdunkels · 20 years ago
  66. d067cb5 Name changed from 'Shell server' to 'Telnet server' by adamdunkels · 20 years ago
  67. 30c70da Added eventhandler function by adamdunkels · 20 years ago
  68. 0eeeba7 Handle redrawn/restored display better by adamdunkels · 20 years ago
  69. b0da0e0 Bugfix: prevent process list to overflow GUI by adamdunkels · 20 years ago
  70. 12860b0 Minor documentation update by adamdunkels · 20 years ago
  71. 2fcc519 Socket library documentation added by adamdunkels · 20 years ago
  72. 73e70f4 PT_SPAWN() added, minor documentation changes, PT_INIT() less complex by adamdunkels · 20 years ago
  73. 6d6ef1c Documentation added, interface cleaned up by adamdunkels · 20 years ago
  74. e0b4547 Interface cleaned up by adamdunkels · 20 years ago
  75. 4b4c289 Added missing linefeed. by oliverschmidt · 20 years ago
  76. 3396e9a Imported initial version of PPP. by oliverschmidt · 20 years ago
  77. c7fd77d Minor documentation update by adamdunkels · 20 years ago
  78. ac20534 Semaphores for protothreads by adamdunkels · 20 years ago
  79. 89c27a3 Removed old modules, added pt.h by adamdunkels · 20 years ago
  80. 1706254 Updated documentation by adamdunkels · 20 years ago
  81. c8e7c77 Updated socket library to match the pt interface by adamdunkels · 20 years ago
  82. e1b5384 Shortened uipbuf_bufdata_endmarker() to uipbuf_bufto() by adamdunkels · 20 years ago
  83. ccc6ebc Moved to ek/ by adamdunkels · 20 years ago
  84. ebd157c Moved from lib/, cleaned up interface by adamdunkels · 20 years ago
  85. 0e144fb Explicitly call textcolor() before clearing the desktop and clearing the windows. by oliverschmidt · 20 years ago
  86. e80a47f Allow log_message() to be defined away. by oliverschmidt · 20 years ago
  87. 5c22b92 Fixed bug which caused endmarker to be lost by adamdunkels · 20 years ago
  88. 0ff8383 Download files now opened for writing (CFS_WRITE) by adamdunkels · 20 years ago
  89. 039c3e0 Socket functionality based on stackless protothreads, initial import by adamdunkels · 20 years ago
  90. 92a5996 Moved functionality to uip/socket.c by adamdunkels · 20 years ago
  91. eaea2d8 Purified protothread interface, moved socket functionality into uip/socket.h file by adamdunkels · 20 years ago
  92. 40ea974 Updated for the new kernel, removed dispatcher dependancy by adamdunkels · 20 years ago
  93. a9375a4 Removed dispatcher.h dependancy by adamdunkels · 20 years ago
  94. 539f13c CFS file dialog by adamdunkels · 20 years ago
  95. 6ad8b0a Removed uip-signal.h include by adamdunkels · 20 years ago
  96. 5680786 Functions for buffering input data by adamdunkels · 20 years ago
  97. 39f446c Updated to use the tcpip_output() function rather than uip_fw_output() by adamdunkels · 20 years ago
  98. 157f6d0 Added tcp_unlisten() by adamdunkels · 20 years ago
  99. 475220c Support for TCP splitting, tcp_unlisten() function added, code size optimizations by adamdunkels · 20 years ago
  100. 49432ec Server configuration event now posted asynchronously by adamdunkels · 20 years ago