summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unused variableOle Loots2014-09-131-1/+0
* Removed unused variable / dead code.Ole Loots2014-09-131-18/+0
* Removed unused variable.Ole Loots2014-09-131-1/+0
* Always return correct typeOle Loots2014-09-131-1/+1
* Removed unused labelOle Loots2014-09-131-1/+0
* Replace default posix file handling table with GEMDOS compatible oneOle Loots2014-09-134-1/+324
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2014-09-12567-24011/+61641
|\
| * Adjust min stack to 96K following evaluation.Chris Young2014-09-071-1/+1
| * Remove pointless strdup/free.Michael Drake2014-09-071-23/+14
| * GUI launched fetches are verifiable. Thanks to jmb.Michael Drake2014-09-071-1/+1
| * Correctly declare function as static and fix documentationVincent Sanders2014-09-071-2/+7
| * fix copyright year for beos buildVincent Sanders2014-09-071-5/+7
| * Add missing includes to get rid of warningsVincent Sanders2014-09-071-0/+4
| * Free header_path.Michael Drake2014-09-061-0/+5
| * Remove redundant code.Michael Drake2014-09-061-6/+0
| * Fix test rig leak. (cppcheck)Michael Drake2014-09-061-1/+2
| * Handle realloc failure.Michael Drake2014-09-051-1/+7
| * Remove unecessary forward declarations.Michael Drake2014-09-051-9/+2
| * extend beos C++ flagsVincent Sanders2014-09-052-1/+12
| * Pull warning flags out into variables that can be overriden seperately for C ...Vincent Sanders2014-09-059-64/+82
| * we build for haiku not beosVincent Sanders2014-09-051-1/+1
| * fix output target nameVincent Sanders2014-09-051-1/+1
| * update jenkins build script for use with beosVincent Sanders2014-09-051-0/+17
| * fixup haiku rsrc fetcher initialisationVincent Sanders2014-09-052-2/+7
| * OpenBSD system headers are not compatible with redundant declaration warning ...Vincent Sanders2014-09-031-1/+8
| * memcpy and terminate from openssl buffersVincent Sanders2014-09-031-18/+23
| * terminate buffers from X509_NAME_print_ex()Vincent Sanders2014-09-021-7/+13
| * Ensure release version revision numbers are higher than CI build revision num...Chris Young2014-09-021-3/+4
| * Remove links to files that don't exist in the archiveChris Young2014-09-021-3/+0
| * Update version numbers for new release cycle.Chris Young2014-09-022-3/+3
| * Reduce stack back down to 64KChris Young2014-09-021-1/+1
| * Give internal font more meaningful name.Michael Drake2014-09-022-2/+2
| * Avoid forward declaration of box_contains_point.Michael Drake2014-08-311-123/+122
| * Make box_at_point use itteration, rather than recursion.Michael Drake2014-08-311-120/+218
| * Add float_container to box tree dump.Michael Drake2014-08-311-0/+2
| * Remove MimeMan stuff from !Cache.Michael Drake2014-08-302-0/+0
| * Remove debug logging.Michael Drake2014-08-301-5/+0
| * Avoid include of browser_private.hMichael Drake2014-08-261-8/+19
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-08-2614-32/+306
| |\
| | * update version info for next development cycleVincent Sanders2014-08-261-2/+2
| | * Merge branch 'heads/release/3.2'Vincent Sanders2014-08-260-0/+0
| | |\
| | | * Update version for releaserelease/3.2Vincent Sanders2014-08-261-6/+1
| | |/
| | * add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-257-7/+290
| | * Ensure the favicon updates correctly when we close a tabChris Young2014-08-251-0/+1
| | * Avoid a crash when running on own screenChris Young2014-08-251-0/+2
| | * Fix web search from context menuChris Young2014-08-241-1/+1
| | * fix menu and C-q gtk exiting (closes bug #2184)Vincent Sanders2014-08-233-22/+10
| * | Don't use browser_private.hMichael Drake2014-08-221-3/+4
| * | Don't include browser_private.hMichael Drake2014-08-221-8/+11
| |/
| * fix framebuffer internal font generationVincent Sanders2014-08-201-5/+8