1. d7df4b1 Remove mem.s from the build. by PulkoMandy · 10 years ago
  2. 73da4fe Slightly simplify the program flow of main. by PulkoMandy · 10 years ago
  3. 8fc71d5 Dont' call screensaver when it is disabled. by PulkoMandy · 10 years ago
  4. 15f3f26 Include the global loader to avoid cpp warnings. by PulkoMandy · 10 years ago
  5. 8f961bf Implement logging. by PulkoMandy · 10 years ago
  6. d4445ca Update crt0 for current SDCC version. by PulkoMandy · 10 years ago
  7. 10e4bfe Add missing const. by PulkoMandy · 10 years ago
  8. 96bd9f2 Add CPC putchar to the linker file. by PulkoMandy · 10 years ago
  9. 60b0c76 Generate mapfile in "wide" format. by PulkoMandy · 10 years ago
  10. 849a633 Update README to let people know what's going on in this fork. by PulkoMandy · 10 years ago
  11. 887cda7 Fix icon declarations. by PulkoMandy · 10 years ago
  12. 65a775b Match new name for method. by PulkoMandy · 10 years ago
  13. 27d1f11 Stop using unneeded custom tools. by PulkoMandy · 10 years ago
  14. eb45bf9 Workaround for SDCC bug. by PulkoMandy · 10 years ago
  15. 3e21390 Fix various mismatched prototypes and other compilation problems. by PulkoMandy · 10 years ago
  16. 506f755 Move link file to the proper naming. by PulkoMandy · 10 years ago
  17. b354b49 Update makefiles for current version of SDCC by PulkoMandy · 10 years ago
  18. 175a39f Remove duplicate CPC sources. by PulkoMandy · 10 years ago
  19. bfc34ce Create README.md by Adam Dunkels · 11 years ago
  20. 80e186c Merge remote-tracking branch 'contiki-win32/master' by Adam Dunkels · 11 years ago
  21. d2c513b Merge remote-tracking branch 'contiki-vic20/master' by Adam Dunkels · 11 years ago
  22. e00b164 Merge remote-tracking branch 'contiki-plus4/master' by Adam Dunkels · 11 years ago
  23. c86a38a Merge remote-tracking branch 'contiki-pet/master' by Adam Dunkels · 11 years ago
  24. 919a9d6 Merge remote-tracking branch 'contiki-pcengine/master' by Adam Dunkels · 11 years ago
  25. 1ef5a73 Merge remote-tracking branch 'contiki-msp430/master' by Adam Dunkels · 11 years ago
  26. 196b893 Merge remote-tracking branch 'contiki-gtk/master' by Adam Dunkels · 11 years ago
  27. 2b321ef Merge remote-tracking branch 'contiki-gp32/master' by Adam Dunkels · 11 years ago
  28. 1628123 Merge remote-tracking branch 'contiki-gba/master' by Adam Dunkels · 11 years ago
  29. e803c1f Merge remote-tracking branch 'contiki-gb/master' by Adam Dunkels · 11 years ago
  30. ed1da1c Merge remote-tracking branch 'contiki-devel-environment/master' by Adam Dunkels · 11 years ago
  31. 0322df3 Merge remote-tracking branch 'contiki-cpc/master' by Adam Dunkels · 11 years ago
  32. 4fc6166 Merge remote-tracking branch 'contiki-cc65/master' by Adam Dunkels · 11 years ago
  33. 74bf497 Merge remote-tracking branch 'contiki-c64/master' by Adam Dunkels · 11 years ago
  34. 112b00a Merge remote-tracking branch 'contiki-c128/master' by Adam Dunkels · 11 years ago
  35. 68c529e Merge remote-tracking branch 'contiki-avr/master' by Adam Dunkels · 11 years ago
  36. 506ed44 Merge remote-tracking branch 'contiki-atari/master' by Adam Dunkels · 11 years ago
  37. 5206f64 Merge remote-tracking branch 'contiki-apple2/master' by Adam Dunkels · 11 years ago
  38. b025e43 Ported back WinPcap driver from 2.x to 1.x by oliverschmidt · 17 years ago
  39. 260ddbb Removed usage of 'OEM' line drawing characters as they don't work anymore with the console I/O library of recent VC++ releases. by oliverschmidt · 17 years ago
  40. c615a2d fix up some network related troubles.fix up some network related troubles. by ryohji · 17 years ago
  41. 09e3a0d * introduce rawsock_fini() to clean rawsock related resouces up by ryohji · 17 years ago
  42. 55cd87a * now we can build Contiki 1.x in Visual Studio 2005 Express Ed. by ryohji · 17 years ago
  43. e31aaa9 Removed support for relative paths (and in fact added testing for absolute paths) as relative paths are not re-applyable by their very nature. by oliverschmidt · 18 years ago
  44. 2b9fbcd Replaced static with automatic variable. by oliverschmidt · 18 years ago
  45. da29225 Fixed typo. by oliverschmidt · 18 years ago
  46. a6f5275 Updated and improved documentation. by oliverschmidt · 18 years ago
  47. 595b971 I was working on this file 1.5 years ago. I thought I should check it in to make sure it doesn't get lost. Maybe it can serve as a starting point for SLIP and/or PPP on Win32. by oliverschmidt · 18 years ago
  48. 077c766 Just bumped up global version string from '1.2' to '1.3' as theese are likely the last changes in the contiki 1.x module anyway. by oliverschmidt · 18 years ago
  49. 684dd24 Beautified screen output. by oliverschmidt · 18 years ago
  50. 30a0898 Made the 'bouncing box' screensaver the default for the apple2enh target. by oliverschmidt · 18 years ago
  51. d7616e8 The apple2enh banking implies screen distortions in graphics mode. Therefore I added a simple 'bouncing box' screensaver running in text mode. by oliverschmidt · 18 years ago
  52. ba6f590 The ctk polll-handler needs much more cycles when mouse support is compiled in. As the Apple2 port implements timers with a simple counter we need to take that into account. Note: If a mouse is really found at runtime doesn't make a noticable difference. by oliverschmidt · 18 years ago
  53. 03fa482 Reduced the stacksize to 256 bytes. Measurements have shown that the actual stack usage seems to be less than 100 bytes but that wouldn't allow for any additional scenario. by oliverschmidt · 18 years ago
  54. 17a6fab Fill up the language card using #pragma codeseg(). by oliverschmidt · 18 years ago
  55. e4176ba Generate map files for all modules to allow for easy size analysis. by oliverschmidt · 18 years ago
  56. 9111633 The general policy of the configedit app is to _not_ load the configuration file for providing default values but to get them from the "live" system. by oliverschmidt · 18 years ago
  57. 3fa6722 Include webserver in Apple2 builds - although it'll only fit into memory for the apple2enh target. by oliverschmidt · 18 years ago
  58. 6a165f1 Adjusted webserver source file list. by oliverschmidt · 18 years ago
  59. a6c17c2 The general policy of the configedit app is to _not_ load the configuration file for providing default values but to get them from the "live" system. by oliverschmidt · 18 years ago
  60. 0b15c55 Don't make assumptions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  61. dbd44a1 Don't make assumptions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  62. b5b84d8 Don't make assumtions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  63. e43cb18 Don't make assumtions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  64. 1a1e628 Added configuration option to set the current directory (aka ProDOS prefix) now that we have chdir() in the cc65 C-Library. by oliverschmidt · 18 years ago
  65. 01e5b37 Completed the (by now quite complex) startup code for the apple2enh target. by oliverschmidt · 18 years ago
  66. a438e9d Added check to avoid closing dir twice (and improved macro usage consistency). by oliverschmidt · 18 years ago
  67. 6fa640d Added GS/OS icon file for launching individual *.PRG files. by oliverschmidt · 18 years ago
  68. 98d158b Added a simple stack size analysis functionality to be compiled in on demand by defining STACK_SIZE to the same value as __STACK_SIZE__ in the linker config file. by oliverschmidt · 18 years ago
  69. 33d8fad Added a command line argument to the apple2enh target. by oliverschmidt · 18 years ago
  70. 027febe Added banking for the apple2enh target. by oliverschmidt · 18 years ago
  71. f37f149 Allow to override the macros EK_PROCESS, EK_EVENTHANDLER, EK_POLLHANDLER and EK_PROCESS_INIT in preparation of the upcoming Apple2 banking support. by oliverschmidt · 18 years ago
  72. 06b40b4 Removed the #ifdef around the htons in preparation of the upcoming Apple2 banking support. by oliverschmidt · 18 years ago
  73. 3808804 A little surprisingly MAX_NUMDSCS needs to accomodate for 'Run...' (and 'Quit'). by oliverschmidt · 18 years ago
  74. a920953 Adjusted comment. by oliverschmidt · 18 years ago
  75. 9f1aca5 Replaced "Press any key ..." message with 'Close' button to allow for mouse operation. by oliverschmidt · 18 years ago
  76. b9b07f9 Make room for the optional 'Quit' menu entry for the apple2enh target. by oliverschmidt · 18 years ago
  77. 7f8f1f2 Activate the optional 'Quit' menu entry for the apple2enh target. by oliverschmidt · 18 years ago
  78. 8072561 Now that we have the optional 'Quit' menu entry we should make sure to uninstall the mouse driver for avoiding dangling interrupts. by oliverschmidt · 18 years ago
  79. 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
  80. 62e146c Initial revision by kthacker · 18 years ago
  81. 6de6775 Initial revision by kthacker · 18 years ago
  82. 2646b51 no message by kthacker · 18 years ago
  83. 8547753 Initial revision by kthacker · 18 years ago
  84. 81f3f9c Made use of dirent support in cc65 version 2.11. by oliverschmidt · 18 years ago
  85. fe32bbf Activated the Contiki mouse support for the apple2enh target. by oliverschmidt · 18 years ago
  86. 84a353b The new interruptor support on the Apple2 is based on ProDOS 8 which takes care of setting and restoring the langage card softswitsches. Therefore there's no need to disable IRQs while switching to the ROM even on machines without the "enhanced" IRQ handling ROM. by oliverschmidt · 18 years ago
  87. e769f0a Added interruptor support to the apple2enh startup code. by oliverschmidt · 18 years ago
  88. f3fb0c9 Added an apple2enh specific linker configuration file and made use of it in the apple2enh build. by oliverschmidt · 18 years ago
  89. aaa42fb Added the new mouse driver adapter to the apple2enh build. by oliverschmidt · 18 years ago
  90. 2b1b80b Added the Apple2 specific configuration file for the new mouse driver adapter. by oliverschmidt · 18 years ago
  91. 3597351 Added a mouse driver adapter. by oliverschmidt · 18 years ago
  92. 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
  93. e80301f Reduced size by using the GNU make addprefix function by adamdunkels · 19 years ago
  94. d8199f7 Changed web browser homepage to the Contiki site. by oliverschmidt · 19 years ago
  95. 356f366 - Up to now the LAN slot had to have a valid setting (1-7). Now the LAN slot is allowed to be 0. This new value is displayed as empty field in the configedit app. Any invalid user entry (not in '1'-'7') is interpreted as 0. The default (if no contiki.cfg yet exsists) is now 0. All drivers were updated to recognize 0 as signal to deactivate. by oliverschmidt · 19 years ago
  96. e6280c9 Ooops ;-) by oliverschmidt · 19 years ago
  97. 3c50b3f Discard word right in fromt of </script>, </style> and </select>. by oliverschmidt · 19 years ago
  98. 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
  99. beed920 Persist ProDOS 8 prefix at startup for system file access to be independent from potential subsequent changes. by oliverschmidt · 19 years ago
  100. 4173c6e Updated version and URL. by oliverschmidt · 19 years ago