Age | Commit message (Expand) | Author | Files | Lines |
2012-06-02 | replace 1 with sizeof(char) when relevant | Jérémy Zurcher | 2 | -10/+10 |
2012-06-02 | Particle: increase add_destination efficiency | Jérémy Zurcher | 1 | -40/+40 |
2012-06-02 | add eiotas_particle_destination_set and tests | Jérémy Zurcher | 1 | -0/+12 |
2012-06-02 | eiotas_particle_split_dst: to keep actual stringshare, check length && strncmp | Jérémy Zurcher | 1 | -2/+2 |
2012-06-02 | use STRINGSHARE_FREE | Jérémy Zurcher | 2 | -28/+20 |
2012-06-02 | eiotas_private: add macro STRINGSHARE_FREE(_st) | Jérémy Zurcher | 1 | -0/+6 |
2012-06-01 | Particle: add eiotas_particle_split_dst | Jérémy Zurcher | 1 | -0/+77 |
2012-06-01 | Particle, add Eina_Stringshare struct fields : cur_action, cur_door, cur_room | Jérémy Zurcher | 1 | -0/+12 |
2012-06-01 | cleanup eiotas_particle_has_dst, add eiotas_particle_next_dst | Jérémy Zurcher | 1 | -2/+7 |
2012-06-01 | add_destination: increase wrong path detection | Jérémy Zurcher | 1 | -0/+16 |
2012-06-01 | add missing EIOTAS_ACTION_SEP definition | Jérémy Zurcher | 1 | -0/+1 |
2012-06-01 | Particle : add static add_destination and tests | Jérémy Zurcher | 1 | -10/+26 |
2012-06-01 | Particle : optimize update_link_value | Jérémy Zurcher | 1 | -2/+13 |
2012-06-01 | add eiotas_particle_has_dst with tests | Jérémy Zurcher | 1 | -0/+7 |
2012-05-31 | add eiotas_particle_match | Jérémy Zurcher | 1 | -0/+5 |
2012-05-31 | update_link_value: add buffer overflow detection, set link_value to NULL when... | Jérémy Zurcher | 1 | -5/+12 |
2012-05-31 | eiotas_private.h: add missing EIOTAS_MAX_VALUE_LENGTH definition | Jérémy Zurcher | 1 | -0/+2 |
2012-05-31 | Particle : add eiotas_particle_data_del | Jérémy Zurcher | 1 | -0/+12 |
2012-05-31 | Particle : add eiotas_particle_data_set | Jérémy Zurcher | 1 | -0/+13 |
2012-05-31 | Particle : add eiotas_particle_data_get | Jérémy Zurcher | 1 | -1/+6 |
2012-05-31 | Particle : add eiotas_particle_link_fields_set | Jérémy Zurcher | 1 | -0/+31 |
2012-05-31 | Particle: add static void update_link_value | Jérémy Zurcher | 1 | -1/+40 |
2012-05-31 | eiotas_particle_add_destinations->eiotas_particle_destinations_add | Jérémy Zurcher | 1 | -5/+5 |
2012-05-31 | add const to some function parameters | Jérémy Zurcher | 5 | -10/+10 |
2012-05-29 | eiotas_particle_add_destinations: use eina_stringshare_add_length, so we don'... | Jérémy Zurcher | 1 | -6/+1 |
2012-05-29 | eiotas_main: add static init/shutdown counter | Jérémy Zurcher | 1 | -2/+13 |
2012-05-29 | fix buffer overflow detection | Jérémy Zurcher | 2 | -3/+3 |
2012-05-29 | Particle: dsts ands link_fields are Eina_Stringshare* | Jérémy Zurcher | 1 | -6/+6 |
2012-05-29 | Particle: implement eiotas_particle_add_destinations | Jérémy Zurcher | 1 | -0/+30 |
2012-05-29 | eiotas_private: add EIOTAS_FIELDS_SEP | Jérémy Zurcher | 1 | -0/+1 |
2012-05-25 | Spin: eiotas_spin_release_particle, release merged, call eiotas_particle_reset | Jérémy Zurcher | 1 | -1/+9 |
2012-05-25 | Particle: define and implement eiotas_particle _reset, _init, _merge | Jérémy Zurcher | 1 | -0/+33 |
2012-05-25 | Particle: implement eiotas_particle_alloc and eiotas_particle_free | Jérémy Zurcher | 1 | -1/+24 |
2012-05-25 | add prefix to #define identifiers | Jérémy Zurcher | 2 | -5/+7 |
2012-05-23 | Eiotas_Particle uses Eina_Inlist | Jérémy Zurcher | 1 | -8/+5 |
2012-05-23 | Eiotas_Spin: sys_fifo and app_fifo, Eina_Array->Eina_List | Jérémy Zurcher | 1 | -8/+10 |
2012-05-22 | implement eiotas_spin_send_particle | Jérémy Zurcher | 1 | -0/+9 |
2012-05-22 | PRINTPTR macro replace pointer cast to unsigned int | Jérémy Zurcher | 8 | -9/+16 |
2012-05-22 | eiotas_iota_free: add default clause to switch | Jérémy Zurcher | 1 | -0/+3 |
2012-05-22 | eiotas_private.h: add missing cast in INIT_IOTA | Jérémy Zurcher | 1 | -3/+3 |
2012-05-22 | eiotas_private.h: declare eiotas_iota_desinit and eiotas_iota_init | Jérémy Zurcher | 1 | -0/+5 |
2012-05-22 | missing pointer cast to unsigned int | Jérémy Zurcher | 1 | -1/+1 |
2012-05-22 | eiotas_spin_release_particle return value type is void | Jérémy Zurcher | 1 | -1/+1 |
2012-05-22 | eiotas_main: include eina_main.h | Jérémy Zurcher | 1 | -0/+2 |
2012-05-22 | DBG usage: cast pointers to unsigned int | Jérémy Zurcher | 6 | -6/+7 |
2012-05-22 | headers: fix eiotas_config.h usage | Jérémy Zurcher | 9 | -33/+3 |
2012-05-22 | implement eiotas_spin_require_particle and eiotas_spin_release_particle | Jérémy Zurcher | 1 | -0/+18 |
2012-05-22 | provide minimal implementation of eiotas_particle_alloc and eiotas_particle_free | Jérémy Zurcher | 1 | -1/+9 |
2012-05-22 | implement eiotas_door_add and eiotas_door_free | Jérémy Zurcher | 1 | -3/+18 |
2012-05-22 | eiotas_private.h: fix typo userbits->user_bits | Jérémy Zurcher | 1 | -8/+8 |