summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* snapdevs/tasn/eolian_segfaultTom Hacohen2014-08-223-15/+18
|
* client limit.Tom Hacohen2014-08-222-4/+33
|
* serverTom Hacohen2014-08-224-17/+18
|
* Ecore con server: Add support for some eo events.Tom Hacohen2014-08-221-0/+8
|
* Ecore con server: Migrate to eo.Tom Hacohen2014-08-2211-446/+493
|
* Ecore con client: Add support for some eo events.Tom Hacohen2014-08-222-0/+19
|
* Ecore con client: Migrate to eo.Tom Hacohen2014-08-229-243/+285
|
* Ecore con: Start migration to eo.Tom Hacohen2014-08-227-27/+199
|
* eolian: properly get the legacy attribute of a method/propertyDaniel Kolesa2014-08-221-2/+2
|
* eolian: refactor the struct/enum field APIsDaniel Kolesa2014-08-229-114/+172
|
* eolian: field_names is now field_list (prepare for API changes)Daniel Kolesa2014-08-224-12/+12
|
* build: Allow to use external liblz4 instead of embedded copyStefan Schmidt2014-08-227-20/+98
| | | | | | | | | | | | | While we are likely will keep the embedded copy for a while to avoid a really new dependency we allow now to use the external liblz4. You need at least revision r120 and a package that ships the pc file for it. Personally I would like to get rid of it rather sooner than later due to the security implications and a bunch of code we ship but have no idea about. Reality is that it will need some time until this new lib is actually packaged and shipped with releases for a a majority of people. This patch was co-worked with Doug Newgard <scimmia22@outlook.com>
* ecore_getopt: correct fix for CID 98382 and 98383Daniel Kolesa2014-08-221-0/+3
|
* Revert "ecore_getopt - fix arg_val being null"Daniel Kolesa2014-08-221-3/+1
| | | | | | | | It's as wrong as the other commit which TAsn already reverted. This needs a fix elsewhere, particularly in the functions that use arg_val. This reverts commit ab539003643540aafe6e6ce09edb2d42d2c67f41.
* Revert "ecore_getopt - handle if arg_val is null"Tom Hacohen2014-08-221-3/+1
| | | | | | This completely breaks getopt. Try running terminology --help. This reverts commit 1bb6a8a4e4055c6fce2391012aae3c6984aa2302.
* eolian: guard eo types in legacy headersDaniel Kolesa2014-08-221-0/+4
|
* eolian: clean up type generation + fix function pointersDaniel Kolesa2014-08-222-6/+4
|
* eolian: yet another validator fix (expression validation)Daniel Kolesa2014-08-221-1/+1
|
* eolian: fix type generation for function pointersDaniel Kolesa2014-08-222-1/+3
|
* eolian: fix segfault in validator + fill in line info properlyDaniel Kolesa2014-08-222-1/+4
|
* eolian: mark function types as function typesDaniel Kolesa2014-08-221-0/+1
|
* eolian: fully working database validationDaniel Kolesa2014-08-221-9/+132
|
* evas gl x11 - fix structurally dead codeCarsten Haitzler (Rasterman)2014-08-221-6/+2
| | | | | fix previous "shut up unused params warnings code bits and use EINA_UNUSED. fixes CID 1039495
* evas loaders - fix logically dead codeCarsten Haitzler (Rasterman)2014-08-221-1/+1
| | | | fix CID 1039447
* evas sw core - scaler - remove logically dead codeCarsten Haitzler (Rasterman)2014-08-221-10/+0
| | | | fix CID 1039445 1039446
* evas gl common - remove logically dead codeCarsten Haitzler (Rasterman)2014-08-221-6/+0
| | | | fix CID 1039444
* evas ico loader - remove logically dead codeCarsten Haitzler (Rasterman)2014-08-221-1/+0
| | | | cols cant even be > 256, so remove. fix CID 1039442
* ehysics - fix potential divide by zeroCarsten Haitzler (Rasterman)2014-08-221-6/+9
| | | | fix CID 1039435
* eeze - fix possible null dereference of mount pount on mountCarsten Haitzler (Rasterman)2014-08-221-1/+3
| | | | fix fixes CID 1039425
* ephysics - fix null dereferenceCarsten Haitzler (Rasterman)2014-08-221-7/+1
| | | | | this fixes a real bug in ephysics where we explicitly deref a null ponter. fix CID 1039418
* ephysics - fix explicit possible null derefCarsten Haitzler (Rasterman)2014-08-221-0/+1
| | | | fix CID 1039417
* evas - fix possible layer null access in object freeCarsten Haitzler (Rasterman)2014-08-221-0/+1
| | | | fixes CID 1039409
* evas text - deal with possible null text in layoutCarsten Haitzler (Rasterman)2014-08-221-34/+40
| | | | fix CID 1039408
* evas software generic - dont check ptrs - already not null.Carsten Haitzler (Rasterman)2014-08-221-4/+4
| | | | | | we dont check these anywhere else - thus they are valid. fix CID 1039390 1039391 1039392 1039393
* edje - document intented fallthroughCarsten Haitzler (Rasterman)2014-08-221-0/+1
|
* edje -document intentional fallthroughCarsten Haitzler (Rasterman)2014-08-221-0/+1
|
* ecore_getopt - fix arg_val being nullCarsten Haitzler (Rasterman)2014-08-221-1/+3
| | | | fix CID 98382
* ecore_getopt - handle if arg_val is nullCarsten Haitzler (Rasterman)2014-08-221-1/+3
| | | | fix CID 98383
* embryo_cc - fix usless array checkCarsten Haitzler (Rasterman)2014-08-221-2/+1
| | | | fix CID 1039346
* embryo_cc - fix uselss array existance checkCarsten Haitzler (Rasterman)2014-08-221-2/+1
| | | | fix CID 1039345
* check strrchr to be sureCarsten Haitzler (Rasterman)2014-08-221-0/+5
| | | | this fixes CID 1039342
* fix fopen return check and errorCarsten Haitzler (Rasterman)2014-08-221-3/+7
| | | | fixes CID 1039341
* ethumbd - check eldbus_service_object_data_get return like everywhereCarsten Haitzler (Rasterman)2014-08-221-0/+1
| | | | this fixes CID 1039338
* edje fix real part getCarsten Haitzler (Rasterman)2014-08-221-18/+21
| | | | fixes CID 1039331
* fix possible null real part lookup in edjeCarsten Haitzler (Rasterman)2014-08-221-3/+5
| | | | | | reap part get is always checked.. except here. check and be safe. fixes CID 1039331
* fix possible integer overflows with bitshiftCarsten Haitzler (Rasterman)2014-08-221-0/+2
| | | | | | | these are very unlinkely, but in theory possible so check return value and don't use an invalid bitshift. fixes CID 1039318 and CID 1039319
* embryo_cc - check fseeek return and complainCarsten Haitzler (Rasterman)2014-08-221-1/+2
| | | | fixes CID 996788
* eolian: more validation code (alias/struct/enum/constant/global)Daniel Kolesa2014-08-221-0/+52
|
* Efl: Fix compilation in windows.Tom Hacohen2014-08-221-0/+1
|
* emotion - make emotion object init now optional.Carsten Haitzler (Rasterman)2014-08-222-172/+197
| | | | | | if you don't init (or set engine) on an emotion object, itstill works - it chooses the default engine.. whihc i now have set as gst1. :) one less thing that HAS to be done on init. better.