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
vince/fltk
vince/gtk-tab-restyle
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
*
Update knockout plotter to use new API
Vincent Sanders
2017-02-11
1
-1
/
+1
*
Update all core use of plotters to new API
Vincent Sanders
2017-02-11
6
-43
/
+78
*
Add EventTarget binding
Daniel Silverstone
2017-02-05
3
-0
/
+279
*
Add EventListener support to duktape binding.
Daniel Silverstone
2017-02-05
2
-7
/
+187
*
Support fixed nsgenbind bindings
Daniel Silverstone
2017-02-05
2
-4
/
+6
*
remove unused fetch acessor
Vincent Sanders
2017-01-31
2
-14
/
+0
*
make backing store use inttypes format specifiers
Vincent Sanders
2017-01-21
1
-14
/
+15
*
create netsurf inttypes header to have portable integer formatting macros
Vincent Sanders
2017-01-21
9
-10
/
+12
*
rationalise use of utils/utils.h header
Vincent Sanders
2017-01-19
2
-2
/
+0
*
move plot style header to netsurf include directory
Vincent Sanders
2017-01-13
1
-0
/
+1
*
fixup usage of directory creation macro in Makefiles
Vincent Sanders
2017-01-07
1
-2
/
+2
*
Duktape: Prevent clang static analysis.
Michael Drake
2016-12-28
1
-0
/
+3
*
Duktape: Make declarations match definitions for duk_raw_read_xxx_be
Michael Drake
2016-12-28
1
-6
/
+6
*
Duktape: Update to version 1.6.0.
Michael Drake
2016-12-28
3
-125
/
+324
*
make nsgenbind call last in rule so faliures are noticed by make
Vincent Sanders
2016-11-24
1
-1
/
+0
*
Fix OpenSSL X509 cert API detection
Vincent Sanders
2016-11-21
1
-2
/
+4
*
fix spelling of retrived
Vincent Sanders
2016-11-21
2
-13
/
+13
*
fix spelling and doxygen comments in image cache
Vincent Sanders
2016-11-21
1
-24
/
+72
*
fix spelling in low level cache code
Vincent Sanders
2016-11-20
1
-47
/
+47
*
fix spelling mistakes in hlcache code
Vincent Sanders
2016-11-20
1
-5
/
+6
*
fix comedy spelling in fs backing store code
Vincent Sanders
2016-11-20
1
-40
/
+40
*
fix openSSL 1.1.0 X509 certificate handling
Vincent Sanders
2016-11-20
1
-9
/
+23
*
fix unecessary base64 header include
Vincent Sanders
2016-11-19
1
-1
/
+1
*
Work in Progress: Update for style-sharing LibCSS API.
Michael Drake
2016-11-19
1
-32
/
+23
*
Remove internal BASE64 in favour of nsutils' one
Daniel Silverstone
2016-11-19
1
-3
/
+6
*
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
[next]