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