1. 2f9f468 Documentation update for SOCKET_WAIT_UNTIL() by adamdunkels · 19 years ago
  2. 7461bcb Fixed documentation bug wrt device driver sending packets. Minor spelling fixes by adamdunkels · 19 years ago
  3. 049a912 Cleaned up comments - indentation and in some cases content. by adamdunkels · 19 years ago
  4. d11555c Optimized web broser centering code: by oliverschmidt · 19 years ago
  5. 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
  6. 533f7e2 Saved some more bytes of memory with CTK_CONF_SCREENSAVER = 0. by oliverschmidt · 19 years ago
  7. 453510a Fixed bug in the web broswer primarily showing up: by oliverschmidt · 19 years ago
  8. 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
  9. 162df37 Renamed simpletelnet.prg to telnet.prg due to Apple2 ProDOS8 filename length restrictions. by oliverschmidt · 20 years ago
  10. 317947c Avoid textentry widgets wider than their text length. by oliverschmidt · 20 years ago
  11. 432bc5a Improved window vertical centering. by oliverschmidt · 20 years ago
  12. 764c474 Made email compose window size compile-time configurable. by oliverschmidt · 20 years ago
  13. 52042b3 Fixed typo (?) by oliverschmidt · 20 years ago
  14. e2486c6 Allowed CH_ENTER to be overridden. by oliverschmidt · 20 years ago
  15. 79a8e6f Added custom printing code so that sprintf can be skipped by adamdunkels · 20 years ago
  16. 6b9d5e8 bugfix: switching widgets in a window without widgets crashed by adamdunkels · 20 years ago
  17. e4e58ac Updated version string by adamdunkels · 20 years ago
  18. 8f96bfb Added DHCP client by adamdunkels · 20 years ago
  19. b386530 Added DHCP client frontent by adamdunkels · 20 years ago
  20. 7cc0676 Allow UDP checksums to be configured via uip-conf.h file by adamdunkels · 20 years ago
  21. 5f64c24 Added support for sending IP broadcasts, removed out-commented code by adamdunkels · 20 years ago
  22. 53773cb Added prototype for uip_udpchksum() by adamdunkels · 20 years ago
  23. c4b80c5 Bugfix: UDP checksums are now calculated after all fields have been filled in by adamdunkels · 20 years ago
  24. 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
  25. 595c7a7 Define version string if undefined to allow version string to be overridden in makefile by adamdunkels · 20 years ago
  26. ec2f4a1 Bugfix: DHCP client can now be restarted in a non-loader environment by adamdunkels · 20 years ago
  27. 2cba96f Moved functions around to be able to skip extra declarations by adamdunkels · 20 years ago
  28. b380a3e Moved Ethernet address into main uIP module from ARP module by adamdunkels · 20 years ago
  29. 78135c5 Added prototypes for "force poll" functions by adamdunkels · 20 years ago
  30. e3bf747 UDP API change for port numbers in network byte order by adamdunkels · 20 years ago
  31. 75b9d00 UDP API change: uip_udp_new() now takes port numbers in network byte order like TCP functions. by adamdunkels · 20 years ago
  32. bb2c3ff Functions for converting IP packets into textual repressentations by adamdunkels · 20 years ago
  33. 42ad15c DHCP client GUI by adamdunkels · 20 years ago
  34. e33d437 DHCP client by adamdunkels · 20 years ago
  35. ac01294 Made the quit button work by adamdunkels · 20 years ago
  36. 84a03ed Bumped the version up to 1.2-devel1 by adamdunkels · 20 years ago
  37. 27fd732 Set 1.2-devel0 as the project version by adamdunkels · 20 years ago
  38. d251e84 Converted generator functions to comply with the generator function prototype by adamdunkels · 20 years ago
  39. aa930f9 Rewrote example so that is follows the current protothreads API by adamdunkels · 20 years ago
  40. 94b7121 Updated web pages by adamdunkels · 20 years ago
  41. 0dce2c9 Added process listing function by adamdunkels · 20 years ago
  42. 8e34952 Updated web pages by adamdunkels · 20 years ago
  43. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  44. b1041b8 Made telnet work more than once in non-loader environments. by oliverschmidt · 20 years ago
  45. 4d55ed5 Minor spell mistake fix by adamdunkels · 20 years ago
  46. 8478bee Added initialization so that the module is initalized before first use by adamdunkels · 20 years ago
  47. f7a92b2 Added PETSCII->ASCII conversion by adamdunkels · 20 years ago
  48. c2bd043 Added a LOADER_UNLOAD() that for some reason had been previously removed by adamdunkels · 20 years ago
  49. 606c70b Files no longer have hardcoded mime types by adamdunkels · 20 years ago
  50. 0c38881 Updated VNC client to comply with recept API changes by adamdunkels · 20 years ago
  51. a3c3103 Removed inclusion of obsolete uip-event.h file by adamdunkels · 20 years ago
  52. 4c09222 A timer_reset should reset the timer from the current clock time by adamdunkels · 20 years ago
  53. 3eac04f Fixed bug with BITMAP widget by adamdunkels · 20 years ago
  54. 4e85294 Added support for resetting a registered service by adamdunkels · 20 years ago
  55. ccdcba2 Support for shutdown of CTK draw service by adamdunkels · 20 years ago
  56. adea462 Added support for refer logging by adamdunkels · 20 years ago
  57. 08eac9e Fixed bug that prevented concurrent reception and transmission of data by adamdunkels · 20 years ago
  58. bae0a30 Added a socket_generator_send() function that allows data to be dynamically generated using an external function by adamdunkels · 20 years ago
  59. b63552d Rewrite of the HTTP server, now implemented using sockets by adamdunkels · 20 years ago
  60. 66dd2f1 Updated default web pages with nicer layout by adamdunkels · 20 years ago
  61. 25e9508 Added support for CTCP VERSION queries by adamdunkels · 20 years ago
  62. b66de80 Better naming of string variables by adamdunkels · 20 years ago
  63. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  64. 66583f2 Obsolete, functionality moved to tcpip.c by adamdunkels · 20 years ago
  65. af6f2ef Handle EK_EVENT_REPLACE event by adamdunkels · 20 years ago
  66. c9c2dab Bugfix: socket read is no longer ended on segment boundaries by adamdunkels · 20 years ago
  67. b1a88e2 Bugfix: runwindow closed before it is opened to protect from multiple instances by adamdunkels · 20 years ago
  68. 051cf87 Added POP3 strings by adamdunkels · 20 years ago
  69. 20ac8f6 More descriptive icon name by adamdunkels · 20 years ago
  70. 56dc363 Window one char wider by adamdunkels · 20 years ago
  71. 8d8b745 Added /me action message by adamdunkels · 20 years ago
  72. 44cce8c Added /me action message, moved log size configuration to irc-conf.h file by adamdunkels · 20 years ago
  73. 6c19043 Initial version of POP3 client implementation by adamdunkels · 20 years ago
  74. 856c68b Bugfix: process number entry now cleared after process is killed by adamdunkels · 20 years ago
  75. 28c6f90 Bugfixes for buffer overflows, 80 colum size by adamdunkels · 20 years ago
  76. 8b1784b Added extra byte at end of buffer to avoid bugs by adamdunkels · 20 years ago
  77. 8fcaca5 Bigger buffers by adamdunkels · 20 years ago
  78. d3d4ec6 IRC strings added by adamdunkels · 20 years ago
  79. bce2a81 Added register variables, for cc65 efficiency reasons by adamdunkels · 20 years ago
  80. cad2e49 Added parenthesis just to be on the safe side by adamdunkels · 20 years ago
  81. e59ce4a Added register variables, for cc65 size reasons by adamdunkels · 20 years ago
  82. 269d7be Tried making the web browser quicker by reducing the amount of function calls made during the parsing. Loops are now used, which are quicker but uses a little more code space by adamdunkels · 20 years ago
  83. de8082f Added const qualfier to keep cc65 happy by adamdunkels · 20 years ago
  84. 999e372 Fixed quit crash bug, lines can now be twice the width of the screen by adamdunkels · 20 years ago
  85. 2bd076e Moved strings into separate file, made server input parsing *much* quicker by adamdunkels · 20 years ago
  86. db810f4 Made strings separate from C file in order to be sure of text encoding by adamdunkels · 20 years ago
  87. 897472d Added \r\n endings by adamdunkels · 20 years ago
  88. 15c3a8b SMTP implementation using sockets by adamdunkels · 20 years ago
  89. 5a2df1c Initial version of the IRC client by adamdunkels · 20 years ago
  90. a7fab99 Updated documentation, fixed bugs, added a socket_newdata call that enables SOCKET_WAIT_UNTIL() that waits for either new data or a condition by adamdunkels · 20 years ago
  91. bdafa39 Fixed bugs, added a socket_newdata call that enables SOCKET_WAIT_UNTIL() that waits for either new data or a condition by adamdunkels · 20 years ago
  92. 123ab1c Removed reduntant ->current field by adamdunkels · 20 years ago
  93. e357785 Added init function by adamdunkels · 20 years ago
  94. d58321e Added init function, bugfix for the last line of text by adamdunkels · 20 years ago
  95. f2fd9c1 PT_BEGIN/PT_END introduced, documentation for local continuations, parenthesis bugfix on PT_WAIT_UNTIL by adamdunkels · 20 years ago
  96. d0c0a2e Poll requrest flag made volatile, since it is set from interrupt handlers by adamdunkels · 20 years ago
  97. 5acd9ef Process priorities now works as expected by adamdunkels · 20 years ago
  98. 3fd572d Removed CTK and CFS includes, since these are not used by non-gui and non-filesystem programs by adamdunkels · 20 years ago
  99. 7790abe Bugfix: a NULL icon bitmap could generate a NULL pointer error by adamdunkels · 20 years ago
  100. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago