2010-07-30 |
discomfitor | add data freeing support to ecore thread data api |
commit | commitdiff | tree | snapshot |
2010-07-30 |
discomfitor | ssl cert cleanups: round 3 |
commit | commitdiff | tree | snapshot |
2010-07-30 |
raster | doc++ |
commit | commitdiff | tree | snapshot |
2010-07-30 |
raster | fix close before fd handler del's |
commit | commitdiff | tree | snapshot |
2010-07-30 |
raster | del x fd handler before close. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
raster | clean up epoll stuff a little bit. 32 events now. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
raster | close after del fd handler |
commit | commitdiff | tree | snapshot |
2010-07-30 |
raster | formatting ewwww |
commit | commitdiff | tree | snapshot |
2010-07-30 |
raster | fix valgrind unittied buffer bitches |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | dropping my life to fix previously broken mess so peopl... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
cedric | * ecore: fix comment. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | typos are frustratinnnnnnnnnngggggggggggggggggggggggggg... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
raster | bad mike!. fix. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | correctly use & to detect server type instead of == |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | more doxy than anyone will EVER need. EVER. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | redo some comments |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | reorder functions, redo doxy, make a not so obvious... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | prevent crafty users from breaking build if they define... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | ac_path_generic.m4 from eet, prevent users from trying... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
discomfitor | these functions return a const char *, so they should... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | these functions return a const char *, so they should... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | forgot to put some doxy in groups |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | ssl uh-oh |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | fix for people who compile without ssl/tls support |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | remove unused and null init a pointer |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | fix cert support, split functions for client/server |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | formatting again |
commit | commitdiff | tree | snapshot |
2010-07-28 |
raster | epoll <- blame mike if it breaks. :) |
commit | commitdiff | tree | snapshot |
2010-07-28 |
discomfitor | uncrustify so T_UNIX will stop nagging me! :) |
commit | commitdiff | tree | snapshot |
2010-07-28 |
raster | From: Alexander Kerner <alexander.kerner@googlemail... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
raster | From: Naruto TAKAHASHI <tnaruto@gmail.com> |
commit | commitdiff | tree | snapshot |
2010-07-27 |
devilhorns | Fix up a little formatting (wrt wrapping). |
commit | commitdiff | tree | snapshot |
2010-07-27 |
discomfitor | add full ssl certificate support to ecore_con: call... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
discomfitor | fix threadless compile |
commit | commitdiff | tree | snapshot |
2010-07-27 |
discomfitor | doxy |
commit | commitdiff | tree | snapshot |
2010-07-27 |
discomfitor | big doxy update |
commit | commitdiff | tree | snapshot |
2010-07-27 |
discomfitor | doxy fixes grrrrrrrrrrrrrrrrrrrrrr |
commit | commitdiff | tree | snapshot |
2010-07-26 |
discomfitor | ecore_thread_cancel is now nullsafe, returning EINA_TRUE |
commit | commitdiff | tree | snapshot |
2010-07-26 |
discomfitor | fix fixme: free error strings on ssl shutdown |
commit | commitdiff | tree | snapshot |
2010-07-26 |
discomfitor | rename function typedefs |
commit | commitdiff | tree | snapshot |
2010-07-26 |
discomfitor | whoops |
commit | commitdiff | tree | snapshot |
2010-07-26 |
discomfitor | add typedefs for ecore thread function types because... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
discomfitor | fix longstanding leak |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | correctly init some variables that I missed somehow... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | shut up eina |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | fix leak in thread_shutdown, use lots of mutexes and... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | whoops |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | +ecore_thread_{global,pool}_data_wait, to allow waiting... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | add threadsafe global data to threads, allowing for... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | rename mutex |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | fix doxy |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | remove unnecessary mutexes, expand pthread self member... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | shutup libtool on convenience libs |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | +ecore_thread_pool_data_modify_or_add |
commit | commitdiff | tree | snapshot |
2010-07-23 |
discomfitor | api change to ecore_thread_pool_data_add, now has 4th... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
discomfitor | +ecore_thread_pool_data_{add,find,del}: start of ecore_... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
cedric | * ecore: add ecore_con_lookup for dns request retrieval. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
discomfitor | should probably make thread functions threadsafe. and... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
discomfitor | fix some function variables and a cedric-requested... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
discomfitor | man I fail at formatting |
commit | commitdiff | tree | snapshot |
2010-07-21 |
discomfitor | +ecore_thread_total_get to return total number of pendi... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
discomfitor | +ecore_thread_max_reset, ecore_thread_avail_get for... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
discomfitor | +ecore_thread_max_{set,get} to return/set the max numbe... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
discomfitor | some variable renames to make this easier to understand |
commit | commitdiff | tree | snapshot |
2010-07-20 |
discomfitor | +ecore_thread_active_get, ecore_thread_pending_get... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
discomfitor | make some comments that were so close to being real... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
discomfitor | note: '/*' is not how you begin a doxygen code block |
commit | commitdiff | tree | snapshot |
2010-07-19 |
devilhorns | Remove useless if statement. Regardless if count is... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
lucas | Create interface to system bell |
commit | commitdiff | tree | snapshot |
2010-07-15 |
devilhorns | Remove duplicate if (This is already checked a few... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
lucas | Remove unneeded code with notnull.cocci script |
commit | commitdiff | tree | snapshot |
2010-07-14 |
lucas | Remove unneeded code with notnull.cocci script |
commit | commitdiff | tree | snapshot |
2010-07-13 |
raster | add pixmap set/get for comp. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
antognolli | Fix accounting safeness logic introduced at rev. 50158. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
glima | Changes accounting safeness logic introduced at rev... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
cedric | * ecore: fix build without thread. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
raster | fix flags/libs used. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
raster | more correct dso fix. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
maxerba | updating french translation |
commit | commitdiff | tree | snapshot |
2010-07-10 |
caro | fix warnings |
commit | commitdiff | tree | snapshot |
2010-07-10 |
caro | fix spaces |
commit | commitdiff | tree | snapshot |
2010-07-09 |
barbieri | be loud about deleting timers, idlers and events more... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
devilhorns | Move Ecore.h (and associated headers) to own dir. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
raster | hmm seems not kosher |
commit | commitdiff | tree | snapshot |
2010-07-06 |
lucas | Finish fixing int => Eina_Bool |
commit | commitdiff | tree | snapshot |
2010-07-05 |
nash | Old bug: Don't suffer from buffer overflow in readlink. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
mekius | Fix a couple of missed Eina_Bool conversions |
commit | commitdiff | tree | snapshot |
2010-07-02 |
cedric | * eina: rename ecore_file_ls_iterator to eina_file_ls. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
cedric | * ecore: for the 50 000 commits, why not adding some... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
cedric | * ecore: add ecore_file_ls_iterator. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
cedric | * ecore: fix long run thread, now that I have a nice... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
lucas | Fix callback signatures |
commit | commitdiff | tree | snapshot |
2010-07-02 |
nash | Commit ecore_evas_ecore_evases get |
commit | commitdiff | tree | snapshot |
2010-06-30 |
cedric | * ecore: add ecore_long_run facility with notify to... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
raster | and final post snap - next releasename |
commit | commitdiff | tree | snapshot |
2010-06-27 |
raster | snap+release |
commit | commitdiff | tree | snapshot |
2010-06-27 |
raster | Snapshot ecore |
commit | commitdiff | tree | snapshot |
2010-06-26 |
caro | fix returned type of callbacks |
commit | commitdiff | tree | snapshot |
2010-06-26 |
caro | fix returned type of callbacks |
commit | commitdiff | tree | snapshot |
2010-06-24 |
cedric | * ecore: Ecore callback really should return Eina_Bool. |
commit | commitdiff | tree | snapshot |
next |