1. 30d048a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  2. a40eac5 Allow program descriptions to omit the ctk_icon completely if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  3. d104058 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  4. adf27db Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  5. 2b1582b Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  6. 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
  7. a771362 Bugfix: now bails out from POLL_REQUEST call if the TCP connection is unable to accept the poll by adamdunkels · 19 years ago
  8. 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
  9. 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
  10. 82fcc77 Removed compiler warning about icmp_input label being defined when UIP_PINGADDRCONF was not used by adamdunkels · 19 years ago
  11. 0dd56df Added UIP_APPDATA_SIZE macro that holds the available buffer size for user data by adamdunkels · 19 years ago
  12. 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
  13. cfc4340 Fixed typo by adamdunkels · 19 years ago
  14. b8adcdf Rewrote scrip to not use the Unix find command by adamdunkels · 19 years ago
  15. 36d49be Fixed minor typo by adamdunkels · 19 years ago
  16. 3335cd9 Added uIP call for polling an application without triggering any timer by adamdunkels · 19 years ago
  17. f29d888 Rewrote the dynamic output support. Instead of using separate "script" by adamdunkels · 19 years ago
  18. 2e91181 Defined UIP_RECEIVE_WINDOW explicitly as 'unsigned int' constant to avoid promotion to 'long'. by oliverschmidt · 19 years ago
  19. 3742087 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  20. a900bff Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  21. 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
  22. 442bdc8 Updated documentation by adamdunkels · 19 years ago
  23. 67ec73b Added inclusion of ek-service.h file by adamdunkels · 19 years ago
  24. 70316a9 Updated protothreads documentation by adamdunkels · 19 years ago
  25. d2eb552 Added default implementations for local continuations into main contiki module. by adamdunkels · 19 years ago
  26. c234b43 Updated documentation by adamdunkels · 19 years ago
  27. 31a5026 Moved header size definitions into header file. by adamdunkels · 19 years ago
  28. 72a8303 Moved header size definitions into header file. by adamdunkels · 19 years ago
  29. d0791bb Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  30. 3e81edf Updated documentation by adamdunkels · 19 years ago
  31. fdcbf75 Enlarged dialog to make 'Close' button fit. by oliverschmidt · 19 years ago
  32. cd5e89a Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  33. 10f4b8d Removed unused variables. by oliverschmidt · 19 years ago
  34. 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
  35. ce7f02a Added list_length() function for calculating the length of a list by adamdunkels · 19 years ago
  36. d393e30 Added documentation by adamdunkels · 19 years ago
  37. 18eebb9 Added links from the mainpage to modules by adamdunkels · 19 years ago
  38. 0d7a19d Minor documentation fix: renamed 'signal' to 'event' by adamdunkels · 19 years ago
  39. 6f737b7 Added documentation to uIP/Contiki API by adamdunkels · 19 years ago
  40. 4bbc0c3 Removed unused pollhandler by adamdunkels · 19 years ago
  41. 3f5bc0a Added documentation group by adamdunkels · 19 years ago
  42. 58efc01 Fixed bug which could cause crash: TCP_POLL and UDP_POLL events with by adamdunkels · 19 years ago
  43. 2f9f468 Documentation update for SOCKET_WAIT_UNTIL() by adamdunkels · 19 years ago
  44. 7461bcb Fixed documentation bug wrt device driver sending packets. Minor spelling fixes by adamdunkels · 19 years ago
  45. 049a912 Cleaned up comments - indentation and in some cases content. by adamdunkels · 19 years ago
  46. d11555c Optimized web broser centering code: by oliverschmidt · 19 years ago
  47. 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
  48. 533f7e2 Saved some more bytes of memory with CTK_CONF_SCREENSAVER = 0. by oliverschmidt · 19 years ago
  49. 453510a Fixed bug in the web broswer primarily showing up: by oliverschmidt · 19 years ago
  50. 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
  51. 162df37 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  52. 317947c Avoid textentry widgets wider than their text length. by oliverschmidt · 20 years ago
  53. 432bc5a Improved window vertical centering. by oliverschmidt · 20 years ago
  54. 764c474 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  55. 52042b3 Fixed typo (?) by oliverschmidt · 20 years ago
  56. e2486c6 Allowed CH_ENTER to be overridden. by oliverschmidt · 20 years ago
  57. 79a8e6f Added custom printing code so that sprintf can be skipped by adamdunkels · 20 years ago
  58. 6b9d5e8 bugfix: switching widgets in a window without widgets crashed by adamdunkels · 20 years ago
  59. e4e58ac Updated version string by adamdunkels · 20 years ago
  60. 8f96bfb Added DHCP client by adamdunkels · 20 years ago
  61. b386530 Added DHCP client frontent by adamdunkels · 20 years ago
  62. 7cc0676 Allow UDP checksums to be configured via uip-conf.h file by adamdunkels · 20 years ago
  63. 5f64c24 Added support for sending IP broadcasts, removed out-commented code by adamdunkels · 20 years ago
  64. 53773cb Added prototype for uip_udpchksum() by adamdunkels · 20 years ago
  65. c4b80c5 Bugfix: UDP checksums are now calculated after all fields have been filled in by adamdunkels · 20 years ago
  66. ced5f97 Added support for telling server which options that are requested, bugfix for cc65 where DHCP message was overwritten, now only listen to replies for our requests by adamdunkels · 20 years ago
  67. 595c7a7 Define version string if undefined to allow version string to be overridden in makefile by adamdunkels · 20 years ago
  68. ec2f4a1 Bugfix: DHCP client can now be restarted in a non-loader environment by adamdunkels · 20 years ago
  69. 2cba96f Moved functions around to be able to skip extra declarations by adamdunkels · 20 years ago
  70. b380a3e Moved Ethernet address into main uIP module from ARP module by adamdunkels · 20 years ago
  71. 78135c5 Added prototypes for "force poll" functions by adamdunkels · 20 years ago
  72. e3bf747 UDP API change for port numbers in network byte order by adamdunkels · 20 years ago
  73. 75b9d00 UDP API change: uip_udp_new() now takes port numbers in network byte order like TCP functions. by adamdunkels · 20 years ago
  74. bb2c3ff Functions for converting IP packets into textual repressentations by adamdunkels · 20 years ago
  75. 42ad15c DHCP client GUI by adamdunkels · 20 years ago
  76. e33d437 DHCP client by adamdunkels · 20 years ago
  77. ac01294 Made the quit button work by adamdunkels · 20 years ago
  78. 84a03ed Bumped the version up to 1.2-devel1 by adamdunkels · 20 years ago
  79. 27fd732 Set 1.2-devel0 as the project version by adamdunkels · 20 years ago
  80. d251e84 Converted generator functions to comply with the generator function prototype by adamdunkels · 20 years ago
  81. aa930f9 Rewrote example so that is follows the current protothreads API by adamdunkels · 20 years ago
  82. 94b7121 Updated web pages by adamdunkels · 20 years ago
  83. 0dce2c9 Added process listing function by adamdunkels · 20 years ago
  84. 8e34952 Updated web pages by adamdunkels · 20 years ago
  85. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  86. b1041b8 Made telnet work more than once in non-loader environments. by oliverschmidt · 20 years ago
  87. 4d55ed5 Minor spell mistake fix by adamdunkels · 20 years ago
  88. 8478bee Added initialization so that the module is initalized before first use by adamdunkels · 20 years ago
  89. f7a92b2 Added PETSCII->ASCII conversion by adamdunkels · 20 years ago
  90. c2bd043 Added a LOADER_UNLOAD() that for some reason had been previously removed by adamdunkels · 20 years ago
  91. 606c70b Files no longer have hardcoded mime types by adamdunkels · 20 years ago
  92. 0c38881 Updated VNC client to comply with recept API changes by adamdunkels · 20 years ago
  93. a3c3103 Removed inclusion of obsolete uip-event.h file by adamdunkels · 20 years ago
  94. 4c09222 A timer_reset should reset the timer from the current clock time by adamdunkels · 20 years ago
  95. 3eac04f Fixed bug with BITMAP widget by adamdunkels · 20 years ago
  96. 4e85294 Added support for resetting a registered service by adamdunkels · 20 years ago
  97. ccdcba2 Support for shutdown of CTK draw service by adamdunkels · 20 years ago
  98. adea462 Added support for refer logging by adamdunkels · 20 years ago
  99. 08eac9e Fixed bug that prevented concurrent reception and transmission of data by adamdunkels · 20 years ago
  100. bae0a30 Added a socket_generator_send() function that allows data to be dynamically generated using an external function by adamdunkels · 20 years ago