index
:
edoors
master
C/EFL rewrite of evenja - https://github.com/evenja
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2012-06-18
edoors_particle_split_dst: use memcmp instead of strcmp
HEAD
master
Jérémy Zurcher
1
-3
/
+3
2012-06-10
edoors_particle_split_dst: use strcmp instead of strncmp
Jérémy Zurcher
1
-3
/
+3
2012-06-10
edoors_particle_split_dst: fix action replace optimisation
Jérémy Zurcher
1
-3
/
+3
2012-06-10
rename Eiotas->Edoors
Jérémy Zurcher
23
-668
/
+668
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
2
-0
/
+20
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
2
-0
/
+85
2012-06-01
Particle, add Eina_Stringshare struct fields : cur_action, cur_door, cur_room
Jérémy Zurcher
2
-0
/
+15
2012-06-01
cleanup eiotas_particle_has_dst, add eiotas_particle_next_dst
Jérémy Zurcher
2
-2
/
+16
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
2
-1
/
+18
2012-05-31
add eiotas_particle_match
Jérémy Zurcher
2
-0
/
+15
2012-05-31
eiotas_particle.h: fix documentation
Jérémy Zurcher
1
-5
/
+5
2012-05-31
update_link_value: add buffer overflow detection, set link_value to NULL ↵
Jérémy Zurcher
1
-5
/
+12
when no string
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
2
-0
/
+22
2012-05-31
Particle : add eiotas_particle_data_set
Jérémy Zurcher
2
-0
/
+24
2012-05-31
Particle : add eiotas_particle_data_get
Jérémy Zurcher
2
-1
/
+16
2012-05-31
Particle : add eiotas_particle_link_fields_set
Jérémy Zurcher
2
-0
/
+40
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
2
-6
/
+6
2012-05-31
add const to some function parameters
Jérémy Zurcher
10
-17
/
+17
2012-05-29
eiotas_particle_add_destinations: use eina_stringshare_add_length, so we ↵
Jérémy Zurcher
1
-6
/
+1
don't need tmp[] and memcpy
2012-05-29
documentation
Jérémy Zurcher
9
-61
/
+186
2012-05-29
documentation
Jérémy Zurcher
9
-33
/
+315
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
2
-0
/
+32
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
2
-0
/
+39
2012-05-25
Particle: implement eiotas_particle_alloc and eiotas_particle_free
Jérémy Zurcher
1
-1
/
+24
2012-05-25
Particle: feed the struct
Jérémy Zurcher
1
-1
/
+13
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
3
-12
/
+10
2012-05-23
Eiotas_Spin: sys_fifo and app_fifo, Eina_Array->Eina_List
Jérémy Zurcher
2
-10
/
+13
2012-05-23
cleanup structs
Jérémy Zurcher
6
-30
/
+36
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
[next]