summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* for strtof to be redefined on haiku stdlib must be included beforehandVincent Sanders2016-04-212-4/+1
* attempt to fix haiku headersVincent Sanders2016-04-211-0/+4
* Split utils header into string functions and everything elseVincent Sanders2016-04-216-86/+119
* remove unused wallclock APIVincent Sanders2016-04-212-21/+0
* cleanup unneeded includes in utils.h after API simplificationVincent Sanders2016-04-202-4/+2
* move remove underscores utility to alongside the single gtk call siteVincent Sanders2016-04-202-31/+0
* move regex helper to be with teh single remaining call siteVincent Sanders2016-04-202-24/+0
* add missing explicit dirent includesVincent Sanders2016-04-191-0/+1
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-192-46/+0
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-194-7/+51
* move time function to apropriate headerVincent Sanders2016-04-192-8/+8
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-194-29/+54
* Reduce unecessary use of networking headersVincent Sanders2016-04-173-10/+65
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-162-17/+64
* Fix size_t printf formattingVincent Sanders2016-03-172-7/+17
* fixup nsurl handling to avoid locale specific character type implementationVincent Sanders2016-03-141-110/+224
* Initial pass removing gtk frontend theme codeVincent Sanders2016-03-081-5/+0
* Add script for setting files to git last touched date.Michael Drake2016-02-191-0/+36
* setup flags for building monkey on RISC OSVincent Sanders2016-02-151-0/+3
* Use compiler environment to control riscos header usageVincent Sanders2016-02-152-5/+5
* Ensure fetch attempts is not reduced to less than 1.Michael Drake2016-02-151-2/+3
* Fix constraints on curl_fetch_timeout option.Michael Drake2016-02-151-2/+2
* enable monkey to be built everywhere it is completely generic nowVincent Sanders2016-02-121-18/+2
* fix coverity build generated tar handlingVincent Sanders2016-02-111-4/+6
* fix coverity submission for netsurfVincent Sanders2016-02-091-3/+5
* remove possible null dereference on allocation faliureVincent Sanders2016-02-091-2/+2
* ensure mac os x path is correctVincent Sanders2016-02-071-0/+1
* update jenkins build script for yosemiteVincent Sanders2016-02-071-0/+3
* update for aarch64Vincent Sanders2016-02-011-0/+9
* remove javascript build option from jenkins scriptVincent Sanders2016-01-251-28/+20
* move the container code to gtk directory as its only ever used there.Vincent Sanders2016-01-192-816/+0
* Add 'mailto' lwc corestring.Michael Drake2016-01-082-0/+4
* remove necessity for header change in libutf8procVincent Sanders2016-01-032-2/+7
* Revert "Skip invalid commandline args instead of aborting"Chris Young2015-11-271-4/+2
* Skip invalid commandline args instead of abortingChris Young2015-11-241-2/+4
* Ensure that those events listed in 8.1.5.2 as forwarded from body to window, ...Daniel Silverstone2015-11-222-0/+31
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-0/+14
* Fix segmentation fault when a string option is set to NULLVincent Sanders2015-11-051-1/+4
* Stop utf8 conversion leaking its strings.Michael Drake2015-10-311-8/+16
* Don't fail on URLs with no host.Michael Drake2015-10-311-8/+4
* Style guide adherence.Michael Drake2015-10-311-11/+16
* Make nsurl utf8 string conversion function consistent with nsurl API.Michael Drake2015-10-252-3/+3
* Update gtk frontend to new APIChris Young2015-10-241-1/+1
* Rework IDN URL retrieval to return an nserrorChris Young2015-10-242-32/+37
* Add URL fragmentChris Young2015-10-241-1/+1
* Check we've obtained the host stringChris Young2015-10-241-0/+5
* Show the IDN decoded form in the URL bar on GTK if the option is set.Chris Young2015-10-242-2/+2
* Add a function to retrieve the decoded version of IDNA URLsChris Young2015-10-242-0/+59
* Fix BeOS buildAdrien Destugues2015-10-121-0/+2
* Fix checking of distccVincent Sanders2015-08-121-2/+3