1. dd780b2 Define NULL by adamdunkels · 20 years ago
  2. 5da9902 Bugfix by Sprio Trikaliotis by adamdunkels · 20 years ago
  3. db300d2 uip_main -> uiplib by adamdunkels · 20 years ago
  4. 63ba911 Reduced default size of forwarding cache to two by adamdunkels · 20 years ago
  5. 0f41361 Added CC_DOUBLE_HASH config option for C compilers that support ## style macro definitions by adamdunkels · 20 years ago
  6. d3e1522 Updated documentation by adamdunkels · 20 years ago
  7. 981ae0d resolv_init() no loader a program loader init function by adamdunkels · 20 years ago
  8. 0b2cc0f IP address conversion function now in uiplib, buffering functions to come. by adamdunkels · 20 years ago
  9. 0574b11 Moved obsolete file contents into uiplib.[ch] by adamdunkels · 20 years ago
  10. 24243c2 Header file containing version number string by adamdunkels · 20 years ago
  11. d29b88a Declarations moved from arch dirs by adamdunkels · 20 years ago
  12. 399a078 Fixed UDP stuff, added UDP appstate by adamdunkels · 20 years ago
  13. 048a33f Now can handle any number of forward caches, added a periodic time-out function by adamdunkels · 20 years ago
  14. 9e15ad7 Fixed memset() bug by adamdunkels · 20 years ago
  15. 97435a9 Semi-abstract linked list implementation that might be useful by adamdunkels · 20 years ago
  16. be960b7 Updated HTTP server strings by adamdunkels · 20 years ago
  17. 7068025 Initial import by adamdunkels · 20 years ago
  18. d913334 Added uip-fw return values by adamdunkels · 21 years ago
  19. a333ee1 Resolver now a proper process by adamdunkels · 21 years ago
  20. 0138578 Now uses the UDP functions from the disptacher by adamdunkels · 21 years ago
  21. 5dc6622 Made the dispatcher UDP aware, added a generic message signal dispatcher_signal_msg by adamdunkels · 21 years ago
  22. cf42854 Changed shell_init() call to shell_start(), replaced strncpy() with memcpy() by adamdunkels · 21 years ago
  23. 0e9d8ed Added u32_t typedef by adamdunkels · 21 years ago
  24. 7d3a28f Added a shell_start() function that is called when a new telnet connection is accepted by adamdunkels · 21 years ago
  25. 4735e72 Added UDP support to the dispatcher, added two configuration options UIP_CONF_RECEIVE_WINDOW and UIP_CONF_LLH_LEN by adamdunkels · 21 years ago
  26. 5f13299 Added support for error return values for error indication by adamdunkels · 21 years ago
  27. 9217704 Added ## preprocessor directive to enable multiple memory block declarations in a single file by adamdunkels · 21 years ago
  28. 86c5f21 Added #include resolv.h by adamdunkels · 21 years ago
  29. e2987b0 Moved webclient_timedout() to ensure that a timeout is detected by adamdunkels · 21 years ago
  30. d00b45a Changed bcopy to memcpy by adamdunkels · 21 years ago
  31. 8e5d990 Split telnet deamon and GUI functionality so that the telnet deamon is useful even on non-gui platforms by adamdunkels · 21 years ago
  32. 25adfdf Memory block allocation routines by adamdunkels · 21 years ago
  33. b489e7a Updated to uIP release version 0.9 by adamdunkels · 21 years ago
  34. 4a50f18 Updated web server towards working with dynamically loadable files, updated version string by adamdunkels · 21 years ago
  35. cd3d498 Added Telnet options negotiation, now uses memb for memory block allocation, added shell_prompt() function, fixed bugs by adamdunkels · 21 years ago
  36. feac9cb *** empty log message *** by adamdunkels · 21 years ago
  37. 75df636 Now sends ICMP time-exceeded if the TTL is decremented to zero by adamdunkels · 21 years ago
  38. 033e51d Added the ability to configure IP address with a single ping packet by adamdunkels · 21 years ago
  39. 0170b08 Joined from contiki-1-1 branch by adamdunkels · 21 years ago
  40. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago
  41. 4b70611 Experimental uIP packet forwarding module by adamdunkels · 21 years ago
  42. 6f4468e Added #ifdef WITH_UIP around dispatcher_connect() function by adamdunkels · 21 years ago
  43. 846aabf Added doxygen documentation to the ARP module by adamdunkels · 21 years ago
  44. 25d2dbf Bugfix: redirects work now by adamdunkels · 21 years ago
  45. 1fb843b Added mainpage to the documentation by adamdunkels · 21 years ago
  46. bb2e93c Added UIP_CONF_RESOLV_ENTRIES configuration parameter, fixed bug with respect to dispatcher_emit() of UDP poll signal by adamdunkels · 21 years ago
  47. 0f8fcfa Added const qualifier to DSC structure by adamdunkels · 21 years ago
  48. 6f52726 Bugfix: dispatcher_connec() now marks the connection with dispatcher_markconn() by adamdunkels · 21 years ago
  49. 033f084 Added CTK_VNCSERVER_CONF_MAX_ICONS configuration parameter, made VNC output code work with 16-bit alignment, reduced size of key queue to 20 keys by adamdunkels · 21 years ago
  50. 0404ef1 Replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  51. 75c276c Web browser now works with numeric IP addresses as URLs by adamdunkels · 21 years ago
  52. 8d1e073 Added const qualifier to helper function prototypes by adamdunkels · 21 years ago
  53. 4d2d276 Added const qualifier for error messages, added 'No loader' error message, replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  54. 6f6d88c Added cast from const char * to char * in order to compile under cc65 by adamdunkels · 21 years ago
  55. 2c48882 Added const qualifier for the strings by adamdunkels · 21 years ago
  56. 1e45c6d Updated doxygen documentation, revised copyright stuff by adamdunkels · 21 years ago
  57. b81e560 Made the color definitions const by adamdunkels · 21 years ago
  58. d5a69e6 Changed the port parameter to the uIP listen and connection functions to be in network byte order by adamdunkels · 21 years ago
  59. 26182b8 Added graphs, ctk-vncserver.c and ctk.g files by adamdunkels · 21 years ago
  60. cc46c52 Introduced ctk-vncserver-conf.h file, added doxygen documentation by adamdunkels · 21 years ago
  61. d238b29 Font data now declared const by adamdunkels · 21 years ago
  62. b27d85a Added doxygen documentation by adamdunkels · 21 years ago
  63. 0983060 Removed inclusion of file c64-fs.h by adamdunkels · 21 years ago
  64. b08fe60 Changed dispatcher_signal() and dispatcher_idle() functions to dispatcher_process_signal() and dispatcher_process_idle() by adamdunkels · 21 years ago
  65. 784b297 Added doxygen documentation, changed dispatcher_signal() and dispatcher_idle() functions to dispatcher_process_signal() and dispatcher_process_idle(), fixed possible bug with return value of dispatcher_start() by adamdunkels · 21 years ago
  66. 3d372e1 Removed the id argument to the ctk_icon_add() by adamdunkels · 21 years ago
  67. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  68. 5dd70b5 Configuration file for Doxygen by adamdunkels · 21 years ago
  69. c4dbb8d ctk_signal_keypress are now delivered with fastemit() function, only one redraw is performed when many keypresses are queued, and ctk_widget_redraw() code was split into two functions by adamdunkels · 21 years ago
  70. 268cce2 Added a dispatcher_fastemit() function which emits a signal immediately, added a dispatcher_connect() function which calls uip_connect() and issues a uIP poll signal. by adamdunkels · 21 years ago
  71. 77b7a69 Resized download dialog, added a WWW_CONF_HOMEPAGE option for setting a default homepage by adamdunkels · 21 years ago
  72. 37ac5f2 HTTP redirects now may span hosts by adamdunkels · 21 years ago
  73. 564b903 Argument passing across processes by adamdunkels · 21 years ago
  74. 72aebd1 Focus now no longer drops off command entry by adamdunkels · 21 years ago
  75. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  76. 3ea09e6 Removed old out-commented code by adamdunkels · 21 years ago
  77. 1d31c32 Reduced number of characters in hostname from 64 to 32 by adamdunkels · 21 years ago
  78. 0b3eeba Rewrote PETSCII->ASCII code so that it now works, and no longer uses a table by adamdunkels · 21 years ago
  79. 2bd4ec4 VNC server name now copied from static string rather than from immediate constants by adamdunkels · 21 years ago
  80. a05d540 Enter key press in text entry widget now makes focus jump downward by adamdunkels · 21 years ago
  81. e7f5d50 Removed unneeded return statement by adamdunkels · 21 years ago
  82. c583d21 Increased HTTP header line length to 200, since the older value did not work with all web servers by adamdunkels · 21 years ago
  83. f6eea75 Web browser now asks question about starting downloader application when it starts receiving non-HTML data by adamdunkels · 21 years ago
  84. e6a3f18 HTTP header fields are now case insensitive by adamdunkels · 21 years ago
  85. e200430 Added PETSCII conversions by adamdunkels · 21 years ago
  86. a49d1dc Made MSS span entire available buffer, made buffer two bytes longer for safety by adamdunkels · 21 years ago
  87. eba7519 Command shell DSC by adamdunkels · 21 years ago
  88. be17526 Generic shell code by adamdunkels · 21 years ago
  89. 627009a First version of remote shell application by adamdunkels · 21 years ago
  90. d962db4 Fixed a bug where the first SYN sometimes contained a zero window by adamdunkels · 21 years ago
  91. 429e566 Moved default router and netmask configuration out from ARP module and into generic uIP module by adamdunkels · 21 years ago
  92. eb91d5f Added macros uip_periodic_conn() and uip_udp_periodic_conn() which are used when forcing a poll by adamdunkels · 21 years ago
  93. a38da25 Removed unused IPv6 code, and did some optimizations for reducing code space by adamdunkels · 21 years ago
  94. 5a90d64 Added an #if WITH_UIP around uIP function calls by adamdunkels · 21 years ago
  95. 6e04e1a Added CTK_TEXTENTRY_CLEAR() macro by adamdunkels · 21 years ago
  96. 04ec5b4 Now emits a ctk_signal_widget_activate when a textentry is activated by adamdunkels · 21 years ago
  97. 328e535 Now loads page directly when pressing enter after typing the URL by adamdunkels · 21 years ago
  98. 506d6c4 Now shows file name in error messages by adamdunkels · 21 years ago
  99. a1bdf18 Removed redundant #ifdefs followed by an #if and replaced them with a single #if by adamdunkels · 21 years ago
  100. f180e34 Made operands 'long' to gain more digits in computation by adamdunkels · 21 years ago