1. 1d2858f Removed old advertising clause, nicer window edges by adamdunkels · 20 years ago
  2. 76a4c4a Removed old advertising clause by adamdunkels · 20 years ago
  3. 6d35d55 Updated with new URL, rewritten by adamdunkels · 20 years ago
  4. 70743e1 only define CH_ENTER if it isn't defined already by sannyx · 20 years ago
  5. 6afc9c5 Synchronous post function renamed by adamdunkels · 20 years ago
  6. f32abcc Begin merging new kernel into old code -> removed dispatcher_listen() function, synchronous post now properly named by adamdunkels · 20 years ago
  7. af3e094 Added documentation for uIP split and lib modules by adamdunkels · 20 years ago
  8. 09e2757 Focused widgets in background windows are no longer drawn in reverse by adamdunkels · 20 years ago
  9. ee26fe3 First version of TCP throughput booster hack by adamdunkels · 20 years ago
  10. f0626ad Number of UDP connections configurable through UIP_CONF_UDP_CONNS by adamdunkels · 20 years ago
  11. 8c36501 uip_arp_ipin removed, ARP requests now result in ARP table update by adamdunkels · 20 years ago
  12. c2e0e66 NULL definition now follows standard by adamdunkels · 20 years ago
  13. f339ec8 First version of the preemptive multi-threading library by adamdunkels · 20 years ago
  14. 1a21b92 Made dispatcher_curproc available, updated documentation by adamdunkels · 20 years ago
  15. 97cb424 Updated text on main page by adamdunkels · 20 years ago
  16. 86a4a95 Statistics, logging added as uip-conf options by adamdunkels · 20 years ago
  17. 01f657c Updated documentation by adamdunkels · 20 years ago
  18. bca8332 Updated to latest Doxygen version by adamdunkels · 20 years ago
  19. dd780b2 Define NULL by adamdunkels · 20 years ago
  20. 5da9902 Bugfix by Sprio Trikaliotis by adamdunkels · 20 years ago
  21. db300d2 uip_main -> uiplib by adamdunkels · 20 years ago
  22. 63ba911 Reduced default size of forwarding cache to two by adamdunkels · 20 years ago
  23. 0f41361 Added CC_DOUBLE_HASH config option for C compilers that support ## style macro definitions by adamdunkels · 20 years ago
  24. d3e1522 Updated documentation by adamdunkels · 20 years ago
  25. 981ae0d resolv_init() no loader a program loader init function by adamdunkels · 20 years ago
  26. 0b2cc0f IP address conversion function now in uiplib, buffering functions to come. by adamdunkels · 20 years ago
  27. 0574b11 Moved obsolete file contents into uiplib.[ch] by adamdunkels · 20 years ago
  28. 24243c2 Header file containing version number string by adamdunkels · 20 years ago
  29. d29b88a Declarations moved from arch dirs by adamdunkels · 20 years ago
  30. 399a078 Fixed UDP stuff, added UDP appstate by adamdunkels · 20 years ago
  31. 048a33f Now can handle any number of forward caches, added a periodic time-out function by adamdunkels · 20 years ago
  32. 9e15ad7 Fixed memset() bug by adamdunkels · 20 years ago
  33. 97435a9 Semi-abstract linked list implementation that might be useful by adamdunkels · 20 years ago
  34. be960b7 Updated HTTP server strings by adamdunkels · 20 years ago
  35. 7068025 Initial import by adamdunkels · 20 years ago
  36. d913334 Added uip-fw return values by adamdunkels · 21 years ago
  37. a333ee1 Resolver now a proper process by adamdunkels · 21 years ago
  38. 0138578 Now uses the UDP functions from the disptacher by adamdunkels · 21 years ago
  39. 5dc6622 Made the dispatcher UDP aware, added a generic message signal dispatcher_signal_msg by adamdunkels · 21 years ago
  40. cf42854 Changed shell_init() call to shell_start(), replaced strncpy() with memcpy() by adamdunkels · 21 years ago
  41. 0e9d8ed Added u32_t typedef by adamdunkels · 21 years ago
  42. 7d3a28f Added a shell_start() function that is called when a new telnet connection is accepted by adamdunkels · 21 years ago
  43. 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
  44. 5f13299 Added support for error return values for error indication by adamdunkels · 21 years ago
  45. 9217704 Added ## preprocessor directive to enable multiple memory block declarations in a single file by adamdunkels · 21 years ago
  46. 86c5f21 Added #include resolv.h by adamdunkels · 21 years ago
  47. e2987b0 Moved webclient_timedout() to ensure that a timeout is detected by adamdunkels · 21 years ago
  48. d00b45a Changed bcopy to memcpy by adamdunkels · 21 years ago
  49. 8e5d990 Split telnet deamon and GUI functionality so that the telnet deamon is useful even on non-gui platforms by adamdunkels · 21 years ago
  50. 25adfdf Memory block allocation routines by adamdunkels · 21 years ago
  51. b489e7a Updated to uIP release version 0.9 by adamdunkels · 21 years ago
  52. 4a50f18 Updated web server towards working with dynamically loadable files, updated version string by adamdunkels · 21 years ago
  53. cd3d498 Added Telnet options negotiation, now uses memb for memory block allocation, added shell_prompt() function, fixed bugs by adamdunkels · 21 years ago
  54. feac9cb *** empty log message *** by adamdunkels · 21 years ago
  55. 75df636 Now sends ICMP time-exceeded if the TTL is decremented to zero by adamdunkels · 21 years ago
  56. 033e51d Added the ability to configure IP address with a single ping packet by adamdunkels · 21 years ago
  57. 0170b08 Joined from contiki-1-1 branch by adamdunkels · 21 years ago
  58. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago
  59. 4b70611 Experimental uIP packet forwarding module by adamdunkels · 21 years ago
  60. 6f4468e Added #ifdef WITH_UIP around dispatcher_connect() function by adamdunkels · 21 years ago
  61. 846aabf Added doxygen documentation to the ARP module by adamdunkels · 21 years ago
  62. 25d2dbf Bugfix: redirects work now by adamdunkels · 21 years ago
  63. 1fb843b Added mainpage to the documentation by adamdunkels · 21 years ago
  64. bb2e93c Added UIP_CONF_RESOLV_ENTRIES configuration parameter, fixed bug with respect to dispatcher_emit() of UDP poll signal by adamdunkels · 21 years ago
  65. 0f8fcfa Added const qualifier to DSC structure by adamdunkels · 21 years ago
  66. 6f52726 Bugfix: dispatcher_connec() now marks the connection with dispatcher_markconn() by adamdunkels · 21 years ago
  67. 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
  68. 0404ef1 Replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  69. 75c276c Web browser now works with numeric IP addresses as URLs by adamdunkels · 21 years ago
  70. 8d1e073 Added const qualifier to helper function prototypes by adamdunkels · 21 years ago
  71. 4d2d276 Added const qualifier for error messages, added 'No loader' error message, replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  72. 6f6d88c Added cast from const char * to char * in order to compile under cc65 by adamdunkels · 21 years ago
  73. 2c48882 Added const qualifier for the strings by adamdunkels · 21 years ago
  74. 1e45c6d Updated doxygen documentation, revised copyright stuff by adamdunkels · 21 years ago
  75. b81e560 Made the color definitions const by adamdunkels · 21 years ago
  76. d5a69e6 Changed the port parameter to the uIP listen and connection functions to be in network byte order by adamdunkels · 21 years ago
  77. 26182b8 Added graphs, ctk-vncserver.c and ctk.g files by adamdunkels · 21 years ago
  78. cc46c52 Introduced ctk-vncserver-conf.h file, added doxygen documentation by adamdunkels · 21 years ago
  79. d238b29 Font data now declared const by adamdunkels · 21 years ago
  80. b27d85a Added doxygen documentation by adamdunkels · 21 years ago
  81. 0983060 Removed inclusion of file c64-fs.h by adamdunkels · 21 years ago
  82. b08fe60 Changed dispatcher_signal() and dispatcher_idle() functions to dispatcher_process_signal() and dispatcher_process_idle() by adamdunkels · 21 years ago
  83. 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
  84. 3d372e1 Removed the id argument to the ctk_icon_add() by adamdunkels · 21 years ago
  85. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  86. 5dd70b5 Configuration file for Doxygen by adamdunkels · 21 years ago
  87. 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
  88. 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
  89. 77b7a69 Resized download dialog, added a WWW_CONF_HOMEPAGE option for setting a default homepage by adamdunkels · 21 years ago
  90. 37ac5f2 HTTP redirects now may span hosts by adamdunkels · 21 years ago
  91. 564b903 Argument passing across processes by adamdunkels · 21 years ago
  92. 72aebd1 Focus now no longer drops off command entry by adamdunkels · 21 years ago
  93. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  94. 3ea09e6 Removed old out-commented code by adamdunkels · 21 years ago
  95. 1d31c32 Reduced number of characters in hostname from 64 to 32 by adamdunkels · 21 years ago
  96. 0b3eeba Rewrote PETSCII->ASCII code so that it now works, and no longer uses a table by adamdunkels · 21 years ago
  97. 2bd4ec4 VNC server name now copied from static string rather than from immediate constants by adamdunkels · 21 years ago
  98. a05d540 Enter key press in text entry widget now makes focus jump downward by adamdunkels · 21 years ago
  99. e7f5d50 Removed unneeded return statement by adamdunkels · 21 years ago
  100. c583d21 Increased HTTP header line length to 200, since the older value did not work with all web servers by adamdunkels · 21 years ago