1. 305ff43 Moved cc65 zero page variables in the the upper half of the zero page where "only" Applesoft stuff resides to reduce risk of issues with the ProDOS kernel and/or ProDOS device drivers. by oliverschmidt · 19 years ago
  2. d78036e Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out... by oliverschmidt · 19 years ago
  3. 37ac24e These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  4. e350e0a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  5. 83b8327 Removed unnecessary return which made it into the binary because of the disabled cc65 optimizations in conjunction with inline assembly. by oliverschmidt · 19 years ago
  6. d1318ec Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out... by oliverschmidt · 19 years ago
  7. 97e3957 Make use of the .linecont feature to make the source more readable. by oliverschmidt · 19 years ago
  8. ee8b50d Adjust menu item width to accomodate the long string "web downloader". by oliverschmidt · 19 years ago
  9. 9be3621 These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  10. 477570f Updated banking overrides to the ROM routine usage of the most recent cc65 snapshot. by oliverschmidt · 19 years ago
  11. ad995ec Configure the www URL length to the same value used in wget to avoid inconsistencies. by oliverschmidt · 19 years ago
  12. 31c0f68 Fixed cut&paste error. by oliverschmidt · 19 years ago
  13. 36b6ec3 These macros are now already defined in cc65 conio.h. by oliverschmidt · 19 years ago
  14. 7fdf5f5 The most recent cc65 snapshot supports bgcolor, bodercolor and textcolor to be implemented as macros. In order to avoid warnings if these macros expand to constants their usages have to be casted to void if their return value isn't used. BTW: Ullrich added the same casts to cc65-internal usages of these functions/macros. by oliverschmidt · 19 years ago
  15. 4c19ccb Made use of the new cfs support. CONTIKI.CFG is now created on demand. by oliverschmidt · 19 years ago
  16. b2ea9e9 Added rudimentary cfs support to be used by applications (but not the kernel). by oliverschmidt · 19 years ago
  17. 8401606 Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  18. 7b9025d Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  19. eaba1a3 Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  20. c43cafd Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  21. 5a2165f Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  22. f10f67b Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  23. d26ce87 Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  24. 5aabbed Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  25. 30d048a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  26. a40eac5 Allow program descriptions to omit the ctk_icon completely if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  27. 22ef3f7 Fine tuned ctk configuration and disabled icons for the Apple ][ build. by oliverschmidt · 19 years ago
  28. 1419ac3 Removed (currently non-portable) email app from Apple2 build. by oliverschmidt · 19 years ago
  29. 98ebe83 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  30. 58d1458 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  31. c8bfc02 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  32. e2c0862 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  33. 4dff710 Reduced receive window to accomodate for the 1 MHz Apple2 (thanks to Glenn Jones for the hint). by oliverschmidt · 19 years ago
  34. d104058 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  35. 01e9ffd Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  36. 4bb5451 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  37. 4c59cb0 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  38. beb0c88 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  39. adf27db Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  40. cef6d6c Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  41. 2b1582b Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  42. 509ee03 Increased the WWW_CONF_MAX_URLLEN to avoid a textentry field "wider than long" - thanks to Glenn Jones for the hint :-) by oliverschmidt · 19 years ago
  43. e245c9c Made the lan91c96 drivers use the uip MAC address instead of a compiled in constant (like the cs8900a drivers). by oliverschmidt · 19 years ago
  44. 14821d4 Made the lan91c96 drivers use the uip MAC address instead of a compiled in constant (like the cs8900a drivers). by oliverschmidt · 19 years ago
  45. 1f7f652 Added PT_YIELD() function for yielding from a protothread, fixed a bug in the PT_SPAWN() macro, rewrote PT_WAIT_THREAD() to look more sensible, removed unnecessary linebreaks in macro definitions by adamdunkels · 19 years ago
  46. a771362 Bugfix: now bails out from POLL_REQUEST call if the TCP connection is unable to accept the poll by adamdunkels · 19 years ago
  47. 542f0a5 Saved another 10 bytes by making use of the (overwritten) INIT segment for the file i/o library initialization. by oliverschmidt · 19 years ago
  48. 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
  49. 5a4a03c Renamed TFE driver to Uther driver (of course only for the Apple2). by oliverschmidt · 19 years ago
  50. 689cda2 Switched configuration default to the LANceGS card as it is more popular - at least now ;-) by oliverschmidt · 19 years ago
  51. 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
  52. 8871bdd Added driver for the LANcsGS ethernet card - heavily based on the ETH64 driver. by oliverschmidt · 19 years ago
  53. ff8cd80 Use the same loop algorithms in the lan91c96 driver as they are used in the cs8900a drivers with the benefit of: by oliverschmidt · 19 years ago
  54. fcdbaec Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  55. b65645c Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  56. d790588 Removed unnecessary ptr1 spilling from the cs8900a drivers. by oliverschmidt · 19 years ago
  57. fcfb61c Removed unnecessary ptr1 spilling from the cs8900a drivers. by oliverschmidt · 19 years ago
  58. 6b786ba Made the lan91c96 driver compliant with the cc65 doc ("the compiler does only allow regular 6502 opcodes to be used with the inline assembler"). by oliverschmidt · 19 years ago
  59. 3c3aed4 Adjusted lan91c96 driver to the predominant coding style. by oliverschmidt · 19 years ago
  60. 815f57e Made the cs8900a drivers compliant with the cc65 doc ("the compiler does only allow regular 6502 opcodes to be used with the inline assembler"). by oliverschmidt · 19 years ago
  61. ac66124 Made the cs8900a drivers compliant with the cc65 doc ("the compiler does only allow regular 6502 opcodes to be used with the inline assembler"). by oliverschmidt · 19 years ago
  62. 82fcc77 Removed compiler warning about icmp_input label being defined when UIP_PINGADDRCONF was not used by adamdunkels · 19 years ago
  63. 0dd56df Added UIP_APPDATA_SIZE macro that holds the available buffer size for user data by adamdunkels · 19 years ago
  64. d86377a Saved some more memory by introducing a multi stage boot process: by oliverschmidt · 19 years ago
  65. 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
  66. cfc4340 Fixed typo by adamdunkels · 19 years ago
  67. d32b550 Updated dependancies by adamdunkels · 19 years ago
  68. c813234 Reduced complexity by using vpath and defined prefixed by adamdunkels · 19 years ago
  69. b8adcdf Rewrote scrip to not use the Unix find command by adamdunkels · 19 years ago
  70. 36d49be Fixed minor typo by adamdunkels · 19 years ago
  71. 3335cd9 Added uIP call for polling an application without triggering any timer by adamdunkels · 19 years ago
  72. f29d888 Rewrote the dynamic output support. Instead of using separate "script" by adamdunkels · 19 years ago
  73. 3f55db9 Changed main loop to only sleep if there are no ek events pending to be processed (as proposed recently by Adam on the list). by oliverschmidt · 19 years ago
  74. 2e91181 Defined UIP_RECEIVE_WINDOW explicitly as 'unsigned int' constant to avoid promotion to 'long'. by oliverschmidt · 19 years ago
  75. c6948dd Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  76. ad6b7ec Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  77. ac923df Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  78. b7d714c Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  79. b6591a2 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  80. a05e0b2 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  81. b30bf5a Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  82. 06ca926 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  83. 3a25f29 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  84. 6bfccc1 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  85. b166c4c Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  86. 378c23d Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  87. 648593b Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  88. e252f17 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  89. 4affe76 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  90. 9e44d63 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  91. 3ff1aaa Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  92. 3742087 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  93. 06dc274 Moved to the new switch() based local continuation implementation (and reverted the compiler setting to ordinary ones). by oliverschmidt · 19 years ago
  94. 65aa1af Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  95. a900bff Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  96. 467ca4c Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  97. 1691288 Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  98. 7cd06bb According to Adam the contents of the uip_buf are never assumed to be valid accross events boundaries. The same holds true for file open-read/write-close cycles (at least for module loading and config file i/o). by oliverschmidt · 19 years ago
  99. 442bdc8 Updated documentation by adamdunkels · 19 years ago
  100. 67ec73b Added inclusion of ek-service.h file by adamdunkels · 19 years ago