efl/src/examples
Gustavo Sverzut Barbieri 633ec445b8 efl_net: add Efl.Net.Ip_Address
This is a string parser, serializer and asynchronous resolver.

It's purpose is to convert to and from the strings we use in our
dialers and servers, such as "127.0.0.1:1234" or "[::1]:1234",
properties allow to check the family, port, address bytes (slice) and
even get a struct sockaddr pointer to use with bind()/connect() in
outside code.

It will also offer some utilities present in netinet/in.h in an easy
to use way, after all IN6_IS_ADDR_LOOPBACK() works one way, while
there is no IN_LOOPBACK and comparing with INADDR_LOOPBACK will lead
to errors since it's in network order.

Last but not least, it will do asynchronous resolve of host and port
names using an internal thread and getaddrinfo(). The results are
delivered using a Future with an array of objects.
2016-12-12 02:30:33 -02:00
..
ecore efl_net: add Efl.Net.Ip_Address 2016-12-12 02:30:33 -02:00
ecore_avahi Examples: Fix compilation (disable CXX examples!) 2016-04-21 17:16:53 +09:00
edje example: update edje-edit-part-box to use not deprecated functions 2016-11-28 17:00:24 +02:00
eet Eet example: Add the correct variable in the hash. 2016-10-10 14:20:48 -03:00
eina eina: remove tests, examples and docs for eina_model 2016-11-30 18:37:34 -02:00
eina_cxx examples: eina-cxx: ensure the install hook honors a set DESTDIR 2016-06-17 15:05:02 +09:30
eio eio: finish port to new efl_io_manager API. 2016-09-09 16:22:55 -07:00
eldbus examples/eldbus/dbusmodel.c improve situation, far from correct. 2016-11-04 13:19:57 -02:00
elementary elementary: fix make examples 2016-11-28 17:21:42 -02:00
elocation examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elua examples: elua: ensure the install hook honors a set DESTDIR 2016-06-16 11:16:30 +02:00
emile examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
emotion examples: emotion: fix event naming after convert to EFL Canvas Object 2016-09-22 11:43:34 +02:00
eolian_cxx examples: eolian_cxx: adapt code generation to changed eolian_gen commandline 2016-10-14 12:38:46 +02:00
ephysics examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
ethumb_client examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
evas examples/evas: use new API for key modifiers per seat 2016-12-06 17:09:03 -02:00