1. 19c1876 Added missing include for sprintf(). by oliverschmidt · 19 years ago
  2. be6e4dc Prefilled port with 23 and fixed several bugs: by oliverschmidt · 19 years ago
  3. ca9101d CTK_TEXTENTRY_CLEAR() already includes memset(). by oliverschmidt · 19 years ago
  4. 30d048a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  5. bf5bffe Improved web browser usability by setting the focus to the [down] button when "stopped" (but not when "done"). Fortunately this doesn't increase the memory used as I removed an obsolete focus setting somewhere else. by oliverschmidt · 19 years ago
  6. 01e9d1e Made processes window two chars wider to have more chars for service names (and made killprocnum textentry field non-scroll). by oliverschmidt · 19 years ago
  7. 823e855 Changed the name of webserver_log and webserver_log_file to httpd_log and httpd_log_file in order to make httpd independent of webserver.c by adamdunkels · 19 years ago
  8. b8adcdf Rewrote scrip to not use the Unix find command by adamdunkels · 19 years ago
  9. f29d888 Rewrote the dynamic output support. Instead of using separate "script" by adamdunkels · 19 years ago
  10. a900bff Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  11. d0791bb Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  12. fdcbf75 Enlarged dialog to make 'Close' button fit. by oliverschmidt · 19 years ago
  13. cd5e89a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  14. 10f4b8d Removed unused variables. by oliverschmidt · 19 years ago
  15. d11555c Optimized web broser centering code: by oliverschmidt · 19 years ago
  16. 533f7e2 Saved some more bytes of memory with CTK_CONF_SCREENSAVER = 0. by oliverschmidt · 19 years ago
  17. 453510a Fixed bug in the web broswer primarily showing up: by oliverschmidt · 19 years ago
  18. 162df37 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  19. 317947c Avoid textentry widgets wider than their text length. by oliverschmidt · 20 years ago
  20. 764c474 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  21. 52042b3 Fixed typo (?) by oliverschmidt · 20 years ago
  22. e4e58ac Updated version string by adamdunkels · 20 years ago
  23. b386530 Added DHCP client frontent by adamdunkels · 20 years ago
  24. ec2f4a1 Bugfix: DHCP client can now be restarted in a non-loader environment by adamdunkels · 20 years ago
  25. 2cba96f Moved functions around to be able to skip extra declarations by adamdunkels · 20 years ago
  26. 42ad15c DHCP client GUI by adamdunkels · 20 years ago
  27. ac01294 Made the quit button work by adamdunkels · 20 years ago
  28. d251e84 Converted generator functions to comply with the generator function prototype by adamdunkels · 20 years ago
  29. 94b7121 Updated web pages by adamdunkels · 20 years ago
  30. 0dce2c9 Added process listing function by adamdunkels · 20 years ago
  31. 8e34952 Updated web pages by adamdunkels · 20 years ago
  32. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  33. b1041b8 Made telnet work more than once in non-loader environments. by oliverschmidt · 20 years ago
  34. f7a92b2 Added PETSCII->ASCII conversion by adamdunkels · 20 years ago
  35. c2bd043 Added a LOADER_UNLOAD() that for some reason had been previously removed by adamdunkels · 20 years ago
  36. 606c70b Files no longer have hardcoded mime types by adamdunkels · 20 years ago
  37. 0c38881 Updated VNC client to comply with recept API changes by adamdunkels · 20 years ago
  38. a3c3103 Removed inclusion of obsolete uip-event.h file by adamdunkels · 20 years ago
  39. adea462 Added support for refer logging by adamdunkels · 20 years ago
  40. b63552d Rewrite of the HTTP server, now implemented using sockets by adamdunkels · 20 years ago
  41. 66dd2f1 Updated default web pages with nicer layout by adamdunkels · 20 years ago
  42. 25e9508 Added support for CTCP VERSION queries by adamdunkels · 20 years ago
  43. b66de80 Better naming of string variables by adamdunkels · 20 years ago
  44. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  45. b1a88e2 Bugfix: runwindow closed before it is opened to protect from multiple instances by adamdunkels · 20 years ago
  46. 051cf87 Added POP3 strings by adamdunkels · 20 years ago
  47. 20ac8f6 More descriptive icon name by adamdunkels · 20 years ago
  48. 56dc363 Window one char wider by adamdunkels · 20 years ago
  49. 8d8b745 Added /me action message by adamdunkels · 20 years ago
  50. 44cce8c Added /me action message, moved log size configuration to irc-conf.h file by adamdunkels · 20 years ago
  51. 6c19043 Initial version of POP3 client implementation by adamdunkels · 20 years ago
  52. 856c68b Bugfix: process number entry now cleared after process is killed by adamdunkels · 20 years ago
  53. 28c6f90 Bugfixes for buffer overflows, 80 colum size by adamdunkels · 20 years ago
  54. 8b1784b Added extra byte at end of buffer to avoid bugs by adamdunkels · 20 years ago
  55. 8fcaca5 Bigger buffers by adamdunkels · 20 years ago
  56. d3d4ec6 IRC strings added by adamdunkels · 20 years ago
  57. 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
  58. 999e372 Fixed quit crash bug, lines can now be twice the width of the screen by adamdunkels · 20 years ago
  59. 2bd076e Moved strings into separate file, made server input parsing *much* quicker by adamdunkels · 20 years ago
  60. db810f4 Made strings separate from C file in order to be sure of text encoding by adamdunkels · 20 years ago
  61. 897472d Added \r\n endings by adamdunkels · 20 years ago
  62. 15c3a8b SMTP implementation using sockets by adamdunkels · 20 years ago
  63. 5a2df1c Initial version of the IRC client by adamdunkels · 20 years ago
  64. f544893 Added newline at end of generated file by adamdunkels · 20 years ago
  65. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  66. e9a3257 Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  67. d067cb5 Name changed from 'Shell server' to 'Telnet server' by adamdunkels · 20 years ago
  68. 30c70da Added eventhandler function by adamdunkels · 20 years ago
  69. 0eeeba7 Handle redrawn/restored display better by adamdunkels · 20 years ago
  70. b0da0e0 Bugfix: prevent process list to overflow GUI by adamdunkels · 20 years ago
  71. 0ff8383 Download files now opened for writing (CFS_WRITE) by adamdunkels · 20 years ago
  72. a9375a4 Removed dispatcher.h dependancy by adamdunkels · 20 years ago
  73. 6ad8b0a Removed uip-signal.h include by adamdunkels · 20 years ago
  74. 499d1b5 Initial version of FTP client by adamdunkels · 20 years ago
  75. 9067a65 Icon name made shorter by adamdunkels · 20 years ago
  76. 29bea81 A very simple text editor by adamdunkels · 20 years ago
  77. f431abe Moved from contiki-cc65 directory, updated to use the CFS API by adamdunkels · 20 years ago
  78. 6908cef New URL by adamdunkels · 20 years ago
  79. ff2a56f Adjusted field width / position to allow content to print completely. by oliverschmidt · 20 years ago
  80. 5d5e883 Removed uip-signal dependancy by adamdunkels · 20 years ago
  81. 46cd143 Updated with the new kernel API by adamdunkels · 20 years ago
  82. 1af0df0 Initial import by adamdunkels · 20 years ago
  83. 6bfb179 shell_gui_init instead of shell_init by adamdunkels · 20 years ago
  84. f2f8cb2 Updated with the new 'ek' kernel API by adamdunkels · 20 years ago
  85. 04d2e37 New kernel API, now accepts button input by adamdunkels · 20 years ago
  86. b9dbe8b Part 3 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  87. 3901c23 Included string.h to avoid stack corruption due to calling __fastcall__ functions without prototypes. by oliverschmidt · 20 years ago
  88. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  89. db300d2 uip_main -> uiplib by adamdunkels · 20 years ago
  90. be960b7 Updated HTTP server strings by adamdunkels · 20 years ago
  91. cf42854 Changed shell_init() call to shell_start(), replaced strncpy() with memcpy() by adamdunkels · 21 years ago
  92. 0e9d8ed Added u32_t typedef by adamdunkels · 21 years ago
  93. 7d3a28f Added a shell_start() function that is called when a new telnet connection is accepted by adamdunkels · 21 years ago
  94. 86c5f21 Added #include resolv.h by adamdunkels · 21 years ago
  95. e2987b0 Moved webclient_timedout() to ensure that a timeout is detected by adamdunkels · 21 years ago
  96. d00b45a Changed bcopy to memcpy by adamdunkels · 21 years ago
  97. 8e5d990 Split telnet deamon and GUI functionality so that the telnet deamon is useful even on non-gui platforms by adamdunkels · 21 years ago
  98. 4a50f18 Updated web server towards working with dynamically loadable files, updated version string by adamdunkels · 21 years ago
  99. cd3d498 Added Telnet options negotiation, now uses memb for memory block allocation, added shell_prompt() function, fixed bugs by adamdunkels · 21 years ago
  100. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago