before i changelog and backport this... discomfitor - look at this!
[framework/uifw/ecore.git] / src / lib / ecore_con / ecore_con.c
2012-05-23 rasterbefore i changelog and backport this... discomfitor...
2012-03-13 discomfitorupdate client flush properly, fixing bug spotted by...
2012-02-24 cedricecore: binbuf doesn't accept NULL (that's what EINA_ARG...
2012-02-22 discomfitorallow server to write out last data to client before...
2012-02-15 discomfitoruse correct errno value for error events
2012-02-15 discomfitorfinally finish implementing SOCKS5 proxies in ecore...
2012-01-19 discomfitoruse client_kill instead of directly eventing
2011-12-23 hermetecore/ecore_con - removed white trailings
2011-12-21 discomfitoradd debug macros to print location of svr/cl kill
2011-12-21 discomfitorprovide slightly more useful dbg info with new kill api
2011-12-21 discomfitorremove 'dead' member from client/server structs: this...
2011-12-21 discomfitornope
2011-12-21 rasterrevert 66362 -> breaks ecore-con. :( sorry stu!
2011-12-20 discomfitorfix a Heroes of SVN-level breakage from 66068 which...
2011-12-10 discomfitorwe've got NODELAY, may as well add CORK
2011-12-10 discomfitorfix cert flag detection
2011-12-10 discomfitorrevert 66063 + related commits: my dreams of zero-copy...
2011-12-10 discomfitortemp fix while I figure out some weird behavior
2011-12-10 discomfitorrewrote server+client deletion code to (hopefully)...
2011-12-10 discomfitormore error event unification
2011-12-10 discomfitorsome small cleanups to unify more error code
2011-12-10 discomfitoradd windows error events for new code, condense some...
2011-12-09 discomfitoroptimize read mechanics for remote servers using ioctl...
2011-12-08 discomfitor+ecore_con_ssl_server_verify_name_set/get
2011-12-06 discomfitor@since
2011-12-06 discomfitorfix some ssl socks buggies
2011-12-06 discomfitorintroducinggggggggggggggg <drum roll>:
2011-12-03 discomfitoradd some INF messages for connection death
2011-11-28 rasterfix ecore-con tracking of event count lists for clients...
2011-11-20 discomfitoralso move magic unset to after all events come back...
2011-11-20 discomfitorattempt #1 to fix obscure disconnect crash
2011-11-14 caroEcore: fix warning: 'struct in_addr' declared inside...
2011-11-11 discomfitorredo ecore-con shutdown to fix crashes if people are...
2011-11-09 discomfitorfix null deref
2011-11-06 cedricecore: improve ecore_con speed by using mempool.
2011-10-15 kakarotoEcore: IN6_IS_ADDR_V4MAPPED needs an in6_addr as input...
2011-09-29 kakarotoEcore-con: Use inet_ntop instead of getnameinfo.
2011-09-29 kakarotoEcore-con: Test for IPV6 availability
2011-09-29 kakarotoecore-con: Do not use TCP_NODELAY if netinet/tcp.h...
2011-09-13 discomfitoradd ECORE_CON_EVENT_SERVER_WRITE ECORE_CON_EVENT_CLIENT...
2011-09-12 discomfitormore useless ecore-con functions: ecore_con_server_fd_g...
2011-07-16 discomfitorswitch over all buffers to use binbufs
2011-07-12 antognolliecore/ecore_con - Constify return of ecore_con_server_c...
2011-07-12 antognolliecore/ecore_con - Move more function documentation...
2011-07-07 antognolliecore/ecore_con - Set timer pointers to NULL when exiti...
2011-07-05 antognolliecore/ecore_con - improved documentation and added...
2011-07-05 discomfitorunify more event handling, fix a little formatting
2011-07-04 antognolliecore/ecore_con - Make ecore_con_lookup() work with...
2011-06-17 discomfitorecore_con_server_timeout_g/set now apply to client...
2011-06-15 discomfitor+ecore_con_ssl_server_upgrade
2011-05-14 caroEcore: ecore_con : make ecore_con work on Windows
2011-04-29 caroformatting
2011-04-29 caroEcore: ecore_con: add some checks and formatting
2011-04-20 seozEcore: Removed trailing whitespaces.
2011-03-03 caroEcore ecore_con:
2011-02-15 discomfitoronly log error events for actual errors
2011-02-11 discomfitor+ecore_con_client_port_get
2011-02-10 discomfitorrewrite all event handler code to be unified, always...
2011-02-10 discomfitorimplement full event-driven error messaging api for...
2011-01-27 discomfitorfix segv
2011-01-21 rasterdns async lookup fix - if u del svr before dns lookup...
2011-01-21 cedric * ecore: SO_REUSEADDR in all case.
2011-01-06 discomfitoravoid closing stdout (fd0)
2010-12-18 rasterformatting
2010-12-17 englebassonly check errno if num < 0
2010-12-17 discomfitoradd notes to prevent future breaking of ecore_con_ssl
2010-12-17 englebassformatting
2010-12-17 englebassdon't accept 0 return
2010-12-17 englebassonly emit ECORE_CON_EVENT_SERVER_DATA when data
2010-12-16 cedric * ecore: SPANK ! SPANK ! SPANK !
2010-12-16 cedric * ecore: fix obvious bug. But Ecore_Con with UDP sessi...
2010-12-16 rasterno - dont do - then englebass is right need to do...
2010-12-16 discomfitorfinally fix stupid ssl read bug for long transfers...
2010-12-16 discomfitorvalidate name better, fix super frustrating bug where...
2010-12-16 rasterFrom: Mike McCormack <mj.mccormack@samsung.com>
2010-12-11 discomfitoruse more explicit error checks
2010-12-09 discomfitoravoid writing <= 0 bytes to clients
2010-12-09 discomfitorthis error fix is dedicated to Tommy[D] for continuing...
2010-12-09 discomfitorreorder a little, fix bug where client_del event was...
2010-12-09 discomfitoravoid loooooooooooooots of ecore spankies
2010-12-03 discomfitoraha! found the leak and eliminated it!
2010-12-01 discomfitoravoid segv
2010-11-29 discomfitornull pointer to avoid partial free in rare cases
2010-11-17 discomfitorfix error handling of plaintext connect, print ERR...
2010-11-16 discomfitoroptimization pass #1: 5% server speed increase
2010-11-11 discomfitoravoid looping infinitely while freeing servers, and...
2010-11-11 discomfitoronly free clients that aren't waiting on events to...
2010-11-11 discomfitorfix bug where server disconnect event was not emitted...
2010-11-06 discomfitoradd magic strings for ecore_con
2010-11-06 discomfitordelete servers on 0
2010-11-06 englebassformatting
2010-11-06 englebassDeclaration at beginning of block
2010-11-06 englebassRight fix for alloc
2010-11-06 discomfitoradd ecore_con_client_connected_get to avoid people...
2010-11-05 discomfitorremove erroneous return, add some debug info
2010-11-05 discomfitorfix some cases where refcount was <0 and so things...
2010-11-05 discomfitorfix disconnect conditions for non-ssl reads
2010-11-05 englebassCheck whether we actually want to alloc data
2010-11-04 discomfitormalloc check
2010-11-04 discomfitorfor some reason we weren't setting write on fds when...
next