1. db810f4 Made strings separate from C file in order to be sure of text encoding by adamdunkels · 20 years ago
  2. 897472d Added \r\n endings by adamdunkels · 20 years ago
  3. 15c3a8b SMTP implementation using sockets by adamdunkels · 20 years ago
  4. 5a2df1c Initial version of the IRC client by adamdunkels · 20 years ago
  5. f544893 Added newline at end of generated file by adamdunkels · 20 years ago
  6. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  7. e9a3257 Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  8. d067cb5 Name changed from 'Shell server' to 'Telnet server' by adamdunkels · 20 years ago
  9. 30c70da Added eventhandler function by adamdunkels · 20 years ago
  10. 0eeeba7 Handle redrawn/restored display better by adamdunkels · 20 years ago
  11. b0da0e0 Bugfix: prevent process list to overflow GUI by adamdunkels · 20 years ago
  12. 0ff8383 Download files now opened for writing (CFS_WRITE) by adamdunkels · 20 years ago
  13. a9375a4 Removed dispatcher.h dependancy by adamdunkels · 20 years ago
  14. 6ad8b0a Removed uip-signal.h include by adamdunkels · 20 years ago
  15. 499d1b5 Initial version of FTP client by adamdunkels · 20 years ago
  16. 9067a65 Icon name made shorter by adamdunkels · 20 years ago
  17. 29bea81 A very simple text editor by adamdunkels · 20 years ago
  18. f431abe Moved from contiki-cc65 directory, updated to use the CFS API by adamdunkels · 20 years ago
  19. 6908cef New URL by adamdunkels · 20 years ago
  20. ff2a56f Adjusted field width / position to allow content to print completely. by oliverschmidt · 20 years ago
  21. 5d5e883 Removed uip-signal dependancy by adamdunkels · 20 years ago
  22. 46cd143 Updated with the new kernel API by adamdunkels · 20 years ago
  23. 1af0df0 Initial import by adamdunkels · 20 years ago
  24. 6bfb179 shell_gui_init instead of shell_init by adamdunkels · 20 years ago
  25. f2f8cb2 Updated with the new 'ek' kernel API by adamdunkels · 20 years ago
  26. 04d2e37 New kernel API, now accepts button input by adamdunkels · 20 years ago
  27. b9dbe8b Part 3 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  28. 3901c23 Included string.h to avoid stack corruption due to calling __fastcall__ functions without prototypes. by oliverschmidt · 20 years ago
  29. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  30. db300d2 uip_main -> uiplib by adamdunkels · 20 years ago
  31. be960b7 Updated HTTP server strings by adamdunkels · 20 years ago
  32. cf42854 Changed shell_init() call to shell_start(), replaced strncpy() with memcpy() by adamdunkels · 20 years ago
  33. 0e9d8ed Added u32_t typedef by adamdunkels · 20 years ago
  34. 7d3a28f Added a shell_start() function that is called when a new telnet connection is accepted by adamdunkels · 20 years ago
  35. 86c5f21 Added #include resolv.h by adamdunkels · 20 years ago
  36. e2987b0 Moved webclient_timedout() to ensure that a timeout is detected by adamdunkels · 20 years ago
  37. d00b45a Changed bcopy to memcpy by adamdunkels · 20 years ago
  38. 8e5d990 Split telnet deamon and GUI functionality so that the telnet deamon is useful even on non-gui platforms by adamdunkels · 21 years ago
  39. 4a50f18 Updated web server towards working with dynamically loadable files, updated version string by adamdunkels · 21 years ago
  40. cd3d498 Added Telnet options negotiation, now uses memb for memory block allocation, added shell_prompt() function, fixed bugs by adamdunkels · 21 years ago
  41. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago
  42. 25d2dbf Bugfix: redirects work now by adamdunkels · 21 years ago
  43. 75c276c Web browser now works with numeric IP addresses as URLs by adamdunkels · 21 years ago
  44. 8d1e073 Added const qualifier to helper function prototypes by adamdunkels · 21 years ago
  45. 4d2d276 Added const qualifier for error messages, added 'No loader' error message, replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  46. 6f6d88c Added cast from const char * to char * in order to compile under cc65 by adamdunkels · 21 years ago
  47. 2c48882 Added const qualifier for the strings by adamdunkels · 21 years ago
  48. d5a69e6 Changed the port parameter to the uIP listen and connection functions to be in network byte order by adamdunkels · 21 years ago
  49. 0983060 Removed inclusion of file c64-fs.h by adamdunkels · 21 years ago
  50. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  51. 77b7a69 Resized download dialog, added a WWW_CONF_HOMEPAGE option for setting a default homepage by adamdunkels · 21 years ago
  52. 37ac5f2 HTTP redirects now may span hosts by adamdunkels · 21 years ago
  53. 72aebd1 Focus now no longer drops off command entry by adamdunkels · 21 years ago
  54. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  55. c583d21 Increased HTTP header line length to 200, since the older value did not work with all web servers by adamdunkels · 21 years ago
  56. f6eea75 Web browser now asks question about starting downloader application when it starts receiving non-HTML data by adamdunkels · 21 years ago
  57. e6a3f18 HTTP header fields are now case insensitive by adamdunkels · 21 years ago
  58. e200430 Added PETSCII conversions by adamdunkels · 21 years ago
  59. eba7519 Command shell DSC by adamdunkels · 21 years ago
  60. be17526 Generic shell code by adamdunkels · 21 years ago
  61. 627009a First version of remote shell application by adamdunkels · 21 years ago
  62. 328e535 Now loads page directly when pressing enter after typing the URL by adamdunkels · 21 years ago
  63. 506d6c4 Now shows file name in error messages by adamdunkels · 21 years ago
  64. a1bdf18 Removed redundant #ifdefs followed by an #if and replaced them with a single #if by adamdunkels · 21 years ago
  65. f180e34 Made operands 'long' to gain more digits in computation by adamdunkels · 21 years ago
  66. d59dadf Made local variable a register variable to reduce code size - only works with latest cc65 snapshot by adamdunkels · 21 years ago
  67. fb565d9 Fixed bug which made loading start a way down the page when WWW_CONF_PAGEVIEW was set by adamdunkels · 21 years ago
  68. 6fbf76c Made webserver window smaller by adamdunkels · 21 years ago
  69. 09da1ef Telnet window is now centered on screen by adamdunkels · 21 years ago
  70. e3ac720 Setup window is now centered on screen by adamdunkels · 21 years ago
  71. 01e7ba1 Added line breaks to outgoing emails, added better messages when emails have been sent by adamdunkels · 21 years ago
  72. 11bb946 Changed ctk_window_redraw() to redraw_window() by adamdunkels · 21 years ago
  73. 15e26dd Configuring a NULL screensaver now turns screensaver off by adamdunkels · 21 years ago
  74. cd583a5 Fixed bug so that the SMTP works again by adamdunkels · 21 years ago
  75. 9304bee Simple DSC file for the email program by adamdunkels · 21 years ago
  76. 3a30cde E-mail program now works for sending e-mail using the new ctk-textedit widget by adamdunkels · 21 years ago
  77. 8a8138b Added loadable screensaver support by adamdunkels · 21 years ago
  78. 89c1f4e Made window size depend on configured size, added check to log function so that only new URLs are logged in 'Back' queue, added 'Back' log for submitbuttons, added window redraw when scrolling by adamdunkels · 21 years ago
  79. 873b6c7 File field now has size which depends on maxiumum configured URL length, added CC_FASTCALL to reduce code size by adamdunkels · 21 years ago
  80. e063517 Rewrote loops to use explicit pointers instead of indexes, reduces code size for cc65 by adamdunkels · 21 years ago
  81. 1020f7c Added declaration for webserver_log_file() function by adamdunkels · 21 years ago
  82. 7c9ca7e Removed old http_webserver_d64_header string by adamdunkels · 21 years ago
  83. fe6cd59 Added CC_FASTCALL in order to reduce code size by adamdunkels · 21 years ago
  84. 1953928 Better handling of dialog that shows program that is loading by adamdunkels · 21 years ago
  85. 4a5eadf Added allocation of program names from program-handler's address space by adamdunkels · 21 years ago
  86. 1f40cee Updated to use the new C64 DI/O on the C64 target by adamdunkels · 21 years ago
  87. 1a23b5b Made a few pointers register variables which reduces code size by adamdunkels · 21 years ago
  88. c271434 Updated application descrition by adamdunkels · 21 years ago
  89. a28c4d6 simpletelnet_init is now called instead of erroneous telnet_init by adamdunkels · 21 years ago
  90. 058c206 Changed 'Could not open file' error message to 'File not found' by adamdunkels · 21 years ago
  91. 2646b7d Added icon by adamdunkels · 21 years ago
  92. 795ceea Took away error message printf()s by adamdunkels · 21 years ago
  93. fe1e545 Added VNC dsc file by adamdunkels · 21 years ago
  94. 46dbaed Changed memory and open error messages, fixed focus problem with run program window by adamdunkels · 21 years ago
  95. 71efaa0 Updated web pages by adamdunkels · 21 years ago
  96. 1a798bc Added possibility to kill processes by adamdunkels · 21 years ago
  97. c260181 Added poll field to connection state by adamdunkels · 21 years ago
  98. 09c3c76 Fixed bug with user agent field by adamdunkels · 21 years ago
  99. c701807 Webserver now shows log of last requests by adamdunkels · 21 years ago
  100. ef2704d Removed calls to ctk_redraw() and now listens to dispatcher_signal_quit by adamdunkels · 21 years ago