summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug. When rebasing, do not preserveAshish Gupta2017-10-252-59/+2
|
* Free the fetch (and http.obj handle) when errored out or finished or abortedAshish Gupta2017-10-251-4/+7
|
* Stop printing POST data on debug board (fixes passwords showing up)Ashish Gupta2017-10-251-18/+17
|
* POST Multipart worksAshish Gupta2017-10-251-13/+108
| | | | Private message can be sent on board.kolibrios.org
* Drop int3 in multipart fetch with log and return NULLAshish Gupta2017-10-251-1/+2
|
* Revert "Revert file.c to master"Ashish Gupta2017-10-251-0/+25
| | | | This reverts commit 1843934b37c6731fbb60665cd78bcd3f2c82d80d.
* Revert file.c to masterAshish Gupta2017-10-251-25/+0
|
* Set homepage to board loginAshish Gupta2017-10-251-3/+2
|
* Support urlencoded POSTAshish Gupta2017-10-251-3/+14
|
* Fix pollingAshish Gupta2017-10-252-92/+45
|
* Enable debugAshish Gupta2017-10-251-0/+2
|
* Fix mkimg for building without /home/autobuildAshish Gupta2017-10-251-1/+3
|
* Disable int3Ashish Gupta2017-10-251-1/+1
|
* Get rid of int3Ashish Gupta2017-10-251-1/+0
|
* Fix toolAshish Gupta2017-10-251-1/+3
|
* Fix tools kolibriosAshish Gupta2017-10-251-5/+6
|
* Fix respathAshish Gupta2017-10-251-1/+1
|
* Fix up resourcesAshish Gupta2017-10-2522-11/+2750
|
* Add tools for building on Linux for KolibriOSAshish Gupta2017-10-252-0/+103
|
* Add local_historyAshish Gupta2017-10-252-0/+297
|
* Add corewindowAshish Gupta2017-10-252-0/+369
|
* Restrict build by enforcing Makefile.configAshish Gupta2017-10-251-0/+28
|
* Reconcile differences for fb frontendAshish Gupta2017-10-256-172/+9
|
* Add builderAshish Gupta2017-10-251-0/+55
|
* Add old work to rebase bucket.Ashish Gupta2017-10-252-2/+3
|
* Add netsurf compilation to docsAshish Gupta2017-10-251-1/+5
|
* Add building-kolibrios docAshish Gupta2017-10-251-0/+50
|
* Minor makefile fixes for kolibriosAshish Gupta2017-10-251-3/+2
|
* Move sys_uptime() inside kolibrios dirAshish Gupta2017-10-254-585/+12
|
* Release nightly for KolibriOS.Ashish Gupta2017-10-256-10/+60
| | | | Check board.kolibrios.org forum thread for Netsurf for more details.
* Towards integration with shared build systemAshish Gupta2017-10-253-55/+67
|
* Enable GIF PNG JPEG image formatsAshish Gupta2017-10-253-1/+9
|
* Get rid of internal font building from MakefileAshish Gupta2017-10-251-29/+1
|
* Clean up debug board logging and other crapAshish Gupta2017-10-256-34/+14
|
* Switch to freetype fonts!Ashish Gupta2017-10-254-10/+11
|
* Changes to gui.c as framebuffer frontend has changedAshish Gupta2017-10-251-21/+34
|
* Do multiple FETCH_DATA callbacks from http fetcher instead of just one large ↵Ashish Gupta2017-10-251-8/+27
| | | | callback
* Tidy up some things.Ashish Gupta2017-10-254-26/+32
|
* Fix description for FETCH_HEADERAshish Gupta2017-10-252-22/+6
| | | | Remove redundant FETCH_XXX description from the curl fetcher.
* Add http kolibrios fetcherAshish Gupta2017-10-252-0/+350
|
* Properly initialize heap to avoid malloc failuresAshish Gupta2017-10-253-7/+8
|
* Update kolibrios frontend to use invalidate window area API (Applied change ↵Ashish Gupta2017-10-251-15/+25
| | | | becd386)
* Get logging working.Ashish Gupta2017-10-258-370/+36
|
* Move port for kolibrios ahead.Ashish Gupta2017-10-2516-362/+132
| | | | Look at diff from master and reconcile.
* Fix up makefiles to build with make TARGET=kolibrios installAshish Gupta2017-10-253-10/+11
|
* Add options for kolibrios (nskolibrios)Ashish Gupta2017-10-251-0/+2
|
* Steal framebuffer and reuse in kolibrios portAshish Gupta2017-10-2525-82/+97
|
* Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibriosAshish Gupta2017-10-2514-130/+222
|
* Add kolibrios/ dir : Step 1 towards porting this to Kolibri OSAshish Gupta2017-10-25127-0/+24000
|
* Windows: Use bitmap width as minimum width, since content width may be 0.Michael Drake2017-10-251-1/+1
|