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