Commit Graph

1040 Commits

Author SHA1 Message Date
Carsten Haitzler d22ca53faa and up ver to 1.7.99 now in svn. nack to svnrev num at end.
SVN revision: 75869
2012-08-30 10:34:01 +00:00
Daniel Juyung Seo 6d3116303f eet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552.
SVN revision: 75802
2012-08-28 23:08:11 +00:00
Carsten Haitzler 6335870b45 no this isnt release - this is simply me removing the beta tag so when
we release it's ready.



SVN revision: 75740
2012-08-27 10:24:41 +00:00
Cedric BAIL 6e08ab829e eet: correctly initialize dictionary.
This should fix windows, we were lucky on Unix where the lock
are expected to be set to zero...


SVN revision: 75703
2012-08-26 02:00:48 +00:00
Cedric BAIL 56ab90d0e4 eet: add eet_connection_empty.
This is needed to fix a bug when multiplexing eet_connection with something else.


SVN revision: 75651
2012-08-24 10:30:27 +00:00
Daniel Juyung Seo 5070bbdf60 eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) <e-mail@date.by>
SVN revision: 75552
2012-08-22 14:07:04 +00:00
Carsten Haitzler 497af2e1e4 tag as beta...
SVN revision: 75344
2012-08-17 03:57:49 +00:00
Mike Blumenkrantz 8e4c27cbf7 windows warning--
this commit brought to you by VRC: Vtorri Remote Commits


