profile/ivi/libwebsockets.git
2013-03-07 Andy Greenget error from getnameinfo if unable to improve hostnam... 88/2988/1
2013-03-07 Andy Greenfixes for without server and without client 87/2987/1
2013-03-07 Jack Mitchellfix unused var if no enable openssl 86/2986/1
2013-03-07 Andy Greenintroduce test echo 85/2985/1
2013-03-07 Andy Greenadd info about why we close to more places 84/2984/1
2013-03-07 Andy Greenroubustness handle problems in read loop better 83/2983/1
2013-03-07 Andy Greenserver allow NULL protocol map to protocol 0 82/2982/1
2013-03-07 Andy Greenchange get_peer_addresses to use context wsi latency 81/2981/1
2013-03-07 Andy Greeninstrument latency 80/2980/1
2013-03-07 Andy Greenintroduce lws_latency 79/2979/1
2013-03-07 Andy Greenfix docs about protocol version supported 78/2978/1
2013-03-07 Andy Greentest server terminate cleanly on ctrl c 77/2977/1
2013-03-07 Andy Greenevict all broadcast support 76/2976/1
2013-03-07 Matthieu RiviereFreeBSD compatibility 75/2975/1
2013-03-07 Andy Greentrac 6 expose libwebsockets read with note about not... 74/2974/1
2013-03-07 Edwin van den... fix ssl bits outside of ifdef coverage 73/2973/1
2013-03-07 Andy Greenforce client ssl bio nonblocking 72/2972/1
2013-03-07 Andy Greenforce ssl rw bios nonblocking 71/2971/1
2013-03-07 Andy Greentimeout coverage for ssl accept 70/2970/1
2013-03-07 Andy Greenbreak up ssl accept action 69/2969/1
2013-03-07 Andy Greenensure accept is nonblocking 68/2968/1
2013-03-07 Andy Greenautocreate foreign broadcast sockets on broadcast 67/2967/1
2013-03-07 Andy Greentrac 5 sa_restorer deprecated 66/2966/1
2013-03-07 Andy Greentrac 3 document write and context_user 65/2965/1
2013-03-07 Andy Greentrac 4 correct libebsocket_service_fd 64/2964/1
2013-03-07 Andy Greenupdate numbers for minimal build footprint 63/2963/1
2013-03-07 Andy Greenmore LWS_NO_DAEMONIZE 62/2962/1
2013-03-07 Andy Greenuse correct LWS_NO_DAEMONIZE on test server 61/2961/1
2013-03-07 Andy Greenbind gcc debug generation to_DEBUG 60/2960/1
2013-03-07 Andy Greenunionize mutually exclusive wsi members 59/2959/1
2013-03-07 Andy Greenkey_b64 doesnt need to be in wsi 58/2958/1
2013-03-07 Andy Greenavoid PATH_MAX in bss in daemonize 57/2957/1
2013-03-07 Andy Greenremove all support for pre v13 protocols 56/2956/1
2013-03-07 Andy Greendisable private broadcast sockets if enable no fork... 55/2955/1
2013-03-07 Edwin van den... align test server extpoll with library dynamic approach 54/2954/1
2013-03-07 Andy Greendocument memory efficiency 53/2953/1
2013-03-07 Andy Greenlog major dynamic allocation info 52/2952/1
2013-03-07 Andy Greenzlib not needed if no extensions 51/2951/1
2013-03-07 Andy Greenintroduce without extensions 50/2950/1
2013-03-07 Andy Greenrefactor README 49/2949/1
2013-03-07 Edwin van den... syslog requires format string 48/2948/1
2013-03-07 Andy Greenrevert zlib update 1.2.7 47/2947/1
2013-03-07 Andy Greenmake use of lock file 46/2946/1
2013-03-07 FNAwindows compatibility changes for private libwebsockets 45/2945/1
2013-03-07 Andy Greentest server add daemonization flag 44/2944/1
2013-03-07 Andy Greentest server use syslog logging 43/2943/1
2013-03-07 Andy Greenallow_use_of_lwsl_logging in user code 42/2942/1
2013-03-07 Andy Greenhelper api: log through syslog 41/2941/1
2013-03-07 Andy Greenlogging select some lwsl_info usage to be lwsl_notice 40/2940/1
2013-03-07 Andy Greenadd lwsl_notice 39/2939/1
2013-03-07 Andy Greenexpose log level in emit 38/2938/1
2013-03-07 Andy Greenchange bitfield setting to avoid gcc warnings 37/2937/1
2013-03-07 Andy Greenimprove frame_is_binary setting 36/2936/1
2013-03-07 Andy Greenadd lws_confirm_legit_wsi 35/2935/1
2013-03-07 Andy Greenrefactor and introduce without server configure option 34/2934/1
2013-03-07 Andy Greenintrodice tracking if frame is binary 33/2933/1
2013-03-07 Edwin van den... different compiler warning fixes 32/2932/1
2013-03-07 Andy Greenadd lexical parser for headers 31/2931/1
2013-03-07 Andy Greendeprecate x google mux 30/2930/1
2013-03-07 Andy Greensolve flowcontrol problems 29/2929/1
2013-03-07 Andy Greencheck errors on shutdown close 28/2928/1
2013-03-07 Andy Greenreplace hashtable polltable management 27/2927/1
2013-03-07 Edwin van der... use simple lookup table for extpoll 26/2926/1
2013-03-07 Andy Greeninclude daemonization file whoops 25/2925/1
2013-03-07 Andy Greenportability dont assume size of tv.t_usec 24/2924/1
2013-03-07 Andy Greenadd disable debug to README configuration options list 23/2923/1
2013-03-07 Peter Youngincluding assert h needed on osx 22/2922/1
2013-03-07 Peter Youngjust use limits.h directly 21/2921/1
2013-03-07 Andy Greenintroduce daemonize 20/2920/1
2013-03-07 Andy Greenclient allow remote server to accept with no protocol set 19/2919/1
2013-03-07 Andy Greenmove array bounds gcc workaround outside function 18/2918/1
2013-03-07 Andy Greenupdate ping test client and stop exposing payload to... 17/2917/1
2013-03-07 Andy Greenexport lswl_hexdump 16/2916/1
2013-03-07 Andy Greenroubustness only return 0 from fd service if handled 15/2915/1
2013-03-07 Andy Greenconfigure without client 14/2914/1
2013-03-07 Andy Greentest client remove usleep 13/2913/1
2013-03-07 Andy Greenrefactor output.c 12/2912/1
2013-03-07 Andy Greenrefactor migrate client stuff to client.c 11/2911/1
2013-03-07 Andy Greenadd new context arg to libwebsockets_serve_http_file 10/2910/1
2013-03-07 Andy Greenrobustness server dont exit server on accept problems 09/2909/1
2013-03-07 Andy Greenworkaround for some gcc array bounds false positive 08/2908/1
2013-03-07 Andy Greenadd logo to test file 07/2907/1
2013-03-07 Andy Greenupdate test server html serving callback to use aepd... 06/2906/1
2013-03-07 Andy Greenadd libwebsockets.org logo to share 05/2905/1
2013-03-07 Andy Greenoptimize http file sending 04/2904/1
2013-03-07 Andy Greenlisten socket more frequent service 03/2903/1
2013-03-07 Andy Greenadd empty m4 dir as workaround for autoreconf issue 02/2902/1
2013-03-07 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime 01/2901/1
2013-03-07 Andy Greenextpoll use hashtable for fd tracking 00/2900/1
2013-03-07 Andy Greenallow building just the library not the testapps 99/2899/1
2013-03-07 Jack Mitchellmake sure we have PATH_MAX on some linux toolchains 98/2898/1
2013-03-07 Edwin van der... extpoll break out of loop when set or clear finds fd 97/2897/1
2013-03-07 Andy Greenhttp service break into outer loop states 96/2896/1
2013-03-07 Andy Greenmerge test server extpoll into test server 95/2895/1
2013-03-07 Edwin van der... optimize extpoll fd delete 94/2894/1
2013-03-07 Andy Greendeal with SSL_ERROR_WANT_ in client connect action 93/2893/1
2013-03-07 Andy Greenadd longlived option to test client 92/2892/1
2013-03-07 Andy Greenlogging ensure everyone has a newline 91/2891/1
2013-03-07 Andy Greenreplace ifdefs around close socket with compatible_close 90/2890/1
2013-03-07 Larry Hayesssl client certs fix crash 89/2889/1
next