2008-09-11 |
cedric | Use bit manipulation instead of memory access, improve... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
cedric | Ok, the patch didn't apply cleanly and some missed... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
cedric | Another typo. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
cedric | Patch, typo. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
cedric | Another typo. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
cedric | Typo. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
cedric | Add signature support in eet. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
cedric | Add the prototype for this long pending function in... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
cedric | Recommit Joerg Sonnenberger patch with more fix. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
raster | roll back eet change (revert patch) as this breaks... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
cedric | Little bit modified patch from Joerg Sonnenberger that... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
cedric | Fix two source of memory leak. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
cedric | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
cedric | Fix a typo that prevent some valid file to be loaded. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
barbieri | Set svn:mime-type to image/png on *.png |
commit | commitdiff | tree | snapshot |
2008-08-18 |
raster | actually barf help then exit -1 |
commit | commitdiff | tree | snapshot |
2008-08-18 |
raster | fail when not passed good args |
commit | commitdiff | tree | snapshot |
2008-08-18 |
raster | ok. i think most binary files are now fixed. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
raster | fix binaries |
commit | commitdiff | tree | snapshot |
2008-08-17 |
raster | move around - flatter. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
cedric | Delay unlink and reopen as long as possible in read... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-08-10 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-08-06 |
englebass | ignore |
commit | commitdiff | tree | snapshot |
2008-08-01 |
raster | wrong return error handling. 0 == error, 1 == ok. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
cedric | Fix a little bug in the test and do a real write test. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
raster | unsigned long... better |
commit | commitdiff | tree | snapshot |
2008-07-24 |
doursse | Add Visual Studio solution and vc projects to compile... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
cedric | Fix wrongly stored image when compressed size is bigger... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
cedric | Update changelog. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
cedric | Improve speed by comparing pointer instead of calling... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
pfritz | fix compile warnings |
commit | commitdiff | tree | snapshot |
2008-07-17 |
cedric | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
cedric | Improve speed of eet_data freelist by using a hash... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
cedric | Improve decode speed by using precomputed hash. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
cedric | Fix INLINED_STRING allocation, this was causing the... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
barbieri | Check if file was really open before continue. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
cedric | Fix the bug with EET_T_UNKNOW/EET_G_UNKNOWN that did... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
cedric | This patch is a starting point for cleaning up eet_data.c. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
englebass | ignore++ |
commit | commitdiff | tree | snapshot |
2008-06-10 |
raster | sorry mate - we dont have the debian stuff in there... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
horms | Add automake1.7 | automaken, libtool, pkg-config as... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
horms | Add m4/doxygen.m4 and debian/* to distribution |
commit | commitdiff | tree | snapshot |
2008-06-10 |
horms | Have configure create debian/changelog |
commit | commitdiff | tree | snapshot |
2008-06-09 |
barbieri | Initialize ef->writes_pending. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
raster | leak-- |
commit | commitdiff | tree | snapshot |
2008-06-02 |
cedric | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-06-02 |
cedric | Add eet_data_image_read_to_surface and eet_data_image_d... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
raster | * add efreet garbage data check |
commit | commitdiff | tree | snapshot |
2008-05-27 |
cedric | Disabling support of old eet file format was broken. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Oops double commit. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Remove some unused variable. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Remove use of sprintf by propagating the buffer size... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Remove all use of strcpy as we already know the length. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Old eet file format are now marked as deprecated. The... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
raster | pass make distcheck and a snapshot asparagus release... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
doursse | minor fix of the doc about tests and coverage |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | Introducing unit test in EFL using cvs check library... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | Add some test around efn->offset and set it properly... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | Fix EET_FILE_MODE_READ_WRITE when file doesn't exist. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | The purpose of descriptor3 was to introduce a way to... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
cedric | Remove the wrong and dead code for basic type inside... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
cedric | Fix a bug with list or hash of basic type. They are... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
cedric | Fix a typo preventing the parsing of unsigned int. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
cedric | Fix inlined string dump/undump. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
cedric | Converting back an hash from a dumped text was broken. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
kaethorn | fix Debian packaging. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
kaethorn | Change Debian package name from libeet0 to libeet1. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
kaethorn | Merge with Debian files from PkgE. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
doursse | ignore libtool 2.2.* m4 files |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | +E |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | readme needed fixing. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | news has the release in it now. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | fix bug in eet decode of list and hashes of simple... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
doursse | add release comment in ChangeLog |
commit | commitdiff | tree | snapshot |
2008-04-20 |
raster | 1.0.0 |
commit | commitdiff | tree | snapshot |
2008-04-20 |
doursse | actually, autom4te.cache is automatically removed |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | add requested macro, hence more things to clean. add... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | missing space |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | put WIN32_CFLAGS in CFLAGS, not CPPFLAGS. Formatting |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | winsock_libs renamed to WIN32_LIBS |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | * rename lt_auto_import to lt_enable_auto_import |
commit | commitdiff | tree | snapshot |
2008-04-17 |
pfritz | docs |
commit | commitdiff | tree | snapshot |
2008-04-17 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-04-15 |
doursse | * rename 'create_shared_lib' to 'lt_no_undefined' |
commit | commitdiff | tree | snapshot |
2008-04-13 |
doursse | Eet_private.h is not a source file |
commit | commitdiff | tree | snapshot |
2008-04-10 |
raster | bitching-- |
commit | commitdiff | tree | snapshot |
2008-04-10 |
raster | cedrics eet -d fixes.. yay! |
commit | commitdiff | tree | snapshot |
2008-04-09 |
doursse | cegcc (not mingw32ce) defines same structures, function... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
doursse | add unsued attribute when needed |
commit | commitdiff | tree | snapshot |
2008-04-03 |
kwo | Add missing headers. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
kwo | Add unistd.h for unlink(), comment out unused code. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
kwo | Add netinet/in.h for htonl(). |
commit | commitdiff | tree | snapshot |
2008-04-03 |
doursse | add Windows requirement, remove trailing spaces |
commit | commitdiff | tree | snapshot |
2008-04-03 |
raster | deps lists/ debugging too... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
raster | since patch from vincent. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
doursse | use INPUT entry of Doxyfile instead of adding Eet.h... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
doursse | use correct variables for the name and version of the... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
doursse | do not overwrite eet.c as it has been modified by configure |
commit | commitdiff | tree | snapshot |
next |