summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1.7.10 ReleaseHEADv1.7.10eet-1.7Eduardo Lima (Etrunko)2013-12-042-2/+6
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* 1.7.9 Releasev1.7.9Eduardo Lima (Etrunko)2013-09-103-2/+13
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* 1.7.8 releasev1.7.8Eduardo Lima (Etrunko)2013-08-012-4/+12
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* eet: fix ChangeLogCedric Bail2013-07-022-1/+7
|
* eet: force at least one sync.Cedric Bail2013-07-021-0/+1
| | | | | | There is a possibility that the thread will never run on some system. In 1.8 I will enforce the thread to run at least once, but it is easier this way on 1.7.
* eet: forgotten backport.Cedric Bail2013-07-021-0/+1
|
* eet_image: Initialize bigend_data to NULL to avoid segfaults.Stefan Schmidt2013-06-283-2/+7
| | | | | | We are not initializing bigend_data but freeing it later unconditional which might result in segfaults. Better play safe here and set it to NULL. Fixes phab issue T195.
* eet_image: Backport memory leak fix.Stefan Schmidt2013-06-113-1/+17
| | | | | | Backport of f30af4969d77f4dfafd340df63e7baceaf0e25f8 We have been leaking bigend_data if we hit any of the error cases.
* Bump stable efl to 1.7.7.v1.7.7Rafael Antognolli2013-05-111-3/+3
|
* Fix NEWS for 1.7.7 release.Rafael Antognolli2013-05-111-1/+7
|
* Update changelog for 1.7.6 release.v1.7.6Rafael Antognolli2013-04-041-0/+4
|
* Bump stable efl to 1.7.6.Rafael Antognolli2013-04-041-1/+1
|
* Fix ChangeLog for 1.7.6 release.Rafael Antognolli2013-04-031-0/+5
|
* Fix revision fetching when not using git.Tom Hacohen2013-03-011-2/+1
|
* eet: Backport 83010Aharon Hillel2013-01-201-1/+3
| | | | | | | | eet_connection.c fixed memory allocation Changed the usage of alloca() to malloc() to support big-mem-alloc This was required to support Clouseau Signed-off-by: Aharon Hillel <a.hillel@samsung.com> SVN revision: 83011
* eet: backport r82743.Cedric BAIL2013-01-144-5/+34
| | | | SVN revision: 82744
* gnutls cflags fix (just to be nice the dirfd macro fixed too - but itCarsten Haitzler2013-01-053-3/+6
| | | | | | | | isnt used by eet) SVN revision: 82251
* Bumping stable efl to 1.7.5.v1.7.5Luis Felipe Strano Moraes2013-01-044-4/+13
| | | | SVN revision: 82180
* Updating README files for 1.7.4 release and including missing city.h headers ↵Luis Felipe Strano Moraes2012-12-211-1/+1
| | | | | | for eina tests SVN revision: 81544
* EFL 1.7.4 release.v1.7.4Luis Felipe Strano Moraes2012-12-212-1/+6
| | | | SVN revision: 81543
* XML outputVincent Torri2012-12-176-7/+30
| | | | | | | | Add XML output to doc Add installation rule for doc SVN revision: 81116
* eet: Fix possible buffer overflow in functions relying on EET_T_LAST.Daniel Willmann2012-12-123-1/+6
| | | | | | | | Issue reported by Klocwork. Backport, ChangeLog, NEWS included Signed-off-by: Daniel Willmann <d.willmann@samsung.com> SVN revision: 80767
* eet: backport r60648.Cedric BAIL2012-12-113-2/+14
| | | | SVN revision: 80649
* New stable release: 1.7.3v1.7.3Luis Felipe Strano Moraes2012-12-073-2/+12
| | | | SVN revision: 80477
* Eet: update lz4 code. Fix especially compilation bug on OpenBSDVincent Torri2012-12-024-501/+559
| | | | | | | see lz4 homepage for a full description of the fixes SVN revision: 79974
* EFL 1.7.2 release.v1.7.2Luis Felipe Strano Moraes2012-11-233-1/+8
| | | | SVN revision: 79552
* Backport fix from Michal Jagiello to 1.7 branchDaniel Willmann2012-11-143-2/+13
| | | | | | | | | Add missing UNLOCK_CACHE in eet_open function. Change-Id: I79db6bedf49c27499f3caa63d04dc6bb3ecfee60 Signed-off-by: Daniel Willmann <d.willmann@samsung.com> SVN revision: 79291
* ef: 1.7.1 release.v1.7.1Cedric BAIL2012-10-202-1/+4
| | | | SVN revision: 78286
* backport eet fix.Carsten Haitzler2012-09-213-2/+13
| | | | SVN revision: 76945
* Update ChangeLog in branches (missing the 1.7 release)Vincent Torri2012-09-081-0/+4
| | | | SVN revision: 76333
* eet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552.v1.7.0Daniel Juyung Seo2012-08-282-0/+5
| | | | SVN revision: 75802
* no this isnt release - this is simply me removing the beta tag so whenCarsten Haitzler2012-08-271-1/+1
| | | | | | | | we release it's ready. SVN revision: 75740
* eet: correctly initialize dictionary.Cedric BAIL2012-08-263-1/+6
| | | | | | | | This should fix windows, we were lucky on Unix where the lock are expected to be set to zero... SVN revision: 75703
* eet: add eet_connection_empty.Cedric BAIL2012-08-244-0/+25
| | | | | | | This is needed to fix a bug when multiplexing eet_connection with something else. SVN revision: 75651
* eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) ↵Daniel Juyung Seo2012-08-221-2/+2
| | | | | | <e-mail@date.by> SVN revision: 75552
* tag as beta...Carsten Haitzler2012-08-171-1/+1
| | | | SVN revision: 75344
* windows warning--Mike Blumenkrantz2012-08-131-1/+1
| | | | | | | this commit brought to you by VRC: Vtorri Remote Commits SVN revision: 75190
* fix eina_mempool env var fetch for eet alloc mode.Carsten Haitzler2012-08-101-1/+1
| | | | SVN revision: 75098
* more updates for 1.7.0 alpha.Carsten Haitzler2012-08-102-4/+4
| | | | SVN revision: 75095
* alpha release of 1.7 - let's roll. ALPHA!Carsten Haitzler2012-08-101-2/+2
| | | | SVN revision: 75091
* eet: don't copy string around.Cedric BAIL2012-08-093-6/+8
| | | | SVN revision: 75040
* crit msg format warning--Mike Blumenkrantz2012-08-081-1/+1
| | | | SVN revision: 74996
* make note of leak in gnutls.Carsten Haitzler2012-08-041-0/+13
| | | | SVN revision: 74869
* eet: as pointed by Vincent, remove useless check as we don't use those ↵Cedric BAIL2012-07-281-2/+0
| | | | | | function any more. SVN revision: 74530
* remove workaroundVincent Torri2012-07-211-1/+0
| | | | SVN revision: 74287
* I like alphabetical orderVincent Torri2012-07-201-4/+4
| | | | SVN revision: 74237
* libtool authors must be impaled (#2)Vincent Torri2012-07-201-0/+1
| | | | SVN revision: 74236
* eet: fix possible wrong size decoding for simple type.Cedric BAIL2012-07-163-2/+4
| | | | SVN revision: 73923
* eet: detect overrun and underrun before everything goes wrong.Cedric BAIL2012-07-163-0/+38
| | | | SVN revision: 73919
* Make old doxygen versions able to find eet example files.Jonas M. Gastal2012-07-051-1/+1
| | | | | | | | | The only two available versions of doxygen for e2(debian sid), where online docs are generated, are borked. The newest version(1.8.1.1) is extremely borked so best to just use the old one(1.7.1.1-2) which doesn't properly parse EXAMPLE_PATTERNS. SVN revision: 73356