2009-03-25 |
cedric | * eet: Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
cedric | * eet.pc.in: Fix private dependencies. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
cedric | * eet_lib: Prevent double init of gcry. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
quaker | i found it is useless and cdbs is setting up prefix... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
quaker | forgot to add --prefix=/usr |
commit | commitdiff | tree | snapshot |
2009-03-24 |
quaker | Updated debian stuff everywhere. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
caro | Fix compilation on OpenBSD (bug #251). Patch by eumel. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
cedric | * Eet: Update ChangeLog according to last modification. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
cedric | * eet_data: Make it thread safe and fix some memory... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
raster | disable fsync |
commit | commitdiff | tree | snapshot |
2009-03-17 |
barbieri | update changelog. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
barbieri | make sure data is on disk, don't get empty files on... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
englebass | ignore |
commit | commitdiff | tree | snapshot |
2009-03-13 |
raster | llvm complaint fix from Tiago Falcão |
commit | commitdiff | tree | snapshot |
2009-03-09 |
cedric | * eet/AUTHORS, |
commit | commitdiff | tree | snapshot |
2009-03-09 |
cedric | * eet/src/lib/eet_cipher.c: Report size as expected... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
cedric | eet: Including two times the same header is useless... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
cedric | eet: Fix memleak during cipher. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
barbieri | Fix problem reported by clang. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
caro | update m4 macro |
commit | commitdiff | tree | snapshot |
2009-02-19 |
caro | set _UNUSED__ to nothing for vc++ |
commit | commitdiff | tree | snapshot |
2009-02-19 |
caro | do not include unistd.h if vc++ is used |
commit | commitdiff | tree | snapshot |
2009-02-19 |
caro | Include winsock2.h before time.h. Requested by vc++ |
commit | commitdiff | tree | snapshot |
2009-02-19 |
caro | set correctly the relative path of the extern directory, |
commit | commitdiff | tree | snapshot |
2009-02-09 |
illogict | Add some missing unused flags. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
cedric | * eet/src/lib/Eet.h, |
commit | commitdiff | tree | snapshot |
2009-02-08 |
illogict | Dead assignment. Reported by CLang. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
caro | Missing modification of the variable DOXYGEN to |
commit | commitdiff | tree | snapshot |
2009-01-31 |
caro | check doxygen availability only if we enable documentat... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
cedric | * eet/src/lib/eet_cipher.c: Fix a corrupted pointer... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
cedric | Print signature and certificate lenght (give you an... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
sachiel | Point the API Reference to the right file |
commit | commitdiff | tree | snapshot |
2009-01-22 |
caro | fix logic in efl_doxygen.m4 |
commit | commitdiff | tree | snapshot |
2009-01-14 |
caro | update ac_attribute.m4 |
commit | commitdiff | tree | snapshot |
2009-01-13 |
raster | fix the copying license to |
commit | commitdiff | tree | snapshot |
2009-01-09 |
caro | check if the linker supports --as-needed |
commit | commitdiff | tree | snapshot |
2009-01-09 |
quaker | Added debian/rules files with a new permissions set... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
quaker | prepare debian rules files for new chmod permissions. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
quaker | Added new set of debian subdirs. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
quaker | Removed debian subfolders - prepared for a new set... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
handyande | as-needed is not globally supported - perhaps it needs... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
cedric | Update m4 macro to provide __UNUSED__. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
cedric | Remove dead debugging code. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
cedric | Remove dead assignment. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
cedric | Remove useless affectation. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
cedric | Remove dead assignment and change condition for easier... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
cedric | Remove dead code detected by llvm static analyser. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
cedric | Remove unused variable and check error return. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
cedric | Check decompression error. Potential bug detected by... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
dm | Eet Win32 VS8 project modified |
commit | commitdiff | tree | snapshot |
2008-12-09 |
cedric | Fix documentation. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
cedric | Better error handling with eet identity. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
cedric | Add a function to get the raw signature data. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
cedric | Make password callback work (PKCS8 support), fix minor... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
cedric | Oops, forgot to commit this file. Crypto should now... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
barbieri | fix typo: cypher -> cipher |
commit | commitdiff | tree | snapshot |
2008-11-13 |
barbieri | check fnmatch in evil before iberty (for mingw users) |
commit | commitdiff | tree | snapshot |
2008-11-13 |
codewarrior | rename, build still doesnt work for gnutls. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
cedric | Add crypto support to eet. |
commit | commitdiff | tree | snapshot |
2008-11-01 |
caro | formatting, disable openssl by default on Windows XP |
commit | commitdiff | tree | snapshot |
2008-10-28 |
pfritz | build eet even if openssl is not present |
commit | commitdiff | tree | snapshot |
2008-10-26 |
caro | fix filename in eet.dox.in |
commit | commitdiff | tree | snapshot |
2008-10-26 |
caro | fix output |
commit | commitdiff | tree | snapshot |
2008-10-26 |
caro | use e.css instead of eet.css |
commit | commitdiff | tree | snapshot |
2008-10-26 |
caro | autotools cleanups: |
commit | commitdiff | tree | snapshot |
2008-10-24 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-10-24 |
cedric | * Bug fix : |
commit | commitdiff | tree | snapshot |
2008-10-24 |
caro | include Evil.h so that fopen can manage files |
commit | commitdiff | tree | snapshot |
2008-10-23 |
cedric | * Fix Hash of String bug. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
cedric | * Fix bug with string included in a list found by Vikto... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
cedric | Strangely, Eet documentation was referencing Evas list... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
kaethorn | Add eina to dependencies. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
kaethorn | Update Debian files. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
caro | * exit when fnmatch is not found |
commit | commitdiff | tree | snapshot |
2008-10-20 |
cedric | Remove eet data type from the test suite. |
commit | commitdiff | tree | snapshot |
2008-10-20 |
cedric | Use eina conversion functions (Remove code from eet). |
commit | commitdiff | tree | snapshot |
2008-10-20 |
cedric | Make eet depends on eina. |
commit | commitdiff | tree | snapshot |
2008-10-18 |
kwo | Fix distcheck. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
barbieri | set svn:ignore on new directories. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
caro | * add m4 macro for documentation, unit tests and coverage |
commit | commitdiff | tree | snapshot |
2008-10-13 |
cedric | Correctly use ferror. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
cedric | Remove some more warning. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
cedric | Remove more compiler warning. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
cedric | Remove warning. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
pfritz | configure.in -> configure.ac |
commit | commitdiff | tree | snapshot |
2008-09-27 |
caro | add eet_suite.h in tarballs |
commit | commitdiff | tree | snapshot |
2008-09-25 |
englebass | Fix typo |
commit | commitdiff | tree | snapshot |
2008-09-25 |
raster | asparagus! |
commit | commitdiff | tree | snapshot |
2008-09-25 |
raster | update changelog for eet since it's 1.0! |
commit | commitdiff | tree | snapshot |
2008-09-20 |
mekius | My bad :) |
commit | commitdiff | tree | snapshot |
2008-09-20 |
mekius | Doxyfile should reference eet.c.in, not eet.c which... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
cedric | Fix memory leak with a proper shutdown of Openssl,... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
cedric | Fix typo in the typo. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
cedric | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
cedric | Instruct the compiler to inline the most used function... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
cedric | Use the right function here. |
commit | commitdiff | tree | snapshot |
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 |
next |