1. 22ef3f7 Fine tuned ctk configuration and disabled icons for the Apple ][ build. by oliverschmidt · 19 years ago
  2. 1419ac3 Removed (currently non-portable) email app from Apple2 build. by oliverschmidt · 19 years ago
  3. 98ebe83 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  4. 58d1458 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  5. c8bfc02 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  6. e2c0862 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  7. 4dff710 Reduced receive window to accomodate for the 1 MHz Apple2 (thanks to Glenn Jones for the hint). by oliverschmidt · 19 years ago
  8. d104058 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  9. 01e9ffd Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  10. 4bb5451 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  11. 4c59cb0 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  12. beb0c88 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  13. adf27db Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  14. cef6d6c Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  15. 2b1582b Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  16. 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
  17. 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
  18. 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
  19. 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
  20. a771362 Bugfix: now bails out from POLL_REQUEST call if the TCP connection is unable to accept the poll by adamdunkels · 19 years ago
  21. 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
  22. 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
  23. 5a4a03c Renamed TFE driver to Uther driver (of course only for the Apple2). by oliverschmidt · 19 years ago
  24. 689cda2 Switched configuration default to the LANceGS card as it is more popular - at least now ;-) by oliverschmidt · 19 years ago
  25. 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
  26. 8871bdd Added driver for the LANcsGS ethernet card - heavily based on the ETH64 driver. by oliverschmidt · 19 years ago
  27. 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
  28. fcdbaec Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  29. b65645c Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  30. d790588 Removed unnecessary ptr1 spilling from the cs8900a drivers. by oliverschmidt · 19 years ago
  31. fcfb61c Removed unnecessary ptr1 spilling from the cs8900a drivers. by oliverschmidt · 19 years ago
  32. 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
  33. 3c3aed4 Adjusted lan91c96 driver to the predominant coding style. by oliverschmidt · 19 years ago
  34. 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
  35. 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
  36. 82fcc77 Removed compiler warning about icmp_input label being defined when UIP_PINGADDRCONF was not used by adamdunkels · 19 years ago
  37. 0dd56df Added UIP_APPDATA_SIZE macro that holds the available buffer size for user data by adamdunkels · 19 years ago
  38. d86377a Saved some more memory by introducing a multi stage boot process: by oliverschmidt · 19 years ago
  39. 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
  40. cfc4340 Fixed typo by adamdunkels · 19 years ago
  41. d32b550 Updated dependancies by adamdunkels · 19 years ago
  42. c813234 Reduced complexity by using vpath and defined prefixed by adamdunkels · 19 years ago
  43. b8adcdf Rewrote scrip to not use the Unix find command by adamdunkels · 19 years ago
  44. 36d49be Fixed minor typo by adamdunkels · 19 years ago
  45. 3335cd9 Added uIP call for polling an application without triggering any timer by adamdunkels · 19 years ago
  46. f29d888 Rewrote the dynamic output support. Instead of using separate "script" by adamdunkels · 19 years ago
  47. 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
  48. 2e91181 Defined UIP_RECEIVE_WINDOW explicitly as 'unsigned int' constant to avoid promotion to 'long'. by oliverschmidt · 19 years ago
  49. c6948dd Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  50. ad6b7ec Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  51. ac923df Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  52. b7d714c Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  53. b6591a2 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  54. a05e0b2 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  55. b30bf5a Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  56. 06ca926 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  57. 3a25f29 Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  58. 6bfccc1 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  59. b166c4c Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  60. 378c23d Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  61. 648593b Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  62. e252f17 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  63. 4affe76 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  64. 9e44d63 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  65. 3ff1aaa Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  66. 3742087 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  67. 06dc274 Moved to the new switch() based local continuation implementation (and reverted the compiler setting to ordinary ones). by oliverschmidt · 19 years ago
  68. 65aa1af Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  69. a900bff Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  70. 467ca4c Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  71. 1691288 Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  72. 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
  73. 442bdc8 Updated documentation by adamdunkels · 19 years ago
  74. 67ec73b Added inclusion of ek-service.h file by adamdunkels · 19 years ago
  75. 70316a9 Updated protothreads documentation by adamdunkels · 19 years ago
  76. d2eb552 Added default implementations for local continuations into main contiki module. by adamdunkels · 19 years ago
  77. c234b43 Updated documentation by adamdunkels · 19 years ago
  78. 31a5026 Moved header size definitions into header file. by adamdunkels · 19 years ago
  79. 72a8303 Moved header size definitions into header file. by adamdunkels · 19 years ago
  80. 6dbe0fd Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  81. d0791bb Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  82. 3e81edf Updated documentation by adamdunkels · 19 years ago
  83. 99480c1 The mousetext based ctk drawing code uses the cc65 C library function _textframexy to draw the window borders. by oliverschmidt · 19 years ago
  84. 3165c4a More or less cosmetic change. by oliverschmidt · 19 years ago
  85. 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
  86. 14af295 Moved Apple2 ctk-conio-conf.h into the conf directory (as for most other targets). by oliverschmidt · 19 years ago
  87. fdcbf75 Enlarged dialog to make 'Close' button fit. by oliverschmidt · 19 years ago
  88. ed66a1d Replaced ugly copying with gather send. by oliverschmidt · 19 years ago
  89. 17b001b Renamed init func to make use of the exisisting header file. by oliverschmidt · 19 years ago
  90. 224332b Increased max number of menu entries to accomodate the additional apps. by oliverschmidt · 19 years ago
  91. 8e3988b Added FTP and editor app to the Win32 port. by oliverschmidt · 19 years ago
  92. 88d30bd Added a filesystem service to the Win32 port. by oliverschmidt · 19 years ago
  93. 472a1df Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  94. cded0db Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  95. 9ba74af Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  96. 30b4763 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  97. b67102a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  98. 02c3faf Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  99. b5be8c7 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  100. 660eae8 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago