1. a0c63ba Remove useless "initialized" stuff. by Adrien Destugues · 8 years ago
  2. bcf4d09 Workaround SDCC bug. by PulkoMandy · 10 years ago
  3. c615a2d fix up some network related troubles.fix up some network related troubles. by ryohji · 17 years ago
  4. 077c766 Just bumped up global version string from '1.2' to '1.3' as theese are likely the last changes in the contiki 1.x module anyway. by oliverschmidt · 18 years ago
  5. f37f149 Allow to override the macros EK_PROCESS, EK_EVENTHANDLER, EK_POLLHANDLER and EK_PROCESS_INIT in preparation of the upcoming Apple2 banking support. by oliverschmidt · 18 years ago
  6. 2204083 Updated version. by oliverschmidt · 19 years ago
  7. 3e2db00 Seperated LOADER_LOAD_DSC/LOADER_UNLOAD_DSC from LOADER_LOAD/LOADER_UNLOAD as the later is only used by the directory app. This saves 20 bytes of resident code space. by oliverschmidt · 19 years ago
  8. 2caed81 Added example for PT_SPAWN() by adamdunkels · 19 years ago
  9. a5f1e79 Fixed bugs in some examples, removed out-commented code by adamdunkels · 19 years ago
  10. 5703bfd Reordered definitions to make meaning clearer by adamdunkels · 19 years ago
  11. a40eac5 Allow program descriptions to omit the ctk_icon completely if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  12. 1f7f652 Added PT_YIELD() function for yielding from a protothread, fixed a bug in the PT_SPAWN() macro, rewrote PT_WAIT_THREAD() to look more sensible, removed unnecessary linebreaks in macro definitions by adamdunkels · 19 years ago
  13. cfc4340 Fixed typo by adamdunkels · 19 years ago
  14. 442bdc8 Updated documentation by adamdunkels · 19 years ago
  15. 67ec73b Added inclusion of ek-service.h file by adamdunkels · 19 years ago
  16. 70316a9 Updated protothreads documentation by adamdunkels · 19 years ago
  17. d2eb552 Added default implementations for local continuations into main contiki module. by adamdunkels · 19 years ago
  18. d393e30 Added documentation by adamdunkels · 19 years ago
  19. 595c7a7 Define version string if undefined to allow version string to be overridden in makefile by adamdunkels · 20 years ago
  20. 84a03ed Bumped the version up to 1.2-devel1 by adamdunkels · 20 years ago
  21. aa930f9 Rewrote example so that is follows the current protothreads API by adamdunkels · 20 years ago
  22. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  23. 4d55ed5 Minor spell mistake fix by adamdunkels · 20 years ago
  24. 4e85294 Added support for resetting a registered service by adamdunkels · 20 years ago
  25. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  26. de8082f Added const qualfier to keep cc65 happy 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. 12860b0 Minor documentation update by adamdunkels · 20 years ago
  32. 73e70f4 PT_SPAWN() added, minor documentation changes, PT_INIT() less complex by adamdunkels · 20 years ago
  33. c7fd77d Minor documentation update by adamdunkels · 20 years ago
  34. ac20534 Semaphores for protothreads by adamdunkels · 20 years ago
  35. 1706254 Updated documentation by adamdunkels · 20 years ago
  36. ebd157c Moved from lib/, cleaned up interface by adamdunkels · 20 years ago
  37. e80a47f Allow log_message() to be defined away. by oliverschmidt · 20 years ago
  38. d3bccb9 register keyword added to optimize cc65 code size by adamdunkels · 20 years ago
  39. 124723c Added log messages, REQUEST_REPLACE event now posted synchronously by adamdunkels · 20 years ago
  40. 89f7bca Added uIP, CTK and CFS includes by adamdunkels · 20 years ago
  41. 451edf4 Simple message logging interface by adamdunkels · 20 years ago
  42. 50b3feb Multithreading library implementation by adamdunkels · 20 years ago
  43. a8c2b49 The Contiki kernel service layer. by adamdunkels · 20 years ago
  44. 2764255 The new kernel, functionality moved from dispatcher.c and improved. Now supports flexble services (ek-service.c) and a more consistent terminology. All uIP dependancies have been moved into tcpip.c module. by adamdunkels · 20 years ago
  45. d0dd827 Module removed, merged into ek.o and tcpip.o modules as well by adamdunkels · 20 years ago
  46. da2782e Kitchen-sink include file for all Contiki includes, applications should only need to inlude this file by adamdunkels · 20 years ago
  47. 4a5453c dispatcher_udp_new only when WITH_UIP defined by adamdunkels · 20 years ago
  48. 7241302 Default init function name changed to loader_appinit by adamdunkels · 20 years ago
  49. b18fa65 Added dispatcher poll request by adamdunkels · 20 years ago
  50. 06f897e Removed old advertising clause by adamdunkels · 20 years ago
  51. f32abcc Begin merging new kernel into old code -> removed dispatcher_listen() function, synchronous post now properly named by adamdunkels · 20 years ago
  52. 1a21b92 Made dispatcher_curproc available, updated documentation by adamdunkels · 20 years ago
  53. d3e1522 Updated documentation by adamdunkels · 20 years ago
  54. 24243c2 Header file containing version number string by adamdunkels · 20 years ago
  55. 5dc6622 Made the dispatcher UDP aware, added a generic message signal dispatcher_signal_msg by adamdunkels · 20 years ago
  56. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago
  57. 6f4468e Added #ifdef WITH_UIP around dispatcher_connect() function by adamdunkels · 21 years ago
  58. 0f8fcfa Added const qualifier to DSC structure by adamdunkels · 21 years ago
  59. 6f52726 Bugfix: dispatcher_connec() now marks the connection with dispatcher_markconn() by adamdunkels · 21 years ago
  60. 1e45c6d Updated doxygen documentation, revised copyright stuff by adamdunkels · 21 years ago
  61. b08fe60 Changed dispatcher_signal() and dispatcher_idle() functions to dispatcher_process_signal() and dispatcher_process_idle() by adamdunkels · 21 years ago
  62. 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
  63. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  64. 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
  65. 564b903 Argument passing across processes by adamdunkels · 21 years ago
  66. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  67. 5a90d64 Added an #if WITH_UIP around uIP function calls by adamdunkels · 21 years ago
  68. 26e643f Made a bunch of local variables static in order to reduce code size by adamdunkels · 21 years ago
  69. 7b5a24f Rewrote the dispatcher and ek modules so that all functionality now is contained in dispatcher, and the old ek is now obsolete by adamdunkels · 21 years ago
  70. 9d0f580 Added EK_CONF_TIMERS option for turning on or off the generic ek timer functionlity by adamdunkels · 21 years ago
  71. 48f1dd0 Rewrote loop code to use pointers instead of indexes. Reduces code size with cc65 by adamdunkels · 21 years ago
  72. af610eb Made a few pointers register variables to reduce code size by adamdunkels · 21 years ago
  73. 72a40a5 Added new DISPATCHER_PROCS() interface for obtaining list of processes by adamdunkels · 21 years ago
  74. 3e210d8 Processes now kept on a linked list, accible to user programs through the DISPATCHER_PROCS() API macro. Added a dispatcher_quit signal that is intended to quit processes. by adamdunkels · 21 years ago
  75. 1d7a575 Added error definition by adamdunkels · 21 years ago
  76. 59632f1 Processes' signal listeners are now unregistered when process exits, which made programs hang after a while by adamdunkels · 21 years ago
  77. 6769437 Removed garbage at end of #ifndef by adamdunkels · 21 years ago
  78. 657f50c Fixed problems with loadable dsc files on the cc65 targets by adamdunkels · 21 years ago
  79. 43c3d1d Added program description (dsc) support and broke out program dependancies from the program-handler by adamdunkels · 21 years ago
  80. eb47473 Added missing definition for DISPATCHER_SIGHANDLER_ARG by adamdunkels · 21 years ago
  81. 2e41542 Added workaround for function pointer arguments in uIP callbacks by adamdunkels · 21 years ago
  82. 74b6dc6 Fixed so no process will have process ID 0 (EK_ID_NONE) anymore by adamdunkels · 21 years ago
  83. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  84. f038eea Fixed problem with null definition of macro that should return a value by adamdunkels · 21 years ago
  85. 3c11532 Added a dispatcher_exit() function which can be called to remove a process from the system by adamdunkels · 21 years ago
  86. b1e962a Initial import by adamdunkels · 21 years ago
  87. 4b001e7 Changed htons() to HTONS() so that the dispatcher no longer relies on the uIP being compiled in by adamdunkels · 21 years ago
  88. 846b8ef Moved into conf/ subdirectory and changed name into .example by adamdunkels · 21 years ago
  89. ca9ddcb Initial import by adamdunkels · 21 years ago