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