efl/legacy/ecore/src/examples
Mike Blumenkrantz 300a32728b clean up ecore-con server example: HTTP requires a seperator (\r\n in this case) following each header line and a double separator between headers and body. additionally, content-length must be EXACTLY the length of the body, and must not include trailing garbage.
snprintf use here is incorrect due to inconsistent behavior of snprintf, so we can lazily fall back to strlen since this is just a simple example


SVN revision: 61421
2011-07-16 08:01:19 +00:00
..
Makefile.am ecore/ecore_con - Add minimal http server and url cookies examples. 2011-07-13 19:04:17 +00:00
client_bench.c
ecore_animator_example.c Ecore: Ecore_Animator example. 2011-07-07 18:57:10 +00:00
ecore_con_client_example.c
ecore_con_client_simple_example.c ecore/ecore_con - Ecore_Con examples (server and client). 2011-07-12 14:37:22 +00:00
ecore_con_lookup_example.c ecore/ecore_con - improved documentation and added example. 2011-07-05 13:09:57 +00:00
ecore_con_server_example.c
ecore_con_server_http_example.c clean up ecore-con server example: HTTP requires a seperator (\r\n in this case) following each header line and a double separator between headers and body. additionally, content-length must be EXACTLY the length of the body, and must not include trailing garbage. 2011-07-16 08:01:19 +00:00
ecore_con_server_simple_example.c ecore/ecore_con - Ecore_Con examples (server and client). 2011-07-12 14:37:22 +00:00
ecore_con_url_cookies_example.c ecore/ecore_con - Add minimal http server and url cookies examples. 2011-07-13 19:04:17 +00:00
ecore_con_url_download_example.c ecore/ecore_con - Add simple examples of ecore_con_url usage. 2011-07-08 18:06:12 +00:00
ecore_con_url_headers_example.c ecore/ecore_con - Add simple examples of ecore_con_url usage. 2011-07-08 18:06:12 +00:00
ecore_event_example.c ecore/event_handler - Improve documentation and add an example. 2011-06-27 19:42:28 +00:00
ecore_fd_handler_example.c ecore: fix common misppellings 2011-07-15 14:36:13 +00:00
ecore_fd_handler_gnutls_example.c ecore/fd_handler - Rename fd_handler example that uses gnutls. 2011-06-28 15:03:58 +00:00
ecore_file_download_example.c
ecore_idler_example.c ecore/idler - Fix wrong explanation! 2011-06-22 22:56:36 +00:00
ecore_job_example.c ecore/job - Improve documentation and add an example. 2011-06-22 20:54:32 +00:00
ecore_pipe_gstreamer_example.c Ecore: ecore_pipe documentation. 2011-06-30 18:10:30 +00:00
ecore_pipe_simple_example.c Ecore: ecore_pipe documentation. 2011-06-30 18:10:30 +00:00
ecore_poller_example.c ecore/poller - Add a poller example and its explanation. 2011-06-29 18:07:34 +00:00
ecore_thread_example.c Some example for Ecore_Thread 2011-07-12 13:38:25 +00:00
ecore_time_functions_example.c ecore/time - Rename example to avoid mismatch. 2011-06-29 18:07:23 +00:00
ecore_timer_example.c ecore/timer - Add a commented example. 2011-06-29 18:07:08 +00:00
server_bench.c