summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move libs already in EFL into... IN-EFL - this will stop/prevent/limitmasterCarsten Haitzler2012-11-1377-31345/+0
| | | | | | | | thnigs like people using them and patching them, etc. SVN revision: 79255
* eet: add a more verbose eet -l.Cedric BAIL2012-10-315-12/+202
| | | | SVN revision: 78689
* Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.Stefan Schmidt2012-10-241-17/+0
| | | | | | | | | | | | | | | Doygen tells us: warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" So we are nice and remove them. A yay for the day where we have amerged tree and not two dozens of Doxyfile.in files floating around. SVN revision: 78409
* From: Zbigniew Kosinski <z.kosinski@samsung.com>Zbigniew Kosinski2012-10-151-0/+9
| | | | | | | | | | | | Subject: Re: [E-devel] Add Null checking routine I prepared patch - check eet file pointer parameter in eet_identity_signature, eet_identity_x509 and eet_identity_sha1 functions. Please take a look at attached files. SVN revision: 77976
* eet eet_data.c: Added missing NULL check. Patch by Zbigniew Kosinski ↵Daniel Juyung Seo2012-10-041-0/+2
| | | | | | | | | | | | | | <z.kosinski@samsung.com> On Thu, Oct 4, 2012 at 9:12 PM, Zbigniew Kosinski <z.kosinski@samsung.com> wrote: > Hello, > > Please consider to add another NULL checks in eet lib: > > 2. eet_connection_send and eet_connection_node_send - NULL check for > connection parameter. SVN revision: 77495
* eet eet_connection.c: Added missing NULL check. Patch by Zbigniew Kosinski ↵Daniel Juyung Seo2012-10-041-0/+4
| | | | | | | | | | | | | | <z.kosinski@samsung.com> On Thu, Oct 4, 2012 at 9:12 PM, Zbigniew Kosinski <z.kosinski@samsung.com> wrote: > Hello, > > Please consider to add another NULL checks in eet lib: > > 1. eet_data_descriptor_element_add - NULL check for data descriptor > handle parameter. SVN revision: 77494
* Eet: Update lz4 code to rev. 77. This fix compilation on NetBSD 5.0Vincent Torri2012-10-044-103/+156
| | | | SVN revision: 77448
* From: Zbigniew Kosinski <z.kosinski@samsung.com>Zbigniew Kosinski2012-09-272-0/+16
| | | | | | | | | | | | | Subject: [E-devel] [EET] Check data descriptor parameter in eet_data Right now, functions from eet_data don't check if data descriptor handle parameter is NULL. What do You think about adding null checks for that parameter type? SVN revision: 77117
* From: Zbigniew Kosinski <z.kosinski@samsung.com>Zbigniew Kosinski2012-09-271-0/+3
| | | | | | | | | | | | | | Subject: [E-devel] [PATCH][EET][DOC] Warning about compilation with signature support in EET in documentation Some API from EET require compilation with signature support in EET lib. In my opinion, it is good idea to add some description in documentation about that. SVN revision: 77116
* fix big endian eet bug.Carsten Haitzler2012-09-213-2/+13
| | | | SVN revision: 76943
* small autotools fix for the Coyote OSVincent Torri2012-09-171-2/+1
| | | | SVN revision: 76733
* update header #defined versions to 1.8 to make sure new apis are usedCarsten Haitzler2012-09-031-1/+1
| | | | | | | | in e17 only with ifdefs. SVN revision: 75994
* ChangeLog: back in time.Cedric BAIL2012-08-301-1/+1
| | | | SVN revision: 75875
* ChangeLog: state we did a release.Cedric BAIL2012-08-301-0/+4
| | | | SVN revision: 75873
* and up ver to 1.7.99 now in svn. nack to svnrev num at end.Carsten Haitzler2012-08-302-3/+3
| | | | SVN revision: 75869
* 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
* Eet: no need for an eina checkVincent Torri2012-07-022-11/+9
| | | | SVN revision: 73175
* Unbreak eet examples(they need Eina).Jonas M. Gastal2012-07-022-8/+12
| | | | | | Previous commit caused build(not system) error for examples. SVN revision: 73169
* Unbreak examples build system.Jonas M. Gastal2012-07-021-9/+8
| | | | | | SPANK SPANK SPANK caro. SVN revision: 73168
* eet: Real fix for the zlib detection on old systems.Stefan Schmidt2012-07-022-6/+2
| | | | | | Reverting my band aid and bring in the real fix provided by Vincent. SVN revision: 73139
* eet: Go back to plain header check for zlib as band-aidStefan Schmidt2012-07-021-1/+4
| | | | | | | | | | | | | Older version of zlib, used in Fedora 10 and Ubuntu 10.04, does not have a pc file. It would be better to bring this into m4 macro but I fear touching it. Vincent, it would be great if you could handle this as well. Without this you get this error: configure: error: "Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH environment variable contains include lines for the location of this file" SVN revision: 73138
* Eet: fix CFLAGS value when --enable-assert is usedVincent Torri2012-07-013-12/+7
| | | | SVN revision: 73113
* eeek no one ever substs DEBUG_CFLAGS. let's just do it so we compileCarsten Haitzler2012-07-011-0/+3
| | | | | | | | again. bad commit vtorri? SVN revision: 73109
* Eet: remove --enable-coverage option.Vincent Torri2012-07-014-103/+43
| | | | | | | | | | Now, coverage is detected with just --enable-tests. Buildbot maintainers : please remove --enable-coverage option to eet (more EFL will be supported later) SVN revision: 73108
* Eet: add nice m4 macros to check functions and libraries. Will be usable ↵Vincent Torri2012-07-019-212/+740
| | | | | | | | | easily in the merge, per EFL lib Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here SVN revision: 73095
* eet: fix name.Cedric BAIL2012-06-272-2/+2
| | | | SVN revision: 72944
* eet: fix crash when cyphering hyge amount of data.Cedric BAIL2012-06-274-2/+12
| | | | | | | Patch by Leandro Sansilva. SVN revision: 72906
* tone down mempool chunk sizesCarsten Haitzler2012-06-172-2/+2
| | | | SVN revision: 72253
* fix @version in each EFL header doxygenJihoon Kim2012-06-041-1/+1
| | | | SVN revision: 71691
* eet,ecore: configure scriptJerome Pinot2012-06-021-3/+1
| | | | | | | Make the configure output clear about examples installation. SVN revision: 71639
* This is a small change, so I won't changelog it (or backport), butCarsten Haitzler2012-05-301-0/+5
| | | | | | | | | make _shutdown() funcs across efl complain and be unhappy if you shutdown to < 0 shutdowns and not pull init count below 0. SVN revision: 71548