index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
tlsa/vince/libjxl
vince/fltk
vince/gtk-tab-restyle
vince/libjxl
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Table cell nowrap attribute is presentational hint, not UA style.
Michael Drake
2016-10-13
1
-0
/
+17
*
enable use of netsurf public suffix library to prevent supercookies
Vincent Sanders
2016-09-20
1
-0
/
+18
*
if the cookie is a session cookie indicate it
Vincent Sanders
2016-09-13
1
-0
/
+6
*
make urldb parsing of ascii data explicit
Vincent Sanders
2016-09-10
1
-7
/
+10
*
document file fetcher being locale dependant
Vincent Sanders
2016-09-10
1
-1
/
+5
*
Duktape: Prevent clang static analysis.
Michael Drake
2016-08-31
1
-0
/
+3
*
Duktape: Make declarations match definitions for duk_raw_read_xxx_be
Michael Drake
2016-08-31
1
-6
/
+6
*
Duktape: Update to version 1.5.1.
Michael Drake
2016-08-31
3
-81
/
+185
*
Fix Duktape on AmigaOS3 (thanks to Tygre and Sami)
Chris Young
2016-08-27
1
-1
/
+1
*
Fix longjmp to invalid address on jpeg init error
Sergei Rogachev
2016-08-14
1
-2
/
+2
*
fix bitmap modification callback calling for bmp image handler
Vincent Sanders
2016-08-14
1
-4
/
+10
*
Buildsystem: Make curl/openssl usage build-time options.
Michael Drake
2016-08-13
2
-2
/
+6
*
ensure url database destructor cleans up correctly
Vincent Sanders
2016-08-09
1
-2
/
+7
*
extend url database unit testing to cover more API
Vincent Sanders
2016-08-09
2
-11
/
+26
*
fix urldb warning and test build
Vincent Sanders
2016-08-08
1
-3
/
+4
*
update urldb dump to use LOG rather than writing to stderr directly
Vincent Sanders
2016-08-08
1
-8
/
+19
*
Allow certificate verification user prompt creation to return errors
Vincent Sanders
2016-07-31
1
-0
/
+9
*
URL unescape: return the new length to the caller.
Michael Drake
2016-07-24
1
-3
/
+2
*
Data URL handling: Use url_unescape rather than curl.
Michael Drake
2016-07-24
1
-13
/
+10
*
Whitespace: Convert spaces to tab for indent.
Michael Drake
2016-07-24
1
-3
/
+3
*
Actually use utils/inet.h instead of sys/select.h
Daniel Silverstone
2016-06-27
1
-2
/
+1
*
fetch.h needs sys/select.h for the fd_set type et al.
Daniel Silverstone
2016-06-27
1
-0
/
+2
*
Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...
Daniel Silverstone
2016-06-27
3
-28
/
+28
*
Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...
Daniel Silverstone
2016-06-27
3
-9
/
+38
*
Fix handling of certificate chains
Vincent Sanders
2016-06-27
1
-145
/
+251
*
msplit public url database API out for frontends
Vincent Sanders
2016-06-13
3
-193
/
+32
*
Move javascript content handler as appropriate for updated source format
Vincent Sanders
2016-06-07
81
-2
/
+100697
*
reduce unecessary usage of content headers
Vincent Sanders
2016-06-06
2
-2
/
+2
*
Allow include directories to be added by sub makefiles
Vincent Sanders
2016-06-06
19
-37
/
+39
*
fixup rsvg image handler for content API changes
Vincent Sanders
2016-06-06
1
-2
/
+4
*
Update content to split public and internal API
Vincent Sanders
2016-06-06
20
-255
/
+96
*
move plotters header into public API
Vincent Sanders
2016-05-30
6
-6
/
+5
*
move desktop window header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move mouse and pointer state header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move fetch header into public API
Vincent Sanders
2016-05-30
3
-3
/
+3
*
move misc header into public API
Vincent Sanders
2016-05-30
7
-7
/
+7
*
move bitmap API header to core include directory
Vincent Sanders
2016-05-26
12
-188
/
+11
*
move the CSS content handler
Vincent Sanders
2016-05-26
16
-3
/
+6576
*
move image content handlers to accomodate core build changes
Vincent Sanders
2016-05-23
29
-3
/
+4830
*
remove all core usage of warn_user API
Vincent Sanders
2016-04-26
1
-1
/
+2
*
split out the layout glyph sizing and splitting API
Vincent Sanders
2016-04-23
1
-1
/
+1
*
need strings.h for strncasecmp on freebsd
Vincent Sanders
2016-04-21
2
-0
/
+2
*
Split utils header into string functions and everything else
Vincent Sanders
2016-04-21
6
-63
/
+26
*
update content wallclock timing to use monotonic time interface
Vincent Sanders
2016-04-20
2
-7
/
+11
*
use monotonic clock call for html reflow timing
Vincent Sanders
2016-04-20
1
-3
/
+3
*
stop content header dragging in so many other headers
Vincent Sanders
2016-04-19
2
-1
/
+2
*
remove curl fetchers use of the wallclock API
Vincent Sanders
2016-04-19
1
-13
/
+15
*
move dir_sort_alpha function from generic utils to one specific place it is used
Vincent Sanders
2016-04-19
1
-0
/
+43
*
Reduce unecessary use of directory entry headers
Vincent Sanders
2016-04-19
3
-4
/
+3
*
reduce content header interdependancy
Vincent Sanders
2016-04-18
5
-23
/
+54
[next]