SVN revision: 75190
2012-08-13 07:53:24 +00:00
Carsten Haitzler 78ca67dfd0 fix eina_mempool env var fetch for eet alloc mode.
SVN revision: 75098
2012-08-10 12:42:08 +00:00
Carsten Haitzler aef32ed6d3 more updates for 1.7.0 alpha.
SVN revision: 75095
2012-08-10 10:51:17 +00:00
Carsten Haitzler 1e2cbe8e7d alpha release of 1.7 - let's roll. ALPHA!
SVN revision: 75091
2012-08-10 10:37:05 +00:00
Cedric BAIL addf4cccd0 eet: don't copy string around.
SVN revision: 75040
2012-08-09 11:03:22 +00:00
Mike Blumenkrantz 46fdb76391 crit msg format warning--
SVN revision: 74996
2012-08-08 07:46:10 +00:00
Carsten Haitzler e94ae8fe06 make note of leak in gnutls.
SVN revision: 74869
2012-08-04 04:23:08 +00:00
Cedric BAIL 97e1bc44a3 eet: as pointed by Vincent, remove useless check as we don't use those function any more.
SVN revision: 74530
2012-07-28 14:26:47 +00:00
Vincent Torri 664d6ca2d4 remove workaround
SVN revision: 74287
2012-07-21 18:33:38 +00:00
Vincent Torri e4d9a9e27d I like alphabetical order
SVN revision: 74237
2012-07-20 11:01:36 +00:00
Vincent Torri 641f662330 libtool authors must be impaled (#2)
SVN revision: 74236
2012-07-20 11:00:49 +00:00
Cedric BAIL 48cd6930f1 eet: fix possible wrong size decoding for simple type.
SVN revision: 73923
2012-07-16 10:58:30 +00:00
Cedric BAIL ecffd3ae2f eet: detect overrun and underrun before everything goes wrong.
SVN revision: 73919
2012-07-16 10:38:37 +00:00
Jonas M. Gastal 63df81b933 Make old doxygen versions able to find eet example files.
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
2012-07-05 14:29:46 +00:00
Vincent Torri 10b93e5e1e Eet: no need for an eina check
SVN revision: 73175
2012-07-02 22:55:32 +00:00
Jonas M. Gastal d50b4a686f Unbreak eet examples(they need Eina).
Previous commit caused build(not system) error for examples.

SVN revision: 73169
2012-07-02 19:38:54 +00:00
Jonas M. Gastal 0dfcfa4a7e Unbreak examples build system.
SPANK SPANK SPANK caro.

SVN revision: 73168
2012-07-02 14:48:25 +00:00
Stefan Schmidt e02f746b90 eet: Real fix for the zlib detection on old systems.
Reverting my band aid and bring in the real fix provided by Vincent.

SVN revision: 73139
2012-07-02 09:17:05 +00:00
Stefan Schmidt 3f86d486cc eet: Go back to plain header check for zlib as band-aid
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
2012-07-02 09:07:32 +00:00
Vincent Torri c3d63e1aad Eet: fix CFLAGS value when --enable-assert is used
SVN revision: 73113
2012-07-01 13:34:52 +00:00
Carsten Haitzler 39c97e1969 eeek no one ever substs DEBUG_CFLAGS. let's just do it so we compile
again. bad commit vtorri?



SVN revision: 73109
2012-07-01 12:33:45 +00:00
Vincent Torri b415c1dd55 Eet: remove --enable-coverage option.
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
2012-07-01 12:01:46 +00:00
Vincent Torri 344b3f5d84 Eet: add nice m4 macros to check functions and libraries. Will be usable 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
2012-07-01 09:47:48 +00:00
Cedric BAIL 9ff42ef436 eet: fix name.
SVN revision: 72944
2012-06-27 13:11:58 +00:00
Cedric BAIL 04a81e3c6f eet: fix crash when cyphering hyge amount of data.
Patch by Leandro Sansilva.


SVN revision: 72906
2012-06-27 00:37:05 +00:00
Carsten Haitzler 4c9fe6ed70 tone down mempool chunk sizes
SVN revision: 72253
2012-06-17 01:51:45 +00:00
Jihoon Kim bb56b0b09c fix @version in each EFL header doxygen
SVN revision: 71691
2012-06-04 23:27:02 +00:00
Jerome Pinot 3259f7282e eet,ecore: configure script
Make the configure output clear about examples installation.


SVN revision: 71639
2012-06-02 05:39:51 +00:00
Carsten Haitzler 318bd30043 This is a small change, so I won't changelog it (or backport), but
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
2012-05-30 10:08:41 +00:00
Cedric BAIL 2c4c47ae0f eet: properly check buffer size during decipher.
Fix bug #1017.


SVN revision: 71524
2012-05-30 02:19:07 +00:00
Carsten Haitzler 2f22b87756 let's put a README into the lz4 support in eet.
SVN revision: 71489
2012-05-29 05:06:21 +00:00
Carsten Haitzler 58e4c91e8d add @since's
SVN revision: 71113
2012-05-15 12:31:47 +00:00
Carsten Haitzler 6d8004a29d add lz4 compression options to eet. remove amalgamated build too.
SVN revision: 71111
2012-05-15 12:27:56 +00:00
Cedric BAIL 3f29ca43a0 eet: unborking !
SVN revision: 71100
2012-05-15 07:51:00 +00:00
Carsten Haitzler 9f800d8e21 fix eet_dict locks and formatting.
SVN revision: 71097
2012-05-15 07:06:12 +00:00
Cedric BAIL 31bdf4d2c9 eet: make eet_dictionary thread safe.
SVN revision: 71094
2012-05-15 06:43:07 +00:00
Cedric BAIL 2964d1b772 eet: force closing all file on shutdown.
SVN revision: 70928
2012-05-11 10:28:02 +00:00
Jérôme Pinot 54139dbe09 From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] missing doxygen files in release tarballs

This patch add to EXTRA_DIST essential files for doxygen

small build fix:



SVN revision: 70514
2012-04-27 10:34:49 +00:00
Cedric BAIL 8053f61f86 efl: add release point in ChangeLog files.
SVN revision: 70494
2012-04-26 08:07:22 +00:00
Carsten Haitzler 8616b93335 restore .99 micro versions for trunk and add back svnrev vers too.
SVN revision: 70492
2012-04-26 04:51:32 +00:00
Carsten Haitzler 2e9912b91a and removed the -beta tag...
SVN revision: 70489
2012-04-26 04:35:43 +00:00
Carsten Haitzler ec3f63fae7 tag everything as beta in svn.
SVN revision: 70375
2012-04-21 01:52:12 +00:00
Jonas M. Gastal 7588b0a54a Documenting parameters to avoid warnings.
SVN revision: 70308
2012-04-18 13:36:42 +00:00