1. af6f2ef Handle EK_EVENT_REPLACE event by adamdunkels · 20 years ago
  2. c9c2dab Bugfix: socket read is no longer ended on segment boundaries by adamdunkels · 20 years ago
  3. b1a88e2 Bugfix: runwindow closed before it is opened to protect from multiple instances by adamdunkels · 20 years ago
  4. 051cf87 Added POP3 strings by adamdunkels · 20 years ago
  5. 20ac8f6 More descriptive icon name by adamdunkels · 20 years ago
  6. 56dc363 Window one char wider by adamdunkels · 20 years ago
  7. 8d8b745 Added /me action message by adamdunkels · 20 years ago
  8. 44cce8c Added /me action message, moved log size configuration to irc-conf.h file by adamdunkels · 20 years ago
  9. 6c19043 Initial version of POP3 client implementation by adamdunkels · 20 years ago
  10. 856c68b Bugfix: process number entry now cleared after process is killed by adamdunkels · 20 years ago
  11. 28c6f90 Bugfixes for buffer overflows, 80 colum size by adamdunkels · 20 years ago
  12. 8b1784b Added extra byte at end of buffer to avoid bugs by adamdunkels · 20 years ago
  13. 8fcaca5 Bigger buffers by adamdunkels · 20 years ago
  14. d3d4ec6 IRC strings added by adamdunkels · 20 years ago
  15. bce2a81 Added register variables, for cc65 efficiency reasons by adamdunkels · 20 years ago
  16. cad2e49 Added parenthesis just to be on the safe side by adamdunkels · 20 years ago
  17. e59ce4a Added register variables, for cc65 size reasons by adamdunkels · 20 years ago
  18. 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
  19. de8082f Added const qualfier to keep cc65 happy by adamdunkels · 20 years ago
  20. 999e372 Fixed quit crash bug, lines can now be twice the width of the screen by adamdunkels · 20 years ago
  21. 2bd076e Moved strings into separate file, made server input parsing *much* quicker by adamdunkels · 20 years ago
  22. db810f4 Made strings separate from C file in order to be sure of text encoding by adamdunkels · 20 years ago
  23. 897472d Added \r\n endings by adamdunkels · 20 years ago
  24. 15c3a8b SMTP implementation using sockets by adamdunkels · 20 years ago
  25. 5a2df1c Initial version of the IRC client by adamdunkels · 20 years ago
  26. 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
  27. 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
  28. 123ab1c Removed reduntant ->current field by adamdunkels · 20 years ago
  29. e357785 Added init function by adamdunkels · 20 years ago
  30. d58321e Added init function, bugfix for the last line of text by adamdunkels · 20 years ago
  31. f2fd9c1 PT_BEGIN/PT_END introduced, documentation for local continuations, parenthesis bugfix on PT_WAIT_UNTIL by adamdunkels · 20 years ago
  32. d0c0a2e Poll requrest flag made volatile, since it is set from interrupt handlers by adamdunkels · 20 years ago
  33. 5acd9ef Process priorities now works as expected by adamdunkels · 20 years ago
  34. 3fd572d Removed CTK and CFS includes, since these are not used by non-gui and non-filesystem programs by adamdunkels · 20 years ago
  35. 7790abe Bugfix: a NULL icon bitmap could generate a NULL pointer error by adamdunkels · 20 years ago
  36. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago
  37. f544893 Added newline at end of generated file by adamdunkels · 20 years ago
  38. cd78ed9 Added CTK and CFS includes by adamdunkels · 20 years ago
  39. 988ec50 Updated text by adamdunkels · 20 years ago
  40. acc6395 Deactivated debug output by default. by oliverschmidt · 20 years ago
  41. 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
  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. 4b4c289 Added missing linefeed. by oliverschmidt · 20 years ago
  55. 3396e9a Imported initial version of PPP. by oliverschmidt · 20 years ago
  56. c7fd77d Minor documentation update by adamdunkels · 20 years ago
  57. ac20534 Semaphores for protothreads by adamdunkels · 20 years ago
  58. 89c27a3 Removed old modules, added pt.h by adamdunkels · 20 years ago
  59. 1706254 Updated documentation by adamdunkels · 20 years ago
  60. c8e7c77 Updated socket library to match the pt interface by adamdunkels · 20 years ago
  61. e1b5384 Shortened uipbuf_bufdata_endmarker() to uipbuf_bufto() by adamdunkels · 20 years ago
  62. ccc6ebc Moved to ek/ by adamdunkels · 20 years ago
  63. ebd157c Moved from lib/, cleaned up interface by adamdunkels · 20 years ago
  64. 0e144fb Explicitly call textcolor() before clearing the desktop and clearing the windows. by oliverschmidt · 20 years ago
  65. e80a47f Allow log_message() to be defined away. by oliverschmidt · 20 years ago
  66. 5c22b92 Fixed bug which caused endmarker to be lost by adamdunkels · 20 years ago
  67. 0ff8383 Download files now opened for writing (CFS_WRITE) by adamdunkels · 20 years ago
  68. 039c3e0 Socket functionality based on stackless protothreads, initial import by adamdunkels · 20 years ago
  69. 92a5996 Moved functionality to uip/socket.c by adamdunkels · 20 years ago
  70. eaea2d8 Purified protothread interface, moved socket functionality into uip/socket.h file by adamdunkels · 20 years ago
  71. 40ea974 Updated for the new kernel, removed dispatcher dependancy by adamdunkels · 20 years ago
  72. a9375a4 Removed dispatcher.h dependancy by adamdunkels · 20 years ago
  73. 539f13c CFS file dialog by adamdunkels · 20 years ago
  74. 6ad8b0a Removed uip-signal.h include by adamdunkels · 20 years ago
  75. 5680786 Functions for buffering input data by adamdunkels · 20 years ago
  76. 39f446c Updated to use the tcpip_output() function rather than uip_fw_output() by adamdunkels · 20 years ago
  77. 157f6d0 Added tcp_unlisten() by adamdunkels · 20 years ago
  78. 475220c Support for TCP splitting, tcp_unlisten() function added, code size optimizations by adamdunkels · 20 years ago
  79. 49432ec Server configuration event now posted asynchronously by adamdunkels · 20 years ago
  80. ad318dd Shorter service name by adamdunkels · 20 years ago
  81. c27f328 Updated CFS API to include directory functions by adamdunkels · 20 years ago
  82. ab6f3bd Protothreads: a very simple kind of threads that allow blocking functions, but that hold only very limited thread state and therefore require less memory than traditional threads by adamdunkels · 20 years ago
  83. 8268de1 Updated CFS API to include directory functions, moved functions into macros defined in header file by adamdunkels · 20 years ago
  84. 8d64ae5 CFS implementation on top of POSIX by adamdunkels · 20 years ago
  85. d3bccb9 register keyword added to optimize cc65 code size by adamdunkels · 20 years ago
  86. 124723c Added log messages, REQUEST_REPLACE event now posted synchronously by adamdunkels · 20 years ago
  87. 89f7bca Added uIP, CTK and CFS includes by adamdunkels · 20 years ago
  88. b9614dc CTK terminal/telnet server driver implementation, by Mathias Bergvall by adamdunkels · 20 years ago
  89. 18c26e1 Register keyword added to function prototypes by adamdunkels · 20 years ago
  90. 7836629 Color updates, register keyword added to function parameters by adamdunkels · 20 years ago
  91. 28ad2b3 Bugfix: textentries created at run-time now start with y position at top by adamdunkels · 20 years ago
  92. 125483e Support for desktop icon rearrangement after an updated screen resolution by adamdunkels · 20 years ago
  93. 8b12b04 Mouse raster conversion functions moved from vnc-out by adamdunkels · 20 years ago
  94. 29b1a2a Font size definition by adamdunkels · 20 years ago
  95. 6eb3dda New and improved VNC font, taken from the Geneva Macintosh font by adamdunkels · 20 years ago
  96. d802d77 Added F2, F4 and F6 by adamdunkels · 20 years ago
  97. 72a4621 Default values for border width and screen size by adamdunkels · 20 years ago
  98. 8fd59e1 Shorter service name by adamdunkels · 20 years ago
  99. 60612e7 Service implementation of CTK CONIO driver by adamdunkels · 20 years ago
  100. 4b3ba6b ARP table size configurable through uip-conf parameter by adamdunkels · 20 years ago