1. be17526 Generic shell code by adamdunkels · 21 years ago
  2. 627009a First version of remote shell application by adamdunkels · 21 years ago
  3. d962db4 Fixed a bug where the first SYN sometimes contained a zero window by adamdunkels · 21 years ago
  4. 429e566 Moved default router and netmask configuration out from ARP module and into generic uIP module by adamdunkels · 21 years ago
  5. eb91d5f Added macros uip_periodic_conn() and uip_udp_periodic_conn() which are used when forcing a poll by adamdunkels · 21 years ago
  6. a38da25 Removed unused IPv6 code, and did some optimizations for reducing code space by adamdunkels · 21 years ago
  7. 5a90d64 Added an #if WITH_UIP around uIP function calls by adamdunkels · 21 years ago
  8. 6e04e1a Added CTK_TEXTENTRY_CLEAR() macro by adamdunkels · 21 years ago
  9. 04ec5b4 Now emits a ctk_signal_widget_activate when a textentry is activated by adamdunkels · 21 years ago
  10. 328e535 Now loads page directly when pressing enter after typing the URL by adamdunkels · 21 years ago
  11. 506d6c4 Now shows file name in error messages by adamdunkels · 21 years ago
  12. a1bdf18 Removed redundant #ifdefs followed by an #if and replaced them with a single #if by adamdunkels · 21 years ago
  13. f180e34 Made operands 'long' to gain more digits in computation by adamdunkels · 21 years ago
  14. 8145e70 Added polling signals that can be used to force a uIP poll to be performed for a connection by adamdunkels · 21 years ago
  15. 99dcf45 Reduced size of name cache, made a few locals static and rewrote parts of the code, all in order to reduce code size by adamdunkels · 21 years ago
  16. 26e643f Made a bunch of local variables static in order to reduce code size by adamdunkels · 21 years ago
  17. 4dd8eeb Rewrote small parts in order to reduce code size. by adamdunkels · 21 years ago
  18. d59dadf Made local variable a register variable to reduce code size - only works with latest cc65 snapshot by adamdunkels · 21 years ago
  19. cd8c3a2 Added uip_unlisten() which causes a listening port to stop listening by adamdunkels · 21 years ago
  20. 7b5a24f Rewrote the dispatcher and ek modules so that all functionality now is contained in dispatcher, and the old ek is now obsolete by adamdunkels · 21 years ago
  21. fb565d9 Fixed bug which made loading start a way down the page when WWW_CONF_PAGEVIEW was set by adamdunkels · 21 years ago
  22. e0e6f5c Removed old junk, fixed a bug in the IP address translation code which caused erroneous IP address lookups by adamdunkels · 21 years ago
  23. 62652ac Remade the #defines so that they will compile with cc65 by adamdunkels · 21 years ago
  24. 4662303 Menus are now redrawn when a menu is removed by adamdunkels · 21 years ago
  25. 95bdfce Updated area for dialogs was too small, fixed by adamdunkels · 21 years ago
  26. 91acf26 Changed -DNOT_AVR to -DWITH_AVR which AVR targets will have to define by adamdunkels · 21 years ago
  27. 3c01d28 Added F-keys by adamdunkels · 21 years ago
  28. 6fbf76c Made webserver window smaller by adamdunkels · 21 years ago
  29. 09da1ef Telnet window is now centered on screen by adamdunkels · 21 years ago
  30. e3ac720 Setup window is now centered on screen by adamdunkels · 21 years ago
  31. 01e7ba1 Added line breaks to outgoing emails, added better messages when emails have been sent by adamdunkels · 21 years ago
  32. a6557e4 Added fastcall to ctk_widget_add() by adamdunkels · 21 years ago
  33. 3af580f Removed old MULTILINE text entry, updated ctk_signal_keypress logic, added fastcall to a few functions to reduce code size by adamdunkels · 21 years ago
  34. 11bb946 Changed ctk_window_redraw() to redraw_window() by adamdunkels · 21 years ago
  35. 15e26dd Configuring a NULL screensaver now turns screensaver off by adamdunkels · 21 years ago
  36. cd583a5 Fixed bug so that the SMTP works again by adamdunkels · 21 years ago
  37. 9304bee Simple DSC file for the email program by adamdunkels · 21 years ago
  38. 3a30cde E-mail program now works for sending e-mail using the new ctk-textedit widget by adamdunkels · 21 years ago
  39. b8f6497 Added a very simple text edit widget by adamdunkels · 21 years ago
  40. 9795b2e Changed screensaver code so that it allows loadable screensavers, added CTK_CONF_WIDGETUP_KEY and CTK_CONF_WIDGETDOWN_KEY which are now used for switching between widgets by adamdunkels · 21 years ago
  41. 8a8138b Added loadable screensaver support by adamdunkels · 21 years ago
  42. 92b8457 Added color argument to ctk_arch_draw_char() function by adamdunkels · 21 years ago
  43. 9d0f580 Added EK_CONF_TIMERS option for turning on or off the generic ek timer functionlity by adamdunkels · 21 years ago
  44. 48f1dd0 Rewrote loop code to use pointers instead of indexes. Reduces code size with cc65 by adamdunkels · 21 years ago
  45. cf90b0d Added explicit timer functionality, no longer uses the ek timer functions by adamdunkels · 21 years ago
  46. 89c1f4e Made window size depend on configured size, added check to log function so that only new URLs are logged in 'Back' queue, added 'Back' log for submitbuttons, added window redraw when scrolling by adamdunkels · 21 years ago
  47. 873b6c7 File field now has size which depends on maxiumum configured URL length, added CC_FASTCALL to reduce code size by adamdunkels · 21 years ago
  48. e063517 Rewrote loops to use explicit pointers instead of indexes, reduces code size for cc65 by adamdunkels · 21 years ago
  49. 1020f7c Added declaration for webserver_log_file() function by adamdunkels · 21 years ago
  50. 7c9ca7e Removed old http_webserver_d64_header string by adamdunkels · 21 years ago
  51. fe6cd59 Added CC_FASTCALL in order to reduce code size by adamdunkels · 21 years ago
  52. 47efbc4 Bugfix: widgets are now not redrawn when covered by a dialog by adamdunkels · 21 years ago
  53. 32d5554 Added uip_signal_uninstall by adamdunkels · 21 years ago
  54. 1953928 Better handling of dialog that shows program that is loading by adamdunkels · 21 years ago
  55. 4a5eadf Added allocation of program names from program-handler's address space by adamdunkels · 21 years ago
  56. 1f40cee Updated to use the new C64 DI/O on the C64 target by adamdunkels · 21 years ago
  57. 2366402 Optimized code size by changing for() loops into memcpy() and by adding register variables by adamdunkels · 21 years ago
  58. af610eb Made a few pointers register variables to reduce code size by adamdunkels · 21 years ago
  59. df6ab2b Added missing 'extern' to ctk_vncfont by adamdunkels · 21 years ago
  60. 1a23b5b Made a few pointers register variables which reduces code size by adamdunkels · 21 years ago
  61. c271434 Updated application descrition by adamdunkels · 21 years ago
  62. a28c4d6 simpletelnet_init is now called instead of erroneous telnet_init by adamdunkels · 21 years ago
  63. 058c206 Changed 'Could not open file' error message to 'File not found' by adamdunkels · 21 years ago
  64. 2646b7d Added icon by adamdunkels · 21 years ago
  65. 591724c An additional ctk_desktop_redraw() caused noticable flickering when switching windows by adamdunkels · 21 years ago
  66. 795ceea Took away error message printf()s by adamdunkels · 21 years ago
  67. fe1e545 Added VNC dsc file by adamdunkels · 21 years ago
  68. 46dbaed Changed memory and open error messages, fixed focus problem with run program window by adamdunkels · 21 years ago
  69. 71efaa0 Updated web pages by adamdunkels · 21 years ago
  70. 1a798bc Added possibility to kill processes by adamdunkels · 21 years ago
  71. 01fc241 Added include string.h by adamdunkels · 21 years ago
  72. c260181 Added poll field to connection state by adamdunkels · 21 years ago
  73. 09c3c76 Fixed bug with user agent field by adamdunkels · 21 years ago
  74. c701807 Webserver now shows log of last requests by adamdunkels · 21 years ago
  75. ef2704d Removed calls to ctk_redraw() and now listens to dispatcher_signal_quit by adamdunkels · 21 years ago
  76. 0103f3b Removed uip_signal_uninstall by adamdunkels · 21 years ago
  77. dc36a13 Added 'About Contiki' text to icon by adamdunkels · 21 years ago
  78. 30c449e Added new configuration option WWW_CONF_PAGEVIEW which makes web browser view one page of text at a time by adamdunkels · 21 years ago
  79. 62393fb Updated to work with new height field by adamdunkels · 21 years ago
  80. ab4b082 Minor unconfirmed bugfix by adamdunkels · 21 years ago
  81. 72a40a5 Added new DISPATCHER_PROCS() interface for obtaining list of processes by adamdunkels · 21 years ago
  82. fbdeea6 Added a color argument to ctk_arch_draw_char() by adamdunkels · 21 years ago
  83. 2d01531 First version of the uVNC server port to Contiki by adamdunkels · 21 years ago
  84. ece2177 Moved the User-Agent string to a separate file to make it easier to change on a per-architecture basis by adamdunkels · 21 years ago
  85. 3e210d8 Processes now kept on a linked list, accible to user programs through the DISPATCHER_PROCS() API macro. Added a dispatcher_quit signal that is intended to quit processes. by adamdunkels · 21 years ago
  86. e3fa8fa It should now be possible to use numerical IP addresses in addition to hostnames by adamdunkels · 21 years ago
  87. 045437c The Run... menu item now no longer appears on platforms without loadable programs. by adamdunkels · 21 years ago
  88. b1a3d23 Now uses new DISPATCHER_PROCS() API call and no longer needs to scan all available process IDs. by adamdunkels · 21 years ago
  89. 3fc888e Text icon now uses upper case characters. by adamdunkels · 21 years ago
  90. eb9bf6c Added ctk_desktop structures. Added a height field (h) to all ctk_widget structures. by adamdunkels · 21 years ago
  91. 965e292 Changed ctk_redraw() to new function ctk_desktop_redraw(). Added stubs for future ctk_desktop functionality. Reformatted a few comments. by adamdunkels · 21 years ago
  92. f1d1965 Web server now kills all connections when there are memory problems. This fixes a possible bug where all connection states could be used up, even though there were TCP connections available. by adamdunkels · 21 years ago
  93. 9f20c05 Added D64 download functionality for the CBM platforms (with #ifdef __CBM__) by adamdunkels · 21 years ago
  94. e9354c4 Removed redundant screen redraws by adamdunkels · 21 years ago
  95. 2a4ba54 Removed redundant screen redraw when opening and closing dialog by adamdunkels · 21 years ago
  96. 43748a1 Added per-architecture uip-conf.h style configuration with options UIP_CONF_MAX_CONNECTIONS, UIP_CONF_MAX_LISTENPORTS, UIP_CONF_BUFFER_SIZE and UIP_CONF_BYTE_ORDER by adamdunkels · 21 years ago
  97. c5ff285 Added a uip_setethaddr() macro for setting the MAC address used by the ARP module by adamdunkels · 21 years ago
  98. 759185d Added TCP PSH bit to all outgoing datapackets by adamdunkels · 21 years ago
  99. 41a3b58 Added missing -dsc header file by adamdunkels · 21 years ago
  100. 02e3190 Initial import of the script that produces a httpd-fsdata.c from the httpd-fs/ directory by adamdunkels · 21 years ago