1. 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
  2. de8082f Added const qualfier to keep cc65 happy by adamdunkels · 20 years ago
  3. 999e372 Fixed quit crash bug, lines can now be twice the width of the screen by adamdunkels · 20 years ago
  4. 2bd076e Moved strings into separate file, made server input parsing *much* quicker by adamdunkels · 20 years ago
  5. db810f4 Made strings separate from C file in order to be sure of text encoding by adamdunkels · 20 years ago
  6. 37b8e35 Now includes <time.h> by adamdunkels · 20 years ago
  7. 7f94ef4 Removed advertising clause, unused configuration stuff by adamdunkels · 20 years ago
  8. 86ec98f Removed advertising clause by adamdunkels · 20 years ago
  9. c64152b Added LC_INIT, LC_END by adamdunkels · 20 years ago
  10. eb8a966 lc_resume() does not resume NULL continuation by adamdunkels · 20 years ago
  11. 3762e7f Added CFS capabilities, eventhandler interface by adamdunkels · 20 years ago
  12. ecfbccd Removed sock-httpd from target by adamdunkels · 20 years ago
  13. 897472d Added \r\n endings by adamdunkels · 20 years ago
  14. 15c3a8b SMTP implementation using sockets by adamdunkels · 20 years ago
  15. 123e4dd Removed unused files by adamdunkels · 20 years ago
  16. aae8856 Nicer background picture by adamdunkels · 20 years ago
  17. 08d532d LC_RESUME() should not resume a NULL lc, added LC_END() macro by adamdunkels · 20 years ago
  18. 22abf98 Added IRC client by adamdunkels · 20 years ago
  19. 77f3899 Number of icons made a 2^n even value by adamdunkels · 20 years ago
  20. 8a3c5e9 Icons added thanks to patch by Joakim Eriksson by adamdunkels · 20 years ago
  21. 5a2df1c Initial version of the IRC client by adamdunkels · 20 years ago
  22. 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
  23. 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
  24. 123ab1c Removed reduntant ->current field by adamdunkels · 20 years ago
  25. e357785 Added init function by adamdunkels · 20 years ago
  26. d58321e Added init function, bugfix for the last line of text by adamdunkels · 20 years ago
  27. f2fd9c1 PT_BEGIN/PT_END introduced, documentation for local continuations, parenthesis bugfix on PT_WAIT_UNTIL by adamdunkels · 20 years ago
  28. d0c0a2e Poll requrest flag made volatile, since it is set from interrupt handlers by adamdunkels · 20 years ago
  29. 5acd9ef Process priorities now works as expected by adamdunkels · 20 years ago
  30. 3fd572d Removed CTK and CFS includes, since these are not used by non-gui and non-filesystem programs by adamdunkels · 20 years ago
  31. 7790abe Bugfix: a NULL icon bitmap could generate a NULL pointer error by adamdunkels · 20 years ago
  32. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago
  33. f544893 Added newline at end of generated file by adamdunkels · 20 years ago
  34. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  35. 988ec50 Updated text by adamdunkels · 20 years ago
  36. acc6395 Deactivated debug output by default. by oliverschmidt · 20 years ago
  37. 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
  38. 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
  39. 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
  40. 99fdae6 Minor adjustments to Contiki coding style. by oliverschmidt · 20 years ago
  41. 68df72f Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  42. e9a3257 Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  43. d28b1e1 Added functions for adding items from both ends of list by adamdunkels · 20 years ago
  44. f00bb86 Handle cfs_open() flags, compile under cygwin by adamdunkels · 20 years ago
  45. d067cb5 Name changed from 'Shell server' to 'Telnet server' by adamdunkels · 20 years ago
  46. 30c70da Added eventhandler function by adamdunkels · 20 years ago
  47. 0eeeba7 Handle redrawn/restored display better by adamdunkels · 20 years ago
  48. b0da0e0 Bugfix: prevent process list to overflow GUI by adamdunkels · 20 years ago
  49. 12860b0 Minor documentation update by adamdunkels · 20 years ago
  50. 2fcc519 Socket library documentation added by adamdunkels · 20 years ago
  51. 73e70f4 PT_SPAWN() added, minor documentation changes, PT_INIT() less complex by adamdunkels · 20 years ago
  52. 6d6ef1c Documentation added, interface cleaned up by adamdunkels · 20 years ago
  53. e0b4547 Interface cleaned up by adamdunkels · 20 years ago
  54. 31e06c6 Added multi-inclusion protection. by oliverschmidt · 20 years ago
  55. 4b4c289 Added missing linefeed. by oliverschmidt · 20 years ago
  56. 37dc524 Imported initial version of PPP. by oliverschmidt · 20 years ago
  57. 3396e9a Imported initial version of PPP. by oliverschmidt · 20 years ago
  58. 677e46c Added EK_EVENT_REPLACE. by oliverschmidt · 20 years ago
  59. c7fd77d Minor documentation update by adamdunkels · 20 years ago
  60. ac20534 Semaphores for protothreads by adamdunkels · 20 years ago
  61. 89c27a3 Removed old modules, added pt.h by adamdunkels · 20 years ago
  62. 1706254 Updated documentation by adamdunkels · 20 years ago
  63. c8e7c77 Updated socket library to match the pt interface by adamdunkels · 20 years ago
  64. e1b5384 Shortened uipbuf_bufdata_endmarker() to uipbuf_bufto() by adamdunkels · 20 years ago
  65. ccc6ebc Moved to ek/ by adamdunkels · 20 years ago
  66. ebd157c Moved from lib/, cleaned up interface by adamdunkels · 20 years ago
  67. 43aff6f Updated for the new kernel API by adamdunkels · 20 years ago
  68. 621a45b Logging configuration file by adamdunkels · 20 years ago
  69. 60dec5e Added log configuration file (disabled logging). by oliverschmidt · 20 years ago
  70. e80365d Make use of the new ctk_restore() to make the Contiki screen automatically resize on resizing the Windows console window. by oliverschmidt · 20 years ago
  71. 8996345 textcolor() now sets both foreground and background color. bgcolor() now is empty. by oliverschmidt · 20 years ago
  72. 3e52907 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  73. c34a748 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  74. 0f7770b Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  75. 9c8ed1c Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  76. 774c48a Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  77. b1566b9 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  78. d034ea1 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  79. 1ff44e4 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  80. 4a3ef44 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  81. 1f887fc Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  82. e96d42b Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  83. ee05047 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  84. 9d248d7 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  85. 0e144fb Explicitly call textcolor() before clearing the desktop and clearing the windows. by oliverschmidt · 20 years ago
  86. 952351c Adjusted VC++ project file to recent changes. by oliverschmidt · 20 years ago
  87. 7bb6829 Implement new log API on Win32. by oliverschmidt · 20 years ago
  88. c0b8bc5 Support new log configuration on Win32. by oliverschmidt · 20 years ago
  89. e80a47f Allow log_message() to be defined away. by oliverschmidt · 20 years ago
  90. 779b924 Added FTP client, CFS initialization by adamdunkels · 20 years ago
  91. 5c22b92 Fixed bug which caused endmarker to be lost by adamdunkels · 20 years ago
  92. 0ff8383 Download files now opened for writing (CFS_WRITE) by adamdunkels · 20 years ago
  93. f9952cd Log configuration by adamdunkels · 20 years ago
  94. 31c72a4 New targets by adamdunkels · 20 years ago
  95. e9ef4cb Added packet service name TAP by adamdunkels · 20 years ago
  96. 64b41a6 Local continuations implemented using addressed labels for gcc by adamdunkels · 20 years ago
  97. 77b4515 Fixed problems with gtk_draw_pixbuf() call, redrawing problems by adamdunkels · 20 years ago
  98. 039c3e0 Socket functionality based on stackless protothreads, initial import by adamdunkels · 20 years ago
  99. 92a5996 Moved functionality to uip/socket.c by adamdunkels · 20 years ago
  100. eaea2d8 Purified protothread interface, moved socket functionality into uip/socket.h file by adamdunkels · 20 years ago