summaryrefslogtreecommitdiff
path: root/beos/fetch_rsrc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-3/+3
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-281-5/+4
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* fixup haiku rsrc fetcher initialisationVincent Sanders2014-09-051-1/+6
|
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-9/+12
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* beos: Fix buildFrançois Revol2014-01-281-0/+1
| | | | Add missing header due to moved function.
* move options includeVincent Sanders2013-05-281-1/+1
|
* Downgrade TLS version support if it turns out the server can't cope with ↵John-Mark Bell2013-01-041-1/+1
| | | | TLSv1.1.
* beos: Silence debug outputFrançois Revol2012-11-251-3/+3
| | | | Either comment them or change to LOG() calls.
* beos: Partial replicant instanciation fixFrançois Revol2012-11-251-1/+1
| | | | | | * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-1/+7
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+383
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554