Vincent Torri
a79a4408e4
Eio: Fix alloca declaration and remove useless autotools Windows stuff
...
SVN revision: 79612
11 years ago
Vincent Torri
a943f063bc
ecore, eio : revert alloca commits (and other solaris math commits, i know)
...
SVN revision: 79610
11 years ago
Sebastian Dransfeld
6b145c2c85
ChangeLog
...
SVN revision: 79585
11 years ago
Sebastian Dransfeld
b67bef4ed0
eio: correctly define alloca
...
SVN revision: 79576
11 years ago
Stefan Schmidt
cedf5d0cf9
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
...
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.
SVN revision: 78409
11 years ago
Cedric BAIL
add842257d
eio: Fix possible memory corruption in eio_eet_data_read_cipher()
...
Patch by Daniel Willmann <d.willmann@samsung.com>
SVN revision: 77392
11 years ago
Cedric BAIL
f1a25bc101
eio: continue on access right error.
...
SVN revision: 77103
11 years ago
Leandro Dorileo
6e1c20a408
Eio: fix eio_file_associate_add docs
...
Concerning the eio_file_associate_add docs it currently states the
user data is freed with free() case a callback is not provided, this
is not the case, the associate data(Eio_File_Associate) is freed not
the user data.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 77041
11 years ago
Cedric BAIL
ae78bed101
eio: fix build with xattr and without splice.
...
Fix bug #1511 reported by Sleep Walker.
SVN revision: 76634
11 years ago
Cedric BAIL
fb7e0ea5b5
eio: Fix monitor shutdown when main loop did never run.
...
SVN revision: 76365
11 years ago
Vincent Torri
ed4a4d5fdc
Eio: improve path monitoring on Windows
...
Not perfect but i'm fed up with that Windows stuff. I need to work on
something else
SVN revision: 76215
11 years ago
Cedric BAIL
42a65f3e68
eio: fix typo in previous fix.
...
SVN revision: 76170
11 years ago
Cedric BAIL
6cc036d647
eio: fix typos.
...
SVN revision: 76169
11 years ago
Carsten Haitzler
0e77364887
update header #defined versions to 1.8 to make sure new apis are used
...
in e17 only with ifdefs.
SVN revision: 75994
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
Carsten Haitzler
d22ca53faa
and up ver to 1.7.99 now in svn. nack to svnrev num at end.
...
SVN revision: 75869
11 years ago
Cedric BAIL
f82152f150
eio: fix memory leak when using file associate.
...
SVN revision: 75854
11 years ago
Vincent Torri
635a17d057
Eio: remove unnneeded newline
...
SVN revision: 75752
11 years ago
Vincent Torri
68b40793ab
Eio: add log debugging macros
...
SVN revision: 75751
11 years ago
Vincent Torri
83f7a57d50
Eio: Do not free Windows stuff when it is not used. Fix seg fault.
...
SVN revision: 75747
11 years ago
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
11 years ago
Vincent Torri
25feacc120
Eio: fix thread detection
...
Patch by Maxime Villard and myself
SVN revision: 75644
11 years ago
Cedric BAIL
153afa9283
eio: revert r75445 and add a comment to prevent it to happen again.
...
Yes, it's the second time someone "fix" that and get reverted. Actually
looking at svn log would have shown the issue as it was just the previous
commit.
SVN revision: 75482
11 years ago
Vincent Torri
3a399b6b6a
Eio: fix possible mem leak
...
SVN revision: 75445
11 years ago
Carsten Haitzler
497af2e1e4
tag as beta...
...
SVN revision: 75344
11 years ago
Jihoon Kim
6775a71abd
fix version in NEWS of ethumb, eio, emotion
...
SVN revision: 75111
11 years ago
Carsten Haitzler
aef32ed6d3
more updates for 1.7.0 alpha.
...
SVN revision: 75095
11 years ago
Carsten Haitzler
1e2cbe8e7d
alpha release of 1.7 - let's roll. ALPHA!
...
SVN revision: 75091
11 years ago
Cedric BAIL
2547d07ea3
eio: properly shutdown monitor.
...
SVN revision: 74957
11 years ago
Cedric BAIL
d59b7badac
eio: memory leak--.
...
SVN revision: 74792
11 years ago
Carsten Haitzler
2c1b533d13
fix minor version defines to be at 1.6 (in sync now) ready for going
...
to 7 on release.
SVN revision: 73906
12 years ago
Carsten Haitzler
5c9c0852bb
update all versions in @sincs , README's and configure.ac's etc. to
...
reflect a unified release version, for now 1.6.99.
SVN revision: 73498
12 years ago
Mike Blumenkrantz
bb42532fd3
yet another tedious null check for a free function, brought to you by people who think wasting time is a good idea
...
SVN revision: 73224
12 years ago
Jonas M. Gastal
6c32e237c6
Build fix for DSO linking issue of eio example.
...
SVN revision: 73171
12 years ago
Stefan Schmidt
1d6a1a8130
eio: Fix out srcdir != builddir build for make distcheck
...
This should fix the buildbot problem during make distcheck
SVN revision: 72950
12 years ago
Mike McCormack
3eaa894b69
eio: Ignore all libtool output
...
SVN revision: 72893
12 years ago
Leandro Pereira
d625e4d386
Reverting r72552.
...
SVN revision: 72607
12 years ago
Leandro Pereira
ed4fd6b877
eio: Fix memory leaks spotted by clang static analyzer
...
SVN revision: 72552
12 years ago
Gustavo Sverzut Barbieri
74b38070b6
use proper filter callback type for eio_dir_stat_ls().
...
The user is not supposed to change info as it's already fully
populated by stat().
SVN revision: 72551
12 years ago
Jonas M. Gastal
5a8f45a560
Improving Eio Doc and adding an example.
...
Author: Guilherme Iscaro <iscaro@profusion.mobi>
SVN revision: 72202
12 years ago
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
12 years ago
Cedric BAIL
0f037d5b58
eio: and don't forget to initialize.
...
SVN revision: 70885
12 years ago
Cedric BAIL
22b8a6103b
eio: actually detect when file changed since last monitoring request.
...
NOTE: Shouldn't I stat and rebuild the notify when the file is deleted
and recreated ? Advise welcome.
SVN revision: 70879
12 years ago
Vincent Torri
5dacee0fea
Eio: update README
...
SVN revision: 70789
12 years ago
Cedric BAIL
85c6d00e7e
eio,ethumb,emotion: Fix build out of tree.
...
Patch by Jérôme Pinot <ngc891@gmail.com>.
SVN revision: 70540
12 years ago
Daniel Juyung Seo
4fef883b73
eio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.
...
SVN revision: 70538
12 years ago
Daniel Juyung Seo
ef6c04b8ad
eio: Updated ChangeLog.
...
SVN revision: 70528
12 years ago
Cedric BAIL
8053f61f86
efl: add release point in ChangeLog files.
...
SVN revision: 70494
12 years ago
Carsten Haitzler
8616b93335
restore .99 micro versions for trunk and add back svnrev vers too.
...
SVN revision: 70492
12 years ago