1. cd5e89a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  2. 213f50b Added IRC app to the Win32 port. by oliverschmidt · 19 years ago
  3. 16db17b Added webserver app to the Win32 port. by oliverschmidt · 19 years ago
  4. 5729ae7 Fixed typo (?) by oliverschmidt · 19 years ago
  5. 7a185dc Added local continuation to the Win32 port. by oliverschmidt · 19 years ago
  6. 2a87292 Avoid compiler warnings. by oliverschmidt · 19 years ago
  7. 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
  8. 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
  9. 10f4b8d Removed unused variables. by oliverschmidt · 19 years ago
  10. 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
  11. ce7f02a Added list_length() function for calculating the length of a list by adamdunkels · 19 years ago
  12. d393e30 Added documentation by adamdunkels · 19 years ago
  13. 18eebb9 Added links from the mainpage to modules by adamdunkels · 19 years ago
  14. 0d7a19d Minor documentation fix: renamed 'signal' to 'event' by adamdunkels · 19 years ago
  15. 6f737b7 Added documentation to uIP/Contiki API by adamdunkels · 19 years ago
  16. 4bbc0c3 Removed unused pollhandler by adamdunkels · 19 years ago
  17. 3f5bc0a Added documentation group by adamdunkels · 19 years ago
  18. 58efc01 Fixed bug which could cause crash: TCP_POLL and UDP_POLL events with by adamdunkels · 19 years ago
  19. 2f9f468 Documentation update for SOCKET_WAIT_UNTIL() by adamdunkels · 19 years ago
  20. 7461bcb Fixed documentation bug wrt device driver sending packets. Minor spelling fixes by adamdunkels · 19 years ago
  21. 049a912 Cleaned up comments - indentation and in some cases content. by adamdunkels · 19 years ago
  22. 81c744e Fixed minor rendering issue and removed compiler warnings. by oliverschmidt · 19 years ago
  23. 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
  24. 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
  25. e7851ab Minor optimization. by oliverschmidt · 19 years ago
  26. d11555c Optimized web broser centering code: by oliverschmidt · 19 years ago
  27. c160fca Added support for broadcasts to the raw socket based packet driver (and improved robustness). by oliverschmidt · 19 years ago
  28. 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
  29. 2093e0e Replaced the OUI of IBM with the OUI of Cirrus Logic. by oliverschmidt · 19 years ago
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 2fa3323 Completed integration of TFE driver into Contiki for the Apple2: by oliverschmidt · 19 years ago
  44. 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
  45. 533f7e2 Saved some more bytes of memory with CTK_CONF_SCREENSAVER = 0. by oliverschmidt · 19 years ago
  46. 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
  47. 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
  48. 453510a Fixed bug in the web broswer primarily showing up: by oliverschmidt · 19 years ago
  49. 46ea673 Moved ProDOS 8 file buffer from $BB00 to $0800 to remove unnecessary incompatibility between Contiki and BASIC.SYSTEM. by oliverschmidt · 19 years ago
  50. dedbd5d Minor fix. by oliverschmidt · 19 years ago
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 162df37 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  57. c8d1658 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  58. 58df4a7 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  59. 317947c Avoid textentry widgets wider than their text length. by oliverschmidt · 20 years ago
  60. 432bc5a Improved window vertical centering. by oliverschmidt · 20 years ago
  61. f5572a7 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  62. bc0d56b Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  63. 5fedd7f Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  64. 11d8ea8 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  65. d17aa13 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  66. 9a28e74 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  67. 9e5ed02 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  68. 764c474 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  69. 52042b3 Fixed typo (?) by oliverschmidt · 20 years ago
  70. e23148e Updated to reflect recent Contiki kernel API changes. by oliverschmidt · 20 years ago
  71. e2486c6 Allowed CH_ENTER to be overridden. by oliverschmidt · 20 years ago
  72. 9d6993d Reduced settings to reduce memory usage by adamdunkels · 20 years ago
  73. 4c4f2fc Added dhcp.dsc by adamdunkels · 20 years ago
  74. 2d0143e Updated dependancies by adamdunkels · 20 years ago
  75. 23c1813 Added cgterm.dsc by adamdunkels · 20 years ago
  76. a172cb8 Helpful text on how to return from terminal view added by adamdunkels · 20 years ago
  77. 93cf57c DSC file for the cgterm application by adamdunkels · 20 years ago
  78. 6968dcb Made a new function for transport layer checksums which both UDP and TCP checksum functions now use by adamdunkels · 20 years ago
  79. 7e4f665 Added C64 DIO initialization by adamdunkels · 20 years ago
  80. 19bfea0 Added ETH64 packet dumper driver by adamdunkels · 20 years ago
  81. 3d97c2e Renamed ETH64 driver from the cryptic lan91c96.drv to eth64.drv by adamdunkels · 20 years ago
  82. 7d5eb20 Moved to contiki-cc65 module by adamdunkels · 20 years ago
  83. a6bef20 ETH64 driver with packet dumping by adamdunkels · 20 years ago
  84. 642ee78 Added optional use of C64 KERNAL disk routines by adamdunkels · 20 years ago
  85. 9ab9d7f Increased buffer size for DHCP client to work by adamdunkels · 20 years ago
  86. 01af291 ETH64 driver is now called eth64.drv instead of the crypting lan91c96.drv by adamdunkels · 20 years ago
  87. 79a8e6f Added custom printing code so that sprintf can be skipped by adamdunkels · 20 years ago
  88. 6b9d5e8 bugfix: switching widgets in a window without widgets crashed by adamdunkels · 20 years ago
  89. a96489a Removed left over test code by adamdunkels · 20 years ago
  90. e4e58ac Updated version string by adamdunkels · 20 years ago
  91. 8f96bfb Added DHCP client by adamdunkels · 20 years ago
  92. b386530 Added DHCP client frontent by adamdunkels · 20 years ago
  93. 6d7b5cb Added target for assembler files in current directory by adamdunkels · 20 years ago
  94. a4dad04 Added drive unit number save module by adamdunkels · 20 years ago
  95. 840ba81 Makefile and main() function that makes a stand-alone IRC/DHCP binary by adamdunkels · 20 years ago
  96. b9c8388 Renamed init function to the correct name, added dumping by adamdunkels · 20 years ago
  97. 7010ad5 Renamed init function to the correct name by adamdunkels · 20 years ago
  98. f50e458 Added UDP checksum calculation function by adamdunkels · 20 years ago
  99. 886e41a tcpdump TFE driver by adamdunkels · 20 years ago
  100. 24b8329 Made Ethernet MAC address configured from uip_ethaddr instead of #defined constants in driver code by adamdunkels · 20 years ago