summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-3/+2
* Data URL handling: Use url_unescape rather than curl.Michael Drake2016-07-241-13/+10
* Whitespace: Convert spaces to tab for indent.Michael Drake2016-07-241-3/+3
* Actually use utils/inet.h instead of sys/select.hDaniel Silverstone2016-06-271-2/+1
* fetch.h needs sys/select.h for the fd_set type et al.Daniel Silverstone2016-06-271-0/+2
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...Daniel Silverstone2016-06-273-28/+28
* Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...Daniel Silverstone2016-06-273-9/+38
* Fix handling of certificate chainsVincent Sanders2016-06-271-145/+251
* msplit public url database API out for frontendsVincent Sanders2016-06-133-193/+32
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-0781-2/+100697
* reduce unecessary usage of content headersVincent Sanders2016-06-062-2/+2
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-0619-37/+39
* fixup rsvg image handler for content API changesVincent Sanders2016-06-061-2/+4
* Update content to split public and internal APIVincent Sanders2016-06-0620-255/+96
* move plotters header into public APIVincent Sanders2016-05-306-6/+5
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
* move fetch header into public APIVincent Sanders2016-05-303-3/+3
* move misc header into public APIVincent Sanders2016-05-307-7/+7
* move bitmap API header to core include directoryVincent Sanders2016-05-2612-188/+11
* move the CSS content handlerVincent Sanders2016-05-2616-3/+6576
* move image content handlers to accomodate core build changesVincent Sanders2016-05-2329-3/+4830
* remove all core usage of warn_user APIVincent Sanders2016-04-261-1/+2
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-1/+1
* need strings.h for strncasecmp on freebsdVincent Sanders2016-04-212-0/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-216-63/+26
* update content wallclock timing to use monotonic time interfaceVincent Sanders2016-04-202-7/+11
* use monotonic clock call for html reflow timingVincent Sanders2016-04-201-3/+3
* stop content header dragging in so many other headersVincent Sanders2016-04-192-1/+2
* 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-191-0/+43
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-193-4/+3
* reduce content header interdependancyVincent Sanders2016-04-185-23/+54
* clean up header usage in content hnadling coreVincent Sanders2016-04-181-20/+10
* Reduce unecessary use of networking headersVincent Sanders2016-04-173-3/+4
* urldb no longer uses curl directly but it does need correct network includesVincent Sanders2016-04-171-0/+1
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-162-41/+64
* complete the rename of the gui browser tableVincent Sanders2016-04-164-13/+13
* Fix size_t printf formattingVincent Sanders2016-03-174-24/+37
* revert urldb include fixes as tehy cause build issues elsewhere and failed to...Vincent Sanders2016-02-121-4/+0
* fix more freebsd warningsVincent Sanders2016-02-121-0/+4
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-121-1/+1
* Stop GIF animations when they are no longer in use, instead of waiting until ...Chris Young2016-02-112-0/+9
* Log the cache limit along side size, after clean.Michael Drake2016-02-081-1/+1
* Style: Wrap some long lines.Michael Drake2016-02-081-18/+31
* Add URL to llcache object destruction logging.Michael Drake2016-02-081-1/+2
* Remove torrent of logging during browser window resize.Michael Drake2016-02-061-1/+1
* Tiny simplification of curl debug logging.Michael Drake2016-01-211-1/+1
* URLdb doesn't store 'mailto' urls, so add early exit to lookup.Michael Drake2016-01-081-0/+6
* Fix crazy indentation.Michael Drake2016-01-081-3/+2