summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add missing explicit dirent includesVincent Sanders2016-04-193-0/+3
* remove curl fetchers use of the wallclock APIVincent Sanders2016-04-191-13/+15
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-193-46/+43
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-1910-13/+56
* move time function to apropriate headerVincent Sanders2016-04-192-8/+8
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-1911-36/+61
* fix missing struct on http parameter declaration due to header changeVincent Sanders2016-04-1811-18/+19
* reduce content header interdependancyVincent Sanders2016-04-1814-28/+65
* clean up header usage in content hnadling coreVincent Sanders2016-04-181-20/+10
* fix urldb test buildVincent Sanders2016-04-171-0/+1
* fix use of INT_MAX without including limits.hVincent Sanders2016-04-171-0/+1
* Reduce unecessary use of networking headersVincent Sanders2016-04-176-13/+69
* urldb no longer uses curl directly but it does need correct network includesVincent Sanders2016-04-171-0/+1
* fix missing misc table fixup on beosVincent Sanders2016-04-171-1/+1
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-165-60/+130
* complete the rename of the gui browser tableVincent Sanders2016-04-1626-82/+82
* make check library probe faliure silentVincent Sanders2016-04-161-9/+42
* Ensure the ARexx-reported version number doesn't jump around between CI and r...Chris Young2016-04-161-2/+3
* update version info for next development cycleVincent Sanders2016-04-067-12/+11
* Merge branch 'heads/release/3.5'Vincent Sanders2016-04-060-0/+0
|\
| * Update version for 3.5 releaserelease/3.5Vincent Sanders2016-04-065-13/+6
|/
* Skip setting the pen in the RastPort if it is already set to that penChris Young2016-03-232-2/+8
* Avoid nsurl NULL accessChris Young2016-03-231-1/+1
* Ensure we are only accessing pixel data using amiga_bitmap_get_buffer()Chris Young2016-03-221-6/+7
* Ensure we don't access invalid pointersChris Young2016-03-222-5/+15
* Document new bitmap functionsChris Young2016-03-223-5/+75
* Make struct bitmap private to bitmap.cChris Young2016-03-229-39/+87
* Apparently setting pens is a strangely complex process, so avoid it.Chris Young2016-03-222-0/+16
* Update font interface documentation to include parameter directionVincent Sanders2016-03-222-12/+12
* fix broken windows frontend font handlingVincent Sanders2016-03-221-51/+109
* Fix obvious bug in nsfont_split.Michael Drake2016-03-211-3/+2
* Log nsfont_width failure.Michael Drake2016-03-211-0/+2
* Remove printf logging.Michael Drake2016-03-211-1/+0
* Add missing resources to windows frontendVincent Sanders2016-03-204-0/+12
* fix new creating new window assertVincent Sanders2016-03-201-6/+33
* add certificate authority bundle handling to windowsVincent Sanders2016-03-203-1/+30
* Fix size_t printf formattingVincent Sanders2016-03-1712-54/+88
* Update CA bundleVincent Sanders2016-03-171-234/+139
* OS3 compatible language mappingsChris Young2016-03-161-0/+11
* frontends should not call the reformat API directlyVincent Sanders2016-03-161-1/+1
* remove unecessary header inclusionVincent Sanders2016-03-161-7/+1
* Revert "Fix memory leak in error handling"Vincent Sanders2016-03-161-1/+0
* Remove unused #includes.Michael Drake2016-03-151-5/+0
* Fix memory leak in error handlingVincent Sanders2016-03-141-0/+1
* Fix RISC OS relocatable module checksDave Higton2016-03-141-16/+9
* Avoid null dereference in gtk resource handlingVincent Sanders2016-03-141-2/+8
* Fix possible dereference of NULLVincent Sanders2016-03-141-14/+30
* Clean up gtk login windowVincent Sanders2016-03-141-66/+116
* fixup nsurl handling to avoid locale specific character type implementationVincent Sanders2016-03-141-110/+224
* Merge branch 'vince/themectomy'Vincent Sanders2016-03-1049-2202/+257
|\