1. 5c8d025 Fix remaining bugs with the CPC ROM version. by PulkoMandy · 1 year ago contiki-1.4
  2. a99ceeb Missing forward declarations in DSCs. by Adrien Destugues · 7 years ago
  3. 69a6e72 Update to SDCC 3.6.0. by Adrien Destugues · 7 years ago
  4. 8f64605 Make everything in the DSCs const by PulkoMandy · 10 years ago
  5. e215c63 Make DSC files relocatable. by PulkoMandy · 10 years ago
  6. 887cda7 Fix icon declarations. by PulkoMandy · 10 years ago
  7. eb45bf9 Workaround for SDCC bug. by PulkoMandy · 10 years ago
  8. 3e21390 Fix various mismatched prototypes and other compilation problems. by PulkoMandy · 10 years ago
  9. c615a2d fix up some network related troubles.fix up some network related troubles. by ryohji · 17 years ago
  10. a438e9d Added check to avoid closing dir twice (and improved macro usage consistency). by oliverschmidt · 18 years ago
  11. a920953 Adjusted comment. by oliverschmidt · 18 years ago
  12. 0c64f87 Added optional 'Quit' menu entry and confirmation dialog activated by defining PROGRAM_HANDLER_CONF_QUIT_MENU to be 1. by oliverschmidt · 18 years ago
  13. 35514d5 With the change to always position the cursor at the end of the exsisting text on entering the textentry field edit state it became necessary to avoid initializing textentry fields with blanks insteads of zeros. by oliverschmidt · 19 years ago
  14. e6280c9 Ooops ;-) by oliverschmidt · 19 years ago
  15. 3c50b3f Discard word right in fromt of </script>, </style> and </select>. by oliverschmidt · 19 years ago
  16. 7eb2981 Changed the maximum length of a single word from 40 to match the page width. Browsers wider than 40 cols can now render longer words. Browsers smaller than 40 cols avoid display inconsistencies on long words (and save memory). Additionally simplified word truncation code. by oliverschmidt · 19 years ago
  17. 4173c6e Updated version and URL. by oliverschmidt · 19 years ago
  18. 2204083 Updated version. by oliverschmidt · 19 years ago
  19. 1df710f Added support reading back screen saver setting. by oliverschmidt · 19 years ago
  20. 124c3ee Renamed program_handler_screensaver to program_handler_setscreensaver. by oliverschmidt · 19 years ago
  21. 58d4eb2 On plaforms with (sub-)directory support it makes sense to seperate user file access (to be directed in to the current directory) from system file (.prg, .drv, ...) access (to be directed to the Contiki directory). by oliverschmidt · 19 years ago
  22. 5e7c4b6 Applied the following changes: by oliverschmidt · 19 years ago
  23. ed605d1 Made use of the new cmdline textentry input handler. This both reduces code size and improves user experience: by oliverschmidt · 19 years ago
  24. f9750b5 Made Cc: actually work. by oliverschmidt · 19 years ago
  25. 69cbdb3 Added dns support. by oliverschmidt · 19 years ago
  26. 639f75d Provide some feedback to the smtp app. by oliverschmidt · 19 years ago
  27. 4e06155 Reset the cursor positions as well, not only the text. by oliverschmidt · 19 years ago
  28. 1263500 Added support for CC: and change message parameter to match the content of a mltiline textentry widget. by oliverschmidt · 19 years ago
  29. 1f615e4 Converted email app to use a multiline textentry widget instead of a textedit widget. by oliverschmidt · 19 years ago
  30. 85155c6 Added "cc: ". (It's intentionally not "Cc: " because RFC822 defines it this way). by oliverschmidt · 19 years ago
  31. 72da830 Replaced strange memset(..., ' ', ...) with typical memset(..., 0, ...) by oliverschmidt · 19 years ago
  32. ef13b02 Set focus to the url entry widget after successfull download of a full page because it is most likely that the user wants to enter a new url now or wants to navigate through the html form widgets (and the url entry widget is the perfect starting point for doing so). by oliverschmidt · 19 years ago
  33. 33bf936 Added redraw of widget loosing the focus (here: window title) by oliverschmidt · 19 years ago
  34. d2f04de Serveral minor changes: by oliverschmidt · 19 years ago
  35. c47e510 - Commented out Upload UI as there's no such functionality. by oliverschmidt · 19 years ago
  36. 02949e1 Made use of shell_start. by oliverschmidt · 19 years ago
  37. b86b065 Added initial CTK_WIDGET_FOCUS where applicable. by oliverschmidt · 19 years ago
  38. 616fa12 Made shell app except uppercase commands as there are platforms generally lacking lowercase support. by oliverschmidt · 19 years ago
  39. 8e1e1dd Renamed global icon varables to avoid linker probs when linking several app descriptions into the Contiki kernel. by oliverschmidt · 19 years ago
  40. 098c780 Moved the directory app description files into the generic folder where the app itself already was located. by oliverschmidt · 19 years ago
  41. a47cab6 Moved the shell app into the generic folder as it builds and runs on every target with full cfs support. by oliverschmidt · 19 years ago
  42. 19c1876 Added missing include for sprintf(). by oliverschmidt · 19 years ago
  43. be6e4dc Prefilled port with 23 and fixed several bugs: by oliverschmidt · 19 years ago
  44. ca9101d CTK_TEXTENTRY_CLEAR() already includes memset(). by oliverschmidt · 19 years ago
  45. 30d048a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  46. 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
  47. 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
  48. 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
  49. b8adcdf Rewrote scrip to not use the Unix find command by adamdunkels · 19 years ago
  50. f29d888 Rewrote the dynamic output support. Instead of using separate "script" by adamdunkels · 19 years ago
  51. a900bff Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  52. d0791bb Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  53. fdcbf75 Enlarged dialog to make 'Close' button fit. by oliverschmidt · 19 years ago
  54. cd5e89a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  55. 10f4b8d Removed unused variables. by oliverschmidt · 19 years ago
  56. d11555c Optimized web broser centering code: by oliverschmidt · 19 years ago
  57. 533f7e2 Saved some more bytes of memory with CTK_CONF_SCREENSAVER = 0. by oliverschmidt · 19 years ago
  58. 453510a Fixed bug in the web broswer primarily showing up: by oliverschmidt · 19 years ago
  59. 162df37 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 19 years ago
  60. 317947c Avoid textentry widgets wider than their text length. by oliverschmidt · 19 years ago
  61. 764c474 Made email compose window size compile-time configurable. by oliverschmidt · 19 years ago
  62. 52042b3 Fixed typo (?) by oliverschmidt · 19 years ago
  63. e4e58ac Updated version string by adamdunkels · 20 years ago
  64. b386530 Added DHCP client frontent by adamdunkels · 20 years ago
  65. ec2f4a1 Bugfix: DHCP client can now be restarted in a non-loader environment by adamdunkels · 20 years ago
  66. 2cba96f Moved functions around to be able to skip extra declarations by adamdunkels · 20 years ago
  67. 42ad15c DHCP client GUI by adamdunkels · 20 years ago
  68. ac01294 Made the quit button work by adamdunkels · 20 years ago
  69. d251e84 Converted generator functions to comply with the generator function prototype by adamdunkels · 20 years ago
  70. 94b7121 Updated web pages by adamdunkels · 20 years ago
  71. 0dce2c9 Added process listing function by adamdunkels · 20 years ago
  72. 8e34952 Updated web pages by adamdunkels · 20 years ago
  73. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  74. b1041b8 Made telnet work more than once in non-loader environments. by oliverschmidt · 20 years ago
  75. f7a92b2 Added PETSCII->ASCII conversion by adamdunkels · 20 years ago
  76. c2bd043 Added a LOADER_UNLOAD() that for some reason had been previously removed by adamdunkels · 20 years ago
  77. 606c70b Files no longer have hardcoded mime types by adamdunkels · 20 years ago
  78. 0c38881 Updated VNC client to comply with recept API changes by adamdunkels · 20 years ago
  79. a3c3103 Removed inclusion of obsolete uip-event.h file by adamdunkels · 20 years ago
  80. adea462 Added support for refer logging by adamdunkels · 20 years ago
  81. b63552d Rewrite of the HTTP server, now implemented using sockets by adamdunkels · 20 years ago
  82. 66dd2f1 Updated default web pages with nicer layout by adamdunkels · 20 years ago
  83. 25e9508 Added support for CTCP VERSION queries by adamdunkels · 20 years ago
  84. b66de80 Better naming of string variables by adamdunkels · 20 years ago
  85. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  86. b1a88e2 Bugfix: runwindow closed before it is opened to protect from multiple instances by adamdunkels · 20 years ago
  87. 051cf87 Added POP3 strings by adamdunkels · 20 years ago
  88. 20ac8f6 More descriptive icon name by adamdunkels · 20 years ago
  89. 56dc363 Window one char wider by adamdunkels · 20 years ago
  90. 8d8b745 Added /me action message by adamdunkels · 20 years ago
  91. 44cce8c Added /me action message, moved log size configuration to irc-conf.h file by adamdunkels · 20 years ago
  92. 6c19043 Initial version of POP3 client implementation by adamdunkels · 20 years ago
  93. 856c68b Bugfix: process number entry now cleared after process is killed by adamdunkels · 20 years ago
  94. 28c6f90 Bugfixes for buffer overflows, 80 colum size by adamdunkels · 20 years ago
  95. 8b1784b Added extra byte at end of buffer to avoid bugs by adamdunkels · 20 years ago
  96. 8fcaca5 Bigger buffers by adamdunkels · 20 years ago
  97. d3d4ec6 IRC strings added by adamdunkels · 20 years ago
  98. 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
  99. 999e372 Fixed quit crash bug, lines can now be twice the width of the screen by adamdunkels · 20 years ago
  100. 2bd076e Moved strings into separate file, made server input parsing *much* quicker by adamdunkels · 20 years ago