Commit graph

4 commits

Author SHA1 Message Date
joerg
d462f74416 Fix merge error 2011-12-07 15:15:53 +00:00
joerg
ed99759c50 Update to eet-1.5.0. Includes various performance and memory foot print
improvements.
2011-12-05 17:20:14 +00:00
minskim
a2cca7a03f Update eet to 1.2.0.
Changes:
	* Make use of eina.
	* Fix string in list and hash.
	* Fix array in eet_data.
	* Add crypto support to eet with OpenSSL.
	* Add GNUtls support to eet.
	* Make password callback work with GNUtls.
	* Add a function to retrieve raw signature.
	* Fix a corrupted pointer use in eet_cipher.c
	* Add some missing __UNUSED__ flags.
	* Fix problem reported by llvm
	* Add sha1 retrieval for an Eet_File.
	* Force fsync() after data is written to file, solve ext4 issues.
	* Disable fsync. Edit the code if you need it.
	* Make eet_data thread safe.
	* Fix eet pkg-config dependencies.
	* Fix double init of gcry.
	* Release eet 1.2.0
2009-06-10 06:40:11 +00:00
minskim
9c45e0c9e6 Update eet to 1.1.0.
Changes:
- Fixes to data codecs (data descriptors).
- Fixes for non-existing files opened READ/WRITE and other
  miscellanouse bugs found.
- Speedups for decoding and lookups, make inline-image decode better
  on some platforms and add signed-eet file support as well as opening
  eet files from memory.
2008-10-26 04:48:22 +00:00