Carsten Haitzler
05ddd5fe2d
cleaning up the base of efl tree moving files to subdirs
...
SVN revision: 77106
11 years ago
Carsten Haitzler
be48742a4e
port eet fix to efl tree
...
SVN revision: 76944
11 years ago
Vincent Torri
8abaff3bdf
merge: add eet
...
SVN revision: 76768
11 years ago
Cedric BAIL
0008f2362f
ChangeLog: back in time.
...
SVN revision: 75875
11 years ago
Cedric BAIL
5e33eaa6c4
ChangeLog: state we did a release.
...
SVN revision: 75873
11 years ago
Daniel Juyung Seo
6d3116303f
eet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552.
...
SVN revision: 75802
11 years ago
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
11 years ago
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
11 years ago
Cedric BAIL
addf4cccd0
eet: don't copy string around.
...
SVN revision: 75040
11 years ago
Cedric BAIL
48cd6930f1
eet: fix possible wrong size decoding for simple type.
...
SVN revision: 73923
11 years ago
Cedric BAIL
ecffd3ae2f
eet: detect overrun and underrun before everything goes wrong.
...
SVN revision: 73919
11 years ago
Cedric BAIL
9ff42ef436
eet: fix name.
...
SVN revision: 72944
11 years ago
Cedric BAIL
04a81e3c6f
eet: fix crash when cyphering hyge amount of data.
...
Patch by Leandro Sansilva.
SVN revision: 72906
11 years ago
Cedric BAIL
2c4c47ae0f
eet: properly check buffer size during decipher.
...
Fix bug #1017 .
SVN revision: 71524
11 years ago
Carsten Haitzler
6d8004a29d
add lz4 compression options to eet. remove amalgamated build too.
...
SVN revision: 71111
12 years ago
Cedric BAIL
31bdf4d2c9
eet: make eet_dictionary thread safe.
...
SVN revision: 71094
12 years ago
Cedric BAIL
2964d1b772
eet: force closing all file on shutdown.
...
SVN revision: 70928
12 years ago
Cedric BAIL
8053f61f86
efl: add release point in ChangeLog files.
...
SVN revision: 70494
12 years ago
David Walter Seikel
7c55a30d70
Added a new macro for adding variable arrays of basic types.
...
EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY
SVN revision: 69745
12 years ago
Carsten Haitzler
fe723f696f
eet changelog/news update/sync
...
SVN revision: 69626
12 years ago
Cedric BAIL
ef1e91430f
eet: add support for statistique.
...
SVN revision: 67829
12 years ago
Cedric BAIL
87eb14012b
eet: add support for GnuTLS 3.x
...
SVN revision: 67785
12 years ago
Boris Faure
04fd7af6d5
eet: write to standard output if no output file given.
...
SVN revision: 66958
12 years ago
Carsten Haitzler
76b51f889f
increase eet_connection max msg size to 1Mb - more reasonable
...
SVN revision: 66634
12 years ago
Carsten Haitzler
ac4c70ab7b
fix changelogs to mention release.
...
SVN revision: 65860
12 years ago
Mike Blumenkrantz
ccf4af02aa
unrevert 65828 and unspank myself.
...
SVN revision: 65832
12 years ago
Michael BOUCHAUD
057bc8be54
eet: revert works from discomfitor. too buggy elementary segv. I'm pleased to SPANK him :D
...
SVN revision: 65828
12 years ago
Mike Blumenkrantz
a1af23ce28
move majority of allocations to mempool allocators similar to ecore-con
...
SVN revision: 65825
12 years ago
Mike Blumenkrantz
fb3c8a5de8
ef->path is now stringshared
...
SVN revision: 65813
12 years ago
Mike Blumenkrantz
3e0353f80b
+eet_file_get()
...
SVN revision: 65812
12 years ago
Carsten Haitzler
d32ecb2cfd
ok - longstanding issue. quality of jpeg encode and decode dropped
...
quickly when uf your-encoded anything due to using IFAST decoder (and
encoder). this does drop speed for decode and encode (except encoding
< 60% quality where it now uses IFAST), but we don't see progressively
worse artifacts.
SVN revision: 65294
12 years ago
David Walter Seikel
4e787eb9e2
And the matching changelog.
...
SVN revision: 64494
12 years ago
Carsten Haitzler
4376c4f995
FIX: allow open of eet files with 0 key entries. this kind of breaks
...
some usage scenarios.
SVN revision: 63800
12 years ago
Cedric BAIL
64f3a6da0f
eet: add eet_data_xattr helper.
...
SVN revision: 63413
12 years ago
Mike Blumenkrantz
80a1aea7b0
+eet_alias_get, related, docs, some spelling corrections
...
SVN revision: 61915
12 years ago
Vincent Torri
603dc537b0
Eet : eet_flush2 : add O_BINARY to open()
...
On Windows, open() in text mode followed by fdopen() in
binary mode does not create a stream in binary mode.
So add O_BINARY to open().
SVN revision: 61418
12 years ago
Mike Blumenkrantz
015a2ca208
fix some segvs in eet_node
...
SVN revision: 60958
12 years ago
Mike Blumenkrantz
c4349599a3
add a bunch of functions for manipulating eet_node structs
...
SVN revision: 60957
12 years ago
Cedric BAIL
5e8d050184
eet: add EET_DATA_DESCRIPTOR_ADD_LIST_STRING helper.
...
SVN revision: 60188
12 years ago
Vincent Torri
83eb000ca0
Fix compilation with libjpeg 8 on Windows.
...
SVN revision: 59608
13 years ago
Cedric BAIL
ac1a18741b
eet: use Eina_File and fix forgotten init in Eet test suite.
...
SVN revision: 59471
13 years ago
Cedric BAIL
d42a3fff59
eet: update ChangeLog.
...
SVN revision: 59380
13 years ago
Cedric BAIL
f09a81bf54
* eet: improve speed and memory usage when decoding EET_G_UNION,
...
EET_G_VAR_ARRAY and EET_G_ARRAY.
This change has a direct impact on load time for Edje file. So
please test it and report any issue.
SVN revision: 57013
13 years ago
Vincent Torri
eba92a95f3
Use eina_stringshare_add() instead of strdup() on mmaped file
...
names on Windows. This fix eet shut down on Windows.
SVN revision: 56380
13 years ago
Carsten Haitzler
1bd97ec119
geeze. get year right! spank
...
SVN revision: 56378
13 years ago
Carsten Haitzler
0cb7271e97
aaaah farg. forgot the changelogs. fix.
...
SVN revision: 56359
13 years ago
Carsten Haitzler
e15da11630
use typedefs for fn pointers.
...
SVN revision: 55342
13 years ago
Cedric BAIL
63998c54e3
* eet: forgot to update ChangeLog.
...
SVN revision: 55235
13 years ago
Cedric BAIL
46fd048e2c
* eet: Improve speed of eet_data_read decoding. Mostly for array.
...
NOTE: with a major rewrite of the way array does the structure
allocation/destruction it could be made much faster. That would
improve speed for both edje file loading and efreet cache loading.
But I will postpone that for after the release.
SVN revision: 55069
13 years ago
Cedric BAIL
1413e6f3b7
* eet: improve speed for Eet_String users.
...
SVN revision: 55063
13 years ago