1. f66fcd2 Added temporary debugging reset() function by adamdunkels · 20 years ago
  2. 606c70b Files no longer have hardcoded mime types by adamdunkels · 20 years ago
  3. 0c38881 Updated VNC client to comply with recept API changes by adamdunkels · 20 years ago
  4. cda09ff Removed obsolete uip-event.o file by adamdunkels · 20 years ago
  5. 1cea114 Updated dependancies by adamdunkels · 20 years ago
  6. 81061fe Initialization and updates are now explicitly done upon loading and reloading of service by adamdunkels · 20 years ago
  7. b8844d4 Added system identification string by adamdunkels · 20 years ago
  8. c012c56 Removed inclusion of obsolete uip-event.h file, CTK draw service is reset before new is loaded by adamdunkels · 20 years ago
  9. 7c73065 Removed inclusion of obsolete uip-event.h file by adamdunkels · 20 years ago
  10. a3c3103 Removed inclusion of obsolete uip-event.h file by adamdunkels · 20 years ago
  11. 4c09222 A timer_reset should reset the timer from the current clock time by adamdunkels · 20 years ago
  12. 3eac04f Fixed bug with BITMAP widget by adamdunkels · 20 years ago
  13. 4e85294 Added support for resetting a registered service by adamdunkels · 20 years ago
  14. ccdcba2 Support for shutdown of CTK draw service by adamdunkels · 20 years ago
  15. adea462 Added support for refer logging by adamdunkels · 20 years ago
  16. 08eac9e Fixed bug that prevented concurrent reception and transmission of data by adamdunkels · 20 years ago
  17. bae0a30 Added a socket_generator_send() function that allows data to be dynamically generated using an external function by adamdunkels · 20 years ago
  18. b63552d Rewrite of the HTTP server, now implemented using sockets by adamdunkels · 20 years ago
  19. 66dd2f1 Updated default web pages with nicer layout by adamdunkels · 20 years ago
  20. 25e9508 Added support for CTCP VERSION queries by adamdunkels · 20 years ago
  21. b66de80 Better naming of string variables by adamdunkels · 20 years ago
  22. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  23. 66583f2 Obsolete, functionality moved to tcpip.c by adamdunkels · 20 years ago
  24. 1e920ab IRC client configuration by adamdunkels · 20 years ago
  25. af6f2ef Handle EK_EVENT_REPLACE event by adamdunkels · 20 years ago
  26. d273fa0 Handle EK_EVENT_REPLACE event by adamdunkels · 20 years ago
  27. f811aae Added 'driver' to icon name by adamdunkels · 20 years ago
  28. 4f08774 Added menubar patterns, minor theme updates by adamdunkels · 20 years ago
  29. 9577a3a Reduced receive window size to keep IRC client happy, added default configuration options by adamdunkels · 20 years ago
  30. 30d3ae4 Reduced maximum stack size by adamdunkels · 20 years ago
  31. 88de660 No longer moves window to top left corner by adamdunkels · 20 years ago
  32. 89096f1 More descriptive icon name by adamdunkels · 20 years ago
  33. c9c2dab Bugfix: socket read is no longer ended on segment boundaries by adamdunkels · 20 years ago
  34. b1a88e2 Bugfix: runwindow closed before it is opened to protect from multiple instances by adamdunkels · 20 years ago
  35. 051cf87 Added POP3 strings by adamdunkels · 20 years ago
  36. 20ac8f6 More descriptive icon name by adamdunkels · 20 years ago
  37. 56dc363 Window one char wider by adamdunkels · 20 years ago
  38. 8d8b745 Added /me action message by adamdunkels · 20 years ago
  39. 44cce8c Added /me action message, moved log size configuration to irc-conf.h file by adamdunkels · 20 years ago
  40. 6c19043 Initial version of POP3 client implementation by adamdunkels · 20 years ago
  41. fa6f736 Graphical dialogs, corrected colors of background windows by adamdunkels · 20 years ago
  42. f2cd18a More colorful background, added windw borders by adamdunkels · 20 years ago
  43. 2390ac3 Streamlined local continuation implementation for cc65: by oliverschmidt · 20 years ago
  44. 856c68b Bugfix: process number entry now cleared after process is killed by adamdunkels · 20 years ago
  45. 28c6f90 Bugfixes for buffer overflows, 80 colum size by adamdunkels · 20 years ago
  46. 8b1784b Added extra byte at end of buffer to avoid bugs by adamdunkels · 20 years ago
  47. 8fcaca5 Bigger buffers by adamdunkels · 20 years ago
  48. d3d4ec6 IRC strings added by adamdunkels · 20 years ago
  49. 91676db Added irc, slip, reduced 80col driver files by adamdunkels · 20 years ago
  50. a726d4f Bitmap icons support, optimizations by adamdunkels · 20 years ago
  51. d140597 Removed old special case code for buffers smaller than 256 bytes by adamdunkels · 20 years ago
  52. e72fb29 Added socket SMTP implementation, made d64 include .ser files by adamdunkels · 20 years ago
  53. 0acfe5c Removed old special case code for buffers smaller than 256 bytes by adamdunkels · 20 years ago
  54. 467462f Removed old special case code for buffers smaller than 256 bytes, removed special handling of TFE/Ethernet mac header by adamdunkels · 20 years ago
  55. 0ff4dae Updated to use the new serial API by adamdunkels · 20 years ago
  56. 17fdf54 Fixed fatal bug when lc variable was on stack by adamdunkels · 20 years ago
  57. bce2a81 Added register variables, for cc65 efficiency reasons by adamdunkels · 20 years ago
  58. cad2e49 Added parenthesis just to be on the safe side by adamdunkels · 20 years ago
  59. e59ce4a Added register variables, for cc65 size reasons by adamdunkels · 20 years ago
  60. 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
  61. de8082f Added const qualfier to keep cc65 happy by adamdunkels · 20 years ago
  62. 999e372 Fixed quit crash bug, lines can now be twice the width of the screen by adamdunkels · 20 years ago
  63. 2bd076e Moved strings into separate file, made server input parsing *much* quicker by adamdunkels · 20 years ago
  64. db810f4 Made strings separate from C file in order to be sure of text encoding by adamdunkels · 20 years ago
  65. 37b8e35 Now includes <time.h> by adamdunkels · 20 years ago
  66. 7f94ef4 Removed advertising clause, unused configuration stuff by adamdunkels · 20 years ago
  67. 86ec98f Removed advertising clause by adamdunkels · 20 years ago
  68. c64152b Added LC_INIT, LC_END by adamdunkels · 20 years ago
  69. eb8a966 lc_resume() does not resume NULL continuation by adamdunkels · 20 years ago
  70. 3762e7f Added CFS capabilities, eventhandler interface by adamdunkels · 20 years ago
  71. ecfbccd Removed sock-httpd from target by adamdunkels · 20 years ago
  72. 897472d Added \r\n endings by adamdunkels · 20 years ago
  73. 15c3a8b SMTP implementation using sockets by adamdunkels · 20 years ago
  74. 123e4dd Removed unused files by adamdunkels · 20 years ago
  75. aae8856 Nicer background picture by adamdunkels · 20 years ago
  76. 08d532d LC_RESUME() should not resume a NULL lc, added LC_END() macro by adamdunkels · 20 years ago
  77. 22abf98 Added IRC client by adamdunkels · 20 years ago
  78. 77f3899 Number of icons made a 2^n even value by adamdunkels · 20 years ago
  79. 8a3c5e9 Icons added thanks to patch by Joakim Eriksson by adamdunkels · 20 years ago
  80. 5a2df1c Initial version of the IRC client by adamdunkels · 20 years ago
  81. 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
  82. 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
  83. 123ab1c Removed reduntant ->current field by adamdunkels · 20 years ago
  84. e357785 Added init function by adamdunkels · 20 years ago
  85. d58321e Added init function, bugfix for the last line of text by adamdunkels · 20 years ago
  86. f2fd9c1 PT_BEGIN/PT_END introduced, documentation for local continuations, parenthesis bugfix on PT_WAIT_UNTIL by adamdunkels · 20 years ago
  87. d0c0a2e Poll requrest flag made volatile, since it is set from interrupt handlers by adamdunkels · 20 years ago
  88. 5acd9ef Process priorities now works as expected by adamdunkels · 20 years ago
  89. 3fd572d Removed CTK and CFS includes, since these are not used by non-gui and non-filesystem programs by adamdunkels · 20 years ago
  90. 7790abe Bugfix: a NULL icon bitmap could generate a NULL pointer error by adamdunkels · 20 years ago
  91. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago
  92. f544893 Added newline at end of generated file by adamdunkels · 20 years ago
  93. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  94. 988ec50 Updated text by adamdunkels · 20 years ago
  95. acc6395 Deactivated debug output by default. by oliverschmidt · 20 years ago
  96. 7d4b2ac Changed debug symbol format to avoid the compiler bug described in Q199057. The bug is triggered by the upcoming platform neutral local continuation implementation. by oliverschmidt · 20 years ago
  97. e97fc2f Added local buffers for the PPP user and password instead of relying on external buffers to stay present (and decoupled setting the two parameters from connection setup). by oliverschmidt · 20 years ago
  98. a0f331a Added local buffers for the PPP user and password instead of relying on external buffers to stay present (and decoupled setting the two parameters from connection setup). by oliverschmidt · 20 years ago
  99. 99fdae6 Minor adjustments to Contiki coding style. by oliverschmidt · 20 years ago
  100. 68df72f Improved consistency of multi include protection. by oliverschmidt · 20 years ago