Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4224 3821 d 12 h sourcerer /programs/network/netsurf/ Updated Kolibri front-end, fixed deplibs, updated objects, updated fetchers, fix in libdom port binding for hubbub. Still need to add multi-threading for downloads, as well as cookies, POST requests and other fetcher stuff. And may be tweak input a bit.  
4222 3821 d 14 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3821 d 15 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
4220 3822 d 13 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4217 3822 d 23 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
4216 3822 d 23 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
4215 3823 d 9 h heavyiron /programs/system/end/light/ END: small fixes and optimisation.  
4214 3823 d 10 h heavyiron / Fix default path in rdsave.ini  
4213 3823 d 11 h heavyiron / New versions of End and RDsave. See forum for detales.  
4212 3823 d 12 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
4211 3823 d 15 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
4210 3823 d 15 h hidnplayr /programs/cmm/lib/lib.obj/ updated http.h (for c--) to be conform with latest lib.  
4209 3823 d 16 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4208 3823 d 18 h hidnplayr /programs/ Added socket error codes to network.inc  
4207 3823 d 19 h hidnplayr /programs/develop/libraries/http/ bugfix for timeout in HTTP library  
4206 3823 d 21 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3823 d 22 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4204 3824 d 11 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in HTTP_process  
4203 3824 d 11 h hidnplayr /programs/develop/libraries/http/ Bugfixes in HTTP_process  
4202 3824 d 12 h hidnplayr /programs/develop/libraries/http/ HTTP library: small bugfixes, more comments.  
4200 3825 d 5 h mario79 /programs/develop/examples/clipboard/ Clipboard Example Applications.  
4198 3825 d 15 h eAndrew / Docky v.0.5.3 - color selection!!!!  
4197 3826 d 14 h Akyltist /programs/system/calendar/trunk/ hot fix  
4196 3826 d 15 h Akyltist /programs/system/calendar/trunk/ new desing, new time position, comment clear buttom  
4195 3826 d 15 h eAndrew / Docky v 0.5.2 -> fixes, setting button, tiny changes in Docky.ini  
4192 3827 d 13 h leency /programs/cmm/browser/ HTMLv: hotfix for header tags  
4191 3827 d 13 h leency /programs/cmm/browser/ HTMLv: forgot to change version  
4190 3827 d 13 h leency /programs/cmm/browser/ Suddenly HTMLv 0.99.1: support <center>, <right> tags and align="center/right" for h1..h4 tags  
4187 3827 d 20 h eAndrew / Palitra v0.7.6 - Loading/saving colors from/to file.  
4186 3828 d 15 h leency /programs/cmm/liza/ fix unrecognized symbols while base64 decode, small optimizations  
4185 3829 d 11 h leency /programs/cmm/liza/ hotfix Liza  
4180 3829 d 13 h leency /programs/cmm/ hotfix Liza  
4169 3829 d 14 h leency /programs/cmm/liza/ Liza 0.9.2: better code, small fixes  
4168 3829 d 16 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.  
4167 3829 d 22 h hidnplayr /programs/develop/libraries/http/ HTTP lib: added support for HEAD and POST methods  
4166 3830 d 10 h leency /programs/cmm/ Liza 0.9e: now working somehow... Need muck work to clear code.  
4165 3830 d 11 h hidnplayr /programs/cmm/lib/lib.obj/ fix http.h for c--  
4164 3830 d 12 h leency /programs/cmm/liza/ liza 0.9c  
4163 3830 d 14 h hidnplayr /programs/cmm/lib/lib.obj/ header file to use HTTP library with c--  
4162 3830 d 15 h hidnplayr /programs/develop/libraries/http/ HTTP lib now also supports chunked content encoding.