1. 70316a9 Updated protothreads documentation by adamdunkels · 19 years ago
  2. d2eb552 Added default implementations for local continuations into main contiki module. by adamdunkels · 19 years ago
  3. c234b43 Updated documentation by adamdunkels · 19 years ago
  4. 31a5026 Moved header size definitions into header file. by adamdunkels · 19 years ago
  5. 72a8303 Moved header size definitions into header file. by adamdunkels · 19 years ago
  6. 6dbe0fd Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  7. d0791bb Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  8. 3e81edf Updated documentation by adamdunkels · 19 years ago
  9. 99480c1 The mousetext based ctk drawing code uses the cc65 C library function _textframexy to draw the window borders. by oliverschmidt · 19 years ago
  10. 3165c4a More or less cosmetic change. by oliverschmidt · 19 years ago
  11. d9f3314 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
  12. 14af295 Moved Apple2 ctk-conio-conf.h into the conf directory (as for most other targets). by oliverschmidt · 19 years ago
  13. fdcbf75 Enlarged dialog to make 'Close' button fit. by oliverschmidt · 19 years ago
  14. ed66a1d Replaced ugly copying with gather send. by oliverschmidt · 19 years ago
  15. 17b001b Renamed init func to make use of the exisisting header file. by oliverschmidt · 19 years ago
  16. 224332b Increased max number of menu entries to accomodate the additional apps. by oliverschmidt · 19 years ago
  17. 8e3988b Added FTP and editor app to the Win32 port. by oliverschmidt · 19 years ago
  18. 88d30bd Added a filesystem service to the Win32 port. by oliverschmidt · 19 years ago
  19. 472a1df Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  20. cded0db Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  21. 9ba74af Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  22. 30b4763 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  23. b67102a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  24. 02c3faf Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  25. b5be8c7 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  26. 660eae8 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  27. 1486fcf Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  28. a20d42d Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  29. f6a4749 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  30. 023e3e0 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  31. cd5e89a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  32. 213f50b Added IRC app to the Win32 port. by oliverschmidt · 19 years ago
  33. 16db17b Added webserver app to the Win32 port. by oliverschmidt · 19 years ago
  34. 5729ae7 Fixed typo (?) by oliverschmidt · 19 years ago
  35. 7a185dc Added local continuation to the Win32 port. by oliverschmidt · 19 years ago
  36. 2a87292 Avoid compiler warnings. by oliverschmidt · 19 years ago
  37. a660f05 The Visual C++ 6.0 compiler - at least without any service packs as I use it for reproducability of results - generates wrong code for the uIP checksum calculation routines when /O2 is activated, so just don't activate it for the corresponding file. by oliverschmidt · 19 years ago
  38. 67fa2ac Yet another trick to get more memory: The startup now delegates parts of the initialization (namely relocating the CODE segment and setting the BSS to zero) to code in the new TEMP segment which gets overwritten later. This saves about 30 bytes in the CODE segment and 100 bytes in the STARTUP segment. by oliverschmidt · 19 years ago
  39. 10f4b8d Removed unused variables. by oliverschmidt · 19 years ago
  40. 0278435 Added documentation, added timer_restart function that starts timer from current time, timer_reset now starts timer from last expiry by adamdunkels · 19 years ago
  41. ce7f02a Added list_length() function for calculating the length of a list by adamdunkels · 19 years ago
  42. d393e30 Added documentation by adamdunkels · 19 years ago
  43. 18eebb9 Added links from the mainpage to modules by adamdunkels · 19 years ago
  44. 0d7a19d Minor documentation fix: renamed 'signal' to 'event' by adamdunkels · 19 years ago
  45. 6f737b7 Added documentation to uIP/Contiki API by adamdunkels · 19 years ago
  46. 4bbc0c3 Removed unused pollhandler by adamdunkels · 19 years ago
  47. 3f5bc0a Added documentation group by adamdunkels · 19 years ago
  48. 58efc01 Fixed bug which could cause crash: TCP_POLL and UDP_POLL events with by adamdunkels · 19 years ago
  49. 2f9f468 Documentation update for SOCKET_WAIT_UNTIL() by adamdunkels · 19 years ago
  50. 7461bcb Fixed documentation bug wrt device driver sending packets. Minor spelling fixes by adamdunkels · 19 years ago
  51. 049a912 Cleaned up comments - indentation and in some cases content. by adamdunkels · 19 years ago
  52. 81c744e Fixed minor rendering issue and removed compiler warnings. by oliverschmidt · 19 years ago
  53. 9d2b0c2 In agreement with with Adam I do this "blind commit" which means that I don't know if this code really works or even assembles. However a only slightly different code was successfully tested on an Apple2 - thanks to Glenn. by oliverschmidt · 19 years ago
  54. 3b308a6 Avoided heap fragmentation due to driver reload by explicitly unloading the old driver (if applicable) instead of relying on the service replace infrastructure. by oliverschmidt · 19 years ago
  55. e7851ab Minor optimization. by oliverschmidt · 19 years ago
  56. d11555c Optimized web broser centering code: by oliverschmidt · 19 years ago
  57. c160fca Added support for broadcasts to the raw socket based packet driver (and improved robustness). by oliverschmidt · 19 years ago
  58. 7f0b22b Turned the Win32 packet driver based on raw sockets fully functional by making the Windows IP stack respond to ARP requests for the Contiki IP adress by dynamically creating a proxy ARP entry :-)) by oliverschmidt · 19 years ago
  59. 2093e0e Replaced the OUI of IBM with the OUI of Cirrus Logic. by oliverschmidt · 19 years ago
  60. b470326 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  61. 759f39b Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  62. 14be9d2 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  63. 46f222a Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  64. 743beed Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  65. 8f85e30 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  66. b6581a5 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  67. f2cb747 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  68. d2fed3b Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  69. 84bbf3b Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  70. 2cb9840 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  71. 2142947 Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  72. 85729cb Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  73. 2fa3323 Completed integration of TFE driver into Contiki for the Apple2: by oliverschmidt · 19 years ago
  74. 0cdc202 Replaced the OUI of IBM with the OUI of Cirrus Logic (would most probably make sense for the other cs8900a based drivers as well) and replaced 0x64 (for C64) with 0xa2 (for Apple2). by oliverschmidt · 19 years ago
  75. 533f7e2 Saved some more bytes of memory with CTK_CONF_SCREENSAVER = 0. by oliverschmidt · 19 years ago
  76. a330e33 As there was again not enough memory there's yet another memory layout for Contiki on the Apple2. The benefit of the new layout is that reduction of stack size means increase of heap size - and it looks like Contiki needs very little stack... by oliverschmidt · 19 years ago
  77. d36173a Made a copy of the TFE driver files for Glenn Jones' Apple2 ethernet card. The only modification is to change the memory mapped i/o adressses to something valid for the Apple2. Of course: by oliverschmidt · 19 years ago
  78. 453510a Fixed bug in the web broswer primarily showing up: by oliverschmidt · 19 years ago
  79. 46ea673 Moved ProDOS 8 file buffer from $BB00 to $0800 to remove unnecessary incompatibility between Contiki and BASIC.SYSTEM. by oliverschmidt · 19 years ago
  80. dedbd5d Minor fix. by oliverschmidt · 19 years ago
  81. a460946 Added visual feedback for a moving window by drawing all widgets focused. This seems to be intuitive as the focus of attention is the whole window (thus all widgets). by oliverschmidt · 20 years ago
  82. 6dd844a Added visual feedback for a moving window by drawing all widgets focused. This seems to be intuitive as the focus of attention is the whole window (thus all widgets). by oliverschmidt · 20 years ago
  83. e792998 Added visual feedback for a moving window by drawing all widgets focused. This seems to be intuitive as the focus of attention is the whole window (thus all widgets). by oliverschmidt · 20 years ago
  84. e99386b Added visual feedback for a moving window by drawing all widgets focused. This seems to be intuitive as the focus of attention is the whole window (thus all widgets). by oliverschmidt · 20 years ago
  85. 76872e8 Up to now Contiki for the Apple2 was loaded under DOS 3.3 and it destroyed DOS 3.3 to get as much as possible memory. by oliverschmidt · 20 years ago
  86. 162df37 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  87. c8d1658 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  88. 58df4a7 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  89. 317947c Avoid textentry widgets wider than their text length. by oliverschmidt · 20 years ago
  90. 432bc5a Improved window vertical centering. by oliverschmidt · 20 years ago
  91. f5572a7 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  92. bc0d56b Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  93. 5fedd7f Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  94. 11d8ea8 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  95. d17aa13 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  96. 9a28e74 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  97. 9e5ed02 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  98. 764c474 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  99. 52042b3 Fixed typo (?) by oliverschmidt · 20 years ago
  100. e23148e Updated to reflect recent Contiki kernel API changes. by oliverschmidt · 20 years ago